* [PATCH] Fix copyright dates for new files
@ 2026-02-05 18:18 Tom Tromey
2026-02-11 21:10 ` Tom Tromey
0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2026-02-05 18:18 UTC (permalink / raw)
To: gdb-patches; +Cc: Tom Tromey
I forgot to add 2026 to a copyright date in a file I recently
committed (but had originally submitted in 2025). Thinking this might
have happened before, I re-ran gdb/copyright.py and it pointed out a
surprising number of such changes.
---
gdb/finish-thread-state.h | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs-bar.c | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs-bar.h | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs-common.h | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs-foo.c | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs-foo.h | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs-main.c | 2 +-
gdb/testsuite/gdb.base/dwz-symtabs.exp | 2 +-
gdb/testsuite/gdb.base/solib-breakpoints-rerun.exp | 2 +-
gdb/testsuite/gdb.dap/ada-non-ascii.exp | 2 +-
gdb/testsuite/gdb.dap/ada-non-ascii/pack.adb | 2 +-
gdb/testsuite/gdb.dap/ada-non-ascii/pack.ads | 2 +-
gdb/testsuite/gdb.dap/ada-non-ascii/prog.adb | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.c | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.h | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-dwz-common.h | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.h | 2 +-
gdb/testsuite/gdb.debuginfod/solib-with-dwz-main.c | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.c | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.c | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.c | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.exp | 2 +-
gdb/testsuite/gdb.opt/empty-inline-cxx.cc | 2 +-
gdb/testsuite/gdb.opt/empty-inline-cxx.exp | 2 +-
gdb/testsuite/gdb.opt/empty-inline.c | 2 +-
gdb/testsuite/gdb.opt/empty-inline.exp | 2 +-
gdb/testsuite/gdb.testsuite/quotemeta.exp | 2 +-
gdb/testsuite/lib/quotemeta.exp | 2 +-
31 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/gdb/finish-thread-state.h b/gdb/finish-thread-state.h
index 60cd9be2b44..5857dd35ff1 100644
--- a/gdb/finish-thread-state.h
+++ b/gdb/finish-thread-state.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2025 Free Software Foundation, Inc.
+/* Copyright (C) 2025-2026 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/testsuite/gdb.base/dwz-symtabs-bar.c b/gdb/testsuite/gdb.base/dwz-symtabs-bar.c
index aef10a0456d..06ccab42e8f 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs-bar.c
+++ b/gdb/testsuite/gdb.base/dwz-symtabs-bar.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.base/dwz-symtabs-bar.h b/gdb/testsuite/gdb.base/dwz-symtabs-bar.h
index d7b014bc90a..ccfc854ae46 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs-bar.h
+++ b/gdb/testsuite/gdb.base/dwz-symtabs-bar.h
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.base/dwz-symtabs-common.h b/gdb/testsuite/gdb.base/dwz-symtabs-common.h
index 653d5d497c3..d5c9afdb81b 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs-common.h
+++ b/gdb/testsuite/gdb.base/dwz-symtabs-common.h
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.base/dwz-symtabs-foo.c b/gdb/testsuite/gdb.base/dwz-symtabs-foo.c
index 0fdd9ce0dd6..53233a0c378 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs-foo.c
+++ b/gdb/testsuite/gdb.base/dwz-symtabs-foo.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.base/dwz-symtabs-foo.h b/gdb/testsuite/gdb.base/dwz-symtabs-foo.h
index 65eb58ae28c..d6aca04650d 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs-foo.h
+++ b/gdb/testsuite/gdb.base/dwz-symtabs-foo.h
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.base/dwz-symtabs-main.c b/gdb/testsuite/gdb.base/dwz-symtabs-main.c
index 244ee5b5556..46f14cb8a4d 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs-main.c
+++ b/gdb/testsuite/gdb.base/dwz-symtabs-main.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.base/dwz-symtabs.exp b/gdb/testsuite/gdb.base/dwz-symtabs.exp
index 72b42a06ae1..d695b272c9a 100644
--- a/gdb/testsuite/gdb.base/dwz-symtabs.exp
+++ b/gdb/testsuite/gdb.base/dwz-symtabs.exp
@@ -1,4 +1,4 @@
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright 2025-2026 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/gdb/testsuite/gdb.base/solib-breakpoints-rerun.exp b/gdb/testsuite/gdb.base/solib-breakpoints-rerun.exp
index 17dd7abba1c..402c58e97da 100644
--- a/gdb/testsuite/gdb.base/solib-breakpoints-rerun.exp
+++ b/gdb/testsuite/gdb.base/solib-breakpoints-rerun.exp
@@ -1,4 +1,4 @@
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright 2025-2026 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/gdb/testsuite/gdb.dap/ada-non-ascii.exp b/gdb/testsuite/gdb.dap/ada-non-ascii.exp
index ed1a7fea5df..32c260ffbea 100644
--- a/gdb/testsuite/gdb.dap/ada-non-ascii.exp
+++ b/gdb/testsuite/gdb.dap/ada-non-ascii.exp
@@ -1,4 +1,4 @@
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright 2025-2026 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/gdb/testsuite/gdb.dap/ada-non-ascii/pack.adb b/gdb/testsuite/gdb.dap/ada-non-ascii/pack.adb
index 060463689d4..7a6da6e99a2 100644
--- a/gdb/testsuite/gdb.dap/ada-non-ascii/pack.adb
+++ b/gdb/testsuite/gdb.dap/ada-non-ascii/pack.adb
@@ -1,4 +1,4 @@
--- Copyright 2025 Free Software Foundation, Inc.
+-- Copyright 2025-2026 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/gdb/testsuite/gdb.dap/ada-non-ascii/pack.ads b/gdb/testsuite/gdb.dap/ada-non-ascii/pack.ads
index 170b6e563aa..d961268c45c 100644
--- a/gdb/testsuite/gdb.dap/ada-non-ascii/pack.ads
+++ b/gdb/testsuite/gdb.dap/ada-non-ascii/pack.ads
@@ -1,4 +1,4 @@
--- Copyright 2025 Free Software Foundation, Inc.
+-- Copyright 2025-2026 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/gdb/testsuite/gdb.dap/ada-non-ascii/prog.adb b/gdb/testsuite/gdb.dap/ada-non-ascii/prog.adb
index b2885b3759e..796c2ccfd5f 100644
--- a/gdb/testsuite/gdb.dap/ada-non-ascii/prog.adb
+++ b/gdb/testsuite/gdb.dap/ada-non-ascii/prog.adb
@@ -1,4 +1,4 @@
--- Copyright 2025 Free Software Foundation, Inc.
+-- Copyright 2025-2026 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/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.c b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.c
index bd70ff52458..635c8f1362f 100644
--- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.c
+++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.h b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.h
index d7b014bc90a..ccfc854ae46 100644
--- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.h
+++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-bar.h
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.debuginfod/solib-with-dwz-common.h b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-common.h
index 653d5d497c3..d5c9afdb81b 100644
--- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz-common.h
+++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-common.h
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c
index 145a2e29c86..e48a2cb166a 100644
--- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c
+++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.h b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.h
index 65eb58ae28c..d6aca04650d 100644
--- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.h
+++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.h
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.debuginfod/solib-with-dwz-main.c b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-main.c
index 10214a7e40a..c3ec964a98d 100644
--- a/gdb/testsuite/gdb.debuginfod/solib-with-dwz-main.c
+++ b/gdb/testsuite/gdb.debuginfod/solib-with-dwz-main.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.c b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.c
index 2e77e28822e..2079bc4ca77 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.c
+++ b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2024-2025 Free Software Foundation, Inc.
+ Copyright 2024-2026 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/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.exp b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.exp
index ddd2d2959d1..ae696ac71f0 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.exp
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Free Software Foundation, Inc.
+# Copyright 2024-2026 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/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.c b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.c
index 24af7ba94e3..25cab680cc5 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.c
+++ b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2024-2025 Free Software Foundation, Inc.
+ Copyright 2024-2026 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/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.exp b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.exp
index ef75f642ac7..3beb9af2119 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.exp
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Free Software Foundation, Inc.
+# Copyright 2024-2026 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/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.c b/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.c
index d6becf5d66b..5da2719bbe8 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.c
+++ b/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2025 Free Software Foundation, Inc.
+ Copyright 2025-2026 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/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.exp b/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.exp
index f770ccf63be..9e4798b53f3 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.exp
@@ -1,4 +1,4 @@
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright 2025-2026 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/gdb/testsuite/gdb.opt/empty-inline-cxx.cc b/gdb/testsuite/gdb.opt/empty-inline-cxx.cc
index f2e163d4646..7ce3e13ec9a 100644
--- a/gdb/testsuite/gdb.opt/empty-inline-cxx.cc
+++ b/gdb/testsuite/gdb.opt/empty-inline-cxx.cc
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2024-2025 Free Software Foundation, Inc.
+ Copyright 2024-2026 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/gdb/testsuite/gdb.opt/empty-inline-cxx.exp b/gdb/testsuite/gdb.opt/empty-inline-cxx.exp
index 60fa4c777b8..1b791e1275a 100644
--- a/gdb/testsuite/gdb.opt/empty-inline-cxx.exp
+++ b/gdb/testsuite/gdb.opt/empty-inline-cxx.exp
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Free Software Foundation, Inc.
+# Copyright 2024-2026 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/gdb/testsuite/gdb.opt/empty-inline.c b/gdb/testsuite/gdb.opt/empty-inline.c
index 91ad6f01b70..22063334a17 100644
--- a/gdb/testsuite/gdb.opt/empty-inline.c
+++ b/gdb/testsuite/gdb.opt/empty-inline.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2024-2025 Free Software Foundation, Inc.
+ Copyright 2024-2026 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/gdb/testsuite/gdb.opt/empty-inline.exp b/gdb/testsuite/gdb.opt/empty-inline.exp
index 906ec2d9e10..52a7cc761f7 100644
--- a/gdb/testsuite/gdb.opt/empty-inline.exp
+++ b/gdb/testsuite/gdb.opt/empty-inline.exp
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Free Software Foundation, Inc.
+# Copyright 2024-2026 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/gdb/testsuite/gdb.testsuite/quotemeta.exp b/gdb/testsuite/gdb.testsuite/quotemeta.exp
index e6b6d102e3d..e3375b8cf44 100644
--- a/gdb/testsuite/gdb.testsuite/quotemeta.exp
+++ b/gdb/testsuite/gdb.testsuite/quotemeta.exp
@@ -1,4 +1,4 @@
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright 2025-2026 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/gdb/testsuite/lib/quotemeta.exp b/gdb/testsuite/lib/quotemeta.exp
index 7752d755226..5b587df754e 100644
--- a/gdb/testsuite/lib/quotemeta.exp
+++ b/gdb/testsuite/lib/quotemeta.exp
@@ -1,4 +1,4 @@
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright 2025-2026 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
base-commit: 6da514477f5ab171ffe2b24606233e1e1694564e
--
2.52.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix copyright dates for new files
2026-02-05 18:18 [PATCH] Fix copyright dates for new files Tom Tromey
@ 2026-02-11 21:10 ` Tom Tromey
2026-02-11 21:14 ` Simon Marchi
0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2026-02-11 21:10 UTC (permalink / raw)
To: Tom Tromey; +Cc: gdb-patches
>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:
Tom> I forgot to add 2026 to a copyright date in a file I recently
Tom> committed (but had originally submitted in 2025). Thinking this might
Tom> have happened before, I re-ran gdb/copyright.py and it pointed out a
Tom> surprising number of such changes.
I found one more of these in a recent patch of mine.
I'm going to check this all in now.
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix copyright dates for new files
2026-02-11 21:10 ` Tom Tromey
@ 2026-02-11 21:14 ` Simon Marchi
0 siblings, 0 replies; 3+ messages in thread
From: Simon Marchi @ 2026-02-11 21:14 UTC (permalink / raw)
To: Tom Tromey; +Cc: gdb-patches
On 2026-02-11 16:10, Tom Tromey wrote:
>>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:
>
> Tom> I forgot to add 2026 to a copyright date in a file I recently
> Tom> committed (but had originally submitted in 2025). Thinking this might
> Tom> have happened before, I re-ran gdb/copyright.py and it pointed out a
> Tom> surprising number of such changes.
>
> I found one more of these in a recent patch of mine.
> I'm going to check this all in now.
>
> Tom
Just an idea, the buildbot could perhaps run gdb/copyright.py and error
out if there is a diff (the same job that runs black and other checks).
Simon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-11 21:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-05 18:18 [PATCH] Fix copyright dates for new files Tom Tromey
2026-02-11 21:10 ` Tom Tromey
2026-02-11 21:14 ` Simon Marchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox