diff options
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 |