]> 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 1f9390c144f3658102d5f478aeaa7f04407d9ea7..4039553ff432e7622c91c4f1d81ef248ff8758b2 100644 (file)
@@ -1,8 +1,18 @@
+/*
+ * 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 "squid.h"
 #include "util.h"
+
 int
 statMemoryAccounted(void)
 {
     return -1;
 }
+