aboutsummaryrefslogtreecommitdiff
path: root/contrib/mark_spam.py
AgeCommit message (Collapse)AuthorFilesLines
2024-01-05contrib: Remove C-style comments from Python filesJonathan Wakely1-1/+1
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.
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-14contrib: add copyright for my scriptsMartin Liska1-0/+2
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.
2016-08-17mark_spam.py: Mark as spam all comments done by a creatorMartin Liska1-8/+12
* mark_spam.py: Mark as spam all comments done by a creator. From-SVN: r239527
2016-08-15Enhance mark_spam.py scriptMartin Liska1-1/+11
* mark_spam.py: Add error handling and reset another properties of attachments and bugs. From-SVN: r239467
2016-08-11mark_spam.py: mark attachments as obsolete and rename themMartin Liska1-0/+12
* mark_spam.py: Mark attachments as obsolete and rename them. From-SVN: r239368
2016-08-09Set +x for two python scripts.Martin Liska1-0/+0
From-SVN: r239303
2016-07-28Add mark_spam.py scriptMartin Liska1-0/+86
* mark_spam.py: New file. From-SVN: r238809