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

0 commit comments

Comments
 (0)