From 81f86cb969cf409bf62e72129d4e19208fe75b3f Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 14 Dec 2022 13:50:03 +0100 Subject: 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. --- contrib/check-params-in-docs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/check-params-in-docs.py') diff --git a/contrib/check-params-in-docs.py b/contrib/check-params-in-docs.py index d570550..8f8f665 100755 --- a/contrib/check-params-in-docs.py +++ b/contrib/check-params-in-docs.py @@ -1,4 +1,6 @@ #!/usr/bin/env python3 + +# Copyright (C) 2018 Free Software Foundation, Inc. # # Find missing and extra parameters in documentation compared to # output of: gcc --help=params. -- cgit v1.1