summaryrefslogtreecommitdiff
path: root/scripts/common_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-08 08:49:47 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commit7e174fb4226f504b110044cc56c12fb7457c2203 (patch)
tree1337c436a5e7a9513e4c6624450ebff070869b68 /scripts/common_tests.py
parenteaece2cb0d1aa84b7e3316cd2dcd9597c3ff07e8 (diff)
Change copyright line of the fonts to 2011.
This is the year of the original release of Roboto.
Diffstat (limited to 'scripts/common_tests.py')
-rw-r--r--scripts/common_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common_tests.py b/scripts/common_tests.py
index b4c0bfa..41880c8 100644
--- a/scripts/common_tests.py
+++ b/scripts/common_tests.py
@@ -117,7 +117,7 @@ class TestNames(FontTest):
for records in self.names:
self.assertEqual(
records[0],
- 'Copyright 2014 Google Inc. All Rights Reserved.')
+ 'Copyright 2011 Google Inc. All Rights Reserved.')
class TestDigitWidths(FontTest):