Skip to content

Commit ce86894

Browse files
author
Sandy Pleyte
committed
Fixed License
1 parent 9abbc40 commit ce86894

29 files changed

Lines changed: 60 additions & 60 deletions

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DbPatch
1+
DbPatch MIT License
22

33
Copyright (c) 2011, Sandy Pleyte.
44
Copyright (c) 2010-2011, Martijn de Letter.
@@ -32,4 +32,4 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
3232
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3333
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
3434
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35-
POSSIBILITY OF SUCH DAMAGE.
35+
POSSIBILITY OF SUCH DAMAGE.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "DbPatch is a commandline utility to manage/track (my)sql/php patch files.",
55
"keywords": ["db", "database", "migrations"],
66
"homepage": "http://www.dbpatch-project.com/",
7-
"license": "BSD",
7+
"license": "MIT",
88
"bin": ["bin/dbpatch.php"],
99
"authors": [
1010
{

src/DbPatch/Command/Abstract.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -56,7 +56,7 @@
5656
* @author Martijn De Letter
5757
* @copyright 2011 Sandy Pleyte
5858
* @copyright 2010-2011 Martijn De Letter
59-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
59+
* @license http://www.opensource.org/licenses/MIT MIT License
6060
* @link http://www.github.com/dbpatch/DbPatch
6161
* @since File available since Release 1.0.0
6262
*/

src/DbPatch/Command/Create.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -56,7 +56,7 @@
5656
* @author Martijn De Letter
5757
* @copyright 2011 Sandy Pleyte
5858
* @copyright 2010-2011 Martijn De Letter
59-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
59+
* @license http://www.opensource.org/licenses/MIT MIT License
6060
* @link http://www.github.com/dbpatch/DbPatch
6161
* @since File available since Release 1.0.0
6262
*/

src/DbPatch/Command/Dump.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -56,7 +56,7 @@
5656
* @author Martijn De Letter
5757
* @copyright 2011 Sandy Pleyte
5858
* @copyright 2010-2011 Martijn De Letter
59-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
59+
* @license http://www.opensource.org/licenses/MIT MIT License
6060
* @link http://www.github.com/dbpatch/DbPatch
6161
* @since File available since Release 1.0.0
6262
*/

src/DbPatch/Command/Help.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -56,7 +56,7 @@
5656
* @author Martijn De Letter
5757
* @copyright 2011 Sandy Pleyte
5858
* @copyright 2010-2011 Martijn De Letter
59-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
59+
* @license http://www.opensource.org/licenses/MIT MIT License
6060
* @link http://www.github.com/dbpatch/DbPatch
6161
* @since File available since Release 1.0.0
6262
*/

src/DbPatch/Command/Info.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -56,7 +56,7 @@
5656
* @author Martijn De Letter
5757
* @copyright 2011 Sandy Pleyte
5858
* @copyright 2010-2011 Martijn De Letter
59-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
59+
* @license http://www.opensource.org/licenses/MIT MIT License
6060
* @link http://www.github.com/dbpatch/DbPatch
6161
* @since File available since Release 1.0.0
6262
*/

src/DbPatch/Command/Patch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -56,7 +56,7 @@
5656
* @author Martijn De Letter
5757
* @copyright 2011 Sandy Pleyte
5858
* @copyright 2010-2011 Martijn De Letter
59-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
59+
* @license http://www.opensource.org/licenses/MIT MIT License
6060
* @link http://www.github.com/dbpatch/DbPatch
6161
* @since File available since Release 1.0.0
6262
*/

src/DbPatch/Command/Patch/Abstract.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Martijn De Letter
4343
* @copyright 2011 Sandy Pleyte
4444
* @copyright 2010-2011 Martijn De Letter
45-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
45+
* @license http://www.opensource.org/licenses/MIT MIT License
4646
* @link http://www.github.com/dbpatch/DbPatch
4747
* @since File available since Release 1.0.0
4848
*/
@@ -58,7 +58,7 @@
5858
* @copyright 2011 Sandy Pleyte
5959
* @copyright 2010-2011 Martijn De Letter
6060
* @copyright 2013 Rudi de Vries
61-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
61+
* @license http://www.opensource.org/licenses/MIT MIT License
6262
* @link http://www.github.com/dbpatch/DbPatch
6363
* @since File available since Release 1.0.0
6464
*/

src/DbPatch/Command/Patch/PHP.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* @copyright 2011 Sandy Pleyte
4545
* @copyright 2010-2011 Martijn De Letter
4646
* @copyright 2013 Rudi de Vries
47-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
47+
* @license http://www.opensource.org/licenses/MIT MIT License
4848
* @link http://www.github.com/dbpatch/DbPatch
4949
* @since File available since Release 1.0.0
5050
*/
@@ -60,7 +60,7 @@
6060
* @copyright 2011 Sandy Pleyte
6161
* @copyright 2010-2011 Martijn De Letter
6262
* @copyright 2013 Rudi de Vries
63-
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
63+
* @license http://www.opensource.org/licenses/MIT MIT License
6464
* @link http://www.github.com/dbpatch/DbPatch
6565
* @since File available since Release 1.0.0
6666
*/

0 commit comments

Comments
 (0)