]> gcc.gnu.org Git - gcc.git/commit
contrib: Remove C-style comments from Python files
authorJonathan Wakely <jwakely@redhat.com>
Thu, 4 Jan 2024 15:01:20 +0000 (15:01 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 5 Jan 2024 13:57:05 +0000 (13:57 +0000)
commit29abd09a744970bf2b93d078bad9946899ef2b05
tree45460ca72c81796cad9ac306bb89fac4cc7d3642
parent1bc9eddb801b9d052bde22bf9381d0b385b10e96
contrib: Remove C-style comments from Python files

These Python scripts have "*/" at the end of the license header comment
blocks, presumably copy&pasted from C files.

contrib/ChangeLog:

* analyze_brprob.py: Remove stray text at end of comment.
* 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.
* gen_autofdo_event.py: Likewise.
* mark_spam.py: Likewise.
* unicode/gen-box-drawing-chars.py: Likewise.
* unicode/gen-combining-chars.py: Likewise.
* unicode/gen-printable-chars.py: Likewise.
* unicode/gen_wcwidth.py: Likewise.
18 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/gen_autofdo_event.py
contrib/mark_spam.py
contrib/unicode/gen-box-drawing-chars.py
contrib/unicode/gen-combining-chars.py
contrib/unicode/gen-printable-chars.py
contrib/unicode/gen_wcwidth.py
This page took 0.066538 seconds and 5 git commands to generate.