Skip to content

Commit 2bcfacf

Browse files
author
Roman Syroeshko
committed
Updated copyright.
1 parent 1827eab commit 2bcfacf

File tree

349 files changed

+349
-353
lines changed

Some content is hidden

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

349 files changed

+349
-353
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-2015 PHPWord.
3+
Copyright (c) 2010-2016 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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/AbstractCollection.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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/Bookmarks.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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/Charts.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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/Endnotes.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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/Footnotes.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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

src/PhpWord/Collection/Titles.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-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

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-2015 PHPWord contributors
14+
* @copyright 2010-2016 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
1212
*
1313
* @link https://github.com/PHPOffice/PHPWord
14-
* @copyright 2010-2015 PHPWord contributors
14+
* @copyright 2010-2016 PHPWord contributors
1515
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1616
*/
1717

1818
namespace PhpOffice\PhpWord\Element;
1919

2020
use PhpOffice\PhpWord\Media;
2121
use PhpOffice\PhpWord\PhpWord;
22-
use PhpOffice\PhpWord\Style;
2322

2423
/**
2524
* Element abstract class

0 commit comments

Comments
 (0)