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/unicode | |
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/unicode')
-rwxr-xr-x | contrib/unicode/gen-box-drawing-chars.py | 2 | ||||
-rwxr-xr-x | contrib/unicode/gen-combining-chars.py | 2 | ||||
-rwxr-xr-x | contrib/unicode/gen-printable-chars.py | 2 | ||||
-rwxr-xr-x | contrib/unicode/gen_wcwidth.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/unicode/gen-box-drawing-chars.py b/contrib/unicode/gen-box-drawing-chars.py index 9a55266..09a9d1d 100755 --- a/contrib/unicode/gen-box-drawing-chars.py +++ b/contrib/unicode/gen-box-drawing-chars.py @@ -16,7 +16,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/>. import unicodedata diff --git a/contrib/unicode/gen-combining-chars.py b/contrib/unicode/gen-combining-chars.py index fb5ef50..9f9365c 100755 --- a/contrib/unicode/gen-combining-chars.py +++ b/contrib/unicode/gen-combining-chars.py @@ -16,7 +16,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/>. from pprint import pprint import unicodedata diff --git a/contrib/unicode/gen-printable-chars.py b/contrib/unicode/gen-printable-chars.py index 7684c08..2d4ed4e 100755 --- a/contrib/unicode/gen-printable-chars.py +++ b/contrib/unicode/gen-printable-chars.py @@ -16,7 +16,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/>. from pprint import pprint import unicodedata diff --git a/contrib/unicode/gen_wcwidth.py b/contrib/unicode/gen_wcwidth.py index aa8d8b2..6628ea5 100755 --- a/contrib/unicode/gen_wcwidth.py +++ b/contrib/unicode/gen_wcwidth.py @@ -16,7 +16,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/>. import sys import os |