Skip to content

Commit 7bd6cbd

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

File tree

5 files changed

+45
-14
lines changed

5 files changed

+45
-14
lines changed

src/PhpWord/IOFactory.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?php
22
/**
3-
* PHPWord
3+
* This file is part of PHPWord - A pure PHP library for reading and writing
4+
* word processing documents.
5+
*
6+
* PHPWord is free software distributed under the terms of the GNU Lesser
7+
* General Public License version 3 as published by the Free Software Foundation.
8+
*
9+
* For the full copyright and license information, please read the LICENSE
10+
* file that was distributed with this source code. For the full list of
11+
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
412
*
513
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
7-
* @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
816
*/
917

1018
namespace PhpOffice\PhpWord;

src/PhpWord/PhpWord.php

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

1818
namespace PhpOffice\PhpWord;
1919

src/PhpWord/Reader/MsDoc.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?php
22
/**
3-
* PHPWord
3+
* This file is part of PHPWord - A pure PHP library for reading and writing
4+
* word processing documents.
5+
*
6+
* PHPWord is free software distributed under the terms of the GNU Lesser
7+
* General Public License version 3 as published by the Free Software Foundation.
8+
*
9+
* For the full copyright and license information, please read the LICENSE
10+
* file that was distributed with this source code. For the full list of
11+
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
412
*
513
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
7-
* @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
816
*/
917

1018
namespace PhpOffice\PhpWord\Reader;

src/PhpWord/Shared/Drawing.php

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?php
22
/**
3-
* PHPWord
3+
* This file is part of PHPWord - A pure PHP library for reading and writing
4+
* word processing documents.
5+
*
6+
* PHPWord is free software distributed under the terms of the GNU Lesser
7+
* General Public License version 3 as published by the Free Software Foundation.
8+
*
9+
* For the full copyright and license information, please read the LICENSE
10+
* file that was distributed with this source code. For the full list of
11+
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
412
*
513
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
7-
* @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
816
*/
917

1018
namespace PhpOffice\PhpWord\Shared;

src/PhpWord/Shared/OLERead.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
<?php
22
/**
3-
* PHPWord
3+
* This file is part of PHPWord - A pure PHP library for reading and writing
4+
* word processing documents.
5+
*
6+
* PHPWord is free software distributed under the terms of the GNU Lesser
7+
* General Public License version 3 as published by the Free Software Foundation.
8+
*
9+
* For the full copyright and license information, please read the LICENSE
10+
* file that was distributed with this source code. For the full list of
11+
* contributors, visit https://github.com/PHPOffice/PHPWord/contributors.
412
*
513
* @link https://github.com/PHPOffice/PHPWord
6-
* @copyright 2014 PHPWord
7-
* @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
816
*/
917

1018
namespace PhpOffice\PhpWord\Shared;
1119

12-
1320
use PhpOffice\PhpWord\Exception\Exception;
1421

1522
defined('IDENTIFIER_OLE') ||

0 commit comments

Comments
 (0)