Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-2
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

src/PhpWord/Element/Bookmark.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
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\Common\Text as CommonText;
21-
use PhpOffice\PhpWord\Style;
2221

2322
/**
2423
* Bookmark element

src/PhpWord/Element/Cell.php

+1-1
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/Chart.php

+1-1
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/CheckBox.php

+1-1
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/Endnote.php

+1-1
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/Field.php

+1-1
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/Footer.php

+1-1
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/Footnote.php

+1-1
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/FormField.php

+1-1
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/Header.php

+1-1
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/Image.php

+1-1
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/Line.php

+1-1
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/Link.php

+1-1
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/ListItem.php

+1-1
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/ListItemRun.php

+1-1
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/Object.php

+1-1
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/PageBreak.php

+1-1
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/PreserveText.php

+1-1
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/Row.php

+1-1
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/SDT.php

+1-1
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/Section.php

+1-1
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/Shape.php

+1-1
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/TOC.php

+1-1
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/Table.php

+1-1
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/Text.php

+1-1
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/TextBox.php

+1-1
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/TextBreak.php

+1-1
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/TextRun.php

+1-1
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/Title.php

+1-1
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/Exception/CopyFileException.php

+1-1
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/Exception/CreateTemporaryFileException.php

+1-1
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/Exception/Exception.php

+1-1
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

0 commit comments

Comments
 (0)