summaryrefslogtreecommitdiff
path: root/scripts/touchup_for_web.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-08 00:33:56 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commiteaece2cb0d1aa84b7e3316cd2dcd9597c3ff07e8 (patch)
treeab16b71e2fd2ba1936b6768cf94e2e19ec2b5e22 /scripts/touchup_for_web.py
parent07f342a2690558b8f4ce3d1bbb545c6ef3c320d1 (diff)
More refactoring of touchup and test scripts.
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)