]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb] Add missing copyright notice in pyproject.toml
authorTom de Vries <tdevries@suse.de>
Fri, 10 Apr 2026 12:28:54 +0000 (14:28 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 10 Apr 2026 12:28:54 +0000 (14:28 +0200)
I noticed gdb/pyproject.toml is missing a copyright notice.

Add this.  Since it was added in 2021, use copyright years 2021-2026.

gdb/pyproject.toml

index c8d1705ba15252e7abad4b212c5d43c17d3d4b42..e72365c58f98d4cf63dadfe644e0f3588a0eca4d 100644 (file)
@@ -1,3 +1,17 @@
+# Copyright (C) 2021-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/>.
+
 [tool.black]
 include = "\\.py(\\.in)?$"