From: Amos Jeffries Date: Sun, 1 Mar 2015 08:37:07 +0000 (-0800) Subject: Add missing copyright blurbs from rev.13954 X-Git-Tag: merge-candidate-3-v1~234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad20e647949d37c970c1dc1c7c80a711f6e7e8fd;p=thirdparty%2Fsquid.git Add missing copyright blurbs from rev.13954 --- diff --git a/src/http/one/ResponseParser.cc b/src/http/one/ResponseParser.cc index 094261743b..f74360fb72 100644 --- a/src/http/one/ResponseParser.cc +++ b/src/http/one/ResponseParser.cc @@ -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" diff --git a/src/http/one/ResponseParser.h b/src/http/one/ResponseParser.h index 9b141b04ce..4892786243 100644 --- a/src/http/one/ResponseParser.h +++ b/src/http/one/ResponseParser.h @@ -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