]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/compat.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / compat / compat.cc
index e36ae437941bc54986ba3576f847b41c5915eb87..4326ff46a6d6feec0a047d57bb477ef1506a0e19 100644 (file)
@@ -1,4 +1,13 @@
-#include "config.h"
+/*
+ * Copyright (C) 1996-2018 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.
+ */
+
+#include "squid.h"
 #include "compat.h"
 
 void (*failure_notify) (const char *) = NULL;
+