Skip to content

Commit e56b0bd

Browse files
Merge pull request #58 from pimjansen/feature/license
Properly bumped license to MIT
2 parents 584d583 + ac7f9d6 commit e56b0bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Very simple filesystem emulating PHP stream wrapper for use in unit testing
1313
with PHPUnit, PHPSpec or any other testing framework. It offers means to test methods interacting
1414
with real filesystem without creating temportary directories or file fixtures.
1515

16-
Released under a GPL3+ licence.
16+
Released under a MIT licence.
1717

1818
For latest release please use tag indicated above.
1919

build/pear/package.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<release>stable</release>
2323
<api>stable</api>
2424
</stability>
25-
<license uri="http://opensource.org/licenses/GPL-3.0">GPL3+</license>
25+
<license uri="https://opensource.org/licenses/MIT">MIT</license>
2626
<notes>-</notes>
2727
<dependencies>
2828
<required>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-vfs/php-vfs",
33
"homepage": "http://michael-donat.github.com/php-vfs",
44
"keywords": ["php", "virtual", "filesystem", "testing", "unit"],
5-
"license": "GPL-3.0+",
5+
"license": "MIT",
66
"description": "Virtual file system implementation for use with PHP unit testing.",
77
"minimum-stability": "stable",
88
"authors": [

0 commit comments

Comments
 (0)