aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_commit.py
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-12-14 13:50:03 +0100
committerMartin Liska <mliska@suse.cz>2022-12-14 14:06:58 +0100
commit81f86cb969cf409bf62e72129d4e19208fe75b3f (patch)
tree3d9e7f34c974eb3f422b1a428839c0b22efdd471 /contrib/gcc-changelog/git_commit.py
parent95dc11475dac06b5eecd904079de8aa94827a36a (diff)
downloadgcc-81f86cb969cf409bf62e72129d4e19208fe75b3f.zip
gcc-81f86cb969cf409bf62e72129d4e19208fe75b3f.tar.gz
gcc-81f86cb969cf409bf62e72129d4e19208fe75b3f.tar.bz2
contrib: add copyright for my scripts
contrib/ChangeLog: * analyze_brprob.py: Add copyright header. * analyze_brprob_spec.py: Likewise. * check-params-in-docs.py: Likewise. * check_GNU_style.py: Likewise. * check_GNU_style_lib.py: Likewise. * filter-clang-warnings.py: Likewise. * gcc-changelog/git_check_commit.py: Likewise. * gcc-changelog/git_commit.py: Likewise. * gcc-changelog/git_email.py: Likewise. * gcc-changelog/git_repository.py: Likewise. * gcc-changelog/git_update_version.py: Likewise. * gcc-changelog/test_email.py: Likewise. * mark_spam.py: Likewise.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-xcontrib/gcc-changelog/git_commit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index d90e6c1..66d68de 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#