diff options
author | Martin Liska <mliska@suse.cz> | 2022-12-14 13:50:03 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-12-14 14:06:58 +0100 |
commit | 81f86cb969cf409bf62e72129d4e19208fe75b3f (patch) | |
tree | 3d9e7f34c974eb3f422b1a428839c0b22efdd471 /contrib/gcc-changelog/git_commit.py | |
parent | 95dc11475dac06b5eecd904079de8aa94827a36a (diff) | |
download | gcc-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-x | contrib/gcc-changelog/git_commit.py | 2 |
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. # |