]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add AC_COPYRIGHT macro (#2343)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 8 Jan 2026 00:26:20 +0000 (00:26 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 8 Jan 2026 00:26:28 +0000 (00:26 +0000)
To display The Squid Software Foundation copyright blurb in
./configure --version output and mentions at the top of
./configure script code.

configure.ac

index 1280d1791d95d2276ef64bca2afd28d3899279ed..27d35e5df0fba681d12837010155e53e67dc69c8 100644 (file)
@@ -10,6 +10,12 @@ AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
 AC_CONFIG_SRCDIR([src/main.cc])
+AC_COPYRIGHT([Copyright (C) 1996-2026 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.
+])
 AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz])
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE