Skip to content

Commit 6441eb6

Browse files
committed
Update copyright years.
1 parent 13c4066 commit 6441eb6

File tree

18,182 files changed

+18276
-18276
lines changed

Some content is hidden

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

18,182 files changed

+18276
-18276
lines changed

c++tools/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
* server.cc: New.
208208

209209

210-
Copyright (C) 2020-2024 Free Software Foundation, Inc.
210+
Copyright (C) 2020-2025 Free Software Foundation, Inc.
211211

212212
Copying and distribution of this file, with or without modification,
213213
are permitted in any medium without royalty provided the copyright

c++tools/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for c++tools
2-
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
2+
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
33
#
44
# This file is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

c++tools/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configure script for c++tools
2-
# Copyright (C) 2020-2024 Free Software Foundation, Inc.
2+
# Copyright (C) 2020-2025 Free Software Foundation, Inc.
33
# Written by Nathan Sidwell <[email protected]> while at FaceBook
44
#
55
# This file is free software; you can redistribute it and/or modify it

c++tools/resolver.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental! -*- c++ -*-
2-
Copyright (C) 2017-2024 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2025 Free Software Foundation, Inc.
33
Written by Nathan Sidwell <[email protected]> while at FaceBook
44
55
This file is part of GCC.

c++tools/resolver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental! -*- c++ -*-
2-
Copyright (C) 2017-2024 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2025 Free Software Foundation, Inc.
33
Written by Nathan Sidwell <[email protected]> while at FaceBook
44
55
This file is part of GCC.

c++tools/server.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental!
2-
Copyright (C) 2018-2024 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2025 Free Software Foundation, Inc.
33
Written by Nathan Sidwell <[email protected]> while at FaceBook
44
55
This file is part of GCC.
@@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN
319319
print_version (void)
320320
{
321321
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
322-
fprintf (stdout, "Copyright %s 2018-2024 Free Software Foundation, Inc.\n",
322+
fprintf (stdout, "Copyright %s 2018-2025 Free Software Foundation, Inc.\n",
323323
("(C)"));
324324
fnotice (stdout,
325325
("This is free software; see the source for copying conditions.\n"

contrib/analyze_brprob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2016-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2025 Free Software Foundation, Inc.
44
#
55
# Script to analyze results of our branch prediction heuristics
66
#

contrib/analyze_brprob_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2016-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2016-2025 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

contrib/bench-stringop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Contributed by Jan Hubicka <[email protected]>
66
#
7-
# Copyright (C) 2019-2024 Free Software Foundation, Inc.
7+
# Copyright (C) 2019-2025 Free Software Foundation, Inc.
88
#
99
# This file is part of GCC.
1010
#

contrib/check-MAINTAINERS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
44
#
55
# This file is part of GCC.
66
#

0 commit comments

Comments
 (0)