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