[(pushed)] contrib: add copyright for my scripts
Checks
Commit Message
Hi.
The Copyright year will be updated automatically with a next patch
I'm going to send.
Cheers,
Martin
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/analyze_brprob.py | 2 ++
contrib/analyze_brprob_spec.py | 2 ++
contrib/check-params-in-docs.py | 2 ++
contrib/check_GNU_style.py | 2 ++
contrib/check_GNU_style_lib.py | 2 ++
contrib/filter-clang-warnings.py | 2 ++
contrib/gcc-changelog/git_check_commit.py | 2 ++
contrib/gcc-changelog/git_commit.py | 2 ++
contrib/gcc-changelog/git_email.py | 2 ++
contrib/gcc-changelog/git_repository.py | 2 ++
contrib/gcc-changelog/git_update_version.py | 2 ++
contrib/gcc-changelog/test_email.py | 2 ++
contrib/mark_spam.py | 2 ++
13 files changed, 26 insertions(+)
Comments
On Wed, Dec 14, 2022 at 02:07:38PM +0100, Martin Liška wrote:
> Hi.
>
> The Copyright year will be updated automatically with a next patch
> I'm going to send.
Shouldn't that be added as 2016-2022 etc.?
Jakub
On 12/14/22 14:11, Jakub Jelinek wrote:
> On Wed, Dec 14, 2022 at 02:07:38PM +0100, Martin Liška wrote:
>> Hi.
>>
>> The Copyright year will be updated automatically with a next patch
>> I'm going to send.
>
> Shouldn't that be added as 2016-2022 etc.?
Let it be updated automatically, then we can check if it contains X-2023 ;)
Cheers,
Martin
>
> Jakub
>
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2016 Free Software Foundation, Inc.
#
# Script to analyze results of our branch prediction heuristics
#
@@ -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
@@ -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.
@@ -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
@@ -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
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2018 Free Software Foundation, Inc.
#
# Script to analyze warnings produced by clang.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+
+# Copyright (C) 2016 Free Software Foundation, Inc.
#
# Script to mark bunch of PRs as spam
#