]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_ETag.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_ETag.cc
index 3805ea99b48169bf110365285dd73213d75b61e4..841d255eabb383a2774736602fd0661fa884634a 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 "ETag.h"
 
@@ -8,4 +16,3 @@ int etagParseInit(ETag * , const char *) STUB_RETVAL(0)
 bool etagIsStrongEqual(const ETag &, const ETag &) STUB_RETVAL(false)
 bool etagIsWeakEqual(const ETag &, const ETag &) STUB_RETVAL(false)
 
-