diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7a05421..8ca381e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -41,7 +41,7 @@ jobs: - name: List php modules using "no php ini" mode run: php -m -n - name: Cache module - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.composer/cache/ key: composer-cache diff --git a/LICENSE b/LICENSE index c4502d6..94a05cf 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ * * SOFTWARE : tc-lib-barcode * AUTHOR : Nicola Asuni -* COPYRIGHT : 2001-2023 Nicola Asuni - Tecnick.com LTD +* COPYRIGHT : 2001-2024 Nicola Asuni - Tecnick.com LTD ********************************************************************** This is free software: you can redistribute it and/or modify it diff --git a/Makefile b/Makefile index 88aa400..387e993 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,16 @@ # @category Library # @package Barcode # @author Nicola Asuni -# @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD +# @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD # @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE) # @link https://github.com/tecnickcom/tc-lib-barcode # # This file is part of tc-lib-barcode software library. # ---------------------------------------------------------------------------------------------------------------------- +SHELL=/bin/bash +.SHELLFLAGS=-o pipefail -c + # Project owner OWNER=tecnickcom @@ -111,6 +114,9 @@ help: .PHONY: all all: help +# Full build and test sequence +.PHONY: x +x: buildall # Full build and test sequence .PHONY: buildall diff --git a/README.md b/README.md index 85eaa2b..4f8321d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * **category** Library * **package** \Com\Tecnick\Barcode * **author** Nicola Asuni -* **copyright** 2001-2023 Nicola Asuni - Tecnick.com LTD +* **copyright** 2001-2024 Nicola Asuni - Tecnick.com LTD * **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * **link** https://github.com/tecnickcom/tc-lib-barcode * **SRC DOC** https://tcpdf.org/docs/srcdoc/tc-lib-barcode diff --git a/RELEASE b/RELEASE index d00491f..573541a 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1 +0 diff --git a/VERSION b/VERSION index 7d2ed7c..ccbccc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4 +2.2.0 diff --git a/example/index.php b/example/index.php index 3d4b3fb..821027f 100644 --- a/example/index.php +++ b/example/index.php @@ -6,7 +6,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/resources/autoload.php b/resources/autoload.php index 88726c2..ba676b8 100644 --- a/resources/autoload.php +++ b/resources/autoload.php @@ -8,7 +8,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/resources/debian/copyright b/resources/debian/copyright index ad5f384..68603ae 100644 --- a/resources/debian/copyright +++ b/resources/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: ~#PROJECT#~ Source: https://github.com/~#VENDOR#~/~#PROJECT#~ Files: * -Copyright: Copyright 2001-2023 Nicola Asuni +Copyright: Copyright 2001-2024 Nicola Asuni License: LGPL-3 License: LGPL-3 diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index 996852c..f07777c 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT #%config(noreplace) %{_configpath}* %changelog -* Thu Jul 02 2015 Nicola Asuni 1.2.0-1 +* Thu Jul 02 2024 Nicola Asuni 1.2.0-1 - Changed package name, add provides section -* Tue Feb 24 2015 Nicola Asuni 1.0.0-1 +* Tue Feb 24 2024 Nicola Asuni 1.0.0-1 - Initial Commit diff --git a/src/Barcode.php b/src/Barcode.php index 4d936ab..3b28bdc 100644 --- a/src/Barcode.php +++ b/src/Barcode.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -27,7 +27,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Exception.php b/src/Exception.php index 82c3f2c..3a03a0d 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Convert.php b/src/Type/Convert.php index dd69aa3..85508ab 100644 --- a/src/Type/Convert.php +++ b/src/Type/Convert.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear.php b/src/Type/Linear.php index cc26a05..7b2ca50 100644 --- a/src/Type/Linear.php +++ b/src/Type/Linear.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Codabar.php b/src/Type/Linear/Codabar.php index b52225d..5e1c658 100644 --- a/src/Type/Linear/Codabar.php +++ b/src/Type/Linear/Codabar.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -27,7 +27,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeNineThree.php b/src/Type/Linear/CodeNineThree.php index a2f3775..e282b18 100644 --- a/src/Type/Linear/CodeNineThree.php +++ b/src/Type/Linear/CodeNineThree.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeOneOne.php b/src/Type/Linear/CodeOneOne.php index 596e937..6381807 100644 --- a/src/Type/Linear/CodeOneOne.php +++ b/src/Type/Linear/CodeOneOne.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeOneTwoEight.php b/src/Type/Linear/CodeOneTwoEight.php index 53a07eb..f3896b8 100644 --- a/src/Type/Linear/CodeOneTwoEight.php +++ b/src/Type/Linear/CodeOneTwoEight.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php b/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php index 61eb7e9..95e6fc7 100644 --- a/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php +++ b/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php b/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php index 622ac9d..63ec35c 100644 --- a/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php +++ b/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php b/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php index a67a602..951f35e 100644 --- a/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php +++ b/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeOneTwoEight/Process.php b/src/Type/Linear/CodeOneTwoEight/Process.php index 17af034..8fe6001 100644 --- a/src/Type/Linear/CodeOneTwoEight/Process.php +++ b/src/Type/Linear/CodeOneTwoEight/Process.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeThreeNine.php b/src/Type/Linear/CodeThreeNine.php index 504e0b6..99ac704 100644 --- a/src/Type/Linear/CodeThreeNine.php +++ b/src/Type/Linear/CodeThreeNine.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeThreeNineCheck.php b/src/Type/Linear/CodeThreeNineCheck.php index f200a0e..5f83df0 100644 --- a/src/Type/Linear/CodeThreeNineCheck.php +++ b/src/Type/Linear/CodeThreeNineCheck.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeThreeNineExt.php b/src/Type/Linear/CodeThreeNineExt.php index 1700a70..29f089e 100644 --- a/src/Type/Linear/CodeThreeNineExt.php +++ b/src/Type/Linear/CodeThreeNineExt.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/CodeThreeNineExtCheck.php b/src/Type/Linear/CodeThreeNineExtCheck.php index e184138..f6729db 100644 --- a/src/Type/Linear/CodeThreeNineExtCheck.php +++ b/src/Type/Linear/CodeThreeNineExtCheck.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/EanEight.php b/src/Type/Linear/EanEight.php index 8a56959..41797d1 100644 --- a/src/Type/Linear/EanEight.php +++ b/src/Type/Linear/EanEight.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/EanFive.php b/src/Type/Linear/EanFive.php index 6a469ca..0d29d16 100644 --- a/src/Type/Linear/EanFive.php +++ b/src/Type/Linear/EanFive.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/EanOneThree.php b/src/Type/Linear/EanOneThree.php index 07e5746..0e01ff3 100644 --- a/src/Type/Linear/EanOneThree.php +++ b/src/Type/Linear/EanOneThree.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/EanTwo.php b/src/Type/Linear/EanTwo.php index 151ef8f..6f8e082 100644 --- a/src/Type/Linear/EanTwo.php +++ b/src/Type/Linear/EanTwo.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Imb.php b/src/Type/Linear/Imb.php index 35dd712..a77384e 100644 --- a/src/Type/Linear/Imb.php +++ b/src/Type/Linear/Imb.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -49,7 +49,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/ImbPre.php b/src/Type/Linear/ImbPre.php index df38f46..ea06d29 100644 --- a/src/Type/Linear/ImbPre.php +++ b/src/Type/Linear/ImbPre.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/InterleavedTwoOfFive.php b/src/Type/Linear/InterleavedTwoOfFive.php index 346d2e0..3eb001d 100644 --- a/src/Type/Linear/InterleavedTwoOfFive.php +++ b/src/Type/Linear/InterleavedTwoOfFive.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/InterleavedTwoOfFiveCheck.php b/src/Type/Linear/InterleavedTwoOfFiveCheck.php index e8259a3..0d09b43 100644 --- a/src/Type/Linear/InterleavedTwoOfFiveCheck.php +++ b/src/Type/Linear/InterleavedTwoOfFiveCheck.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/KlantIndex.php b/src/Type/Linear/KlantIndex.php index 9620709..bf5d0c4 100644 --- a/src/Type/Linear/KlantIndex.php +++ b/src/Type/Linear/KlantIndex.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Msi.php b/src/Type/Linear/Msi.php index 335f251..9dd5746 100644 --- a/src/Type/Linear/Msi.php +++ b/src/Type/Linear/Msi.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/MsiCheck.php b/src/Type/Linear/MsiCheck.php index 0136d63..e5d03cd 100644 --- a/src/Type/Linear/MsiCheck.php +++ b/src/Type/Linear/MsiCheck.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Pharma.php b/src/Type/Linear/Pharma.php index 22f656a..7dee0ef 100644 --- a/src/Type/Linear/Pharma.php +++ b/src/Type/Linear/Pharma.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/PharmaTwoTracks.php b/src/Type/Linear/PharmaTwoTracks.php index 60c5d74..6b64ca6 100644 --- a/src/Type/Linear/PharmaTwoTracks.php +++ b/src/Type/Linear/PharmaTwoTracks.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Planet.php b/src/Type/Linear/Planet.php index f1c63a3..794c658 100644 --- a/src/Type/Linear/Planet.php +++ b/src/Type/Linear/Planet.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Postnet.php b/src/Type/Linear/Postnet.php index 0c732bc..5cbb9ea 100644 --- a/src/Type/Linear/Postnet.php +++ b/src/Type/Linear/Postnet.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/Raw.php b/src/Type/Linear/Raw.php index d6da664..f198c62 100644 --- a/src/Type/Linear/Raw.php +++ b/src/Type/Linear/Raw.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/RoyalMailFourCc.php b/src/Type/Linear/RoyalMailFourCc.php index cf382f5..736604c 100644 --- a/src/Type/Linear/RoyalMailFourCc.php +++ b/src/Type/Linear/RoyalMailFourCc.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/StandardTwoOfFive.php b/src/Type/Linear/StandardTwoOfFive.php index 9ce9d02..9f9ac67 100644 --- a/src/Type/Linear/StandardTwoOfFive.php +++ b/src/Type/Linear/StandardTwoOfFive.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/StandardTwoOfFiveCheck.php b/src/Type/Linear/StandardTwoOfFiveCheck.php index 798e81d..e36434d 100644 --- a/src/Type/Linear/StandardTwoOfFiveCheck.php +++ b/src/Type/Linear/StandardTwoOfFiveCheck.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/UpcA.php b/src/Type/Linear/UpcA.php index fae3e8f..31ad162 100644 --- a/src/Type/Linear/UpcA.php +++ b/src/Type/Linear/UpcA.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Linear/UpcE.php b/src/Type/Linear/UpcE.php index aebcc53..4bf7b2e 100644 --- a/src/Type/Linear/UpcE.php +++ b/src/Type/Linear/UpcE.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -32,7 +32,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Raw.php b/src/Type/Raw.php index 47c9522..09fa716 100644 --- a/src/Type/Raw.php +++ b/src/Type/Raw.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square.php b/src/Type/Square.php index 0077d8b..7f058a8 100644 --- a/src/Type/Square.php +++ b/src/Type/Square.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Aztec.php b/src/Type/Square/Aztec.php index b437789..c357aa4 100644 --- a/src/Type/Square/Aztec.php +++ b/src/Type/Square/Aztec.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -29,7 +29,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Aztec/Bitstream.php b/src/Type/Square/Aztec/Bitstream.php index 907aa83..68d5e23 100644 --- a/src/Type/Square/Aztec/Bitstream.php +++ b/src/Type/Square/Aztec/Bitstream.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -27,7 +27,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/Aztec/Codeword.php b/src/Type/Square/Aztec/Codeword.php index 523891e..0305850 100644 --- a/src/Type/Square/Aztec/Codeword.php +++ b/src/Type/Square/Aztec/Codeword.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Aztec/Data.php b/src/Type/Square/Aztec/Data.php index 284753e..37d858c 100644 --- a/src/Type/Square/Aztec/Data.php +++ b/src/Type/Square/Aztec/Data.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Aztec/Encode.php b/src/Type/Square/Aztec/Encode.php index a96b674..60e0006 100644 --- a/src/Type/Square/Aztec/Encode.php +++ b/src/Type/Square/Aztec/Encode.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -27,7 +27,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Aztec/ErrorCorrection.php b/src/Type/Square/Aztec/ErrorCorrection.php index 318ff3d..50fb5e4 100644 --- a/src/Type/Square/Aztec/ErrorCorrection.php +++ b/src/Type/Square/Aztec/ErrorCorrection.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Aztec/Layers.php b/src/Type/Square/Aztec/Layers.php index 0dd4a90..e298e7f 100644 --- a/src/Type/Square/Aztec/Layers.php +++ b/src/Type/Square/Aztec/Layers.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix.php b/src/Type/Square/Datamatrix.php index 0f4ac6f..238af17 100644 --- a/src/Type/Square/Datamatrix.php +++ b/src/Type/Square/Datamatrix.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -30,7 +30,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/Data.php b/src/Type/Square/Datamatrix/Data.php index bdaa9b8..f1b5004 100644 --- a/src/Type/Square/Datamatrix/Data.php +++ b/src/Type/Square/Datamatrix/Data.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -27,7 +27,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/Encode.php b/src/Type/Square/Datamatrix/Encode.php index 15df0c9..bf97866 100644 --- a/src/Type/Square/Datamatrix/Encode.php +++ b/src/Type/Square/Datamatrix/Encode.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/EncodeTxt.php b/src/Type/Square/Datamatrix/EncodeTxt.php index b9f74a8..b0d3553 100644 --- a/src/Type/Square/Datamatrix/EncodeTxt.php +++ b/src/Type/Square/Datamatrix/EncodeTxt.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -28,7 +28,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/ErrorCorrection.php b/src/Type/Square/Datamatrix/ErrorCorrection.php index 9e3d8ef..d0bad19 100644 --- a/src/Type/Square/Datamatrix/ErrorCorrection.php +++ b/src/Type/Square/Datamatrix/ErrorCorrection.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/Modes.php b/src/Type/Square/Datamatrix/Modes.php index be27fc9..5f621e5 100644 --- a/src/Type/Square/Datamatrix/Modes.php +++ b/src/Type/Square/Datamatrix/Modes.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/Placement.php b/src/Type/Square/Datamatrix/Placement.php index 5808edf..1c975a4 100644 --- a/src/Type/Square/Datamatrix/Placement.php +++ b/src/Type/Square/Datamatrix/Placement.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/Datamatrix/Steps.php b/src/Type/Square/Datamatrix/Steps.php index 3c7a4e0..a87610a 100644 --- a/src/Type/Square/Datamatrix/Steps.php +++ b/src/Type/Square/Datamatrix/Steps.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/PdfFourOneSeven.php b/src/Type/Square/PdfFourOneSeven.php index 71d5c7f..5afb3f6 100644 --- a/src/Type/Square/PdfFourOneSeven.php +++ b/src/Type/Square/PdfFourOneSeven.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -41,7 +41,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/PdfFourOneSeven/Compaction.php b/src/Type/Square/PdfFourOneSeven/Compaction.php index c76f635..d7a7c13 100644 --- a/src/Type/Square/PdfFourOneSeven/Compaction.php +++ b/src/Type/Square/PdfFourOneSeven/Compaction.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/PdfFourOneSeven/Data.php b/src/Type/Square/PdfFourOneSeven/Data.php index ec4b200..59456de 100644 --- a/src/Type/Square/PdfFourOneSeven/Data.php +++ b/src/Type/Square/PdfFourOneSeven/Data.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/PdfFourOneSeven/Sequence.php b/src/Type/Square/PdfFourOneSeven/Sequence.php index e3c0b76..eb9b3ba 100644 --- a/src/Type/Square/PdfFourOneSeven/Sequence.php +++ b/src/Type/Square/PdfFourOneSeven/Sequence.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode.php b/src/Type/Square/QrCode.php index 501e73b..43ac773 100644 --- a/src/Type/Square/QrCode.php +++ b/src/Type/Square/QrCode.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -31,7 +31,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/ByteStream.php b/src/Type/Square/QrCode/ByteStream.php index cef62a2..5bb4a72 100644 --- a/src/Type/Square/QrCode/ByteStream.php +++ b/src/Type/Square/QrCode/ByteStream.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/QrCode/Data.php b/src/Type/Square/QrCode/Data.php index 860a289..e644e28 100644 --- a/src/Type/Square/QrCode/Data.php +++ b/src/Type/Square/QrCode/Data.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/Encode.php b/src/Type/Square/QrCode/Encode.php index dfa2a10..1d453bc 100644 --- a/src/Type/Square/QrCode/Encode.php +++ b/src/Type/Square/QrCode/Encode.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -23,7 +23,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/Encoder.php b/src/Type/Square/QrCode/Encoder.php index 30acba6..8de4d30 100644 --- a/src/Type/Square/QrCode/Encoder.php +++ b/src/Type/Square/QrCode/Encoder.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/EncodingMode.php b/src/Type/Square/QrCode/EncodingMode.php index 28751e0..95a3d06 100644 --- a/src/Type/Square/QrCode/EncodingMode.php +++ b/src/Type/Square/QrCode/EncodingMode.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -23,7 +23,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/Estimate.php b/src/Type/Square/QrCode/Estimate.php index 8e0129a..cec070f 100644 --- a/src/Type/Square/QrCode/Estimate.php +++ b/src/Type/Square/QrCode/Estimate.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/QrCode/Init.php b/src/Type/Square/QrCode/Init.php index e407403..3a29c10 100644 --- a/src/Type/Square/QrCode/Init.php +++ b/src/Type/Square/QrCode/Init.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/QrCode/InputItem.php b/src/Type/Square/QrCode/InputItem.php index 17090d6..e131794 100644 --- a/src/Type/Square/QrCode/InputItem.php +++ b/src/Type/Square/QrCode/InputItem.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/QrCode/Mask.php b/src/Type/Square/QrCode/Mask.php index d037745..bec570e 100644 --- a/src/Type/Square/QrCode/Mask.php +++ b/src/Type/Square/QrCode/Mask.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -23,7 +23,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/MaskNum.php b/src/Type/Square/QrCode/MaskNum.php index 8cfde0d..ce49c6d 100644 --- a/src/Type/Square/QrCode/MaskNum.php +++ b/src/Type/Square/QrCode/MaskNum.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -23,7 +23,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/src/Type/Square/QrCode/Spec.php b/src/Type/Square/QrCode/Spec.php index cc578f0..66b69c0 100644 --- a/src/Type/Square/QrCode/Spec.php +++ b/src/Type/Square/QrCode/Spec.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -23,7 +23,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/QrCode/SpecRs.php b/src/Type/Square/QrCode/SpecRs.php index 5d569d8..8146612 100644 --- a/src/Type/Square/QrCode/SpecRs.php +++ b/src/Type/Square/QrCode/SpecRs.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -23,7 +23,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/QrCode/Split.php b/src/Type/Square/QrCode/Split.php index df5179c..df0ed9d 100644 --- a/src/Type/Square/QrCode/Split.php +++ b/src/Type/Square/QrCode/Split.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * diff --git a/src/Type/Square/Raw.php b/src/Type/Square/Raw.php index 118fa15..f0fe928 100644 --- a/src/Type/Square/Raw.php +++ b/src/Type/Square/Raw.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -26,7 +26,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2010-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2010-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodabarTest.php b/test/Linear/CodabarTest.php index b135570..acac260 100644 --- a/test/Linear/CodabarTest.php +++ b/test/Linear/CodabarTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeNineThreeTest.php b/test/Linear/CodeNineThreeTest.php index f89aad3..3ae77ef 100644 --- a/test/Linear/CodeNineThreeTest.php +++ b/test/Linear/CodeNineThreeTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeOneOneTest.php b/test/Linear/CodeOneOneTest.php index 924d570..14bee1e 100644 --- a/test/Linear/CodeOneOneTest.php +++ b/test/Linear/CodeOneOneTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeOneTwoEight/CodeOneTwoEightATest.php b/test/Linear/CodeOneTwoEight/CodeOneTwoEightATest.php index 6c19024..6e9cb95 100644 --- a/test/Linear/CodeOneTwoEight/CodeOneTwoEightATest.php +++ b/test/Linear/CodeOneTwoEight/CodeOneTwoEightATest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeOneTwoEight/CodeOneTwoEightBTest.php b/test/Linear/CodeOneTwoEight/CodeOneTwoEightBTest.php index 7f34f76..f95a361 100644 --- a/test/Linear/CodeOneTwoEight/CodeOneTwoEightBTest.php +++ b/test/Linear/CodeOneTwoEight/CodeOneTwoEightBTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeOneTwoEight/CodeOneTwoEightCTest.php b/test/Linear/CodeOneTwoEight/CodeOneTwoEightCTest.php index ce7e114..8086461 100644 --- a/test/Linear/CodeOneTwoEight/CodeOneTwoEightCTest.php +++ b/test/Linear/CodeOneTwoEight/CodeOneTwoEightCTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeOneTwoEightTest.php b/test/Linear/CodeOneTwoEightTest.php index df3c329..eab0f2c 100644 --- a/test/Linear/CodeOneTwoEightTest.php +++ b/test/Linear/CodeOneTwoEightTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeThreeNineCheckTest.php b/test/Linear/CodeThreeNineCheckTest.php index 57dc3dd..91b6f85 100644 --- a/test/Linear/CodeThreeNineCheckTest.php +++ b/test/Linear/CodeThreeNineCheckTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeThreeNineExtCheckTest.php b/test/Linear/CodeThreeNineExtCheckTest.php index de9e539..c9a1147 100644 --- a/test/Linear/CodeThreeNineExtCheckTest.php +++ b/test/Linear/CodeThreeNineExtCheckTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeThreeNineExtTest.php b/test/Linear/CodeThreeNineExtTest.php index c99d90d..07c7cf6 100644 --- a/test/Linear/CodeThreeNineExtTest.php +++ b/test/Linear/CodeThreeNineExtTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/CodeThreeNineTest.php b/test/Linear/CodeThreeNineTest.php index bf41fd6..e6134e6 100644 --- a/test/Linear/CodeThreeNineTest.php +++ b/test/Linear/CodeThreeNineTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/EanEightTest.php b/test/Linear/EanEightTest.php index 6c72b65..811630c 100644 --- a/test/Linear/EanEightTest.php +++ b/test/Linear/EanEightTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/EanFiveTest.php b/test/Linear/EanFiveTest.php index 9f09365..40da653 100644 --- a/test/Linear/EanFiveTest.php +++ b/test/Linear/EanFiveTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/EanOneThreeTest.php b/test/Linear/EanOneThreeTest.php index 2afbff7..45a2c33 100644 --- a/test/Linear/EanOneThreeTest.php +++ b/test/Linear/EanOneThreeTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/EanTwoTest.php b/test/Linear/EanTwoTest.php index 0f5bc11..adc9c3a 100644 --- a/test/Linear/EanTwoTest.php +++ b/test/Linear/EanTwoTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/ImbPreTest.php b/test/Linear/ImbPreTest.php index ce2a46e..71fb02f 100644 --- a/test/Linear/ImbPreTest.php +++ b/test/Linear/ImbPreTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/ImbTest.php b/test/Linear/ImbTest.php index 3eae9b5..0fb9c38 100644 --- a/test/Linear/ImbTest.php +++ b/test/Linear/ImbTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/InterleavedTwoOfFiveCheckTest.php b/test/Linear/InterleavedTwoOfFiveCheckTest.php index 35ddaa8..c1b65f9 100644 --- a/test/Linear/InterleavedTwoOfFiveCheckTest.php +++ b/test/Linear/InterleavedTwoOfFiveCheckTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/InterleavedTwoOfFiveTest.php b/test/Linear/InterleavedTwoOfFiveTest.php index 5aa36cf..d8dd0fe 100644 --- a/test/Linear/InterleavedTwoOfFiveTest.php +++ b/test/Linear/InterleavedTwoOfFiveTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/KlantIndexTest.php b/test/Linear/KlantIndexTest.php index 6a65e06..c89c528 100644 --- a/test/Linear/KlantIndexTest.php +++ b/test/Linear/KlantIndexTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/MsiCheckTest.php b/test/Linear/MsiCheckTest.php index 90805c2..17069a6 100644 --- a/test/Linear/MsiCheckTest.php +++ b/test/Linear/MsiCheckTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/MsiTest.php b/test/Linear/MsiTest.php index 444c6e9..b94bacb 100644 --- a/test/Linear/MsiTest.php +++ b/test/Linear/MsiTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/PharmaTest.php b/test/Linear/PharmaTest.php index 6960960..260acbc 100644 --- a/test/Linear/PharmaTest.php +++ b/test/Linear/PharmaTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/PharmaTwoTracksTest.php b/test/Linear/PharmaTwoTracksTest.php index 776f3b0..d96333c 100644 --- a/test/Linear/PharmaTwoTracksTest.php +++ b/test/Linear/PharmaTwoTracksTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/PlanetTest.php b/test/Linear/PlanetTest.php index e7c1005..3683e6f 100644 --- a/test/Linear/PlanetTest.php +++ b/test/Linear/PlanetTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/PostnetTest.php b/test/Linear/PostnetTest.php index 4e3458b..ecc8028 100644 --- a/test/Linear/PostnetTest.php +++ b/test/Linear/PostnetTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/RawTest.php b/test/Linear/RawTest.php index a6f04cc..4e82762 100644 --- a/test/Linear/RawTest.php +++ b/test/Linear/RawTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/RoyalMailFourCcTest.php b/test/Linear/RoyalMailFourCcTest.php index 0bd3e58..f8ba432 100644 --- a/test/Linear/RoyalMailFourCcTest.php +++ b/test/Linear/RoyalMailFourCcTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/StandardTwoOfFiveCheckTest.php b/test/Linear/StandardTwoOfFiveCheckTest.php index 9c91ea6..902c749 100644 --- a/test/Linear/StandardTwoOfFiveCheckTest.php +++ b/test/Linear/StandardTwoOfFiveCheckTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/StandardTwoOfFiveTest.php b/test/Linear/StandardTwoOfFiveTest.php index c753ad2..26c87ea 100644 --- a/test/Linear/StandardTwoOfFiveTest.php +++ b/test/Linear/StandardTwoOfFiveTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/UpcATest.php b/test/Linear/UpcATest.php index d8d87d1..5040a08 100644 --- a/test/Linear/UpcATest.php +++ b/test/Linear/UpcATest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Linear/UpcETest.php b/test/Linear/UpcETest.php index eeb5f2f..dcf9892 100644 --- a/test/Linear/UpcETest.php +++ b/test/Linear/UpcETest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Square/AztecTest.php b/test/Square/AztecTest.php index 880f350..f4cdb58 100644 --- a/test/Square/AztecTest.php +++ b/test/Square/AztecTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2023-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2023-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Square/DatamatrixTest.php b/test/Square/DatamatrixTest.php index 6caa6be..04d299f 100644 --- a/test/Square/DatamatrixTest.php +++ b/test/Square/DatamatrixTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Square/PdfFourOneSevenTest.php b/test/Square/PdfFourOneSevenTest.php index 653a3ed..88ad338 100644 --- a/test/Square/PdfFourOneSevenTest.php +++ b/test/Square/PdfFourOneSevenTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Square/QrCodeTest.php b/test/Square/QrCodeTest.php index 05f24bd..0dec48e 100644 --- a/test/Square/QrCodeTest.php +++ b/test/Square/QrCodeTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/Square/RawTest.php b/test/Square/RawTest.php index e214537..148eb20 100644 --- a/test/Square/RawTest.php +++ b/test/Square/RawTest.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/TestStrings.php b/test/TestStrings.php index 3e9d59a..9783c58 100644 --- a/test/TestStrings.php +++ b/test/TestStrings.php @@ -8,7 +8,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -24,7 +24,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */ diff --git a/test/TestUtil.php b/test/TestUtil.php index fa9b97c..65aa3ef 100644 --- a/test/TestUtil.php +++ b/test/TestUtil.php @@ -7,7 +7,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode * @@ -25,7 +25,7 @@ * @category Library * @package Barcode * @author Nicola Asuni - * @copyright 2015-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-barcode */