]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_store_swapout.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_store_swapout.cc
index e58619563ef65a9bcf0397ef529cdf1011a1daae..fbe7882212f3e232187d87fd11a3a60419c7dcff 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.
+ */
+
 #include "squid.h"
 #include "StoreMeta.h"
 
@@ -12,3 +20,4 @@ void storeUnlink(StoreEntry * e) STUB
 char *storeSwapMetaPack(tlv * tlv_list, int *length) STUB_RETVAL(NULL)
 tlv *storeSwapMetaBuild(StoreEntry * e) STUB_RETVAL(NULL)
 void storeSwapTLVFree(tlv * n) STUB
+