From 039623c3cfab4638356f026a0dfc1f204275a8fa Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 12 Apr 2024 05:19:05 +0100 Subject: [PATCH] Update copyright year --- .github/workflows/check.yml | 2 +- LICENSE | 2 +- Makefile | 8 +++++++- README.md | 2 +- RELEASE | 2 +- VERSION | 2 +- example/index.php | 2 +- resources/autoload.php | 2 +- resources/debian/copyright | 2 +- resources/rpm/rpm.spec | 4 ++-- src/Barcode.php | 4 ++-- src/Exception.php | 4 ++-- src/Type/Convert.php | 4 ++-- src/Type/Linear.php | 4 ++-- src/Type/Linear/Codabar.php | 4 ++-- src/Type/Linear/CodeNineThree.php | 4 ++-- src/Type/Linear/CodeOneOne.php | 4 ++-- src/Type/Linear/CodeOneTwoEight.php | 4 ++-- src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php | 4 ++-- src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php | 4 ++-- src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php | 4 ++-- src/Type/Linear/CodeOneTwoEight/Process.php | 4 ++-- src/Type/Linear/CodeThreeNine.php | 4 ++-- src/Type/Linear/CodeThreeNineCheck.php | 4 ++-- src/Type/Linear/CodeThreeNineExt.php | 4 ++-- src/Type/Linear/CodeThreeNineExtCheck.php | 4 ++-- src/Type/Linear/EanEight.php | 4 ++-- src/Type/Linear/EanFive.php | 4 ++-- src/Type/Linear/EanOneThree.php | 4 ++-- src/Type/Linear/EanTwo.php | 4 ++-- src/Type/Linear/Imb.php | 4 ++-- src/Type/Linear/ImbPre.php | 4 ++-- src/Type/Linear/InterleavedTwoOfFive.php | 4 ++-- src/Type/Linear/InterleavedTwoOfFiveCheck.php | 4 ++-- src/Type/Linear/KlantIndex.php | 4 ++-- src/Type/Linear/Msi.php | 4 ++-- src/Type/Linear/MsiCheck.php | 4 ++-- src/Type/Linear/Pharma.php | 4 ++-- src/Type/Linear/PharmaTwoTracks.php | 4 ++-- src/Type/Linear/Planet.php | 4 ++-- src/Type/Linear/Postnet.php | 4 ++-- src/Type/Linear/Raw.php | 4 ++-- src/Type/Linear/RoyalMailFourCc.php | 4 ++-- src/Type/Linear/StandardTwoOfFive.php | 4 ++-- src/Type/Linear/StandardTwoOfFiveCheck.php | 4 ++-- src/Type/Linear/UpcA.php | 4 ++-- src/Type/Linear/UpcE.php | 4 ++-- src/Type/Raw.php | 4 ++-- src/Type/Square.php | 4 ++-- src/Type/Square/Aztec.php | 4 ++-- src/Type/Square/Aztec/Bitstream.php | 4 ++-- src/Type/Square/Aztec/Codeword.php | 4 ++-- src/Type/Square/Aztec/Data.php | 4 ++-- src/Type/Square/Aztec/Encode.php | 4 ++-- src/Type/Square/Aztec/ErrorCorrection.php | 4 ++-- src/Type/Square/Aztec/Layers.php | 4 ++-- src/Type/Square/Datamatrix.php | 4 ++-- src/Type/Square/Datamatrix/Data.php | 4 ++-- src/Type/Square/Datamatrix/Encode.php | 4 ++-- src/Type/Square/Datamatrix/EncodeTxt.php | 4 ++-- src/Type/Square/Datamatrix/ErrorCorrection.php | 4 ++-- src/Type/Square/Datamatrix/Modes.php | 4 ++-- src/Type/Square/Datamatrix/Placement.php | 4 ++-- src/Type/Square/Datamatrix/Steps.php | 4 ++-- src/Type/Square/PdfFourOneSeven.php | 4 ++-- src/Type/Square/PdfFourOneSeven/Compaction.php | 4 ++-- src/Type/Square/PdfFourOneSeven/Data.php | 4 ++-- src/Type/Square/PdfFourOneSeven/Sequence.php | 4 ++-- src/Type/Square/QrCode.php | 4 ++-- src/Type/Square/QrCode/ByteStream.php | 4 ++-- src/Type/Square/QrCode/Data.php | 4 ++-- src/Type/Square/QrCode/Encode.php | 4 ++-- src/Type/Square/QrCode/Encoder.php | 4 ++-- src/Type/Square/QrCode/EncodingMode.php | 4 ++-- src/Type/Square/QrCode/Estimate.php | 4 ++-- src/Type/Square/QrCode/Init.php | 4 ++-- src/Type/Square/QrCode/InputItem.php | 4 ++-- src/Type/Square/QrCode/Mask.php | 4 ++-- src/Type/Square/QrCode/MaskNum.php | 4 ++-- src/Type/Square/QrCode/Spec.php | 4 ++-- src/Type/Square/QrCode/SpecRs.php | 4 ++-- src/Type/Square/QrCode/Split.php | 4 ++-- src/Type/Square/Raw.php | 4 ++-- test/Linear/CodabarTest.php | 4 ++-- test/Linear/CodeNineThreeTest.php | 4 ++-- test/Linear/CodeOneOneTest.php | 4 ++-- test/Linear/CodeOneTwoEight/CodeOneTwoEightATest.php | 4 ++-- test/Linear/CodeOneTwoEight/CodeOneTwoEightBTest.php | 4 ++-- test/Linear/CodeOneTwoEight/CodeOneTwoEightCTest.php | 4 ++-- test/Linear/CodeOneTwoEightTest.php | 4 ++-- test/Linear/CodeThreeNineCheckTest.php | 4 ++-- test/Linear/CodeThreeNineExtCheckTest.php | 4 ++-- test/Linear/CodeThreeNineExtTest.php | 4 ++-- test/Linear/CodeThreeNineTest.php | 4 ++-- test/Linear/EanEightTest.php | 4 ++-- test/Linear/EanFiveTest.php | 4 ++-- test/Linear/EanOneThreeTest.php | 4 ++-- test/Linear/EanTwoTest.php | 4 ++-- test/Linear/ImbPreTest.php | 4 ++-- test/Linear/ImbTest.php | 4 ++-- test/Linear/InterleavedTwoOfFiveCheckTest.php | 4 ++-- test/Linear/InterleavedTwoOfFiveTest.php | 4 ++-- test/Linear/KlantIndexTest.php | 4 ++-- test/Linear/MsiCheckTest.php | 4 ++-- test/Linear/MsiTest.php | 4 ++-- test/Linear/PharmaTest.php | 4 ++-- test/Linear/PharmaTwoTracksTest.php | 4 ++-- test/Linear/PlanetTest.php | 4 ++-- test/Linear/PostnetTest.php | 4 ++-- test/Linear/RawTest.php | 4 ++-- test/Linear/RoyalMailFourCcTest.php | 4 ++-- test/Linear/StandardTwoOfFiveCheckTest.php | 4 ++-- test/Linear/StandardTwoOfFiveTest.php | 4 ++-- test/Linear/UpcATest.php | 4 ++-- test/Linear/UpcETest.php | 4 ++-- test/Square/AztecTest.php | 4 ++-- test/Square/DatamatrixTest.php | 4 ++-- test/Square/PdfFourOneSevenTest.php | 4 ++-- test/Square/QrCodeTest.php | 4 ++-- test/Square/RawTest.php | 4 ++-- test/TestStrings.php | 4 ++-- test/TestUtil.php | 4 ++-- 122 files changed, 241 insertions(+), 235 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7a05421f..8ca381e5 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 c4502d60..94a05cfb 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 88aa4005..387e9938 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 85eaa2b9..4f8321d0 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 d00491fd..573541ac 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1 +0 diff --git a/VERSION b/VERSION index 7d2ed7c7..ccbccc3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4 +2.2.0 diff --git a/example/index.php b/example/index.php index 3d4b3fb1..821027fb 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 88726c2f..ba676b89 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 ad5f384c..68603ae9 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 996852c2..f07777c8 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 4d936ab2..3b28bdc8 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 82c3f2c9..3a03a0d9 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 dd69aa3d..85508ab8 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 cc26a052..7b2ca507 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 b52225d6..5e1c6582 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 a2f37757..e282b18b 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 596e937e..6381807b 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 53a07eb9..f3896b84 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 61eb7e91..95e6fc7c 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 622ac9d3..63ec35c8 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 a67a602a..951f35ee 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 17af0348..8fe60017 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 504e0b60..99ac7042 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 f200a0e9..5f83df07 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 1700a702..29f089e2 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 e1841387..f6729db5 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 8a569593..41797d12 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 6a469ca8..0d29d16c 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 07e5746b..0e01ff3e 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 151ef8fc..6f8e082d 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 35dd712e..a77384e7 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 df38f46f..ea06d296 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 346d2e08..3eb001d5 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 e8259a35..0d09b43c 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 96207096..bf5d0c42 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 335f251d..9dd57463 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 0136d630..e5d03cd0 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 22f656a5..7dee0ef6 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 60c5d74a..6b64ca68 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 f1c63a36..794c658e 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 0c732bc0..5cbb9ea6 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 d6da6642..f198c62e 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 cf382f56..736604c1 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 9ce9d02f..9f9ac670 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 798e81de..e36434d9 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 fae3e8fb..31ad162a 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 aebcc53a..4bf7b2e3 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 47c95223..09fa7163 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 0077d8bf..7f058a85 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 b437789d..c357aa4b 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 907aa830..68d5e23b 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 523891ee..0305850c 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 284753ea..37d858c6 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 a96b6742..60e00060 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 318ff3d7..50fb5e45 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 0dd4a90b..e298e7ff 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 0f4ac6fc..238af171 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 bdaa9b8e..f1b50044 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 15df0c9c..bf978669 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 b9f74a8b..b0d35537 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 9e3d8ef2..d0bad19a 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 be27fc9a..5f621e5b 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 5808edfa..1c975a43 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 3c7a4e00..a87610a3 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 71d5c7f3..5afb3f61 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 c76f635d..d7a7c13d 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 ec4b200e..59456dea 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 e3c0b762..eb9b3ba1 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 501e73b5..43ac773c 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 cef62a2a..5bb4a723 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 860a2890..e644e289 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 dfa2a101..1d453bc5 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 30acba65..8de4d30d 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 28751e0f..95a3d06f 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 8e0129ad..cec070fe 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 e4074037..3a29c10f 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 17090d67..e131794f 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 d0377459..bec570e3 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 8cfde0d8..ce49c6da 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 cc578f06..66b69c0d 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 5d569d89..81466123 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 df5179cb..df0ed9d1 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 118fa157..f0fe9281 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 b1355705..acac2604 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 f89aad3e..3ae77ef7 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 924d5705..14bee1ed 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 6c190246..6e9cb95d 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 7f34f76c..f95a3615 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 ce7e1145..80864614 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 df3c329d..eab0f2cd 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 57dc3dd4..91b6f85e 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 de9e539c..c9a1147f 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 c99d90d2..07c7cf6e 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 bf41fd62..e6134e65 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 6c72b65f..811630c5 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 9f09365a..40da6535 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 2afbff79..45a2c334 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 0f5bc11e..adc9c3ac 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 ce2a46e9..71fb02f9 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 3eae9b54..0fb9c387 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 35ddaa83..c1b65f91 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 5aa36cf6..d8dd0fe3 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 6a65e060..c89c5282 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 90805c29..17069a6a 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 444c6e93..b94bacb7 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 6960960f..260acbc7 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 776f3b08..d96333c0 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 e7c1005e..3683e6fe 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 4e3458bb..ecc8028d 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 a6f04cc2..4e82762a 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 0bd3e585..f8ba4320 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 9c91ea65..902c749a 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 c753ad26..26c87eae 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 d8d87d14..5040a08b 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 eeb5f2f0..dcf9892e 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 880f350d..f4cdb585 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 6caa6bea..04d299f0 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 653a3ed9..88ad3380 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 05f24bde..0dec48e4 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 e214537c..148eb202 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 3e9d59ad..9783c589 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 fa9b97c3..65aa3ef2 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 */