Skip to content

Commit 35d06cc

Browse files
committed
Change PHPWord license to LGPL 3 as per #211
1 parent 475d948 commit 35d06cc

File tree

249 files changed

+997
-588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+997
-588
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion

LICENSE.md

Lines changed: 729 additions & 340 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"homepage": "http://phpoffice.github.io",
1010
"type": "library",
11-
"license": "LGPL-2.1+",
11+
"license": "LGPL",
1212
"authors": [
1313
{
1414
"name": "Mark Baker"

src/PhpWord/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/DocumentProperties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/Element/AbstractContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/AbstractElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/CheckBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Endnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Footnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/ListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/PageBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/PreserveText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Row.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/TOC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/TextBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/TextRun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Title.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Endnotes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/Exception/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Exception;

src/PhpWord/Exception/InvalidImageException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Exception;

src/PhpWord/Exception/InvalidObjectException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Exception;

src/PhpWord/Exception/InvalidStyleException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Exception;

src/PhpWord/Exception/UnsupportedImageTypeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Exception;

src/PhpWord/Footnotes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/IOFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/Media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/PhpWord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord;

src/PhpWord/Reader/AbstractReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Reader;

src/PhpWord/Reader/ODText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Reader;

src/PhpWord/Reader/ODText/AbstractPart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Reader\ODText;

src/PhpWord/Reader/ODText/Content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Reader\ODText;

src/PhpWord/Reader/ReaderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Reader;

src/PhpWord/Reader/Word2007.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @link https://github.com/PHPOffice/PHPWord
66
* @copyright 2014 PHPWord
7-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
7+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
88
*/
99

1010
namespace PhpOffice\PhpWord\Reader;

0 commit comments

Comments
 (0)