Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [pushed] [gdb/testsuite] Add missing copyright notice in tclint-plugin.py
@ 2026-06-05 12:19 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2026-06-05 12:19 UTC (permalink / raw)
  To: gdb-patches

I ran:
...
$ ./gdb/contrib/license-check-new-files.sh -s gdb-17-branchpoint HEAD
Scanning directories gdb*/...
gdb/features/aarch64-fpmr.c: None
gdb/features/aarch64-fpmr.xml: FSFAP-no-warranty-disclaimer
gdb/syscalls/riscv-linux.xml: FSFAP
gdb/syscalls/riscv-linux.xml.in: FSFAP-no-warranty-disclaimer
gdb/testsuite/tclint-plugin.py: None
gdbsupport/unordered_dense/stl.h: MIT
...
and found out that I forgot to add a copyright notice to
gdb/testsuite/tclint-plugin.py.

Fix this by adding a copyright notice.
---
 gdb/testsuite/tclint-plugin.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gdb/testsuite/tclint-plugin.py b/gdb/testsuite/tclint-plugin.py
index 24a813a497c..5a09397c3a7 100644
--- a/gdb/testsuite/tclint-plugin.py
+++ b/gdb/testsuite/tclint-plugin.py
@@ -1,3 +1,18 @@
+# Copyright (C) 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
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 from tclint.commands.checks import (
     CommandArgError,
 )

base-commit: 3a5657bd3f26111214e70d3882150b06c9e45dff
-- 
2.51.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-05 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 12:19 [pushed] [gdb/testsuite] Add missing copyright notice in tclint-plugin.py Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox