]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SBufList.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / SBufList.h
index 5dec76bb2381f3c3d9aaee56ef8d6dc66477c046..310e52af1812c99f4c1b67346f801df1f62c1fcf 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.
+ */
+
 #ifndef SQUID_SBUFLIST_H
 #define SQUID_SBUFLIST_H
 
@@ -15,3 +23,4 @@ typedef std::list<SBuf> SBufList;
 bool IsMember(const SBufList &, const SBuf &, const SBufCaseSensitive isCaseSensitive = caseSensitive);
 
 #endif /* SQUID_SBUFLIST_H */
+