Skip to content

Commit fe98775

Browse files
author
Tom Mairs
authored
Merge pull request #191 from SparkPost/mit-lic
Updating License
2 parents 60efd20 + f9b970d commit fe98775

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

LICENSE.txt

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
Copyright 2014 Message Systems, Inc. or its affiliates. All Rights Reserved.
1+
Copyright 2014 Message Systems, Inc. or its affiliates.
22

3-
Licensed under the Apache License, Version 2.0 (the "License").
4-
You may not use this software except in compliance with the License.
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
510

6-
A copy of the License is located at
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
713

8-
http://www.apache.org/licenses/LICENSE-2.0.html
9-
10-
or in the "license" file accompanying this software. This file is
11-
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
12-
ANY KIND, either express or implied. See the License for the specific
13-
language governing permissions and limitations under the License.
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sparkpost/sparkpost",
33
"description": "Client library for interfacing with the SparkPost API.",
4-
"license": "Apache 2.0",
4+
"license": "MIT",
55
"authors": [
66
{
77
"name": "SparkPost"

0 commit comments

Comments
 (0)