Skip to content

Commit 1975cce

Browse files
authored
Source Format Enforcement (#2041)
1 parent 9b9eb29 commit 1975cce

1,985 files changed

Lines changed: 1988 additions & 1985 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Thank you!
1111
Alan Mizrahi <alan@mizrahi.com.ve>
1212
Alan Nastac <mrness@gentoo.org>
1313
Aleksa <susulic@gmail.com>
14+
Alex <bigalex934@gmail.com>
1415
Alex Bason <nonsleepr@gmail.com>
1516
Alex Dowad <alexinbeijing@gmail.com>
1617
Alex Rousskov <rousskov@measurement-factory.com>
@@ -73,6 +74,7 @@ Thank you!
7374
Axel Westerhold <ml.awesterhold@dts.de>
7475
Aymeric Vincent <aymericvincent@free.fr>
7576
Barry Dobyns <barry@dobyns.com>
77+
Ben Kallus <49924171+kenballus@users.noreply.github.com>
7678
Ben Kallus <benjamin.p.kallus.gr@dartmouth.edu>
7779
Benjamin Kerensa <bkerensa@ubuntu.com>
7880
Benno Rice <benno@jeamland.net>
@@ -473,6 +475,7 @@ Thank you!
473475
Sergio Rabellino <rabellino@di.unito.it>
474476
Shailesh Vashishth <shavashishth@gmail.com>
475477
Shigechika Aikawa <shige@luck.imasy.or.jp>
478+
Shmaya <34206053+ShmayaFrankel@users.noreply.github.com>
476479
Shmaya Frankel <shmaya.frankel@gmail.com>
477480
Silamael <Silamael@coronamundi.de>
478481
Simon Deziel

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1996-2023 The Squid Software Foundation and contributors
2+
* Copyright (C) 1996-2025 The Squid Software Foundation and contributors
33
*
44
* Squid software is distributed under GPLv2+ license and includes
55
* contributions from numerous individuals and organizations.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1+
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
22
##
33
## Squid software is distributed under GPLv2+ license and includes
44
## contributions from numerous individuals and organizations.

QUICKSTART

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ typically have to modify something in a /etc/rc_something).
9999
==============================================================================
100100

101101
/*
102-
* Copyright (C) 1996-2023 The Squid Software Foundation and contributors
102+
* Copyright (C) 1996-2025 The Squid Software Foundation and contributors
103103
*
104104
* Squid software is distributed under GPLv2+ license and includes
105105
* contributions from numerous individuals and organizations.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SQUID Web Proxy Cache http://www.squid-cache.org/
22
------------------------------------------------------------------------
33

4-
Copyright (C) 1996-2023 The Squid Software Foundation and contributors
4+
Copyright (C) 1996-2025 The Squid Software Foundation and contributors
55

66
Squid software is distributed under GPLv2+ license and includes
77
contributions from numerous individuals and organizations.

acinclude/ax_cxx_compile_stdcxx.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1+
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
22
##
33
## Squid software is distributed under GPLv2+ license and includes
44
## contributions from numerous individuals and organizations.

acinclude/ax_with_prog.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1+
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
22
##
33
## Squid software is distributed under GPLv2+ license and includes
44
## contributions from numerous individuals and organizations.

acinclude/compiler-flags.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1+
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
22
##
33
## Squid software is distributed under GPLv2+ license and includes
44
## contributions from numerous individuals and organizations.

acinclude/init.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1+
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
22
##
33
## Squid software is distributed under GPLv2+ license and includes
44
## contributions from numerous individuals and organizations.

acinclude/krb5.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1+
## Copyright (C) 1996-2025 The Squid Software Foundation and contributors
22
##
33
## Squid software is distributed under GPLv2+ license and includes
44
## contributions from numerous individuals and organizations.

0 commit comments

Comments
 (0)