gdb: update some copyright years (2022 -> 2023)
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 1 Mar 2023 20:09:40 +0000 (15:09 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 2 Mar 2023 01:54:56 +0000 (20:54 -0500)
The copyright years in the ROCm files (e.g. solib-rocm.c) are wrong,
they end in 2022 instead of 2023.  I suppose because I posted (or at
least prepared) the patches in 2022 but merged them in 2023, and forgot
to update the year.  I found a bunch of other files that are in the same
situation.  Fix them all up.

Change-Id: Ia55f5b563606c2ba6a89046f22bc0bf1c0ff2e10
Reviewed-By: Tom Tromey <tom@tromey.com>
37 files changed:
gdb/amd-dbgapi-target.c
gdb/amd-dbgapi-target.h
gdb/amdgpu-tdep.c
gdb/amdgpu-tdep.h
gdb/dwarf2/call-site.h
gdb/dwarf2/types.h
gdb/python/lib/gdb/dap/__init__.py
gdb/python/lib/gdb/dap/bt.py
gdb/python/lib/gdb/dap/disassemble.py
gdb/python/lib/gdb/dap/events.py
gdb/python/lib/gdb/dap/frames.py
gdb/python/lib/gdb/dap/io.py
gdb/python/lib/gdb/dap/launch.py
gdb/python/lib/gdb/dap/next.py
gdb/python/lib/gdb/dap/pause.py
gdb/python/lib/gdb/dap/scopes.py
gdb/python/lib/gdb/dap/server.py
gdb/python/lib/gdb/dap/startup.py
gdb/python/lib/gdb/dap/state.py
gdb/python/lib/gdb/dap/threads.py
gdb/solib-rocm.c
gdb/testsuite/gdb.ada/finish-var-size/p.adb
gdb/testsuite/gdb.ada/finish-var-size/pck.adb
gdb/testsuite/gdb.ada/finish-var-size/pck.ads
gdb/testsuite/gdb.base/frame-view.c
gdb/testsuite/gdb.base/frame-view.exp
gdb/testsuite/gdb.base/frame-view.py
gdb/testsuite/gdb.base/info-program.c
gdb/testsuite/gdb.dap/basic-dap.c
gdb/testsuite/gdb.dap/basic-dap.exp
gdb/testsuite/gdb.rocm/simple.cpp
gdb/testsuite/gdb.rocm/simple.exp
gdb/testsuite/gdb.threads/foll-fork-other-thread.c
gdb/testsuite/gdb.threads/foll-fork-other-thread.exp
gdb/testsuite/lib/dap-support.exp
gdb/testsuite/lib/rocm.exp
gdb/unittests/frame_info_ptr-selftests.c

index 5f7de52a1a5c37d9729780edcfcd06dd7399381d..f5161038c51d56227d30b929139232e45e46029f 100644 (file)
@@ -1,6 +1,6 @@
 /* Target used to communicate with the AMD Debugger API.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index beff2ad0bed1d830901843eb1665ede4a74b916d..13ac3e320e151a214d70a9ea6b02bfa57602af75 100644 (file)
@@ -1,6 +1,6 @@
 /* Target used to communicate with the AMD Debugger API.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index fc5e2438c7f6c779a33c42169ac85bfedbeb1781..7f0e9dffab37f185a57658acda5ce9be7d886ab4 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the AMDGPU architectures.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 24081ebaf7d28349e90fe033acf801abcbf2ba87..a049ed93f8537ba66be8792e30007c3393206a87 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the AMDGPU architectures.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index c8a1e8b2971dd398b878081643b582d765378f3e..a397b8b63373c081553eb620a342be4530e85de9 100644 (file)
@@ -1,6 +1,6 @@
 /* Call site information.
 
-   Copyright (C) 2011-2022 Free Software Foundation, Inc.
+   Copyright (C) 2011-2023 Free Software Foundation, Inc.
 
    Contributed by Cygnus Support, using pieces from other GDB modules.
 
index db026d3b6f3f5fb218fc68b05caadc3d0f1ecb6c..2378de309eda53b4f1847e9a7c77811e4a018d1e 100644 (file)
@@ -1,6 +1,6 @@
 /* Common internal types for the DWARF reader
 
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 0df938623a99c54d1bef68393179202f121b329c..9038e108f40e2491a2515e1b461dc6ee047c6b8a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 990ab135b0547808f567049cc2e3c06b4bd43037..7a17574fc230a5bbd846b1d1c6bcfd93beb21c2a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 3d3b3a5695a82b88fa4c65db15f812964baa5635..900a3c6adbb28afca8b91a2119e555c39b33d370 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 45e2a1e116d8f381e40388e5cf5394803a721bfc..5b25470211f90bf7286114fef26899d66d0812f9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index a1c2689c35083caea48de4aa59640b31291332d6..337bbedae0fe249289003c23eb29b1ba0e9be91f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 656ac08b4ecd0912bcd7d3e6a2b0d041d3ca7262..74cc82301d747936d0219b92cf78973523e458d9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 7ac81779111f88d5715f743b841a6f1ac6bb4df5..b4102cc28cce7500f17dd25d0cd975715337f9ca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 726b659db7fd20acec1d7394f95cce79f1069b7e..33898ed610351ff8ddccbcdf687499491f40b7da 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 74fdf48cdfa2686474f0970d8d284b230271dfec..1e59d6305235488c88db6fc8c38fc87c6ec06e76 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 0c887db91adcfb28c0c4e8c6e926b1de02ad54d4..490fa9cf098f2dc4d815468126a4cab8c586d2e6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 7013cc3bff1410915aa96e5156f86569d1aeb6e8..92b4eee1c5e17577909747b497047c5c74a549c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 523705a59337cc5e2cf0763090d72755f26c690d..22246a937ce38c208b267df5c59ce69125a9ab02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index fb2e543199ab3e1888be58a835264df576083f44..caf654aaf07ac983977c95ac353210936fa3a0c8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index b6a0ca0a9009a96915f920bb50e6acc20d16cdc0..c3b42ee4991e94a244cdd38d439935dbb68c6e67 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 00a1eb69fed4bc4d7153ccb3dcfa4af09d8ec90e..0ea3702e9e3e06270bcfcee114766659e7ce2ec7 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle ROCm Code Objects for GDB, the GNU Debugger.
 
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 33d7b4895b4b5c1c093127141d13e3f43f35306d..28aae231416496e090cd9e2dfc8f9f085c83feeb 100644 (file)
@@ -1,4 +1,4 @@
---  Copyright 2022 Free Software Foundation, Inc.
+--  Copyright 2022-2023 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
index 884cf9160fd4d93a0ee6227e786611218fc146cf..6d76b696a112c0931ec99649483fe3b3a35ac989 100644 (file)
@@ -1,4 +1,4 @@
---  Copyright 2022 Free Software Foundation, Inc.
+--  Copyright 2022-2023 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
index d6fcbfa1f1d7371b8e2f3f4e7f5d09285fdd95b6..af080c7d4a783dfb7ec83876ba0dd320576d49bb 100644 (file)
@@ -1,4 +1,4 @@
---  Copyright 2022 Free Software Foundation, Inc.
+--  Copyright 2022-2023 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
index e330da0b1afedaaa239e598c86ca2ab10550a231..00fb9c9b916d340424216b6f1415ebf200bff74f 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2022 Free Software Foundation, Inc.
+   Copyright 2022-2023 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
index 72955bd1aff1c0cdd012732f6ea5a06196ee1483..d71b369fd79fd8d573c406e58cdbded78d834d75 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 6c1b8bcf82be3e7811fda081de49d042df54bcea..e6630496bb0f977b1de1c26868e6f02154c9a7dc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2022 Free Software Foundation, Inc.
+# Copyright (C) 2022-2023 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
index fcb3c614f5feef37235815ce77a43ffb6efdc2b5..7d388f4a79b5fc6b291319617557a9749b9e173b 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2022 Free Software Foundation, Inc.
+   Copyright 2022-2023 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
index eab1c9995593acd9f200faa96fdc764afd9b9216..a8327141fb055c29dc81e561f75373ac2c5caeb2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2022 Free Software Foundation, Inc.
+/* Copyright 2022-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index f4f25154770481f100d0380bca61a0867c6308a7..6f14df5df01774ad9bc901cc54d6695e8f0e61a7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 31dc56a1d8c9b44b73efd3d23510234669bf2356..b0bd2b0d4df24cf20f2320bea94e5d6bff2b44f3 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2022 Free Software Foundation, Inc.
+   Copyright 2022-2023 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
index befcc7aaabc352959ddd6c250340e13ccdaec3d4..4d8ba661438c5dba01a0e9b6c67481fe74853278 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 47e8b1c7389138ac23e574214442a4ad24e4d923..18d4c6d312f7ff59c711ce8e1da61d2c4f8104d7 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2022 Free Software Foundation, Inc.
+   Copyright 2022-2023 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
index ed62bfc54d912a5f34bb39ec5499be8ecaa3af85..0186a38fed9c34f901106e2beca9c1a4307c7fe9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 527e7db522843792711e72230022dc70807d0c8b..6bb9b6e6377d2dab6bebe97409e29d15217584b1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022 Free Software Foundation, Inc.
+# Copyright 2022-2023 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
index 125fa000170308f8ced8eff601bddf98a12057b0..92e8221b77218349f9a33bf3cbe1b511fd6535cf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2022 Free Software Foundation, Inc.
+# Copyright (C) 2019-2023 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
index fe1e7be35daab81acdc2e127028af0013c0ce77f..77052b3065f921dab3d50cd14df6ee285146c9d5 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for frame_info_ptr.
 
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.