]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_store_digest.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / stub_store_digest.cc
index f054d83fc7a20ceaec43bc48a6b2bb4f5c8d8f82..5d35d57873f0eabb57da629c540ae793b468d8c6 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2021 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.
+ */
+
 #include "squid.h"
 
 #define STUB_API "store_digets.cc"
@@ -8,3 +16,4 @@ void storeDigestInit(void) STUB
 void storeDigestNoteStoreReady(void) STUB
 void storeDigestDel(const StoreEntry *) STUB
 void storeDigestReport(StoreEntry *) STUB
+