Skip to content

Commit 0843f94

Browse files
Moved to the MIT license
1 parent 0c4eade commit 0843f94

File tree

9 files changed

+46
-239
lines changed

9 files changed

+46
-239
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ CHANGE LOG
55
## V1.0.1 (Upcoming)
66

77
* Removed the cs fixers
8+
* CS fixes
9+
* Moved to the MIT license
810

911

1012
## V1.0 (19/10/2014)

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014-2015 Graham Campbell <[email protected]>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

LICENSE.md

Lines changed: 0 additions & 176 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Laravel Parse
22
=============
33

4-
Laravel Parse was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a [Parse SDK](https://github.com/ParsePlatform/parse-php-sdk) bridge for [Laravel 4.1/4.2](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-Parse/releases), [license](LICENSE.md), [api docs](http://docs.grahamjcampbell.co.uk), and [contribution guidelines](CONTRIBUTING.md).
4+
Laravel Parse was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a [Parse SDK](https://github.com/ParsePlatform/parse-php-sdk) bridge for [Laravel 4.1/4.2](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-Parse/releases), [license](LICENSE), [api docs](http://docs.grahamjcampbell.co.uk), and [contribution guidelines](CONTRIBUTING.md).
55

66
![Laravel Parse](https://cloud.githubusercontent.com/assets/2829600/4432306/c14b319a-468c-11e4-81e8-29754fa09a86.PNG)
77

88
<p align="center">
99
<a href="https://travis-ci.org/GrahamCampbell/Laravel-Parse"><img src="https://img.shields.io/travis/GrahamCampbell/Laravel-Parse/master.svg?style=flat-square" alt="Build Status"></img></a>
1010
<a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Parse/code-structure"><img src="https://img.shields.io/scrutinizer/coverage/g/GrahamCampbell/Laravel-Parse.svg?style=flat-square" alt="Coverage Status"></img></a>
1111
<a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Parse"><img src="https://img.shields.io/scrutinizer/g/GrahamCampbell/Laravel-Parse.svg?style=flat-square" alt="Quality Score"></img></a>
12-
<a href="LICENSE.md"><img src="https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg?style=flat-square" alt="Software License"></img></a>
12+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></img></a>
1313
<a href="https://github.com/GrahamCampbell/Laravel-Parse/releases"><img src="https://img.shields.io/github/release/GrahamCampbell/Laravel-Parse.svg?style=flat-square" alt="Latest Version"></img></a>
1414
</p>
1515

@@ -67,18 +67,4 @@ This package is only responsible for the automatic initialisation of the parse c
6767

6868
## License
6969

70-
Apache License
71-
72-
Copyright 2014 Graham Campbell
73-
74-
Licensed under the Apache License, Version 2.0 (the "License");
75-
you may not use this file except in compliance with the License.
76-
You may obtain a copy of the License at
77-
78-
http://www.apache.org/licenses/LICENSE-2.0
79-
80-
Unless required by applicable law or agreed to in writing, software
81-
distributed under the License is distributed on an "AS IS" BASIS,
82-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83-
See the License for the specific language governing permissions and
84-
limitations under the License.
70+
Laravel Parse is licensed under [The MIT License (MIT)](LICENSE).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graham-campbell/parse",
33
"description": "Parse Is A Parse SDK Bridge For Laravel 4.1/4.2",
44
"keywords": ["laravel", "framework", "parse", "parse-sdk", "parse sdk", "ParseSDK", "parse bridge", "parse sdk bridge", "bridge", "Parse", "Laravel Parse", "Laravel-Parse", "Graham Campbell", "GrahamCampbell"],
5-
"license": "Apache-2.0",
5+
"license": "MIT",
66
"authors": [
77
{
88
"name": "Graham Campbell",

src/ParseServiceProvider.php

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of Laravel Parse by Graham Campbell.
4+
* This file is part of Laravel Parse.
55
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at http://bit.ly/UWsjkb.
6+
* (c) Graham Campbell <[email protected]>
97
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1510
*/
1611

1712
namespace GrahamCampbell\Parse;
@@ -22,9 +17,7 @@
2217
/**
2318
* This is the parse service provider class.
2419
*
25-
* @author Graham Campbell <[email protected]>
26-
* @copyright 2014 Graham Campbell
27-
* @license <https://github.com/GrahamCampbell/Laravel-Parse/blob/master/LICENSE.md> Apache 2.0
20+
* @author Graham Campbell <[email protected]>
2821
*/
2922
class ParseServiceProvider extends ServiceProvider
3023
{

src/config/config.php

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of Laravel Parse by Graham Campbell.
4+
* This file is part of Laravel Parse.
55
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at http://bit.ly/UWsjkb.
6+
* (c) Graham Campbell <[email protected]>
97
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1510
*/
1611

1712
return [

tests/AbstractTestCase.php

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of Laravel Parse by Graham Campbell.
4+
* This file is part of Laravel Parse.
55
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at http://bit.ly/UWsjkb.
6+
* (c) Graham Campbell <[email protected]>
97
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1510
*/
1611

1712
namespace GrahamCampbell\Tests\Parse;
@@ -21,9 +16,7 @@
2116
/**
2217
* This is the abstract test case class.
2318
*
24-
* @author Graham Campbell <[email protected]>
25-
* @copyright 2014 Graham Campbell
26-
* @license <https://github.com/GrahamCampbell/Laravel-Parse/blob/master/LICENSE.md> Apache 2.0
19+
* @author Graham Campbell <[email protected]>
2720
*/
2821
abstract class AbstractTestCase extends TestCase
2922
{

tests/ServiceProviderTest.php

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?php
22

33
/*
4-
* This file is part of Laravel Parse by Graham Campbell.
4+
* This file is part of Laravel Parse.
55
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at http://bit.ly/UWsjkb.
6+
* (c) Graham Campbell <[email protected]>
97
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
1510
*/
1611

1712
namespace GrahamCampbell\Tests\Parse;
@@ -21,9 +16,7 @@
2116
/**
2217
* This is the service provider test class.
2318
*
24-
* @author Graham Campbell <[email protected]>
25-
* @copyright 2014 Graham Campbell
26-
* @license <https://github.com/GrahamCampbell/Laravel-Parse/blob/master/LICENSE.md> Apache 2.0
19+
* @author Graham Campbell <[email protected]>
2720
*/
2821
class ServiceProviderTest extends AbstractTestCase
2922
{

0 commit comments

Comments
 (0)