diff options
Diffstat (limited to 'contrib/unicode/gen-combining-chars.py')
-rwxr-xr-x | contrib/unicode/gen-combining-chars.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |