aboutsummaryrefslogtreecommitdiff
path: root/include/gdb
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-01-01 09:28:58 +1030
committerAlan Modra <amodra@gmail.com>2021-01-01 10:31:05 +1030
commit250d07de5cf6efc81ed934c25292beb63c7e3129 (patch)
treed5b20eb4372cbacc65e51d726fd11476df4baa6e /include/gdb
parentf192b314f3febc7727cdfca9313d3724972ef005 (diff)
downloadgdb-250d07de5cf6efc81ed934c25292beb63c7e3129.zip
gdb-250d07de5cf6efc81ed934c25292beb63c7e3129.tar.gz
gdb-250d07de5cf6efc81ed934c25292beb63c7e3129.tar.bz2
Update year range in copyright notice of binutils files
Diffstat (limited to 'include/gdb')
-rw-r--r--include/gdb/ChangeLog2
-rw-r--r--include/gdb/callback.h2
-rw-r--r--include/gdb/fileio.h2
-rw-r--r--include/gdb/gdb-index.h2
-rw-r--r--include/gdb/remote-sim.h2
-rw-r--r--include/gdb/section-scripts.h2
-rw-r--r--include/gdb/signals.def2
-rw-r--r--include/gdb/signals.h2
-rw-r--r--include/gdb/sim-aarch64.h2
-rw-r--r--include/gdb/sim-arm.h2
-rw-r--r--include/gdb/sim-bfin.h2
-rw-r--r--include/gdb/sim-cr16.h2
-rw-r--r--include/gdb/sim-d10v.h2
-rw-r--r--include/gdb/sim-frv.h2
-rw-r--r--include/gdb/sim-ft32.h2
-rw-r--r--include/gdb/sim-h8300.h2
-rw-r--r--include/gdb/sim-lm32.h2
-rw-r--r--include/gdb/sim-m32c.h2
-rw-r--r--include/gdb/sim-ppc.h2
-rw-r--r--include/gdb/sim-rl78.h2
-rw-r--r--include/gdb/sim-rx.h2
-rw-r--r--include/gdb/sim-sh.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index 89e09d3..0ae9e0b 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -340,7 +340,7 @@ Wed Jul 17 19:36:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
* signals.h: New file, from gdb/defs.h.
-Copyright (C) 2002-2020 Free Software Foundation, Inc.
+Copyright (C) 2002-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/include/gdb/callback.h b/include/gdb/callback.h
index 6acc8ac..a2e0263 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -1,5 +1,5 @@
/* Remote target system call callback support.
- Copyright (C) 1997-2020 Free Software Foundation, Inc.
+ Copyright (C) 1997-2021 Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GDB.
diff --git a/include/gdb/fileio.h b/include/gdb/fileio.h
index 2e95e4c..7a43207 100644
--- a/include/gdb/fileio.h
+++ b/include/gdb/fileio.h
@@ -1,6 +1,6 @@
/* Hosted File I/O interface definitions, for GDB, the GNU Debugger.
- Copyright (C) 2003-2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2021 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/include/gdb/gdb-index.h b/include/gdb/gdb-index.h
index f4ca438..fc92038 100644
--- a/include/gdb/gdb-index.h
+++ b/include/gdb/gdb-index.h
@@ -1,5 +1,5 @@
/* Public attributes of the .gdb_index section.
- Copyright (C) 2012-2020 Free Software Foundation, Inc.
+ Copyright (C) 2012-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h
index 179120d..73fb670 100644
--- a/include/gdb/remote-sim.h
+++ b/include/gdb/remote-sim.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the simulator and gdb.
- Copyright (C) 1993-2020 Free Software Foundation, Inc.
+ Copyright (C) 1993-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/section-scripts.h b/include/gdb/section-scripts.h
index bec049d..4cd6357 100644
--- a/include/gdb/section-scripts.h
+++ b/include/gdb/section-scripts.h
@@ -1,6 +1,6 @@
/* Definition of kinds of records in section .debug_gdb_scripts.
- Copyright (C) 2014-2020 Free Software Foundation, Inc.
+ Copyright (C) 2014-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/signals.def b/include/gdb/signals.def
index c0fdd3e..ea64353 100644
--- a/include/gdb/signals.def
+++ b/include/gdb/signals.def
@@ -1,5 +1,5 @@
/* Target signal numbers for GDB and the GDB remote protocol.
- Copyright (C) 2010-2020 Free Software Foundation, Inc.
+ Copyright (C) 2010-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/signals.h b/include/gdb/signals.h
index d0b667d..19cb922 100644
--- a/include/gdb/signals.h
+++ b/include/gdb/signals.h
@@ -1,5 +1,5 @@
/* Target signal numbers for GDB and the GDB remote protocol.
- Copyright (C) 1986-2020 Free Software Foundation, Inc.
+ Copyright (C) 1986-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/sim-aarch64.h b/include/gdb/sim-aarch64.h
index 25e8732..6c048c1 100644
--- a/include/gdb/sim-aarch64.h
+++ b/include/gdb/sim-aarch64.h
@@ -1,6 +1,6 @@
/* sim-aarch64.h --- interface between AArch64 simulator and GDB.
- Copyright (C) 2015-2020 Free Software Foundation, Inc.
+ Copyright (C) 2015-2021 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/include/gdb/sim-arm.h b/include/gdb/sim-arm.h
index 594c581..8aafa04 100644
--- a/include/gdb/sim-arm.h
+++ b/include/gdb/sim-arm.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the Arm simulator and GDB.
- Copyright (C) 2002-2020 Free Software Foundation, Inc.
+ Copyright (C) 2002-2021 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/include/gdb/sim-bfin.h b/include/gdb/sim-bfin.h
index f947ce0..fb1fbe6 100644
--- a/include/gdb/sim-bfin.h
+++ b/include/gdb/sim-bfin.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the Blackfin simulator and GDB.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
Contributed by Analog Devices.
This file is part of GDB.
diff --git a/include/gdb/sim-cr16.h b/include/gdb/sim-cr16.h
index 2e5664a..8331cb1 100644
--- a/include/gdb/sim-cr16.h
+++ b/include/gdb/sim-cr16.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the cr16 simulator and gdb.
- Copyright (C) 2008-2020 Free Software Foundation, Inc.
+ Copyright (C) 2008-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/sim-d10v.h b/include/gdb/sim-d10v.h
index 841ae75..e1d88e5 100644
--- a/include/gdb/sim-d10v.h
+++ b/include/gdb/sim-d10v.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the d10v simulator and gdb.
- Copyright (C) 1999-2020 Free Software Foundation, Inc.
+ Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/sim-frv.h b/include/gdb/sim-frv.h
index 9fa21e6..dc4c586 100644
--- a/include/gdb/sim-frv.h
+++ b/include/gdb/sim-frv.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the FR-V simulator and GDB.
- Copyright (C) 2003-2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2021 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/include/gdb/sim-ft32.h b/include/gdb/sim-ft32.h
index b96d773..58cf9c2 100644
--- a/include/gdb/sim-ft32.h
+++ b/include/gdb/sim-ft32.h
@@ -1,6 +1,6 @@
/* This file defines the interface between the FT32 simulator and GDB.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
Contributed by FTDI.
This file is part of GDB.
diff --git a/include/gdb/sim-h8300.h b/include/gdb/sim-h8300.h
index 40e052e..885e4ea 100644
--- a/include/gdb/sim-h8300.h
+++ b/include/gdb/sim-h8300.h
@@ -1,5 +1,5 @@
/* This file defines the interface between the h8300 simulator and gdb.
- Copyright (C) 2002-2020 Free Software Foundation, Inc.
+ Copyright (C) 2002-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/sim-lm32.h b/include/gdb/sim-lm32.h
index 0b98935..e2dfc52 100644
--- a/include/gdb/sim-lm32.h
+++ b/include/gdb/sim-lm32.h
@@ -1,7 +1,7 @@
/* This file defines the interface between the LM32 simulator and GDB.
Contributed by Jon Beniston <jon@beniston.com>
- Copyright (C) 2009-2020 Free Software Foundation, Inc.
+ Copyright (C) 2009-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/sim-m32c.h b/include/gdb/sim-m32c.h
index d024894..12a02f8 100644
--- a/include/gdb/sim-m32c.h
+++ b/include/gdb/sim-m32c.h
@@ -1,5 +1,5 @@
/* This file defines the interface between the m32c simulator and gdb.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/include/gdb/sim-ppc.h b/include/gdb/sim-ppc.h
index c72436f..94a89c8 100644
--- a/include/gdb/sim-ppc.h
+++ b/include/gdb/sim-ppc.h
@@ -1,6 +1,6 @@
/* sim-ppc.h --- interface between PowerPC simulator and GDB.
- Copyright (C) 2004-2020 Free Software Foundation, Inc.
+ Copyright (C) 2004-2021 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/include/gdb/sim-rl78.h b/include/gdb/sim-rl78.h
index a764bf0..041192f 100644
--- a/include/gdb/sim-rl78.h
+++ b/include/gdb/sim-rl78.h
@@ -1,6 +1,6 @@
/* sim-rx.h --- interface between rl78 simulator and GDB.
- Copyright (C) 2011-2020 Free Software Foundation, Inc.
+ Copyright (C) 2011-2021 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/include/gdb/sim-rx.h b/include/gdb/sim-rx.h
index ef90e15..f4d917d 100644
--- a/include/gdb/sim-rx.h
+++ b/include/gdb/sim-rx.h
@@ -1,6 +1,6 @@
/* sim-rx.h --- interface between RX simulator and GDB.
- Copyright (C) 2008-2020 Free Software Foundation, Inc.
+ Copyright (C) 2008-2021 Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/include/gdb/sim-sh.h b/include/gdb/sim-sh.h
index 3677be3..fc403af 100644
--- a/include/gdb/sim-sh.h
+++ b/include/gdb/sim-sh.h
@@ -1,5 +1,5 @@
/* This file defines the interface between the sh simulator and gdb.
- Copyright (C) 2000-2020 Free Software Foundation, Inc.
+ Copyright (C) 2000-2021 Free Software Foundation, Inc.
This file is part of GDB.