Skip to content

Commit b409c90

Browse files
committed
Hunt down all remaining copyright statements that need updating to match upstream
1 parent bb1769a commit b409c90

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

python/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ phonenumbers Python Library
33
This is a Python port of libphonenumber, originally from:
44
http://code.google.com/p/libphonenumber/.
55

6-
Original Java code is Copyright (C) 2009-2011 Google Inc.
6+
Original Java code is Copyright (C) 2009-2011 The Libphonenumber Authors
77

88
===========================
99
phonenumbers Installation

python/buildgeocodingdata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Based on original geocoding data files from libphonenumber:
1212
# resources/geocoding/*/*.txt
13-
# Copyright (C) 2011 Google Inc.
13+
# Copyright (C) 2011 The Libphonenumber Authors
1414
#
1515
# Licensed under the Apache License, Version 2.0 (the "License");
1616
# you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@
4343
'''
4444

4545
# Copyright notice covering the XML metadata; include current year.
46-
COPYRIGHT_NOTICE = """# Copyright (C) 2011-%s Google Inc.
46+
COPYRIGHT_NOTICE = """# Copyright (C) 2011-%s The Libphonenumber Authors
4747
#
4848
# Licensed under the Apache License, Version 2.0 (the "License");
4949
# you may not use this file except in compliance with the License.

python/buildmetadatafromxml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Based on original Java code and XML file:
1313
# resources/PhoneNumberMetadata.xml
1414
# java/resources/com/google/i18n/phonenumbers/BuildMetadataFromXml.java
15-
# Copyright (C) 2010-2011 Google Inc.
15+
# Copyright (C) 2010-2011 The Libphonenumber Authors
1616
#
1717
# Licensed under the Apache License, Version 2.0 (the "License");
1818
# you may not use this file except in compliance with the License.
@@ -67,7 +67,7 @@
6767
'''
6868

6969
# Copyright notice covering the XML metadata; include current year.
70-
COPYRIGHT_NOTICE = """# Copyright (C) 2010-%s Google Inc.
70+
COPYRIGHT_NOTICE = """# Copyright (C) 2010-%s The Libphonenumber Authors
7171
#
7272
# Licensed under the Apache License, Version 2.0 (the "License");
7373
# you may not use this file except in compliance with the License.

python/phonenumbers/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Auto-generated file, do not edit by hand."""
2-
# Copyright (C) 2010-2011 Google Inc.
2+
# Copyright (C) 2010-2011 The Libphonenumber Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

python/phonenumbers/geodata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Auto-generated file, do not edit by hand.
44
"""
55

6-
# Copyright (C) 2011-2011 Google Inc.
6+
# Copyright (C) 2011-2011 The Libphonenumber Authors
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
# Original libphonenumber Java code:
4-
# Copyright (C) 2009 Google Inc.
4+
# Copyright (C) 2009-2011 The Libphonenumber Authors
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

python/tests/testdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Auto-generated file, do not edit by hand."""
2-
# Copyright (C) 2010-2011 Google Inc.
2+
# Copyright (C) 2010-2011 The Libphonenumber Authors
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

python/tests/testgeodata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Auto-generated file, do not edit by hand.
44
"""
55

6-
# Copyright (C) 2011-2011 Google Inc.
6+
# Copyright (C) 2011-2011 The Libphonenumber Authors
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)