Skip to content

Commit a0b6c12

Browse files
committed
fix year typo from the previous commit
1 parent 9c19a60 commit a0b6c12

123 files changed

Lines changed: 239 additions & 239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LICENSE
33
*
44
* SOFTWARE : tc-lib-barcode
5-
* AUTHOR :2026 Nicola Asuni <info@tecnick.com>
5+
* AUTHOR : Nicola Asuni <info@tecnick.com>
66
* COPYRIGHT : 2001-2026 Nicola Asuni - Tecnick.com LTD
77
**********************************************************************
88

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# @since 2015-02-21
44
# @category Library
55
# @package Barcode
6-
# @author 2026 Nicola Asuni <info@tecnick.com>
6+
# @author Nicola Asuni <info@tecnick.com>
77
# @copyright 2015-2026 Nicola Asuni - Tecnick.com LTD
88
# @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
99
# @link https://github.com/tecnickcom/tc-lib-barcode

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* **category** Library
1414
* **package** \Com\Tecnick\Barcode
15-
* **author** 2026 Nicola Asuni <info@tecnick.com>
15+
* **author** Nicola Asuni <info@tecnick.com>
1616
* **copyright** 2001-2026 Nicola Asuni - Tecnick.com LTD
1717
* **license** https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1818
* **link** https://github.com/tecnickcom/tc-lib-barcode

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.19
1+
2.4.20

example/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @since 2015-02-21
66
* @category Library
77
* @package Barcode
8-
* @author 2026 Nicola Asuni <info@tecnick.com>
8+
* @author Nicola Asuni <info@tecnick.com>
99
* @copyright 2015-2026 Nicola Asuni - Tecnick.com LTD
1010
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1111
* @link https://github.com/tecnickcom/tc-lib-barcode

resources/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @since 2015-03-04
88
* @category Library
99
* @package Barcode
10-
* @author 2026 Nicola Asuni <info@tecnick.com>
10+
* @author Nicola Asuni <info@tecnick.com>
1111
* @copyright 2015-2026 Nicola Asuni - Tecnick.com LTD
1212
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1313
* @link https://github.com/tecnickcom/tc-lib-barcode

resources/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: ~#PKGNAME#~
2-
Maintainer:2026 Nicola Asuni <info@tecnick.com>
2+
Maintainer: Nicola Asuni <info@tecnick.com>
33
Section: php
44
Priority: optional
55
Build-Depends: debhelper (>= 9)
@@ -10,7 +10,7 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git
1010
Package: ~#PKGNAME#~
1111
Provides: php-~#PROJECT#~
1212
Architecture: all
13-
Depends: php (>= 8.1.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.3.3), ${misc:Depends}
13+
Depends: php (>= 8.1.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.3.4), ${misc:Depends}
1414
Description: PHP Barcode library
1515
This library includes PHP classes to generate linear
1616
and bidimensional barcodes:

resources/rpm/rpm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BuildArch: noarch
1818

1919
Requires: php(language) >= 8.1.0
2020
Requires: php-composer(%{c_vendor}/tc-lib-color) < 3.0.0
21-
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.3.3
21+
Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.3.4
2222
Requires: php-bcmath
2323
Requires: php-date
2424
Requires: php-gd

src/Barcode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @since 2015-02-21
77
* @category Library
88
* @package Barcode
9-
* @author 2026 Nicola Asuni <info@tecnick.com>
9+
* @author Nicola Asuni <info@tecnick.com>
1010
* @copyright 2015-2026 Nicola Asuni - Tecnick.com LTD
1111
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1212
* @link https://github.com/tecnickcom/tc-lib-barcode
@@ -26,7 +26,7 @@
2626
* @since 2015-02-21
2727
* @category Library
2828
* @package Barcode
29-
* @author 2026 Nicola Asuni <info@tecnick.com>
29+
* @author Nicola Asuni <info@tecnick.com>
3030
* @copyright 2010-2026 Nicola Asuni - Tecnick.com LTD
3131
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
3232
* @link https://github.com/tecnickcom/tc-lib-barcode

src/Exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @since 2015-02-21
77
* @category Library
88
* @package Barcode
9-
* @author 2026 Nicola Asuni <info@tecnick.com>
9+
* @author Nicola Asuni <info@tecnick.com>
1010
* @copyright 2010-2026 Nicola Asuni - Tecnick.com LTD
1111
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1212
* @link https://github.com/tecnickcom/tc-lib-barcode
@@ -24,7 +24,7 @@
2424
* @since 2015-02-21
2525
* @category Library
2626
* @package Barcode
27-
* @author 2026 Nicola Asuni <info@tecnick.com>
27+
* @author Nicola Asuni <info@tecnick.com>
2828
* @copyright 2010-2026 Nicola Asuni - Tecnick.com LTD
2929
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
3030
* @link https://github.com/tecnickcom/tc-lib-barcode

0 commit comments

Comments
 (0)