From: Amos Jeffries Date: Tue, 28 Oct 2014 01:36:54 +0000 (-0700) Subject: Boilerplate: add copyright blurb to misc files X-Git-Tag: merge-candidate-3-v1~530 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ef1f3818c872cd73164b39e008e9394b0887bd7;p=thirdparty%2Fsquid.git Boilerplate: add copyright blurb to misc files --- diff --git a/compat/compat.dox b/compat/compat.dox index 29e75f3fdd..727d99b8df 100644 --- a/compat/compat.dox +++ b/compat/compat.dox @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 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. + */ + /** \defgroup compat Portability Library diff --git a/doc/Makefile.am b/doc/Makefile.am index 92c3067853..c48d20205b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,9 @@ +## Copyright (C) 1996-2014 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. +## SUBDIRS = manuals diff --git a/doc/manuals/Makefile.am b/doc/manuals/Makefile.am index 95609ddb06..e1244bda19 100644 --- a/doc/manuals/Makefile.am +++ b/doc/manuals/Makefile.am @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 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. +## + ## ## None of the .po or .pot are distributed for builds at this stage. ## diff --git a/doc/manuals/Substitute.am b/doc/manuals/Substitute.am index 0c9804b78e..ed476015c1 100644 --- a/doc/manuals/Substitute.am +++ b/doc/manuals/Substitute.am @@ -1,3 +1,9 @@ +## Copyright (C) 1996-2014 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. +## ## DEFAULT_MIME_TABLE = $(sysconfdir)/mime.conf ## DEFAULT_ERROR_DIR = $(datadir)/errors diff --git a/doc/release-notes/Makefile b/doc/release-notes/Makefile index a8a0cbbb6d..586699968a 100644 --- a/doc/release-notes/Makefile +++ b/doc/release-notes/Makefile @@ -1,3 +1,10 @@ +## Copyright (C) 1996-2014 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. +## + all: release-3.6.html DOC= release-3.6 diff --git a/errors/alias-link.sh b/errors/alias-link.sh index 70f6b14e90..121ab62ffd 100755 --- a/errors/alias-link.sh +++ b/errors/alias-link.sh @@ -1,4 +1,12 @@ #!/bin/sh +# +## Copyright (C) 1996-2014 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. +## + # # Generate Symlinks for a set of aliases. # Our base content is the bundled .po translation output