]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/xusleep.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / include / xusleep.h
index 32f955514484ccf674e7aa7bc6bb80fe63040abd..1bd5824cbcbbb31a9c0d6ea78e6266558dd37a97 100644 (file)
@@ -1,9 +1,15 @@
 /*
- * $Id$
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
  */
+
 #ifndef _INC_XUSLEEP_H
 #define _INC_XUSLEEP_H
 
 SQUIDCEXTERN int xusleep(unsigned int);
 
 #endif /* _INC_XUSLEEP_H */
+