File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ phonenumbers Python Library
33This 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===========================
99phonenumbers Installation
Original file line number Diff line number Diff line change 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.
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.
Original file line number Diff line number Diff line change 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.
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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33Auto-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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33Auto-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.
You can’t perform that action at this time.
0 commit comments