Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Apr 12, 2024
1 parent 9cfcfa2 commit 039623c
Show file tree
Hide file tree
Showing 122 changed files with 241 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SOFTWARE : tc-lib-barcode
* AUTHOR : Nicola Asuni <[email protected]>
* 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
Expand Down
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
# @category Library
# @package Barcode
# @author Nicola Asuni <[email protected]>
# @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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* **category** Library
* **package** \Com\Tecnick\Barcode
* **author** Nicola Asuni <[email protected]>
* **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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand Down
2 changes: 1 addition & 1 deletion resources/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand Down
2 changes: 1 addition & 1 deletion resources/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: ~#PROJECT#~
Source: https://github.com/~#VENDOR#~/~#PROJECT#~

Files: *
Copyright: Copyright 2001-2023 Nicola Asuni <[email protected]>
Copyright: Copyright 2001-2024 Nicola Asuni <[email protected]>
License: LGPL-3

License: LGPL-3
Expand Down
4 changes: 2 additions & 2 deletions resources/rpm/rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
#%config(noreplace) %{_configpath}*

%changelog
* Thu Jul 02 2015 Nicola Asuni <[email protected]> 1.2.0-1
* Thu Jul 02 2024 Nicola Asuni <[email protected]> 1.2.0-1
- Changed package name, add provides section
* Tue Feb 24 2015 Nicola Asuni <[email protected]> 1.0.0-1
* Tue Feb 24 2024 Nicola Asuni <[email protected]> 1.0.0-1
- Initial Commit
4 changes: 2 additions & 2 deletions src/Barcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -27,7 +27,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -25,7 +25,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -25,7 +25,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/Codabar.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -27,7 +27,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeNineThree.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeOneOne.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeOneTwoEight.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightA.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightB.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeOneTwoEight/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeThreeNine.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -26,7 +26,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeThreeNineCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -26,7 +26,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeThreeNineExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -26,7 +26,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Type/Linear/CodeThreeNineExtCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*
Expand All @@ -28,7 +28,7 @@
* @category Library
* @package Barcode
* @author Nicola Asuni <[email protected]>
* @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
*/
Expand Down
Loading

0 comments on commit 039623c

Please sign in to comment.