]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix several broken or missing copyright statements (#1300)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 6 Mar 2023 00:05:19 +0000 (00:05 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sat, 25 Mar 2023 00:51:28 +0000 (13:51 +1300)
scripts/spell-check.sh
src/mem/PoolingAllocator.h
src/tests/stub_liberror.cc
test-suite/squidconf/bug4832.conf
test-suite/squidconf/mgr_passwd.conf

index c3fa76a3052f3bdeab78b8dc5f2d71f87bbc1119..931f173e07330ccc5261dffce006f3074171d93a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-## Copyright (C) 2020 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
index 77618f61dcb19fecfd9e1d5836981e14032db358..59a76f886b6c64478f71787235691f82f195adcc 100644 (file)
@@ -1,10 +1,10 @@
 /*
-+ * Copyright (C) 1996-2023 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) 1996-2023 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
 
 #ifndef SQUID_MEM_POOLINGALLOCATOR_H
 #define SQUID_MEM_POOLINGALLOCATOR_H
index 0709805281250fa0309f78220d76e2ba30940374..94a1ffa941b82b975b1f4580c20576a43ca6204c 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2023 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 "error/Error.h"
 #include "sbuf/SBuf.h"
index 66ffa52c2c944d00b9b680b4b15c39c28c04f34b..16d244d72d6b4ab1ea53547eaa1d005a7c452ae0 100644 (file)
@@ -1,2 +1,9 @@
+## Copyright (C) 1996-2023 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.
+##
+
 auth_param basic /dev/null
 auth_schemes basic all
index 0908f10f31d260c2bce7332e1388e20fa65837a2..5db52bd929e63046fbb6dc71db5c7c5e07aadcea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.