[binutils-gdb] [gdb] Add missing copyright notice in pyproject.toml
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb402a52c90c7729f1a3c0a0edd5c50ebce24f74 commit cb402a52c90c7729f1a3c0a0edd5c50ebce24f74 Author: Tom de Vries <[email protected]> Date: Fri Apr 10 14:28:54 2026 +0200 [gdb] Add missing copyright notice in pyproject.toml I noticed gdb/pyproject.toml is missing a copyright notice. Add this. Since it was added in 2021, use copyright years 2021-2026. Diff: --- gdb/pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml index c8d1705ba15..e72365c58f9 100644 --- a/gdb/pyproject.toml +++ b/gdb/pyproject.toml @@ -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)?$"