contrib: add copyright for my scripts
authorMartin Liska <mliska@suse.cz>
Wed, 14 Dec 2022 12:50:03 +0000 (13:50 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 14 Dec 2022 13:06:58 +0000 (14:06 +0100)
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.

13 files changed:
contrib/analyze_brprob.py
contrib/analyze_brprob_spec.py
contrib/check-params-in-docs.py
contrib/check_GNU_style.py
contrib/check_GNU_style_lib.py
contrib/filter-clang-warnings.py
contrib/gcc-changelog/git_check_commit.py
contrib/gcc-changelog/git_commit.py
contrib/gcc-changelog/git_email.py
contrib/gcc-changelog/git_repository.py
contrib/gcc-changelog/git_update_version.py
contrib/gcc-changelog/test_email.py
contrib/mark_spam.py

index debc9a6..d5a8031 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2016 Free Software Foundation, Inc.
 #
 # Script to analyze results of our branch prediction heuristics
 #
index c7a9ae0..8f7dcba 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# Copyright (C) 2016 Free Software Foundation, Inc.
+#
 # This file is part of GCC.
 #
 # GCC is free software; you can redistribute it and/or modify it under
index d570550..8f8f665 100755 (executable)
@@ -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.
index 969534a..826d17a 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2017 Free Software Foundation, Inc.
 #
 # Checks some of the GNU style formatting rules in a set of patches.
 # The script is a rewritten of the same bash script and should eventually
index b3db4fb..3d709d1 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2017 Free Software Foundation, Inc.
 #
 # Checks some of the GNU style formatting rules in a set of patches.
 # The script is a rewritten of the same bash script and should eventually
index 3c68be0..c426bce 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2018 Free Software Foundation, Inc.
 #
 # Script to analyze warnings produced by clang.
 #
index d6aff3c..2e3e8cb 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index d90e6c1..66d68de 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 2566d41..ef50ebf 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 2d68882..7c2dc21 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 97dd479..69c3d2a 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index b9d0cb4..89960d3 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 86f46a1..a7dc5a2 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2016 Free Software Foundation, Inc.
 #
 # Script to mark bunch of PRs as spam 
 #