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.
This commit is contained in:
Martin Liska 2022-12-14 13:50:03 +01:00
parent 95dc11475d
commit 81f86cb969
13 changed files with 26 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016 Free Software Foundation, Inc.
#
# Script to analyze results of our branch prediction heuristics
#

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2018 Free Software Foundation, Inc.
#
# Script to analyze warnings produced by clang.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 Free Software Foundation, Inc.
#
# This file is part of GCC.
#

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2016 Free Software Foundation, Inc.
#
# Script to mark bunch of PRs as spam
#