From ca02e0ec4b7e0e7d3dd083dad36f30259ba5b460 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 14 Sep 2014 01:31:49 +1200 Subject: [PATCH] Boilerplate: update copyright blurbs on Squid helpers --- helpers/Makefile.am | 7 ++++ helpers/basic_auth/PAM/basic_pam_auth.8 | 7 ++++ helpers/basic_auth/PAM/basic_pam_auth.cc | 16 ++++++++ helpers/basic_auth/POP3/basic_pop3_auth.pl.in | 15 ++++++++ helpers/digest_auth/LDAP/Makefile.am | 7 ++++ helpers/digest_auth/LDAP/digest_common.h | 12 +++--- helpers/digest_auth/LDAP/digest_pw_auth.cc | 13 +++++-- helpers/digest_auth/LDAP/ldap_backend.cc | 11 ++++-- helpers/digest_auth/LDAP/ldap_backend.h | 11 +++++- helpers/digest_auth/LDAP/required.m4 | 7 ++++ helpers/digest_auth/Makefile.am | 7 ++++ helpers/digest_auth/eDirectory/Makefile.am | 7 ++++ .../digest_auth/eDirectory/digest_common.h | 12 +++--- .../digest_auth/eDirectory/digest_pw_auth.cc | 8 +++- .../digest_auth/eDirectory/edir_ldapext.cc | 13 +++++-- helpers/digest_auth/eDirectory/edir_ldapext.h | 8 ++++ .../digest_auth/eDirectory/ldap_backend.cc | 10 +++-- helpers/digest_auth/eDirectory/ldap_backend.h | 9 ++++- helpers/digest_auth/eDirectory/required.m4 | 7 ++++ helpers/digest_auth/file/Makefile.am | 7 ++++ helpers/digest_auth/file/digest_common.h | 12 +++--- helpers/digest_auth/file/digest_file_auth.8 | 7 ++++ helpers/digest_auth/file/digest_file_auth.cc | 8 +++- helpers/digest_auth/file/required.m4 | 7 ++++ helpers/digest_auth/file/text_backend.cc | 14 +++++-- helpers/digest_auth/file/text_backend.h | 21 ++-------- helpers/digest_auth/modules.m4 | 7 ++++ helpers/external_acl/AD_group/Makefile.am | 7 ++++ .../external_acl/AD_group/ext_ad_group_acl.8 | 7 ++++ .../external_acl/AD_group/ext_ad_group_acl.cc | 8 ++++ helpers/external_acl/AD_group/required.m4 | 7 ++++ helpers/external_acl/LDAP_group/Makefile.am | 7 ++++ .../LDAP_group/ext_ldap_group_acl.8 | 7 ++++ .../LDAP_group/ext_ldap_group_acl.cc | 13 ++++--- helpers/external_acl/LDAP_group/required.m4 | 7 ++++ helpers/external_acl/LM_group/Makefile.am | 7 ++++ .../external_acl/LM_group/ext_lm_group_acl.8 | 7 ++++ .../external_acl/LM_group/ext_lm_group_acl.cc | 8 ++++ helpers/external_acl/LM_group/required.m4 | 8 +++- helpers/external_acl/Makefile.am | 7 ++++ helpers/external_acl/SQL_session/Makefile.am | 7 ++++ .../SQL_session/ext_sql_session_acl.pl.in | 6 +++ helpers/external_acl/SQL_session/required.m4 | 7 ++++ helpers/external_acl/delayer/Makefile.am | 7 ++++ .../delayer/ext_delayer_acl.pl.in | 6 +++ helpers/external_acl/delayer/required.m4 | 7 ++++ .../eDirectory_userip/Makefile.am | 7 ++++ .../ext_edirectory_userip_acl.8 | 7 ++++ .../ext_edirectory_userip_acl.cc | 11 +++++- .../eDirectory_userip/required.m4 | 7 ++++ helpers/external_acl/file_userip/Makefile.am | 7 ++++ helpers/external_acl/file_userip/example.conf | 7 ++++ .../file_userip/ext_file_userip_acl.8 | 7 ++++ .../file_userip/ext_file_userip_acl.cc | 8 ++++ helpers/external_acl/file_userip/required.m4 | 7 ++++ .../kerberos_ldap_group/Makefile.am | 7 ++++ .../kerberos_ldap_group/cert_tool | 6 +++ .../ext_kerberos_ldap_group_acl.8 | 7 ++++ .../kerberos_ldap_group.cc | 12 ++++-- .../kerberos_ldap_group/required.m4 | 7 ++++ .../kerberos_ldap_group/support.h | 8 ++++ .../kerberos_ldap_group/support_group.cc | 7 ++++ .../kerberos_ldap_group/support_krb5.cc | 8 ++++ .../kerberos_ldap_group/support_ldap.cc | 8 ++++ .../kerberos_ldap_group/support_log.cc | 8 ++++ .../kerberos_ldap_group/support_lserver.cc | 8 ++++ .../kerberos_ldap_group/support_member.cc | 8 ++++ .../kerberos_ldap_group/support_netbios.cc | 8 ++++ .../kerberos_ldap_group/support_resolv.cc | 8 ++++ .../kerberos_ldap_group/support_sasl.cc | 8 ++++ helpers/external_acl/modules.m4 | 7 ++++ helpers/external_acl/session/Makefile.am | 7 ++++ .../external_acl/session/ext_session_acl.8 | 7 ++++ .../external_acl/session/ext_session_acl.cc | 8 ++++ helpers/external_acl/session/required.m4 | 7 ++++ helpers/external_acl/time_quota/Makefile.am | 7 ++++ .../time_quota/ext_time_quota_acl.8 | 7 ++++ .../time_quota/ext_time_quota_acl.cc | 8 ++++ helpers/external_acl/time_quota/required.m4 | 7 ++++ helpers/external_acl/unix_group/Makefile.am | 7 ++++ .../external_acl/unix_group/check_group.cc | 8 ++++ .../unix_group/ext_unix_group_acl.8 | 7 ++++ helpers/external_acl/unix_group/required.m4 | 7 ++++ helpers/external_acl/wbinfo_group/Makefile.am | 7 ++++ .../wbinfo_group/ext_wbinfo_group_acl.pl.in | 7 ++++ helpers/external_acl/wbinfo_group/required.m4 | 7 ++++ helpers/log_daemon/DB/Makefile.am | 7 ++++ helpers/log_daemon/DB/log_db_daemon.pl.in | 6 +++ helpers/log_daemon/DB/required.m4 | 7 ++++ helpers/log_daemon/Makefile.am | 7 ++++ helpers/log_daemon/file/Makefile.am | 7 ++++ helpers/log_daemon/file/log_file_daemon.cc | 8 ++++ helpers/log_daemon/file/required.m4 | 7 ++++ helpers/log_daemon/modules.m4 | 7 ++++ helpers/negotiate_auth/Makefile.am | 6 +++ helpers/negotiate_auth/SSPI/Makefile.am | 7 ++++ .../SSPI/negotiate_sspi_auth.cc | 11 +++++- helpers/negotiate_auth/SSPI/required.m4 | 7 ++++ helpers/negotiate_auth/kerberos/Makefile.am | 7 ++++ .../kerberos/negotiate_kerberos.h | 8 ++++ .../kerberos/negotiate_kerberos_auth.8 | 7 ++++ .../kerberos/negotiate_kerberos_auth.cc | 12 ++++-- .../kerberos/negotiate_kerberos_auth_test.cc | 11 ++++-- .../kerberos/negotiate_kerberos_pac.cc | 8 ++++ helpers/negotiate_auth/kerberos/required.m4 | 7 ++++ .../kerberos/test_negotiate_auth.sh | 8 ++++ helpers/negotiate_auth/modules.m4 | 7 ++++ helpers/negotiate_auth/wrapper/Makefile.am | 7 ++++ .../wrapper/negotiate_wrapper.cc | 11 ++++-- helpers/negotiate_auth/wrapper/required.m4 | 7 ++++ helpers/ntlm_auth/Makefile.am | 7 ++++ helpers/ntlm_auth/SSPI/Makefile.am | 7 ++++ helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 | 7 ++++ helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc | 8 ++++ helpers/ntlm_auth/SSPI/required.m4 | 7 ++++ helpers/ntlm_auth/fake/Makefile.am | 7 ++++ helpers/ntlm_auth/fake/ntlm_fake_auth.cc | 38 +++++-------------- helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in | 7 ++++ helpers/ntlm_auth/fake/required.m4 | 7 ++++ helpers/ntlm_auth/modules.m4 | 7 ++++ helpers/ntlm_auth/smb_lm/Makefile.am | 7 ++++ helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc | 10 ++++- helpers/ntlm_auth/smb_lm/required.m4 | 7 ++++ helpers/ssl/Makefile.am | 7 ++++ helpers/ssl/cert_valid.pl | 6 +++ helpers/storeid_rewrite/Makefile.am | 6 +++ helpers/storeid_rewrite/file/Makefile.am | 7 ++++ helpers/storeid_rewrite/file/required.m4 | 7 ++++ .../file/storeid_file_rewrite.pl.in | 6 +++ helpers/storeid_rewrite/modules.m4 | 7 ++++ helpers/url_rewrite/Makefile.am | 6 +++ helpers/url_rewrite/fake/Makefile.am | 7 ++++ helpers/url_rewrite/fake/fake.cc | 8 ++++ helpers/url_rewrite/fake/required.m4 | 7 ++++ helpers/url_rewrite/fake/url_fake_rewrite.sh | 8 ++++ helpers/url_rewrite/modules.m4 | 7 ++++ 136 files changed, 1009 insertions(+), 104 deletions(-) diff --git a/helpers/Makefile.am b/helpers/Makefile.am index cf8e90b8e8..01f9de4b61 100644 --- a/helpers/Makefile.am +++ b/helpers/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. +## + EXTRA_DIST = defines.h DIST_SUBDIRS = \ diff --git a/helpers/basic_auth/PAM/basic_pam_auth.8 b/helpers/basic_auth/PAM/basic_pam_auth.8 index 53e8d2f8c2..a9ba722803 100644 --- a/helpers/basic_auth/PAM/basic_pam_auth.8 +++ b/helpers/basic_auth/PAM/basic_pam_auth.8 @@ -88,6 +88,13 @@ This program and documentation was written by * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. +.PP +Squid +.B basic_pam_auth +and this manual is Copyright 1999,2002,2003 +.if !'po4a'hide' .I Henrik Nordstrom +. +Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). . .SH QUESTIONS Questions on the usage of this program can be sent to the diff --git a/helpers/basic_auth/PAM/basic_pam_auth.cc b/helpers/basic_auth/PAM/basic_pam_auth.cc index bd94f00b29..6cda25a202 100644 --- a/helpers/basic_auth/PAM/basic_pam_auth.cc +++ b/helpers/basic_auth/PAM/basic_pam_auth.cc @@ -9,6 +9,22 @@ /* * PAM authenticator module for Squid. * + * Copyright (C) 1999,2002,2003 Henrik Nordstrom + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. + * * Install instructions: * * This program authenticates users against a PAM configured authentication diff --git a/helpers/basic_auth/POP3/basic_pop3_auth.pl.in b/helpers/basic_auth/POP3/basic_pop3_auth.pl.in index 4a1cdefe7e..97055978ed 100755 --- a/helpers/basic_auth/POP3/basic_pop3_auth.pl.in +++ b/helpers/basic_auth/POP3/basic_pop3_auth.pl.in @@ -8,6 +8,21 @@ ## # POP3 authenticator for Squid +# Copyright (C) 2006 Henrik Nordstrom +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. # # Change log: # 2006-12-10 henrik Initial revision diff --git a/helpers/digest_auth/LDAP/Makefile.am b/helpers/digest_auth/LDAP/Makefile.am index a3fd133d4f..be7c5001e8 100644 --- a/helpers/digest_auth/LDAP/Makefile.am +++ b/helpers/digest_auth/LDAP/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. +## + include $(top_srcdir)/src/Common.am ## we need our local files too (but avoid -I. at all costs) diff --git a/helpers/digest_auth/LDAP/digest_common.h b/helpers/digest_auth/LDAP/digest_common.h index 5852f0df9e..3577986333 100644 --- a/helpers/digest_auth/LDAP/digest_common.h +++ b/helpers/digest_auth/LDAP/digest_common.h @@ -1,11 +1,13 @@ /* - * digest_common.h - * - * AUTHOR: Robert Collins. + * 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. + */ + +/* * Digest helper API details. - * - * Copyright (c) 2003 Robert Collins */ #ifndef SQUID_DIGEST_COMMON_H_ diff --git a/helpers/digest_auth/LDAP/digest_pw_auth.cc b/helpers/digest_auth/LDAP/digest_pw_auth.cc index 170c1bad3d..ab0ff3c00b 100644 --- a/helpers/digest_auth/LDAP/digest_pw_auth.cc +++ b/helpers/digest_auth/LDAP/digest_pw_auth.cc @@ -1,8 +1,14 @@ /* - * digest_pw_auth.c + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * AUTHOR: Robert Collins. Based on ncsa_auth.c by Arjan de Vet - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + +/* + * AUTHOR: Robert Collins. + * Based on ncsa_auth.c by Arjan de Vet * LDAP backend extension by Flavio Pescuma, MARA Systems AB * * Example digest authentication program for Squid, based on the original @@ -29,6 +35,7 @@ * * Copyright (c) 2003 Robert Collins */ + #include "squid.h" #include "digest_common.h" #include "helpers/defines.h" diff --git a/helpers/digest_auth/LDAP/ldap_backend.cc b/helpers/digest_auth/LDAP/ldap_backend.cc index ec50e7bb7b..0d5fd92f06 100644 --- a/helpers/digest_auth/LDAP/ldap_backend.cc +++ b/helpers/digest_auth/LDAP/ldap_backend.cc @@ -1,10 +1,15 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * - * - * ldap_backend.c + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + +/* * AUTHOR: Flavio Pescuma, MARA Systems AB */ + #include "squid.h" #include "util.h" diff --git a/helpers/digest_auth/LDAP/ldap_backend.h b/helpers/digest_auth/LDAP/ldap_backend.h index 669be23f2b..51e16fd1be 100644 --- a/helpers/digest_auth/LDAP/ldap_backend.h +++ b/helpers/digest_auth/LDAP/ldap_backend.h @@ -1,9 +1,16 @@ /* - * text_backend.h + * 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. + */ + +/* * AUTHOR: Flavio Pescuma. - * */ + #include "digest_common.h" + extern int LDAPArguments(int argc, char **argv); extern void LDAPHHA1(RequestData * requestData); diff --git a/helpers/digest_auth/LDAP/required.m4 b/helpers/digest_auth/LDAP/required.m4 index c534c12785..cf6cc83086 100755 --- a/helpers/digest_auth/LDAP/required.m4 +++ b/helpers/digest_auth/LDAP/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="LDAP"]) diff --git a/helpers/digest_auth/Makefile.am b/helpers/digest_auth/Makefile.am index 04d9d0bc68..0a63f510cf 100644 --- a/helpers/digest_auth/Makefile.am +++ b/helpers/digest_auth/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. +## + ## Alphabetical list of sub-directories to distribute with Squid: DIST_SUBDIRS= \ eDirectory \ diff --git a/helpers/digest_auth/eDirectory/Makefile.am b/helpers/digest_auth/eDirectory/Makefile.am index 26f5e36dd8..c001504dd1 100644 --- a/helpers/digest_auth/eDirectory/Makefile.am +++ b/helpers/digest_auth/eDirectory/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. +## + include $(top_srcdir)/src/Common.am ## we need our local files too (but avoid -I. at all costs) diff --git a/helpers/digest_auth/eDirectory/digest_common.h b/helpers/digest_auth/eDirectory/digest_common.h index bae9428f38..d250fbf50f 100644 --- a/helpers/digest_auth/eDirectory/digest_common.h +++ b/helpers/digest_auth/eDirectory/digest_common.h @@ -1,11 +1,13 @@ /* - * digest_common.h - * - * AUTHOR: Robert Collins. + * 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. + */ + +/* * Digest helper API details. - * - * Copyright (c) 2003 Robert Collins */ #ifndef SQUID_DIGEST_COMMON_H_ diff --git a/helpers/digest_auth/eDirectory/digest_pw_auth.cc b/helpers/digest_auth/eDirectory/digest_pw_auth.cc index 72bedbe782..0da947dea2 100644 --- a/helpers/digest_auth/eDirectory/digest_pw_auth.cc +++ b/helpers/digest_auth/eDirectory/digest_pw_auth.cc @@ -1,6 +1,12 @@ /* - * digest_pw_auth.c + * 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. + */ + +/* * AUTHOR: Robert Collins. Based on ncsa_auth.c by Arjan de Vet * * LDAP backend extension by Flavio Pescuma, MARA Systems AB diff --git a/helpers/digest_auth/eDirectory/edir_ldapext.cc b/helpers/digest_auth/eDirectory/edir_ldapext.cc index f0f362254d..82e081d3a5 100644 --- a/helpers/digest_auth/eDirectory/edir_ldapext.cc +++ b/helpers/digest_auth/eDirectory/edir_ldapext.cc @@ -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. + */ + /* * NDS LDAP helper functions * Copied From Samba-3.0.24 pdb_nds.c and trimmed down to the @@ -20,10 +28,9 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * -*/ -#include "squid.h" + */ +#include "squid.h" #include "digest_common.h" #if _SQUID_WINDOWS_ && !_SQUID_CYGWIN_ diff --git a/helpers/digest_auth/eDirectory/edir_ldapext.h b/helpers/digest_auth/eDirectory/edir_ldapext.h index 8f154841e4..4387d7938e 100644 --- a/helpers/digest_auth/eDirectory/edir_ldapext.h +++ b/helpers/digest_auth/eDirectory/edir_ldapext.h @@ -1 +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. + */ + int nds_get_password(LDAP *ld, char *object_dn, size_t * pwd_len, char *pwd); diff --git a/helpers/digest_auth/eDirectory/ldap_backend.cc b/helpers/digest_auth/eDirectory/ldap_backend.cc index 0ce4fb82ce..ec6b6baa03 100644 --- a/helpers/digest_auth/eDirectory/ldap_backend.cc +++ b/helpers/digest_auth/eDirectory/ldap_backend.cc @@ -1,8 +1,12 @@ /* + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * - * - * ldap_backend.c + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + +/* * AUTHOR: Flavio Pescuma, MARA Systems AB */ #include "squid.h" diff --git a/helpers/digest_auth/eDirectory/ldap_backend.h b/helpers/digest_auth/eDirectory/ldap_backend.h index 669be23f2b..cfcbf4570e 100644 --- a/helpers/digest_auth/eDirectory/ldap_backend.h +++ b/helpers/digest_auth/eDirectory/ldap_backend.h @@ -1,9 +1,16 @@ /* - * text_backend.h + * 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. + */ + +/* * AUTHOR: Flavio Pescuma. * */ + #include "digest_common.h" extern int LDAPArguments(int argc, char **argv); extern void LDAPHHA1(RequestData * requestData); diff --git a/helpers/digest_auth/eDirectory/required.m4 b/helpers/digest_auth/eDirectory/required.m4 index c534c12785..cf6cc83086 100755 --- a/helpers/digest_auth/eDirectory/required.m4 +++ b/helpers/digest_auth/eDirectory/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="LDAP"]) diff --git a/helpers/digest_auth/file/Makefile.am b/helpers/digest_auth/file/Makefile.am index c6c20cb207..b0a482a4da 100644 --- a/helpers/digest_auth/file/Makefile.am +++ b/helpers/digest_auth/file/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. +## + include $(top_srcdir)/src/Common.am ## we need our local files too (but avoid -I. at all costs) diff --git a/helpers/digest_auth/file/digest_common.h b/helpers/digest_auth/file/digest_common.h index e210f7bf2d..b30217f844 100644 --- a/helpers/digest_auth/file/digest_common.h +++ b/helpers/digest_auth/file/digest_common.h @@ -1,11 +1,13 @@ /* - * digest_common.h - * - * AUTHOR: Robert Collins. + * 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. + */ + +/* * Digest helper API details. - * - * Copyright (c) 2003 Robert Collins */ #ifndef SQUID_DIGEST_COMMON_H_ diff --git a/helpers/digest_auth/file/digest_file_auth.8 b/helpers/digest_auth/file/digest_file_auth.8 index ef91916944..211718c4f2 100644 --- a/helpers/digest_auth/file/digest_file_auth.8 +++ b/helpers/digest_auth/file/digest_file_auth.8 @@ -72,6 +72,13 @@ This manual was written by .if !'po4a'hide' .I Amos Jeffries . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/digest_auth/file/digest_file_auth.cc b/helpers/digest_auth/file/digest_file_auth.cc index 3eb59e23ff..bfd58c25af 100644 --- a/helpers/digest_auth/file/digest_file_auth.cc +++ b/helpers/digest_auth/file/digest_file_auth.cc @@ -1,6 +1,12 @@ /* - * digest_file_auth.cc + * 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. + */ + +/* * AUTHOR: Robert Collins. * * Based on ncsa_auth.c by Arjan de Vet diff --git a/helpers/digest_auth/file/required.m4 b/helpers/digest_auth/file/required.m4 index 9b9a8eca60..4408666882 100755 --- a/helpers/digest_auth/file/required.m4 +++ b/helpers/digest_auth/file/required.m4 @@ -1 +1,8 @@ +## 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. +## + BUILD_HELPER="file" diff --git a/helpers/digest_auth/file/text_backend.cc b/helpers/digest_auth/file/text_backend.cc index 507a1ea86c..228c9e9b0a 100644 --- a/helpers/digest_auth/file/text_backend.cc +++ b/helpers/digest_auth/file/text_backend.cc @@ -1,8 +1,14 @@ /* - * text_backend.c + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * AUTHOR: Robert Collins. Based on ncsa_auth.c by Arjan de Vet - * + * Squid software is distributed under GPLv2+ license and includes + * contributions from numerous individuals and organizations. + * Please see the COPYING and CONTRIBUTORS files for details. + */ + +/* + * AUTHOR: Robert Collins. + * Based on ncsa_auth.c by Arjan de Vet * * Example digest auth text backend for Squid, based on the original * proxy_auth code from client_side.c, written by @@ -28,8 +34,8 @@ * * Copyright (c) 2003 Robert Collins */ -#include "squid.h" +#include "squid.h" #include "text_backend.h" static hash_table *hash = NULL; diff --git a/helpers/digest_auth/file/text_backend.h b/helpers/digest_auth/file/text_backend.h index 63c69c9759..d4efa145c2 100644 --- a/helpers/digest_auth/file/text_backend.h +++ b/helpers/digest_auth/file/text_backend.h @@ -1,22 +1,9 @@ /* - * text_backend.h + * Copyright (C) 1996-2014 The Squid Software Foundation and contributors * - * AUTHOR: Robert Collins. - * - * Example digest authentication backend for Squid, - * - * - comment lines are possible and should start with a '#'; - * - empty or blank lines are possible; - * - file format is username:password - * - * This implementation could be improved by using such a triple for - * the file format. However storing such a triple does little to - * improve security: If compromised the username:realm:HA1 combination - * is "plaintext equivalent" - for the purposes of digest authentication - * they allow the user access. Password syncronisation is not tackled - * by digest - just preventing on the wire compromise. - * - * Copyright (c) 2003 Robert Collins + * 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 "digest_common.h" diff --git a/helpers/digest_auth/modules.m4 b/helpers/digest_auth/modules.m4 index 8543dbd450..25366c2834 100644 --- a/helpers/digest_auth/modules.m4 +++ b/helpers/digest_auth/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment diff --git a/helpers/external_acl/AD_group/Makefile.am b/helpers/external_acl/AD_group/Makefile.am index d03d0ad0f1..f9964d80d4 100644 --- a/helpers/external_acl/AD_group/Makefile.am +++ b/helpers/external_acl/AD_group/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_ad_group_acl diff --git a/helpers/external_acl/AD_group/ext_ad_group_acl.8 b/helpers/external_acl/AD_group/ext_ad_group_acl.8 index 1c19845046..0b5d9a11a2 100644 --- a/helpers/external_acl/AD_group/ext_ad_group_acl.8 +++ b/helpers/external_acl/AD_group/ext_ad_group_acl.8 @@ -238,6 +238,13 @@ This manual was written by .if !'po4a'hide' .I Amos Jeffries . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/AD_group/ext_ad_group_acl.cc b/helpers/external_acl/AD_group/ext_ad_group_acl.cc index c3c2578624..6b73f8ca93 100644 --- a/helpers/external_acl/AD_group/ext_ad_group_acl.cc +++ b/helpers/external_acl/AD_group/ext_ad_group_acl.cc @@ -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. + */ + /* * ext_ad_group_acl: lookup group membership in a Windows * Active Directory domain diff --git a/helpers/external_acl/AD_group/required.m4 b/helpers/external_acl/AD_group/required.m4 index f5c09a7a05..6f05e893fa 100755 --- a/helpers/external_acl/AD_group/required.m4 +++ b/helpers/external_acl/AD_group/required.m4 @@ -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. +## + for hdr in w32api/dsrole.h dsrole.h; do AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[#include <$hdr>]], [[ diff --git a/helpers/external_acl/LDAP_group/Makefile.am b/helpers/external_acl/LDAP_group/Makefile.am index 98d0b2af59..d1c6e015af 100644 --- a/helpers/external_acl/LDAP_group/Makefile.am +++ b/helpers/external_acl/LDAP_group/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_ldap_group_acl diff --git a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 index 1aab94b2a8..67e9d7cf37 100644 --- a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 +++ b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.8 @@ -243,6 +243,13 @@ This manual was written by .if !'po4a'hide' .I Henrik Nordstrom . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc index e24007597c..947bdb0456 100644 --- a/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc +++ b/helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc @@ -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. + */ + /* * ext_ldap_group_acl: lookup group membership in LDAP * @@ -28,11 +36,6 @@ * * If you want to make a TLS enabled connection you will also need the * OpenSSL libraries linked into openldap. See http://www.openssl.org/ - * - * License: squid_ldap_group is free software; you can redistribute it - * and/or modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2, - * or (at your option) any later version. */ #include "squid.h" #include "helpers/defines.h" diff --git a/helpers/external_acl/LDAP_group/required.m4 b/helpers/external_acl/LDAP_group/required.m4 index d32d028603..14fb455a80 100755 --- a/helpers/external_acl/LDAP_group/required.m4 +++ b/helpers/external_acl/LDAP_group/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="LDAP_group"]) diff --git a/helpers/external_acl/LM_group/Makefile.am b/helpers/external_acl/LM_group/Makefile.am index 1bc27ed71b..3e8948cd17 100644 --- a/helpers/external_acl/LM_group/Makefile.am +++ b/helpers/external_acl/LM_group/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_lm_group_acl diff --git a/helpers/external_acl/LM_group/ext_lm_group_acl.8 b/helpers/external_acl/LM_group/ext_lm_group_acl.8 index af3084d8f7..68601d646a 100644 --- a/helpers/external_acl/LM_group/ext_lm_group_acl.8 +++ b/helpers/external_acl/LM_group/ext_lm_group_acl.8 @@ -170,6 +170,13 @@ This manual was written by .if !'po4a'hide' .I Amos Jeffries . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/LM_group/ext_lm_group_acl.cc b/helpers/external_acl/LM_group/ext_lm_group_acl.cc index 34713295b0..421aaf80ea 100644 --- a/helpers/external_acl/LM_group/ext_lm_group_acl.cc +++ b/helpers/external_acl/LM_group/ext_lm_group_acl.cc @@ -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. + */ + /* * mswin_check_lm_group: lookup group membership in a Windows NT/2000 domain * diff --git a/helpers/external_acl/LM_group/required.m4 b/helpers/external_acl/LM_group/required.m4 index 0f031822a2..adbcf99b48 100755 --- a/helpers/external_acl/LM_group/required.m4 +++ b/helpers/external_acl/LM_group/required.m4 @@ -1,4 +1,8 @@ -# +## 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. + # Only build this helper on Windows -# AC_CHECK_HEADERS([w32api/windows.h windows.h],[BUILD_HELPER="LM_group"]) diff --git a/helpers/external_acl/Makefile.am b/helpers/external_acl/Makefile.am index 15d0a5ac44..8051fd536d 100644 --- a/helpers/external_acl/Makefile.am +++ b/helpers/external_acl/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. +## + DIST_SUBDIRS= \ AD_group \ delayer \ diff --git a/helpers/external_acl/SQL_session/Makefile.am b/helpers/external_acl/SQL_session/Makefile.am index 78f3ebc6e9..1c04c8e1bf 100644 --- a/helpers/external_acl/SQL_session/Makefile.am +++ b/helpers/external_acl/SQL_session/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. +## + include $(top_srcdir)/src/Common.am libexec_SCRIPTS = ext_sql_session_acl diff --git a/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in b/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in index 240ac7cd96..35b348cf05 100755 --- a/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in +++ b/helpers/external_acl/SQL_session/ext_sql_session_acl.pl.in @@ -167,6 +167,12 @@ while (<>) { =head1 COPYRIGHT + * 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. + Copyright (C) 2012 Amos Jeffries Based on original work in DB_auth by Henrik Nordstrom With assistance of Nishant Sharma diff --git a/helpers/external_acl/SQL_session/required.m4 b/helpers/external_acl/SQL_session/required.m4 index a075ad5ca3..90b0411b3a 100755 --- a/helpers/external_acl/SQL_session/required.m4 +++ b/helpers/external_acl/SQL_session/required.m4 @@ -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. +## + if test "x$PERL" != "x" -a "x$POD2MAN" != "x"; then BUILD_HELPER="SQL_session" fi diff --git a/helpers/external_acl/delayer/Makefile.am b/helpers/external_acl/delayer/Makefile.am index 2e927d0095..175badb641 100644 --- a/helpers/external_acl/delayer/Makefile.am +++ b/helpers/external_acl/delayer/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. +## + include $(top_srcdir)/src/Common.am libexec_SCRIPTS = ext_delayer_acl diff --git a/helpers/external_acl/delayer/ext_delayer_acl.pl.in b/helpers/external_acl/delayer/ext_delayer_acl.pl.in index 65745b3933..3842df916e 100755 --- a/helpers/external_acl/delayer/ext_delayer_acl.pl.in +++ b/helpers/external_acl/delayer/ext_delayer_acl.pl.in @@ -68,6 +68,12 @@ This software is written by Francesco Chemolli =head1 COPYRIGHT + * 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. + (C) 2014 Francesco Chemolli This program is free software. You may redistribute copies of it under the diff --git a/helpers/external_acl/delayer/required.m4 b/helpers/external_acl/delayer/required.m4 index f7eac4af62..94c4b3553b 100755 --- a/helpers/external_acl/delayer/required.m4 +++ b/helpers/external_acl/delayer/required.m4 @@ -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. +## + if test "x$PERL" != "x" -a "x$POD2MAN" != "x"; then BUILD_HELPER="delayer" fi diff --git a/helpers/external_acl/eDirectory_userip/Makefile.am b/helpers/external_acl/eDirectory_userip/Makefile.am index a06326636d..28683f18fa 100644 --- a/helpers/external_acl/eDirectory_userip/Makefile.am +++ b/helpers/external_acl/eDirectory_userip/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_edirectory_userip_acl diff --git a/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8 b/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8 index 36b187e98c..e8efc49c6b 100644 --- a/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8 +++ b/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.8 @@ -193,6 +193,13 @@ This manual was written by .if !'po4a'hide' .I Amos Jeffries . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc b/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc index 9d186c63a4..93df533cef 100644 --- a/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc +++ b/helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc @@ -1,4 +1,13 @@ -/* ext_edirectory_userip_acl - Copyright (C) 2009-2011 Chad E. Naugle +/* + * 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. + */ + +/* + * Copyright (C) 2009-2011 Chad E. Naugle * ******************************************************************************** * diff --git a/helpers/external_acl/eDirectory_userip/required.m4 b/helpers/external_acl/eDirectory_userip/required.m4 index 86c8cfe390..44d1f3d25b 100644 --- a/helpers/external_acl/eDirectory_userip/required.m4 +++ b/helpers/external_acl/eDirectory_userip/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_HEADERS([ldap.h winldap.h],[BUILD_HELPER="eDirectory_userip"]) diff --git a/helpers/external_acl/file_userip/Makefile.am b/helpers/external_acl/file_userip/Makefile.am index ab6bb0aa86..b694458ccc 100644 --- a/helpers/external_acl/file_userip/Makefile.am +++ b/helpers/external_acl/file_userip/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_file_userip_acl diff --git a/helpers/external_acl/file_userip/example.conf b/helpers/external_acl/file_userip/example.conf index b3b91e5e6c..7ae3fed265 100644 --- a/helpers/external_acl/file_userip/example.conf +++ b/helpers/external_acl/file_userip/example.conf @@ -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. +## +# # Configuration File for Squid ext_file_userip_acl helper # # Lines that begin with a # are ignored diff --git a/helpers/external_acl/file_userip/ext_file_userip_acl.8 b/helpers/external_acl/file_userip/ext_file_userip_acl.8 index eec2d8fb49..f017373993 100644 --- a/helpers/external_acl/file_userip/ext_file_userip_acl.8 +++ b/helpers/external_acl/file_userip/ext_file_userip_acl.8 @@ -81,6 +81,13 @@ This manual was written by .if !'po4a'hide' .I Amos Jeffries . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/file_userip/ext_file_userip_acl.cc b/helpers/external_acl/file_userip/ext_file_userip_acl.cc index 7780b7e05b..2f54152a70 100644 --- a/helpers/external_acl/file_userip/ext_file_userip_acl.cc +++ b/helpers/external_acl/file_userip/ext_file_userip_acl.cc @@ -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. + */ + /* * Copyright (C) 2002 Rodrigo Campos * diff --git a/helpers/external_acl/file_userip/required.m4 b/helpers/external_acl/file_userip/required.m4 index 7916beccf5..ae4d450c74 100755 --- a/helpers/external_acl/file_userip/required.m4 +++ b/helpers/external_acl/file_userip/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_HEADERS([sys/socket.h],[BUILD_HELPER="file_userip"]) diff --git a/helpers/external_acl/kerberos_ldap_group/Makefile.am b/helpers/external_acl/kerberos_ldap_group/Makefile.am index 3ffb95df43..4350c7e92d 100644 --- a/helpers/external_acl/kerberos_ldap_group/Makefile.am +++ b/helpers/external_acl/kerberos_ldap_group/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. +## + include $(top_srcdir)/src/Common.am EXTRA_DIST = README required.m4 cert_tool ext_kerberos_ldap_group_acl.8 diff --git a/helpers/external_acl/kerberos_ldap_group/cert_tool b/helpers/external_acl/kerberos_ldap_group/cert_tool index 9f14959bb6..e67637ef61 100644 --- a/helpers/external_acl/kerberos_ldap_group/cert_tool +++ b/helpers/external_acl/kerberos_ldap_group/cert_tool @@ -1,5 +1,11 @@ #!/bin/ksh # +## 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. +## # ----------------------------------------------------------------------------- # # Author: Markus Moeller (markus_moeller at compuserve.com) diff --git a/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8 b/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8 index 87b1d26b8a..edb32ea125 100644 --- a/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8 +++ b/helpers/external_acl/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8 @@ -225,6 +225,13 @@ This manual was written by .if !'po4a'hide' .I Markus Moeller . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc b/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc index 51c0e3c65c..f186cb06fc 100644 --- a/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc +++ b/helpers/external_acl/kerberos_ldap_group/kerberos_ldap_group.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * @@ -26,9 +34,7 @@ * * ----------------------------------------------------------------------------- */ -/* - * Hosted at http://sourceforge.net/projects/squidkerbauth - */ + #include "squid.h" #include "helpers/defines.h" #include "rfc1738.h" diff --git a/helpers/external_acl/kerberos_ldap_group/required.m4 b/helpers/external_acl/kerberos_ldap_group/required.m4 index c8076adaa1..f5074b6ff8 100644 --- a/helpers/external_acl/kerberos_ldap_group/required.m4 +++ b/helpers/external_acl/kerberos_ldap_group/required.m4 @@ -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. +## + if test "x$with_krb5" == "xyes"; then BUILD_HELPER="kerberos_ldap_group" SQUID_CHECK_SASL diff --git a/helpers/external_acl/kerberos_ldap_group/support.h b/helpers/external_acl/kerberos_ldap_group/support.h index 38e2cd6dbe..fca5a0fbfe 100644 --- a/helpers/external_acl/kerberos_ldap_group/support.h +++ b/helpers/external_acl/kerberos_ldap_group/support.h @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_group.cc b/helpers/external_acl/kerberos_ldap_group/support_group.cc index aab599880f..137bde529d 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_group.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_group.cc @@ -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. + */ /* * ----------------------------------------------------------------------------- diff --git a/helpers/external_acl/kerberos_ldap_group/support_krb5.cc b/helpers/external_acl/kerberos_ldap_group/support_krb5.cc index 8316b085a9..92bb895eaf 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_krb5.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_krb5.cc @@ -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. + */ + /* * ---------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_ldap.cc b/helpers/external_acl/kerberos_ldap_group/support_ldap.cc index 68f759b981..64f9a6922e 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_ldap.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_ldap.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_log.cc b/helpers/external_acl/kerberos_ldap_group/support_log.cc index bc6074904f..f0683ed3ea 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_log.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_log.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_lserver.cc b/helpers/external_acl/kerberos_ldap_group/support_lserver.cc index 7ae6077d39..a0f1163636 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_lserver.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_lserver.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_member.cc b/helpers/external_acl/kerberos_ldap_group/support_member.cc index 47687d8e78..569be0b40e 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_member.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_member.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_netbios.cc b/helpers/external_acl/kerberos_ldap_group/support_netbios.cc index 5254d4ee6f..428cdd27f4 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_netbios.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_netbios.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_resolv.cc b/helpers/external_acl/kerberos_ldap_group/support_resolv.cc index 47f7908776..e6387261c7 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_resolv.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_resolv.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/kerberos_ldap_group/support_sasl.cc b/helpers/external_acl/kerberos_ldap_group/support_sasl.cc index 12f31d01da..e481260a80 100644 --- a/helpers/external_acl/kerberos_ldap_group/support_sasl.cc +++ b/helpers/external_acl/kerberos_ldap_group/support_sasl.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/external_acl/modules.m4 b/helpers/external_acl/modules.m4 index cc27153839..a0fe0f4c7a 100644 --- a/helpers/external_acl/modules.m4 +++ b/helpers/external_acl/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment diff --git a/helpers/external_acl/session/Makefile.am b/helpers/external_acl/session/Makefile.am index e11b26a315..7f378453a0 100644 --- a/helpers/external_acl/session/Makefile.am +++ b/helpers/external_acl/session/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_session_acl diff --git a/helpers/external_acl/session/ext_session_acl.8 b/helpers/external_acl/session/ext_session_acl.8 index aba3b0229f..af544b030e 100644 --- a/helpers/external_acl/session/ext_session_acl.8 +++ b/helpers/external_acl/session/ext_session_acl.8 @@ -100,6 +100,13 @@ This program and documentation was written by .if !'po4a'hide' .I Andrew Beverley . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/session/ext_session_acl.cc b/helpers/external_acl/session/ext_session_acl.cc index d03a4d3198..18fee814ba 100644 --- a/helpers/external_acl/session/ext_session_acl.cc +++ b/helpers/external_acl/session/ext_session_acl.cc @@ -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. + */ + /* * ext_session_acl: Squid external acl helper for tracking sessions * diff --git a/helpers/external_acl/session/required.m4 b/helpers/external_acl/session/required.m4 index fdc86e9ad6..5b09714081 100755 --- a/helpers/external_acl/session/required.m4 +++ b/helpers/external_acl/session/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]],[[DB_ENV *db_env = NULL; db_env_create(&db_env, 0);]])],[BUILD_HELPER="session"],[]) diff --git a/helpers/external_acl/time_quota/Makefile.am b/helpers/external_acl/time_quota/Makefile.am index 02190d3bdf..7359b2aef0 100644 --- a/helpers/external_acl/time_quota/Makefile.am +++ b/helpers/external_acl/time_quota/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_time_quota_acl diff --git a/helpers/external_acl/time_quota/ext_time_quota_acl.8 b/helpers/external_acl/time_quota/ext_time_quota_acl.8 index c53f6a7a69..9daaf96f1e 100644 --- a/helpers/external_acl/time_quota/ext_time_quota_acl.8 +++ b/helpers/external_acl/time_quota/ext_time_quota_acl.8 @@ -218,6 +218,13 @@ This program and documentation was written by .if !'po4a'hide' .I Dr. Tilmann Bubeck . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/time_quota/ext_time_quota_acl.cc b/helpers/external_acl/time_quota/ext_time_quota_acl.cc index 9b3ec249a8..ab9fcbe411 100644 --- a/helpers/external_acl/time_quota/ext_time_quota_acl.cc +++ b/helpers/external_acl/time_quota/ext_time_quota_acl.cc @@ -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. + */ + /* * ext_time_quota_acl: Squid external acl helper for quota on usage. * diff --git a/helpers/external_acl/time_quota/required.m4 b/helpers/external_acl/time_quota/required.m4 index 4520681ed6..d108d3728e 100644 --- a/helpers/external_acl/time_quota/required.m4 +++ b/helpers/external_acl/time_quota/required.m4 @@ -1,2 +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. +## + AC_CHECK_HEADERS([db_185.h],[BUILD_HELPER="time_quota"]) AC_EGREP_HEADER([dbopen],[/usr/include/db.h],[BUILD_HELPER="time_quota"]) diff --git a/helpers/external_acl/unix_group/Makefile.am b/helpers/external_acl/unix_group/Makefile.am index dde497ec5f..bcb16bba57 100644 --- a/helpers/external_acl/unix_group/Makefile.am +++ b/helpers/external_acl/unix_group/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ext_unix_group_acl diff --git a/helpers/external_acl/unix_group/check_group.cc b/helpers/external_acl/unix_group/check_group.cc index bfd533145e..ccd63395b6 100644 --- a/helpers/external_acl/unix_group/check_group.cc +++ b/helpers/external_acl/unix_group/check_group.cc @@ -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. + */ + /* * This is a helper for the external ACL interface for Squid Cache * Copyright (C) 2002 Rodrigo Albani de Campos (rodrigo@geekbunker.org) diff --git a/helpers/external_acl/unix_group/ext_unix_group_acl.8 b/helpers/external_acl/unix_group/ext_unix_group_acl.8 index 6ff4b18212..2bbb4c0044 100644 --- a/helpers/external_acl/unix_group/ext_unix_group_acl.8 +++ b/helpers/external_acl/unix_group/ext_unix_group_acl.8 @@ -73,6 +73,13 @@ This manual was written by .if !'po4a'hide' .I Henrik Nordstrom . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/external_acl/unix_group/required.m4 b/helpers/external_acl/unix_group/required.m4 index 1eddf76009..fb503743db 100755 --- a/helpers/external_acl/unix_group/required.m4 +++ b/helpers/external_acl/unix_group/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_HEADERS([pwd.h],[BUILD_HELPER="unix_group"]) diff --git a/helpers/external_acl/wbinfo_group/Makefile.am b/helpers/external_acl/wbinfo_group/Makefile.am index 3558260874..9c83ccaf5f 100644 --- a/helpers/external_acl/wbinfo_group/Makefile.am +++ b/helpers/external_acl/wbinfo_group/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. +## + include $(top_srcdir)/src/Common.am libexec_SCRIPTS = ext_wbinfo_group_acl diff --git a/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in b/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in index f2b6be15ff..9faa63a2f3 100755 --- a/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in +++ b/helpers/external_acl/wbinfo_group/ext_wbinfo_group_acl.pl.in @@ -1,5 +1,12 @@ #!@PERL@ -w # +## 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. +## +# # external_acl helper to Squid to verify NT Domain group # membership using wbinfo # diff --git a/helpers/external_acl/wbinfo_group/required.m4 b/helpers/external_acl/wbinfo_group/required.m4 index 698ce35447..f46a9318c2 100755 --- a/helpers/external_acl/wbinfo_group/required.m4 +++ b/helpers/external_acl/wbinfo_group/required.m4 @@ -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. +## + # # The shell script helper requires wbinfo to be in the environment PATH. # We can install anyway, but warn if the tool is missing diff --git a/helpers/log_daemon/DB/Makefile.am b/helpers/log_daemon/DB/Makefile.am index 8365397c35..47d4fe5586 100644 --- a/helpers/log_daemon/DB/Makefile.am +++ b/helpers/log_daemon/DB/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. +## + include $(top_srcdir)/src/Common.am libexec_SCRIPTS = log_db_daemon diff --git a/helpers/log_daemon/DB/log_db_daemon.pl.in b/helpers/log_daemon/DB/log_db_daemon.pl.in index 14d322a5ab..958d4d3a80 100755 --- a/helpers/log_daemon/DB/log_db_daemon.pl.in +++ b/helpers/log_daemon/DB/log_db_daemon.pl.in @@ -448,6 +448,12 @@ Amos Jeffries, amosjeffries@squid-cache.org =head1 COPYRIGHT AND LICENSE + * 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. + Copyright (C) 2008 by Marcello Romani This library is free software; you can redistribute it and/or modify diff --git a/helpers/log_daemon/DB/required.m4 b/helpers/log_daemon/DB/required.m4 index 00f761f5cc..847209d01a 100755 --- a/helpers/log_daemon/DB/required.m4 +++ b/helpers/log_daemon/DB/required.m4 @@ -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. +## + if test "x$PERL" != "x" -a "x$POD2MAN" != "x"; then BUILD_HELPER="DB" fi diff --git a/helpers/log_daemon/Makefile.am b/helpers/log_daemon/Makefile.am index 1fd21f22c4..e761d32b0e 100644 --- a/helpers/log_daemon/Makefile.am +++ b/helpers/log_daemon/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. +## + ## Alphabetical list of sub-directories to distribute with Squid: DIST_SUBDIRS = \ DB \ diff --git a/helpers/log_daemon/file/Makefile.am b/helpers/log_daemon/file/Makefile.am index 3bda260b1c..61922dd3cd 100644 --- a/helpers/log_daemon/file/Makefile.am +++ b/helpers/log_daemon/file/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = log_file_daemon diff --git a/helpers/log_daemon/file/log_file_daemon.cc b/helpers/log_daemon/file/log_file_daemon.cc index ce068d1f67..e6445e6388 100644 --- a/helpers/log_daemon/file/log_file_daemon.cc +++ b/helpers/log_daemon/file/log_file_daemon.cc @@ -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. + */ + #include "squid.h" #include diff --git a/helpers/log_daemon/file/required.m4 b/helpers/log_daemon/file/required.m4 index 9b9a8eca60..4408666882 100755 --- a/helpers/log_daemon/file/required.m4 +++ b/helpers/log_daemon/file/required.m4 @@ -1 +1,8 @@ +## 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. +## + BUILD_HELPER="file" diff --git a/helpers/log_daemon/modules.m4 b/helpers/log_daemon/modules.m4 index 9f0b5150b9..2a4121130c 100644 --- a/helpers/log_daemon/modules.m4 +++ b/helpers/log_daemon/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment diff --git a/helpers/negotiate_auth/Makefile.am b/helpers/negotiate_auth/Makefile.am index 4bb6e49773..71a258a403 100644 --- a/helpers/negotiate_auth/Makefile.am +++ b/helpers/negotiate_auth/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. +## DIST_SUBDIRS = kerberos SSPI wrapper SUBDIRS = $(NEGOTIATE_AUTH_HELPERS) diff --git a/helpers/negotiate_auth/SSPI/Makefile.am b/helpers/negotiate_auth/SSPI/Makefile.am index 8804f107d4..75a1e4bd94 100644 --- a/helpers/negotiate_auth/SSPI/Makefile.am +++ b/helpers/negotiate_auth/SSPI/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = negotiate_sspi_auth diff --git a/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc b/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc index 72e3396310..6ec38082e4 100644 --- a/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc +++ b/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc @@ -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. + */ + /* * negotiate_sspi_auth: helper for Negotiate Authentication for Squid Cache * @@ -33,9 +41,8 @@ * Version 1.0 * 29-10-2005 Guido Serassio * First release. - * - * */ + #include "squid.h" #include "base64.h" #include "helpers/defines.h" diff --git a/helpers/negotiate_auth/SSPI/required.m4 b/helpers/negotiate_auth/SSPI/required.m4 index f1ed8ba246..02119f7f58 100755 --- a/helpers/negotiate_auth/SSPI/required.m4 +++ b/helpers/negotiate_auth/SSPI/required.m4 @@ -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. +## + # # Only build this helper on Windows # diff --git a/helpers/negotiate_auth/kerberos/Makefile.am b/helpers/negotiate_auth/kerberos/Makefile.am index cda4522e2d..68d6d7f0c6 100644 --- a/helpers/negotiate_auth/kerberos/Makefile.am +++ b/helpers/negotiate_auth/kerberos/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. +## + include $(top_srcdir)/src/Common.am EXTRA_DIST = README required.m4 negotiate_kerberos_auth.8 diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos.h b/helpers/negotiate_auth/kerberos/negotiate_kerberos.h index e18318b814..ad4ca0ac34 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos.h +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos.h @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8 b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8 index ad332c53fd..3a5090f524 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8 +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.8 @@ -91,6 +91,13 @@ This manual was written by .if !'po4a'hide' .I Markus Moeller . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc index 8621281b45..1944e4e3cb 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * @@ -26,9 +34,7 @@ * * ----------------------------------------------------------------------------- */ -/* - * Hosted at http://sourceforge.net/projects/squidkerbauth - */ + #include "squid.h" #include "compat/getaddrinfo.h" #include "compat/getnameinfo.h" diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc index 4208b0fb75..455edf71b1 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth_test.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * @@ -21,9 +29,6 @@ * * ----------------------------------------------------------------------------- */ -/* - * Hosted at http://sourceforge.net/projects/squidkerbauth - */ #include "squid.h" diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc index 5e4ce62b08..0fc05355ba 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_pac.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * diff --git a/helpers/negotiate_auth/kerberos/required.m4 b/helpers/negotiate_auth/kerberos/required.m4 index b8bc9d8a52..797a6192b2 100755 --- a/helpers/negotiate_auth/kerberos/required.m4 +++ b/helpers/negotiate_auth/kerberos/required.m4 @@ -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. +## + if test "x$with_krb5" == "xyes"; then BUILD_HELPER="kerberos" fi diff --git a/helpers/negotiate_auth/kerberos/test_negotiate_auth.sh b/helpers/negotiate_auth/kerberos/test_negotiate_auth.sh index 0d4b385907..8885106e47 100755 --- a/helpers/negotiate_auth/kerberos/test_negotiate_auth.sh +++ b/helpers/negotiate_auth/kerberos/test_negotiate_auth.sh @@ -1,4 +1,12 @@ #!/bin/bash +# +## 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. +## + if [[ -z "$1" ]]; then echo "Need squid hostname" exit 0 diff --git a/helpers/negotiate_auth/modules.m4 b/helpers/negotiate_auth/modules.m4 index bd44839a95..e807a2597e 100644 --- a/helpers/negotiate_auth/modules.m4 +++ b/helpers/negotiate_auth/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment diff --git a/helpers/negotiate_auth/wrapper/Makefile.am b/helpers/negotiate_auth/wrapper/Makefile.am index cd6666d6fa..4c257c52df 100644 --- a/helpers/negotiate_auth/wrapper/Makefile.am +++ b/helpers/negotiate_auth/wrapper/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. +## + include $(top_srcdir)/src/Common.am EXTRA_DIST = required.m4 diff --git a/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc b/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc index 0f583c8b55..ccb1fcf3d7 100644 --- a/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc +++ b/helpers/negotiate_auth/wrapper/negotiate_wrapper.cc @@ -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. + */ + /* * ----------------------------------------------------------------------------- * @@ -21,9 +29,6 @@ * * ----------------------------------------------------------------------------- */ -/* - * Hosted at http://sourceforge.net/projects/squidkerbauth - */ #include "squid.h" #include "base64.h" diff --git a/helpers/negotiate_auth/wrapper/required.m4 b/helpers/negotiate_auth/wrapper/required.m4 index 64d6ca723d..0840bb5de9 100755 --- a/helpers/negotiate_auth/wrapper/required.m4 +++ b/helpers/negotiate_auth/wrapper/required.m4 @@ -1 +1,8 @@ +## 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. +## + AC_CHECK_FUNCS(vfork,[BUILD_HELPER="wrapper"]) diff --git a/helpers/ntlm_auth/Makefile.am b/helpers/ntlm_auth/Makefile.am index f90d2e0c31..a2b4362e46 100644 --- a/helpers/ntlm_auth/Makefile.am +++ b/helpers/ntlm_auth/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. +## + DIST_SUBDIRS = fake smb_lm SSPI SUBDIRS = $(NTLM_AUTH_HELPERS) EXTRA_DIST = modules.m4 diff --git a/helpers/ntlm_auth/SSPI/Makefile.am b/helpers/ntlm_auth/SSPI/Makefile.am index 64d6810275..c76576bbed 100644 --- a/helpers/ntlm_auth/SSPI/Makefile.am +++ b/helpers/ntlm_auth/SSPI/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. +## + include $(top_srcdir)/src/Common.am man_MANS = ntlm_sspi_auth.8 diff --git a/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 b/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 index 0ff47745e2..dbe955ca37 100644 --- a/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 +++ b/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.8 @@ -103,6 +103,13 @@ This manual was written by .if !'po4a'hide' .I Amos Jeffries . .SH COPYRIGHT +.PP + * 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. +.PP This program and documentation is copyright to the authors named above. .PP Distributed under the GNU General Public License (GNU GPL) version 2 or later (GPLv2+). diff --git a/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc b/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc index 3050a611b3..36dda7d843 100644 --- a/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc +++ b/helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc @@ -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. + */ + /* * ntlm_sspi_auth: helper for NTLM Authentication for Squid Cache * diff --git a/helpers/ntlm_auth/SSPI/required.m4 b/helpers/ntlm_auth/SSPI/required.m4 index f1ed8ba246..02119f7f58 100755 --- a/helpers/ntlm_auth/SSPI/required.m4 +++ b/helpers/ntlm_auth/SSPI/required.m4 @@ -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. +## + # # Only build this helper on Windows # diff --git a/helpers/ntlm_auth/fake/Makefile.am b/helpers/ntlm_auth/fake/Makefile.am index f3ed900517..ef66c87594 100644 --- a/helpers/ntlm_auth/fake/Makefile.am +++ b/helpers/ntlm_auth/fake/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ntlm_fake_auth diff --git a/helpers/ntlm_auth/fake/ntlm_fake_auth.cc b/helpers/ntlm_auth/fake/ntlm_fake_auth.cc index f4a2fb3b60..d4ed91777e 100644 --- a/helpers/ntlm_auth/fake/ntlm_fake_auth.cc +++ b/helpers/ntlm_auth/fake/ntlm_fake_auth.cc @@ -1,35 +1,17 @@ +/* + * 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. + */ + /* * AUTHOR: Andrew Doran * AUTHOR: Robert Collins - * AUTHOR: Guido Serassio: - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * + * AUTHOR: Guido Serassio */ + /* * Example ntlm authentication program for Squid, based on the * original proxy_auth code from client_side.c, written by diff --git a/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in b/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in index 7c94efd10b..7ecb39f71e 100755 --- a/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in +++ b/helpers/ntlm_auth/fake/ntlm_fake_auth.pl.in @@ -1,5 +1,12 @@ #!@PERL@ # +## 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. +## +# # (C) 2000 Francesco Chemolli # Distributed freely under the terms of the GNU General Public License, # version 2. For the licensing terms, see the file COPYING that diff --git a/helpers/ntlm_auth/fake/required.m4 b/helpers/ntlm_auth/fake/required.m4 index 5261ae5a22..a761852a06 100755 --- a/helpers/ntlm_auth/fake/required.m4 +++ b/helpers/ntlm_auth/fake/required.m4 @@ -1 +1,8 @@ +## 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. +## + BUILD_HELPER="fake" diff --git a/helpers/ntlm_auth/modules.m4 b/helpers/ntlm_auth/modules.m4 index a62af48551..4444bfb6aa 100644 --- a/helpers/ntlm_auth/modules.m4 +++ b/helpers/ntlm_auth/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment diff --git a/helpers/ntlm_auth/smb_lm/Makefile.am b/helpers/ntlm_auth/smb_lm/Makefile.am index 7a3ea5a3f9..9a6621e215 100644 --- a/helpers/ntlm_auth/smb_lm/Makefile.am +++ b/helpers/ntlm_auth/smb_lm/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = ntlm_smb_lm_auth diff --git a/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc b/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc index d4172142d7..3b762f7094 100644 --- a/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc +++ b/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc @@ -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. + */ + /* * (C) 2000 Francesco Chemolli * Distributed freely under the terms of the GNU General Public License, @@ -11,8 +19,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * */ + #include "squid.h" #include "base64.h" #include "compat/debug.h" diff --git a/helpers/ntlm_auth/smb_lm/required.m4 b/helpers/ntlm_auth/smb_lm/required.m4 index a93b5cbaa8..d737722256 100755 --- a/helpers/ntlm_auth/smb_lm/required.m4 +++ b/helpers/ntlm_auth/smb_lm/required.m4 @@ -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. +## + # # DONT build this helper on Windows # diff --git a/helpers/ssl/Makefile.am b/helpers/ssl/Makefile.am index eb2aa45d94..87738f3849 100644 --- a/helpers/ssl/Makefile.am +++ b/helpers/ssl/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. +## + include $(top_srcdir)/src/Common.am libexec_SCRIPTS = cert_valid.pl diff --git a/helpers/ssl/cert_valid.pl b/helpers/ssl/cert_valid.pl index 41a19848d7..b1177b654e 100755 --- a/helpers/ssl/cert_valid.pl +++ b/helpers/ssl/cert_valid.pl @@ -43,6 +43,12 @@ Retrieves the SSL certificate error list from squid and echo back without any ch =head1 COPYRIGHT + * 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. + (C) 2012 The Measurement Factory, Author: Tsantilas Christos This program is free software. You may redistribute copies of it under the diff --git a/helpers/storeid_rewrite/Makefile.am b/helpers/storeid_rewrite/Makefile.am index c48e019115..e2a731d472 100644 --- a/helpers/storeid_rewrite/Makefile.am +++ b/helpers/storeid_rewrite/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. +## DIST_SUBDIRS = file SUBDIRS = $(STOREID_REWRITE_HELPERS) diff --git a/helpers/storeid_rewrite/file/Makefile.am b/helpers/storeid_rewrite/file/Makefile.am index 0a280a0315..aa622d9efb 100644 --- a/helpers/storeid_rewrite/file/Makefile.am +++ b/helpers/storeid_rewrite/file/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. +## + include $(top_srcdir)/src/Common.am libexec_SCRIPTS = storeid_file_rewrite diff --git a/helpers/storeid_rewrite/file/required.m4 b/helpers/storeid_rewrite/file/required.m4 index 72c3e3e426..24792d8407 100755 --- a/helpers/storeid_rewrite/file/required.m4 +++ b/helpers/storeid_rewrite/file/required.m4 @@ -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. +## + if test "x$PERL" != "x" -a "x$POD2MAN" != "x"; then BUILD_HELPER="file" fi diff --git a/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in b/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in index a6b04f1509..4deb631886 100644 --- a/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in +++ b/helpers/storeid_rewrite/file/storeid_file_rewrite.pl.in @@ -80,6 +80,12 @@ URL: while () { =head1 COPYRIGHT + * 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. + Copyright (C) 2013 Alan Mizrahi Based on code from Eliezer Croitoru diff --git a/helpers/storeid_rewrite/modules.m4 b/helpers/storeid_rewrite/modules.m4 index 755e1dd573..563b38a023 100644 --- a/helpers/storeid_rewrite/modules.m4 +++ b/helpers/storeid_rewrite/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment diff --git a/helpers/url_rewrite/Makefile.am b/helpers/url_rewrite/Makefile.am index be60b320dc..bea9db2ceb 100644 --- a/helpers/url_rewrite/Makefile.am +++ b/helpers/url_rewrite/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. +## DIST_SUBDIRS = fake SUBDIRS = $(URL_REWRITE_HELPERS) diff --git a/helpers/url_rewrite/fake/Makefile.am b/helpers/url_rewrite/fake/Makefile.am index c7342b0151..9266308c61 100644 --- a/helpers/url_rewrite/fake/Makefile.am +++ b/helpers/url_rewrite/fake/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. +## + include $(top_srcdir)/src/Common.am libexec_PROGRAMS = url_fake_rewrite diff --git a/helpers/url_rewrite/fake/fake.cc b/helpers/url_rewrite/fake/fake.cc index 09e12787d9..55cea0885f 100644 --- a/helpers/url_rewrite/fake/fake.cc +++ b/helpers/url_rewrite/fake/fake.cc @@ -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. + */ + /* * Copyright (c) 2009-2014, Treehouse Networks Ltd. New Zealand * All rights reserved. diff --git a/helpers/url_rewrite/fake/required.m4 b/helpers/url_rewrite/fake/required.m4 index 5261ae5a22..a761852a06 100755 --- a/helpers/url_rewrite/fake/required.m4 +++ b/helpers/url_rewrite/fake/required.m4 @@ -1 +1,8 @@ +## 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. +## + BUILD_HELPER="fake" diff --git a/helpers/url_rewrite/fake/url_fake_rewrite.sh b/helpers/url_rewrite/fake/url_fake_rewrite.sh index a013dd64ae..528a142e6e 100755 --- a/helpers/url_rewrite/fake/url_fake_rewrite.sh +++ b/helpers/url_rewrite/fake/url_fake_rewrite.sh @@ -1,5 +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. +## +# # Copyright (c) 2009-2014, Treehouse Networks Ltd. New Zealand # All rights reserved. # @@ -26,6 +33,7 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. +# if test "${1}" = "-h" ; then echo "Usage: $0 [-h] [-c] [-d logfile]" diff --git a/helpers/url_rewrite/modules.m4 b/helpers/url_rewrite/modules.m4 index 9db9ac7ed9..c55d2b1ecf 100644 --- a/helpers/url_rewrite/modules.m4 +++ b/helpers/url_rewrite/modules.m4 @@ -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. +## + # This file is supposed to run all the tests required to identify which # configured modules are able to be built in this environment -- 2.39.2