Skip to content

Commit 8cc70c3

Browse files
committed
update dependencies, links and copyright year
1 parent 0d951c9 commit 8cc70c3

28 files changed

Lines changed: 146 additions & 146 deletions

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-data
5-
* AUTHOR : Nicola Asuni <info@tecnick.com>
6-
* COPYRIGHT : 2011-2025 Nicola Asuni - Tecnick.com LTD
5+
* AUTHOR :2026 Nicola Asuni <info@tecnick.com>
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-05-14
44
# @category Library
55
# @package UnicodeData
6-
# @author Nicola Asuni <info@tecnick.com>
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 <info@tecnick.com>
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-data
1010
#
1111
# This file is part of tc-lib-unicode-data 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\Data
15-
* **author** Nicola Asuni <info@tecnick.com>
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 <info@tecnick.com>
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-data
1919
* **SRC DOC** https://tcpdf.org/docs/srcdoc/tc-lib-unicode-data
2020

@@ -105,4 +105,4 @@ require_once ('/usr/share/php/Com/Tecnick/Unicode/Data/autoload.php');
105105

106106
## Developer(s) Contact
107107

108-
* Nicola Asuni <info@tecnick.com>
108+
*2026 Nicola Asuni <info@tecnick.com>

VERSION

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

composer.json

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

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 UnicodeData
10-
* @author Nicola Asuni <info@tecnick.com>
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 <info@tecnick.com>
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-data
1414
*
1515
* This file is part of tc-lib-unicode-data 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 <info@tecnick.com> ~#DATE#~
7+
--2026 Nicola Asuni <info@tecnick.com> ~#DATE#~

resources/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: ~#PKGNAME#~
2-
Maintainer: Nicola Asuni <info@tecnick.com>
2+
Maintainer:2026 Nicola Asuni <info@tecnick.com>
33
Section: php
44
Priority: optional
55
Build-Depends: debhelper (>= 9)

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 <info@tecnick.com>
6+
Copyright: Copyright 2001-2026 Nicola Asuni <info@tecnick.com>
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

resources/rpm/rpm.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rm -rf $RPM_BUILD_ROOT
4242
#%config(noreplace) %{_configpath}*
4343

4444
%changelog
45-
* Thu Jul 02 2024 Nicola Asuni <info@tecnick.com> 1.1.0-1
45+
* Thu Jul 02 2026 Nicola Asuni <info@tecnick.com> 1.1.0-1
4646
- Changed package name, add provides section
47-
* Thu May 14 2024 Nicola Asuni <info@tecnick.com> 1.0.0-1
47+
* Thu May 14 2026 Nicola Asuni <info@tecnick.com> 1.0.0-1
4848
- Initial Commit

0 commit comments

Comments
 (0)