]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SBufList.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / SBufList.cc
index f4025eeadf3af868d7084bda56ba722b2d4d6e12..8186be7758859124e29f4f6b98fde5bc403b398a 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 "SBufAlgos.h"
 #include "SBufList.h"
@@ -7,3 +15,4 @@ IsMember(const SBufList & sl, const SBuf &S, const SBufCaseSensitive case_sensit
 {
     return std::find_if(sl.begin(), sl.end(), SBufEqual(S,case_sensitive)) != sl.end();
 }
+