Skip to content

Commit 97b5fc3

Browse files
committed
update dependencies, links and copyright year
1 parent f58f449 commit 97b5fc3

34 files changed

+207
-207
lines changed

LICENSE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* LICENSE
33
*
44
* SOFTWARE : tc-lib-unicode
5-
* AUTHOR : Nicola Asuni <[email protected]>
6-
* COPYRIGHT : 2011-2025 Nicola Asuni - Tecnick.com LTD
5+
* AUTHOR :2026 Nicola Asuni <[email protected]>
6+
* COPYRIGHT : 2011-2026 Nicola Asuni - Tecnick.com LTD
77
**********************************************************************
88

99
This is free software: you can redistribute it and/or modify it
@@ -17,7 +17,7 @@
1717
GNU LESSER GENERAL PUBLIC LICENSE
1818
Version 3, 29 June 2007
1919

20-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
20+
Copyright (C) 2007 Free Software Foundation, Inc. <https://www.fsf.org/>
2121
Everyone is permitted to copy and distribute verbatim copies
2222
of this license document, but changing it is not allowed.
2323

@@ -186,7 +186,7 @@ Library.
186186
GNU GENERAL PUBLIC LICENSE
187187
Version 3, 29 June 2007
188188

189-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
189+
Copyright (C) 2007 Free Software Foundation, Inc. <https://www.fsf.org/>
190190
Everyone is permitted to copy and distribute verbatim copies
191191
of this license document, but changing it is not allowed.
192192

@@ -830,7 +830,7 @@ the "copyright" line and a pointer to where the full notice is found.
830830
GNU General Public License for more details.
831831

832832
You should have received a copy of the GNU General Public License
833-
along with this program. If not, see <http://www.gnu.org/licenses/>.
833+
along with this program. If not, see <https://www.gnu.org/licenses/>.
834834

835835
Also add information on how to contact you by electronic and paper mail.
836836

@@ -849,14 +849,14 @@ might be different; for a GUI interface, you would use an "about box".
849849
You should also get your employer (if you work as a programmer) or school,
850850
if any, to sign a "copyright disclaimer" for the program, if necessary.
851851
For more information on this, and how to apply and follow the GNU GPL, see
852-
<http://www.gnu.org/licenses/>.
852+
<https://www.gnu.org/licenses/>.
853853

854854
The GNU General Public License does not permit incorporating your program
855855
into proprietary programs. If your program is a subroutine library, you
856856
may consider it more useful to permit linking proprietary applications with
857857
the library. If this is what you want to do, use the GNU Lesser General
858858
Public License instead of this License. But first, please read
859-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
859+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
860860

861861
**********************************************************************
862862
**********************************************************************

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# @since 2015-07-13
44
# @category Library
55
# @package Unicode
6-
# @author Nicola Asuni <[email protected]>
7-
# @copyright 2011-2024 Nicola Asuni - Tecnick.com LTD
8-
# @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
6+
# @author 2026 Nicola Asuni <[email protected]>
7+
# @copyright 2011-2026 Nicola Asuni - Tecnick.com LTD
8+
# @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
99
# @link https://github.com/tecnickcom/tc-lib-unicode
1010
#
1111
# This file is part of tc-lib-unicode software library.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
* **category** Library
1414
* **package** \Com\Tecnick\Unicode
15-
* **author** Nicola Asuni <[email protected]>
16-
* **copyright** 2011-2025 Nicola Asuni - Tecnick.com LTD
17-
* **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
15+
* **author** 2026 Nicola Asuni <[email protected]>
16+
* **copyright** 2011-2026 Nicola Asuni - Tecnick.com LTD
17+
* **license** https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1818
* **link** https://github.com/tecnickcom/tc-lib-unicode
1919
* **SRC DOC** https://tcpdf.org/docs/srcdoc/tc-lib-unicode
2020

@@ -106,4 +106,4 @@ require_once ('/usr/share/php/Com/Tecnick/Unicode/autoload.php');
106106

107107
## Developer(s) Contact
108108

109-
* Nicola Asuni <[email protected]>
109+
*2026 Nicola Asuni <[email protected]>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.35
1+
2.0.36

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require-dev": {
3333
"pdepend/pdepend": "2.16.2",
3434
"phpmd/phpmd": "2.15.0",
35-
"phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58",
35+
"phpunit/phpunit": "12.5.6 || 11.5.44 || 10.5.58",
3636
"squizlabs/php_codesniffer": "4.0.1",
3737
"phpcompatibility/php-compatibility": "^10.0.0@dev"
3838
},

examples/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* @since 2011-05-23
66
* @category Library
77
* @package Unicode
8-
* @author Nicola Asuni <[email protected]>
9-
* @copyright 2011-2024 Nicola Asuni - Tecnick.com LTD
10-
* @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
8+
* @author 2026 Nicola Asuni <[email protected]>
9+
* @copyright 2011-2026 Nicola Asuni - Tecnick.com LTD
10+
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1111
* @link https://github.com/tecnickcom/tc-lib-unicode
1212
*
1313
* This file is part of tc-lib-unicode software library.

resources/autoload.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* @since 2015-03-04
88
* @category Library
99
* @package Unicode
10-
* @author Nicola Asuni <[email protected]>
11-
* @copyright 2015-2024 Nicola Asuni - Tecnick.com LTD
12-
* @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
10+
* @author 2026 Nicola Asuni <[email protected]>
11+
* @copyright 2015-2026 Nicola Asuni - Tecnick.com LTD
12+
* @license https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
1313
* @link https://github.com/tecnickcom/tc-lib-unicode
1414
*
1515
* This file is part of tc-lib-unicode software library.

resources/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
https://github.com/~#VENDOR#~/~#PROJECT#~
55
commit history
66

7-
-- Nicola Asuni <[email protected]> ~#DATE#~
7+
--2026 Nicola Asuni <[email protected]> ~#DATE#~

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: Nicola Asuni <[email protected]>
2+
Maintainer:2026 Nicola Asuni <[email protected]>
33
Section: php
44
Priority: optional
55
Build-Depends: debhelper (>= 9)
@@ -10,6 +10,6 @@ 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-mbstring, php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.34), ${misc:Depends}
13+
Depends: php (>= 8.1.0), php-mbstring, php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.35), ${misc:Depends}
1414
Description: PHP Unicode methods.
1515
PHP library containing Unicode methods.

resources/debian/copyright

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: ~#PROJECT#~
33
Source: https://github.com/~#VENDOR#~/~#PROJECT#~
44

55
Files: *
6-
Copyright: Copyright 2001-2024 Nicola Asuni <[email protected]>
6+
Copyright: Copyright 2001-2026 Nicola Asuni <[email protected]>
77
License: LGPL-3
88

99
License: LGPL-3
@@ -16,5 +16,5 @@ License: LGPL-3
1616
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
GNU General Public License for more details.
1818
You should have received a copy of the GNU General Public License
19-
along with this program. If not, see <http://www.gnu.org/licenses/> or
19+
along with this program. If not, see <https://www.gnu.org/licenses/> or
2020
/usr/share/common-licenses/LGPL-3

0 commit comments

Comments
 (0)