]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/xusleep.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / include / xusleep.h
index 23d4c65341376863ea32b1599e41184c150f9dba..9ae0b773c09a562ba7f2824419a691f21c29d090 100644 (file)
@@ -1,11 +1,15 @@
 /*
- * $Id$
+ * Copyright (C) 1996-2023 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
 
-#include "config.h"
-
 SQUIDCEXTERN int xusleep(unsigned int);
 
 #endif /* _INC_XUSLEEP_H */
+