diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-01-04 15:01:20 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-01-05 13:57:05 +0000 |
commit | 29abd09a744970bf2b93d078bad9946899ef2b05 (patch) | |
tree | 45460ca72c81796cad9ac306bb89fac4cc7d3642 /contrib/check-params-in-docs.py | |
parent | 1bc9eddb801b9d052bde22bf9381d0b385b10e96 (diff) | |
download | gcc-29abd09a744970bf2b93d078bad9946899ef2b05.zip gcc-29abd09a744970bf2b93d078bad9946899ef2b05.tar.gz gcc-29abd09a744970bf2b93d078bad9946899ef2b05.tar.bz2 |
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.
Diffstat (limited to 'contrib/check-params-in-docs.py')
-rwxr-xr-x | contrib/check-params-in-docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check-params-in-docs.py b/contrib/check-params-in-docs.py index 5da7a60..623c822 100755 --- a/contrib/check-params-in-docs.py +++ b/contrib/check-params-in-docs.py @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING3. If not see -# <http://www.gnu.org/licenses/>. */ +# <http://www.gnu.org/licenses/>. # # # |