Skip to content

Commit 43fb23d

Browse files
author
Roman Syroeshko
committed
Copyright update.
1 parent e6d73d8 commit 43fb23d

File tree

352 files changed

+360
-360
lines changed

Some content is hidden

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

352 files changed

+360
-360
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHPWord, a pure PHP library for reading and writing word processing documents.
22

3-
Copyright (c) 2010-2014 PHPWord.
3+
Copyright (c) 2010-2015 PHPWord.
44

55
PHPWord is free software: you can redistribute it and/or modify
66
it under the terms of the GNU Lesser General Public License version 3 as published by

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors. test bootstrap
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/AbstractCollection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Collection;

src/PhpWord/Collection/Bookmarks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Collection;

src/PhpWord/Collection/Charts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Collection;

src/PhpWord/Collection/Endnotes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Collection;

src/PhpWord/Collection/Footnotes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Collection;

src/PhpWord/Collection/Titles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Collection;

src/PhpWord/Element/AbstractContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/AbstractElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Bookmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Chart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/CheckBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Endnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Footnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/FormField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Line.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/ListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/ListItemRun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/PageBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/PreserveText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Row.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/SDT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Shape.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/TOC.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
15-
* @license http://www.gnu.org/licenses/lgpl.txt LGPL
14+
* @copyright 2010-2015 PHPWord contributors
15+
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Element;

src/PhpWord/Element/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/TextBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/TextBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/TextRun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Element/Title.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Exception/CopyFileException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Exception/CreateTemporaryFileException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Exception/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Exception/InvalidImageException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2014 PHPWord contributors
14+
* @copyright 2010-2015 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

0 commit comments

Comments
 (0)