]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 debc9a6421af9017e537a3854bf1273d299d80e6..d5a8031e75c0a3fc64c854a2b4d26fe3d925c4ab 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 c7a9ae07e16a7a93c040e8f24e8544f5a7f12fb8..8f7dcbaddb49860df36b16751d6246d68c3287d8 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 d57055088b70464b2892398feb1cc79e48598698..8f8f6654df35e3b5ec0fd12c6d807a6b10e362e4 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 969534a3cc9b46f1719b59cd385910a00d8691b3..826d17abf08270ee397780b802d0a3fe3709ba5a 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 b3db4fbddc94c4907ca86ae9ab0cd9f00822daca..3d709d1eafa8c25ac6d176343cd1380b2f810105 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 3c68be028a89b0a64bdb27253744c11b70544899..c426bce5eb5291c79e76582050ccf6e8cd95a13e 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 d6aff3cef918d295072f82c372b53aef7b0a124d..2e3e8cbeb77bde291a13628bf8475a6c751d93ae 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index d90e6c19b76cc1f43959c69fe87b005755126164..66d68de03a5e981ca719f3e597e74efc088df1bb 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 2566d4149e7d099b92213f8efbbafd0026c5316c..ef50ebfb7fdcc89000b36836156e96b3d9ae30cc 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 2d688826ff84d006050e690c38e4b416872bba5f..7c2dc218775f089f8aa91b799edfbd3e45dea84a 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 97dd4796f13f443c58a235d8d19745f75535632e..69c3d2a06330d7b1fceeda304ae8bfbbe005ac5c 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index b9d0cb4157cf2017b1cfd74099e1dc3744764e9e..89960d307c94b41e44bccb89de6f892267904260 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
index 86f46a129ccd1377462329814ed0d1eabaa03a53..a7dc5a2e7826a320e06ca4242dfebd6d9299d5bb 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 
 #