Skip to content

Commit ea88cec

Browse files
Updated copyright
1 parent 0483719 commit ea88cec

23 files changed

+23
-23
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Setasign - Jan Slabon, https://www.setasign.com
3+
Copyright (c) 2020 Setasign GmbH & Co. KG, https://www.setasign.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/CleanupInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Cell/StaticHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Color.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Document.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Draw.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Font.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Margin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Modules/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Position/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/Position/Cursor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/SetaFpdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/SetaFpdfTpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDI
44
*
55
* @package setasign\SetaFpdi
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/SetaFpdi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDI
44
*
55
* @package setasign\SetaFpdi
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/StateBuffer/Canvas.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/StateBuffer/Color.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/StateBuffer/Font.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/StateBuffer/StateBuffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/StateBuffer/StateBufferInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This file is part of SetaFPDF
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

src/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This is part of SetaFpdf
44
*
55
* @package setasign\SetaFpdf
6-
* @copyright Copyright (c) 2018 Setasign - Jan Slabon (https://www.setasign.com)
6+
* @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
77
* @license http://opensource.org/licenses/mit-license The MIT License
88
*/
99

0 commit comments

Comments
 (0)