]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/format/Quoting.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / format / Quoting.cc
index 6856f8ebe54a9343e6109801d8b4895baa5c42b1..e7e222520bed33b686468f8bab5d8f020e0a7130 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 "format/Quoting.h"
 
@@ -113,3 +121,4 @@ Format::QuoteMimeBlob(const char *header)
     *buf_cursor = '\0';
     return buf;
 }
+