summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-01-04 09:35:45 +0100
committerJakub Jelinek <jakub@redhat.com>2021-01-04 09:35:45 +0100
commitc48514bea610d9eaae783fec9d513a690723b0f0 (patch)
tree7acd843b4852a8351628a6d3b51305a7698e5271
parent2e96eec614e8e73f76df3a3f1e199ce36b747bac (diff)
downloadgcc-c48514bea610d9eaae783fec9d513a690723b0f0.tar.gz
Update Copyright in ChangeLog files
Do this separately from all other Copyright updates, as ChangeLog files can be modified only separately.
-rw-r--r--c++tools/ChangeLog2
-rw-r--r--gcc/analyzer/ChangeLog2
-rw-r--r--gcc/c-family/ChangeLog2
-rw-r--r--gcc/c/ChangeLog2
-rw-r--r--gcc/go/ChangeLog2
-rw-r--r--gcc/jit/ChangeLog2
-rw-r--r--gcc/lto/ChangeLog2
-rw-r--r--gcc/objc/ChangeLog2
-rw-r--r--gcc/objcp/ChangeLog2
-rw-r--r--gcc/po/ChangeLog2
-rw-r--r--libada/ChangeLog2
-rw-r--r--libatomic/ChangeLog2
-rw-r--r--libbacktrace/ChangeLog2
-rw-r--r--libcody/ChangeLog2
-rw-r--r--libcpp/ChangeLog2
-rw-r--r--libdecnumber/ChangeLog2
-rw-r--r--libgcc/ChangeLog2
-rw-r--r--libgcc/config/libbid/ChangeLog2
-rw-r--r--libgomp/ChangeLog2
-rw-r--r--libhsail-rt/ChangeLog2
-rw-r--r--libitm/ChangeLog2
-rw-r--r--libobjc/ChangeLog2
-rw-r--r--libphobos/ChangeLog2
23 files changed, 23 insertions, 23 deletions
diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog
index 50a7c32e84d..66c9c763fc9 100644
--- a/c++tools/ChangeLog
+++ b/c++tools/ChangeLog
@@ -57,7 +57,7 @@
* server.cc: New.
-Copyright (C) 2020 Free Software Foundation, Inc.
+Copyright (C) 2020-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index 971ed47a70f..b8d6b1ae793 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -3892,7 +3892,7 @@
* Initial creation
-Copyright (C) 2019-2020 Free Software Foundation, Inc.
+Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 79d2655d841..ebabc2ac32d 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -11842,7 +11842,7 @@
* c-common.c: Include gt-c-family-c-common.h.
* c-pragma.c: Include gt-c-family-c-pragma.h.
-Copyright (C) 2010-2020 Free Software Foundation, Inc.
+Copyright (C) 2010-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index b5cf1a7d444..728786d3402 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -7431,7 +7431,7 @@
* c-decl.c: Likewise. Include gt-c-c-decl.h, not gt-c-decl.h.
* c-parser.c: Likewise. Include gt-c-c-parser.h, not gt-c-parser.h.
-Copyright (C) 2012-2020 Free Software Foundation, Inc.
+Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index a2f6147111c..0c23345a3ea 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1748,7 +1748,7 @@
Go frontend added to gcc repository.
-Copyright (C) 2010-2020 Free Software Foundation, Inc.
+Copyright (C) 2010-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index dafb480abe7..3fd85aa357d 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -3082,7 +3082,7 @@
* Initial creation
-Copyright (C) 2013-2020 Free Software Foundation, Inc.
+Copyright (C) 2013-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index ac16f0f2d0b..a3274488c8a 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -6481,7 +6481,7 @@
* lto-tree.h: Likewise.
* lto-lang.c: Likewise.
-Copyright (C) 2006-2020 Free Software Foundation, Inc.
+Copyright (C) 2006-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 3e83a4f7cfb..6bb584c753b 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -4052,7 +4052,7 @@
Move to c-objc-common.h.
-Copyright (C) 2004-2020 Free Software Foundation, Inc.
+Copyright (C) 2004-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog
index 0b257a96e64..ff827c74b81 100644
--- a/gcc/objcp/ChangeLog
+++ b/gcc/objcp/ChangeLog
@@ -580,7 +580,7 @@
* objcp-lang.c: Likewise.
-Copyright (C) 2005-2020 Free Software Foundation, Inc.
+Copyright (C) 2005-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index e29c057f956..1100d1b444d 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -4987,7 +4987,7 @@ Sun Oct 31 17:17:18 1999 Jeffrey A Law (law@cygnus.com)
libiberty/include directories.
-Copyright (C) 1999-2020 Free Software Foundation, Inc.
+Copyright (C) 1999-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libada/ChangeLog b/libada/ChangeLog
index 8eda1ebe4c1..441d15a64e0 100644
--- a/libada/ChangeLog
+++ b/libada/ChangeLog
@@ -449,7 +449,7 @@
* New directory, new ChangeLog.
-Copyright (C) 2003-2020 Free Software Foundation, Inc.
+Copyright (C) 2003-2021 Free Software Foundation, Inc.
This ChangeLog is free software; the Free Software Foundation gives
unlimited permission to copy, distribute, and modify it.
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog
index a68232c18f3..5962fb997d1 100644
--- a/libatomic/ChangeLog
+++ b/libatomic/ChangeLog
@@ -575,7 +575,7 @@
* Initial commit.
-Copyright (C) 2012-2020 Free Software Foundation, Inc.
+Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 827196cb52d..faa1d172245 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1710,7 +1710,7 @@
* Initial implementation.
-Copyright (C) 2012-2020 Free Software Foundation, Inc.
+Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libcody/ChangeLog b/libcody/ChangeLog
index b99357e753a..ceee732bf00 100644
--- a/libcody/ChangeLog
+++ b/libcody/ChangeLog
@@ -132,7 +132,7 @@
* tests/jouster: New.
-Copyright (C) 2020 Free Software Foundation, Inc.
+Copyright (C) 2020-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index c0714695b20..e78e9a6b26a 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -6574,7 +6574,7 @@
* include/symtab.h: Moved from gcc/hashtable.h. Change header
guard name.
-Copyright (C) 2004-2020 Free Software Foundation, Inc.
+Copyright (C) 2004-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index 488720cd5ce..b3ec06c3d8c 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -744,7 +744,7 @@
* decDPD.h: Likewise.
* decLibrary.c, decRound.c: Likewise.
-Copyright (C) 2005-2020 Free Software Foundation, Inc.
+Copyright (C) 2005-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 6a7d1b1e046..b4bb57b6f79 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -11265,7 +11265,7 @@
shared-object.mk, siditi-object.mk, static-object.mk: New files.
* configure: Generated.
-Copyright (C) 2007-2020 Free Software Foundation, Inc.
+Copyright (C) 2007-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libgcc/config/libbid/ChangeLog b/libgcc/config/libbid/ChangeLog
index ce4b57e4baf..eee3bab312a 100644
--- a/libgcc/config/libbid/ChangeLog
+++ b/libgcc/config/libbid/ChangeLog
@@ -414,7 +414,7 @@
* inline_bid_add.h: Likewise.
* sqrt_macros.h: Likewise.
-Copyright (C) 2007-2020 Free Software Foundation, Inc.
+Copyright (C) 2007-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 8225e5d69fa..ba7204b6a68 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -14418,7 +14418,7 @@
Initial implementation and checkin.
-Copyright (C) 2005-2020 Free Software Foundation, Inc.
+Copyright (C) 2005-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libhsail-rt/ChangeLog b/libhsail-rt/ChangeLog
index ada55c4dbf7..132e9c03d4c 100644
--- a/libhsail-rt/ChangeLog
+++ b/libhsail-rt/ChangeLog
@@ -153,7 +153,7 @@
* rt/segment.c: Likewise.
* rt/workitems.c: Likewise.
-Copyright (C) 2017-2020 Free Software Foundation, Inc.
+Copyright (C) 2017-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index af1366cbc9c..e91b1c63721 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -2282,7 +2282,7 @@
* Initial commit.
-Copyright (C) 2008-2020 Free Software Foundation, Inc.
+Copyright (C) 2008-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 01312dae04b..83e5f61a1b5 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -3602,7 +3602,7 @@ Mon Sep 21 23:27:10 1998 Ovidiu Predescu <ovidiu@slip.net>
* New directory. Moved files from ../gcc/objc.
-Copyright (C) 1998-2020 Free Software Foundation, Inc.
+Copyright (C) 1998-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 8dca301b495..48cb298ae48 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -906,7 +906,7 @@
* testsuite/testsuite_flags.in: New file.
-Copyright (C) 2018-2020 Free Software Foundation, Inc.
+Copyright (C) 2018-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright