aboutsummaryrefslogtreecommitdiff
path: root/libcc1
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-01-16 11:50:43 +0100
committerJakub Jelinek <jakub@redhat.com>2023-01-16 11:52:17 +0100
commit83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (patch)
tree730ac068df829f1af95259b5e9f1830552dc76ca /libcc1
parenta31becca488b537cfc24bba7c0f48b2c44726240 (diff)
downloadgcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.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/compiler.cc2
-rw-r--r--libcc1/compiler.hh2
-rw-r--r--libcc1/configure.ac2
-rw-r--r--libcc1/connection.cc2
-rw-r--r--libcc1/connection.hh2
-rw-r--r--libcc1/context.cc2
-rw-r--r--libcc1/context.hh2
-rw-r--r--libcc1/deleter.hh2
-rw-r--r--libcc1/findcomp.cc2
-rw-r--r--libcc1/findcomp.hh2
-rw-r--r--libcc1/gdbctx.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-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
26 files changed, 26 insertions, 26 deletions
diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am
index 6e3a34f..921a33f 100644
--- a/libcc1/Makefile.am
+++ b/libcc1/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2014-2022 Free Software Foundation, Inc.
+## Copyright (C) 2014-2023 Free Software Foundation, Inc.
## This file is part of GCC.
diff --git a/libcc1/callbacks.cc b/libcc1/callbacks.cc
index d9d6035..b060042 100644
--- a/libcc1/callbacks.cc
+++ b/libcc1/callbacks.cc
@@ -1,5 +1,5 @@
/* Callback management.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/callbacks.hh b/libcc1/callbacks.hh
index 794e4e2..1b8f907 100644
--- a/libcc1/callbacks.hh
+++ b/libcc1/callbacks.hh
@@ -1,5 +1,5 @@
/* Callback management
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler-name.hh b/libcc1/compiler-name.hh
index 5922b05..b679f62 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler.cc b/libcc1/compiler.cc
index e52f354..c21b590 100644
--- a/libcc1/compiler.cc
+++ b/libcc1/compiler.cc
@@ -1,5 +1,5 @@
/* Compiler handling for plugin
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/compiler.hh b/libcc1/compiler.hh
index 8e174d2..c25c0b7 100644
--- a/libcc1/compiler.hh
+++ b/libcc1/compiler.hh
@@ -1,5 +1,5 @@
/* Compiler handling for plugin
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/configure.ac b/libcc1/configure.ac
index 36f5a7e..e9f6a13 100644
--- a/libcc1/configure.ac
+++ b/libcc1/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2014-2022 Free Software Foundation, Inc.
+dnl Copyright (C) 2014-2023 Free Software Foundation, Inc.
dnl
dnl This file is part of GCC.
dnl
diff --git a/libcc1/connection.cc b/libcc1/connection.cc
index 347179d..893d558 100644
--- a/libcc1/connection.cc
+++ b/libcc1/connection.cc
@@ -1,5 +1,5 @@
/* Connect implementation
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/connection.hh b/libcc1/connection.hh
index a67af60..247378b 100644
--- a/libcc1/connection.hh
+++ b/libcc1/connection.hh
@@ -1,5 +1,5 @@
/* Plugin connection declarations
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/context.cc b/libcc1/context.cc
index 37d5023..3263c16 100644
--- a/libcc1/context.cc
+++ b/libcc1/context.cc
@@ -1,5 +1,5 @@
/* Generic plugin context
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/context.hh b/libcc1/context.hh
index c736bc8..6dade61 100644
--- a/libcc1/context.hh
+++ b/libcc1/context.hh
@@ -1,5 +1,5 @@
/* Generic plugin context
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/deleter.hh b/libcc1/deleter.hh
index 96f41e3..4fcf750 100644
--- a/libcc1/deleter.hh
+++ b/libcc1/deleter.hh
@@ -1,5 +1,5 @@
/* Deleter objects
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/findcomp.cc b/libcc1/findcomp.cc
index 4257d7f..8f20d1ce 100644
--- a/libcc1/findcomp.cc
+++ b/libcc1/findcomp.cc
@@ -1,5 +1,5 @@
/* Find the correct compiler.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/findcomp.hh b/libcc1/findcomp.hh
index f09d014..a1805db 100644
--- a/libcc1/findcomp.hh
+++ b/libcc1/findcomp.hh
@@ -1,5 +1,5 @@
/* Find the correct compiler.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/gdbctx.hh b/libcc1/gdbctx.hh
index 99dc9ad..228a5af 100644
--- a/libcc1/gdbctx.hh
+++ b/libcc1/gdbctx.hh
@@ -1,5 +1,5 @@
/* Generic GDB-side plugin
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc
index b77ae18..e8c4d89 100644
--- a/libcc1/libcc1.cc
+++ b/libcc1/libcc1.cc
@@ -1,5 +1,5 @@
/* The library used by gdb.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc
index bdd0bda..7e0feca 100644
--- a/libcc1/libcc1plugin.cc
+++ b/libcc1/libcc1plugin.cc
@@ -1,5 +1,5 @@
/* Library interface to C front end
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc
index 21d4462..740dfbb 100644
--- a/libcc1/libcp1.cc
+++ b/libcc1/libcp1.cc
@@ -1,5 +1,5 @@
/* The library used by gdb.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc
index e232aac..8d394c0 100644
--- a/libcc1/libcp1plugin.cc
+++ b/libcc1/libcp1plugin.cc
@@ -1,5 +1,5 @@
/* Library interface to C++ front end.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 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-cp.hh b/libcc1/marshall-cp.hh
index b495900..5690fce 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall.cc b/libcc1/marshall.cc
index f8136e5..2576b3d 100644
--- a/libcc1/marshall.cc
+++ b/libcc1/marshall.cc
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/marshall.hh b/libcc1/marshall.hh
index 762183b..acfb333 100644
--- a/libcc1/marshall.hh
+++ b/libcc1/marshall.hh
@@ -1,5 +1,5 @@
/* Marshalling and unmarshalling.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/names.cc b/libcc1/names.cc
index e2992ab..c7e8e80 100644
--- a/libcc1/names.cc
+++ b/libcc1/names.cc
@@ -1,5 +1,5 @@
/* String definitions.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/names.hh b/libcc1/names.hh
index 097b316..abafc86 100644
--- a/libcc1/names.hh
+++ b/libcc1/names.hh
@@ -1,5 +1,5 @@
/* String declarations.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/rpc.hh b/libcc1/rpc.hh
index 83c0439..5130256 100644
--- a/libcc1/rpc.hh
+++ b/libcc1/rpc.hh
@@ -1,5 +1,5 @@
/* RPC call and callback templates
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libcc1/status.hh b/libcc1/status.hh
index d31b93e..55f2995 100644
--- a/libcc1/status.hh
+++ b/libcc1/status.hh
@@ -1,5 +1,5 @@
/* status type definition
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.