Skip to content

Commit 7adcbaf

Browse files
committed
Update copyright years.
1 parent 5d5db19 commit 7adcbaf

File tree

16,043 files changed

+16108
-16108
lines changed

Some content is hidden

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

16,043 files changed

+16108
-16108
lines changed

Diff for: c++tools/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for c++tools
2-
# Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
# Copyright (C) 2020-2022 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

Diff for: c++tools/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configure script for c++tools
2-
# Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
# Copyright (C) 2020-2022 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

Diff for: c++tools/resolver.cc

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

Diff for: c++tools/resolver.h

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

Diff for: c++tools/server.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* C++ modules. Experimental!
2-
Copyright (C) 2018-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2022 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-2021 Free Software Foundation, Inc.\n",
322+
fprintf (stdout, "Copyright %s 2018-2022 Free Software Foundation, Inc.\n",
323323
("(C)"));
324324
fnotice (stdout,
325325
("This is free software; see the source for copying conditions.\n"

Diff for: gcc/ABOUT-GCC-NLS

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
4949
rebuilt.
5050

5151

52-
Copyright (C) 1998-2021 Free Software Foundation, Inc.
52+
Copyright (C) 1998-2022 Free Software Foundation, Inc.
5353

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

Diff for: gcc/LANGUAGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Feb 1, 1998:
5757
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
5858

5959

60-
Copyright (C) 1998-2021 Free Software Foundation, Inc.
60+
Copyright (C) 1998-2022 Free Software Foundation, Inc.
6161

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

Diff for: gcc/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Makefile for GNU Compiler Collection
22
# Run 'configure' to generate Makefile from Makefile.in
33

4-
# Copyright (C) 1987-2021 Free Software Foundation, Inc.
4+
# Copyright (C) 1987-2022 Free Software Foundation, Inc.
55

66
#This file is part of GCC.
77

Diff for: gcc/README.Portability

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2000-2021 Free Software Foundation, Inc.
1+
Copyright (C) 2000-2022 Free Software Foundation, Inc.
22

33
This file is intended to contain a few notes about writing C code
44
within GCC so that it compiles without error on the full range of

Diff for: gcc/acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dnl Copyright (C) 2005-2021 Free Software Foundation, Inc.
1+
dnl Copyright (C) 2005-2022 Free Software Foundation, Inc.
22
dnl
33
dnl This file is part of GCC.
44
dnl

Diff for: gcc/addresses.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Inline functions to test validity of reg classes for addressing modes.
2-
Copyright (C) 2006-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2006-2022 Free Software Foundation, Inc.
33
44
This file is part of GCC.
55

Diff for: gcc/adjust-alignment.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Adjust alignment for local variable.
2-
Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2022 Free Software Foundation, Inc.
33
Contributed by Kito Cheng <[email protected]>
44
55
This file is part of GCC.

Diff for: gcc/alias.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Alias analysis for GNU C
2-
Copyright (C) 1997-2021 Free Software Foundation, Inc.
2+
Copyright (C) 1997-2022 Free Software Foundation, Inc.
33
Contributed by John Carr ([email protected]).
44
55
This file is part of GCC.

Diff for: gcc/alias.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Exported functions from alias.c
2-
Copyright (C) 2004-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2004-2022 Free Software Foundation, Inc.
33
44
This file is part of GCC.
55

Diff for: gcc/align.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Alignment-related classes.
2-
Copyright (C) 2018-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2022 Free Software Foundation, Inc.
33
44
This file is part of GCC.
55

Diff for: gcc/alloc-pool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Functions to support a pool of allocatable objects.
2-
Copyright (C) 1987-2021 Free Software Foundation, Inc.
2+
Copyright (C) 1987-2022 Free Software Foundation, Inc.
33
Contributed by Daniel Berlin <[email protected]>
44
55
This file is part of GCC.

Diff for: gcc/alloc-pool.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Functions to support a pool of allocatable objects
2-
Copyright (C) 1997-2021 Free Software Foundation, Inc.
2+
Copyright (C) 1997-2022 Free Software Foundation, Inc.
33
Contributed by Daniel Berlin <[email protected]>
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analysis-plan.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* A class to encapsulate decisions about how the analysis should happen.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analysis-plan.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* A class to encapsulate decisions about how the analysis should happen.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer-logging.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Hierarchical log messages for the analyzer.
2-
Copyright (C) 2014-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2014-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer-logging.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Hierarchical log messages for the analyzer.
2-
Copyright (C) 2014-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2014-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer-pass.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Integration of the analyzer with GCC's pass manager.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer-selftests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Selftest support for the analyzer.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer-selftests.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Selftests for the analyzer.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Utility functions for the analyzer.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Utility functions for the analyzer.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/analyzer.opt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; analyzer.opt -- Options for the analyzer.
22

3-
; Copyright (C) 2019-2021 Free Software Foundation, Inc.
3+
; Copyright (C) 2019-2022 Free Software Foundation, Inc.
44
;
55
; This file is part of GCC.
66
;

Diff for: gcc/analyzer/bar-chart.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Support for plotting bar charts in dumps.
2-
Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/bar-chart.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Support for plotting bar charts in dumps.
2-
Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/call-info.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Subclasses of custom_edge_info for describing outcomes of function calls.
2-
Copyright (C) 2021 Free Software Foundation, Inc.
2+
Copyright (C) 2021-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/call-info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Subclasses of custom_edge_info for describing outcomes of function calls.
2-
Copyright (C) 2021 Free Software Foundation, Inc.
2+
Copyright (C) 2021-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/call-string.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Call stacks at program points.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/call-string.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Call stacks at program points.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/checker-path.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Subclasses of diagnostic_path and diagnostic_event for analyzer diagnostics.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/checker-path.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Subclasses of diagnostic_path and diagnostic_event for analyzer diagnostics.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/complexity.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Measuring the complexity of svalues/regions.
2-
Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/complexity.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Measuring the complexity of svalues/regions.
2-
Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/constraint-manager.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Tracking equivalence classes and constraints at a point on an execution path.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/constraint-manager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Tracking equivalence classes and constraints at a point on an execution path.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/diagnostic-manager.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for saving, deduplicating, and emitting analyzer diagnostics.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/diagnostic-manager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for saving, deduplicating, and emitting analyzer diagnostics.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/engine.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* The analysis "engine".
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/engine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* The analysis "engine".
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/exploded-graph.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for managing a directed graph of <point, state> pairs.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/feasible-graph.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* A graph for exploring trees of feasible paths through the egraph.
2-
Copyright (C) 2021 Free Software Foundation, Inc.
2+
Copyright (C) 2021-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/feasible-graph.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* A graph for exploring trees of feasible paths through the egraph.
2-
Copyright (C) 2021 Free Software Foundation, Inc.
2+
Copyright (C) 2021-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/function-set.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Sets of function names.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/function-set.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Sets of function names.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/pending-diagnostic.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for analyzer diagnostics.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/pending-diagnostic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for analyzer diagnostics.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44
55
This file is part of GCC.

Diff for: gcc/analyzer/program-point.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for representing locations within the program.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44

55
This file is part of GCC.

Diff for: gcc/analyzer/program-point.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for representing locations within the program.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44

55
This file is part of GCC.

Diff for: gcc/analyzer/program-state.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for representing the state of interest at a given path of analysis.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44

55
This file is part of GCC.

Diff for: gcc/analyzer/program-state.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Classes for representing the state of interest at a given path of analysis.
2-
Copyright (C) 2019-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2019-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44

55
This file is part of GCC.

Diff for: gcc/analyzer/reachability.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Digraph reachability.
2-
Copyright (C) 2020-2021 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2022 Free Software Foundation, Inc.
33
Contributed by David Malcolm <[email protected]>.
44

55
This file is part of GCC.

0 commit comments

Comments
 (0)