]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing copyright blurbs from rev.13954
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2015 08:37:07 +0000 (00:37 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2015 08:37:07 +0000 (00:37 -0800)
src/http/one/ResponseParser.cc
src/http/one/ResponseParser.h

index 094261743b3f015e3476929abbc832d8aeb0cc00..f74360fb725951466f164a69d0fab2208afe3f7f 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 "Debug.h"
 #include "http/one/ResponseParser.h"
index 9b141b04ce33bc668e5ab6c1cabaf067fdbdf385..489278624392318d22b3e1010100f67d9ebf24a9 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_SRC_HTTP_ONE_RESPONSEPARSER_H
 #define _SQUID_SRC_HTTP_ONE_RESPONSEPARSER_H