]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/stub_memaccount.c
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / lib / stub_memaccount.c
index c49afc4a98319f15aa12746d5f9bcc7b8f47d42d..4039553ff432e7622c91c4f1d81ef248ff8758b2 100644 (file)
@@ -1,12 +1,18 @@
 /*
- * $Id$
+ * 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.
  */
 
 /* Stub function for programs not implementing statMemoryAccounted */
-#include "config.h"
+#include "squid.h"
 #include "util.h"
+
 int
 statMemoryAccounted(void)
 {
     return -1;
 }
+