aboutsummaryrefslogtreecommitdiff
path: root/libcc1
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-01-04 10:26:59 +0100
committerJakub Jelinek <jakub@redhat.com>2021-01-04 10:26:59 +0100
commit99dee82307f1e163e150c9c810452979994047ce (patch)
tree4f935e06cc2e81cb69c09eab061c9dcf8dbbbfd4 /libcc1
parentc00e2af3639eda2dccffb55049b3d79389fbe90a (diff)
downloadgcc-99dee82307f1e163e150c9c810452979994047ce.zip
gcc-99dee82307f1e163e150c9c810452979994047ce.tar.gz
gcc-99dee82307f1e163e150c9c810452979994047ce.tar.bz2
Update copyright years.
Diffstat (limited to 'libcc1')
-rw-r--r--libcc1/Makefile.am2
-rw-r--r--libcc1/callbacks.cc2
-rw-r--r--libcc1/callbacks.hh2
-rw-r--r--libcc1/compiler-name.hh2
-rw-r--r--libcc1/configure.ac2
-rw-r--r--libcc1/connection.cc2
-rw-r--r--libcc1/connection.hh2
-rw-r--r--libcc1/findcomp.cc2
-rw-r--r--libcc1/findcomp.hh2
-rw-r--r--libcc1/libcc1.cc2
-rw-r--r--libcc1/libcc1plugin.cc2
-rw-r--r--libcc1/libcp1.cc2
-rw-r--r--libcc1/libcp1plugin.cc2
-rw-r--r--libcc1/marshall-c.hh2
-rw-r--r--libcc1/marshall-cp.hh2
-rw-r--r--libcc1/marshall.cc2
-rw-r--r--libcc1/marshall.hh2
-rw-r--r--libcc1/names.cc2
-rw-r--r--libcc1/names.hh2
-rw-r--r--libcc1/rpc.hh2
-rw-r--r--libcc1/status.hh2
21 files changed, 21 insertions, 21 deletions
diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am
index 173b84f..f148fdd 100644
--- a/libcc1/Makefile.am
+++ b/libcc1/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2014-2020 Free Software Foundation, Inc.
+## Copyright (C) 2014-2021 Free Software Foundation, Inc.
## This file is part of GCC.
diff --git a/libcc1/callbacks.cc b/libcc1/callbacks.cc
index 28662f4..f0a4b1f 100644
--- a/libcc1/callbacks.cc
+++ b/libcc1/callbacks.cc
@@ -1,5 +1,5 @@
/* Callback management.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/callbacks.hh b/libcc1/callbacks.hh
index e2d19b8..b1f3e98 100644
--- a/libcc1/callbacks.hh
+++ b/libcc1/callbacks.hh
@@ -1,5 +1,5 @@
/* Callback management
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler-name.hh b/libcc1/compiler-name.hh
index 5f0ae41..fd3c8f3 100644
--- a/libcc1/compiler-name.hh
+++ b/libcc1/compiler-name.hh
@@ -1,5 +1,5 @@
/* The names of the compilers we use.
- Copyright (C) 2017-2020 Free Software Foundation, Inc.
+ Copyright (C) 2017-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/configure.ac b/libcc1/configure.ac
index 648bcba..2187e7b 100644
--- a/libcc1/configure.ac
+++ b/libcc1/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2014-2020 Free Software Foundation, Inc.
+dnl Copyright (C) 2014-2021 Free Software Foundation, Inc.
dnl
dnl This file is part of GCC.
dnl
diff --git a/libcc1/connection.cc b/libcc1/connection.cc
index a91dfc8..64a6d49 100644
--- a/libcc1/connection.cc
+++ b/libcc1/connection.cc
@@ -1,5 +1,5 @@
/* Connect implementation
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/connection.hh b/libcc1/connection.hh
index f7cc531..50e8a8b 100644
--- a/libcc1/connection.hh
+++ b/libcc1/connection.hh
@@ -1,5 +1,5 @@
/* Plugin connection declarations
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/findcomp.cc b/libcc1/findcomp.cc
index a4f20b2..27664c9 100644
--- a/libcc1/findcomp.cc
+++ b/libcc1/findcomp.cc
@@ -1,5 +1,5 @@
/* Find the correct compiler.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/findcomp.hh b/libcc1/findcomp.hh
index 0c271d2b..d652caa 100644
--- a/libcc1/findcomp.hh
+++ b/libcc1/findcomp.hh
@@ -1,5 +1,5 @@
/* Find the correct compiler.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc
index c675624..e4c200c 100644
--- a/libcc1/libcc1.cc
+++ b/libcc1/libcc1.cc
@@ -1,5 +1,5 @@
/* The library used by gdb.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc
index 241a815..e80ecd8 100644
--- a/libcc1/libcc1plugin.cc
+++ b/libcc1/libcc1plugin.cc
@@ -1,5 +1,5 @@
/* Library interface to C front end
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc
index e8aceb1..34d8957 100644
--- a/libcc1/libcp1.cc
+++ b/libcc1/libcp1.cc
@@ -1,5 +1,5 @@
/* The library used by gdb.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc
index 6483683..27a6175 100644
--- a/libcc1/libcp1plugin.cc
+++ b/libcc1/libcp1plugin.cc
@@ -1,5 +1,5 @@
/* Library interface to C++ front end.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC. As it interacts with GDB through libcc1,
they all become a single program as regards the GNU GPL's requirements.
diff --git a/libcc1/marshall-c.hh b/libcc1/marshall-c.hh
index a617654..212603e 100644
--- a/libcc1/marshall-c.hh
+++ b/libcc1/marshall-c.hh
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling of C-specific types.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall-cp.hh b/libcc1/marshall-cp.hh
index 23756c4..ff80bfe 100644
--- a/libcc1/marshall-cp.hh
+++ b/libcc1/marshall-cp.hh
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling of C++-specific types.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall.cc b/libcc1/marshall.cc
index 368418a..aac077e 100644
--- a/libcc1/marshall.cc
+++ b/libcc1/marshall.cc
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall.hh b/libcc1/marshall.hh
index fb4e9a4..6999c4f 100644
--- a/libcc1/marshall.hh
+++ b/libcc1/marshall.hh
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/names.cc b/libcc1/names.cc
index a103af3..cfac8dc 100644
--- a/libcc1/names.cc
+++ b/libcc1/names.cc
@@ -1,5 +1,5 @@
/* String definitions.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/names.hh b/libcc1/names.hh
index d86a1ba..a37d286 100644
--- a/libcc1/names.hh
+++ b/libcc1/names.hh
@@ -1,5 +1,5 @@
/* String declarations.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/rpc.hh b/libcc1/rpc.hh
index f616124..a8e3357 100644
--- a/libcc1/rpc.hh
+++ b/libcc1/rpc.hh
@@ -1,5 +1,5 @@
/* RPC call and callback templates
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/status.hh b/libcc1/status.hh
index bc7c4da..f06dc15 100644
--- a/libcc1/status.hh
+++ b/libcc1/status.hh
@@ -1,5 +1,5 @@
/* status type definition
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GCC.