Skip to content

Commit d285f93

Browse files
committed
Change license to MIT and update year
1 parent c4adec0 commit d285f93

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

LICENSE.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
ISC Licence
2-
===========
1+
The MIT License (MIT)
2+
=====================
33

4-
Copyright (c) 2015 secondtruth
4+
Copyright (c) 2020 Christian Neff
55

6-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is
7-
hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
812

9-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
10-
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
11-
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
12-
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
13-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

lib/Compiler.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
33
* PHAR Compiler Library
4-
* Copyright (C) 2017 Christian Neff
4+
* Copyright (C) 2020 Christian Neff
55
*
66
* Permission to use, copy, modify, and/or distribute this software for
77
* any purpose with or without fee is hereby granted, provided that the
88
* above copyright notice and this permission notice appear in all copies.
99
*
1010
* @package Secondtruth\Compiler
1111
* @version 1.1
12-
* @link http://www.secpndtruth.de
13-
* @license http://opensource.org/licenses/ISC ISC License
12+
* @link https://www.secpndtruth.de
13+
* @license https://opensource.org/licenses/MIT MIT License
1414
*/
1515

1616
namespace Secondtruth\Compiler;

tests/CompilerTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/**
33
* PHAR Compiler Library
4-
* Copyright (C) 2017 Christian Neff
4+
* Copyright (C) 2020 Christian Neff
55
*
66
* Permission to use, copy, modify, and/or distribute this software for
77
* any purpose with or without fee is hereby granted, provided that the
88
* above copyright notice and this permission notice appear in all copies.
99
*
1010
* @package Secondtruth\Compiler
1111
* @version 1.1
12-
* @link http://www.secpndtruth.de
13-
* @license http://opensource.org/licenses/ISC ISC License
12+
* @link https://www.secpndtruth.de
13+
* @license https://opensource.org/licenses/MIT MIT License
1414
*/
1515

1616
namespace Secondtruth\Compiler\Tests;

0 commit comments

Comments
 (0)