summaryrefslogtreecommitdiff
path: root/scripts/touchup_for_web.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/touchup_for_web.py')
-rwxr-xr-xscripts/touchup_for_web.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/touchup_for_web.py b/scripts/touchup_for_web.py
index a5a282c..d0efddc 100755
--- a/scripts/touchup_for_web.py
+++ b/scripts/touchup_for_web.py
@@ -33,11 +33,6 @@ def apply_web_specific_fixes(font, family_name):
'Bold', 'Bold Italic',
'Black', 'Black Italic'])
full_name = family_name + ' ' + subfamily_name
- year = '2014'
-
- # Copyright message
- font_data.set_name_record(
- font, 0, 'Copyright %s Google Inc. All Rights Reserved.' % year)
# Family name
font_data.set_name_record(font, 1, family_name)