Skip to content

Commit 89f94b7

Browse files
author
Roman Syroeshko
committed
[CHANGED] #179 - copyright info has been changed.
1 parent 105e53b commit 89f94b7

File tree

242 files changed

+252
-269
lines changed

Some content is hidden

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

242 files changed

+252
-269
lines changed

src/PhpWord/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Collection/AbstractCollection.php

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

src/PhpWord/Collection/Endnotes.php

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

src/PhpWord/Collection/Footnotes.php

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

src/PhpWord/Collection/Titles.php

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

src/PhpWord/DocumentProperties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/AbstractContainer.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;
1111

12-
use PhpOffice\PhpWord\Element\CheckBox;
13-
use PhpOffice\PhpWord\Element\Image;
14-
use PhpOffice\PhpWord\Element\Link;
15-
use PhpOffice\PhpWord\Element\ListItem;
16-
use PhpOffice\PhpWord\Element\Object;
17-
use PhpOffice\PhpWord\Element\TextBreak;
18-
use PhpOffice\PhpWord\Element\TextRun;
1912
use PhpOffice\PhpWord\Media;
2013
use PhpOffice\PhpWord\PhpWord;
2114

src/PhpWord/Element/AbstractElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/CheckBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Endnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Footer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;
1111

12-
use PhpOffice\PhpWord\Element\Table;
13-
1412
/**
1513
* Footer element
1614
*/

src/PhpWord/Element/Footnote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/ListItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Object.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;
1111

12-
use PhpOffice\PhpWord\Style\Image as ImageStyle;
1312
use PhpOffice\PhpWord\Exception\InvalidObjectException;
13+
use PhpOffice\PhpWord\Style\Image as ImageStyle;
1414

1515
/**
1616
* Object element

src/PhpWord/Element/PageBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/PreserveText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Row.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Section.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;
1111

12-
use PhpOffice\PhpWord\Element\PageBreak;
13-
use PhpOffice\PhpWord\Element\TOC;
14-
use PhpOffice\PhpWord\Element\Table;
15-
use PhpOffice\PhpWord\Element\Title;
1612
use PhpOffice\PhpWord\Exception\Exception;
1713
use PhpOffice\PhpWord\PhpWord;
1814
use PhpOffice\PhpWord\Style\Section as SectionSettings;

src/PhpWord/Element/TOC.php

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

src/PhpWord/Element/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/TextBreak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/TextRun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Element/Title.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

1010
namespace PhpOffice\PhpWord\Element;
1111

12-
use PhpOffice\PhpWord\Style;
1312
use PhpOffice\PhpWord\Shared\String;
13+
use PhpOffice\PhpWord\Style;
1414

1515
/**
1616
* Title element

src/PhpWord/Exception/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Exception/InvalidImageException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Exception/InvalidObjectException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Exception/InvalidStyleException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Exception/UnsupportedImageTypeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/IOFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/PhpWord.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

@@ -12,11 +12,9 @@
1212
use PhpOffice\PhpWord\Collection\Endnotes;
1313
use PhpOffice\PhpWord\Collection\Footnotes;
1414
use PhpOffice\PhpWord\Collection\Titles;
15-
use PhpOffice\PhpWord\DocumentProperties;
1615
use PhpOffice\PhpWord\Element\Section;
1716
use PhpOffice\PhpWord\Exception\Exception;
1817
use PhpOffice\PhpWord\Style;
19-
use PhpOffice\PhpWord\Template;
2018

2119
/**
2220
* PHPWord main class

src/PhpWord/Reader/AbstractReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

src/PhpWord/Reader/ODText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* PHPWord
44
*
55
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
6+
* @copyright 2010-2014 PHPWord contributors
77
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
88
*/
99

0 commit comments

Comments
 (0)