]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/repl/heap/store_heap_replacement.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / repl / heap / store_heap_replacement.h
index 44d98b1a3628bfec9e92dc53d9bac5b0d3c5d770..494289135aa3827ee491e35436de6533f670ae9c 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2017 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 _SQUIDINC_STORE_HEAP_REPLACEMENT_H
 #define _SQUIDINC_STORE_HEAP_REPLACEMENT_H
 
@@ -8,3 +16,4 @@ heap_key HeapKeyGen_StoreEntry_GDSF(void *entry, double age);
 heap_key HeapKeyGen_StoreEntry_LRU(void *entry, double age);
 
 #endif /* _SQUIDINC_STORE_HEAP_REPLACEMENT_H */
+