]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/memMeter.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / memMeter.h
index 612e951df487706bdd2d614d1876df1e4b33d9ac..21fc09baa7389a8ceee17d168a6ca753aea1b386 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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 _MEM_METER_H_
 #define _MEM_METER_H_
 
@@ -19,3 +27,4 @@ public:
 #define memMeterDel(m, sz) { (m).level -= (sz); }
 
 #endif /* _MEM_METER_H_ */
+