Skip to content

Commit a28be25

Browse files
committed
Update license to Apache v2
1 parent 3bb59a5 commit a28be25

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

LICENSE

+10-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
Copyright 2009 Urban Airship Inc. All rights reserved.
1+
Copyright 2013 Urban Airship
22

3-
Redistribution and use in source and binary forms, with or without
4-
modification, are permitted provided that the following conditions are met:
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
56

6-
1. Redistributions of source code must retain the above copyright notice, this
7-
list of conditions and the following disclaimer.
7+
http://www.apache.org/licenses/LICENSE-2.0
88

9-
2. Redistributions in binaryform must reproduce the above copyright notice,
10-
this list of conditions and the following disclaimer in the documentation
11-
and/or other materials provided withthe distribution.
12-
13-
THIS SOFTWARE IS PROVIDED BY THE URBAN AIRSHIP INC``AS IS'' AND ANY EXPRESS OR
14-
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
15-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
16-
EVENT SHALL URBAN AIRSHIP INC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
17-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
18-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
20-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
21-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
packages=["urbanairship", "urbanairship.push", "urbanairship.devices"],
1313
license='BSD License',
1414
classifiers=[
15-
'Development Status :: 3 - Alpha',
15+
'Development Status :: 4 - Beta',
1616
'Environment :: Web Environment',
1717
'Intended Audience :: Developers',
18-
'License :: OSI Approved :: BSD License',
18+
'License :: OSI Approved :: Apache Software License',
1919
'Operating System :: OS Independent',
2020
'Topic :: Software Development :: Libraries'
2121
],

0 commit comments

Comments
 (0)