]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/initgroups.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / initgroups.h
index f67ff9a65e57d548c6669abce909b97c749a44db..d1c754189650e554c07cf8d1b1dbbef23adcc0f8 100644 (file)
@@ -1,6 +1,10 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
+/*
+ * Copyright (C) 1996-2015 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 SQUID_INITGROUPS_H
 #define SQUID_INITGROUPS_H
@@ -11,3 +15,4 @@ SQUIDCEXTERN int initgroups(const char *user, gid_t group);
 
 #endif
 #endif /* SQUID_INITGROPS_H */
+