diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7a05421..8ca381e 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 442cf23..553bc2d 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ * * SOFTWARE : tc-lib-file * AUTHOR : Nicola Asuni -* COPYRIGHT : 2015-2023 Nicola Asuni - Tecnick.com LTD +* COPYRIGHT : 2015-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 b1b7024..b799018 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,16 @@ # @category Library # @package File # @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-file # # This file is part of tc-lib-file 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 aa318b6..28751cd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * **category** Library * **package** \Com\Tecnick\File * **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-file * **SRC DOC** https://tcpdf.org/docs/srcdoc/tc-lib-file diff --git a/RELEASE b/RELEASE index d00491f..573541a 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1 +0 diff --git a/VERSION b/VERSION index 0a69206..6cbacdc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.10 +2.0.11 diff --git a/resources/autoload.php b/resources/autoload.php index d85f4d3..370c60a 100644 --- a/resources/autoload.php +++ b/resources/autoload.php @@ -8,7 +8,7 @@ * @category Library * @package File * @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-file * diff --git a/resources/debian/copyright b/resources/debian/copyright index ad5f384..68603ae 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 ec90d3d..cfb2c4c 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT #%config(noreplace) %{_configpath}* %changelog -* Sun Feb 05 2017 Nicola Asuni 1.6.4-1 +* Sun Feb 05 2024 Nicola Asuni 1.6.4-1 - Update dependencies -* Mon Jul 27 2015 Nicola Asuni 1.0.0-1 +* Mon Jul 27 2024 Nicola Asuni 1.0.0-1 - Initial Commit diff --git a/src/Byte.php b/src/Byte.php index 6cd52e6..a122de7 100644 --- a/src/Byte.php +++ b/src/Byte.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -25,7 +25,7 @@ * @category Library * @package File * @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-file */ diff --git a/src/Cache.php b/src/Cache.php index 8189e42..dfaac13 100644 --- a/src/Cache.php +++ b/src/Cache.php @@ -7,7 +7,7 @@ * @category Library * @package File * @author Nicola Asuni - * @copyright 2011-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2011-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-pdf-filecache * @@ -23,7 +23,7 @@ * @category Library * @package File * @author Nicola Asuni - * @copyright 2011-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2011-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-pdf-filecache */ diff --git a/src/Dir.php b/src/Dir.php index 11657e6..8313b89 100644 --- a/src/Dir.php +++ b/src/Dir.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -25,7 +25,7 @@ * @category Library * @package File * @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-file */ diff --git a/src/Exception.php b/src/Exception.php index ddf214c..eed8992 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -25,7 +25,7 @@ * @category Library * @package File * @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-file */ diff --git a/src/File.php b/src/File.php index 2439cb3..80297eb 100644 --- a/src/File.php +++ b/src/File.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -27,7 +27,7 @@ * @category Library * @package File * @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-file * diff --git a/test/ByteTest.php b/test/ByteTest.php index 912184a..4bf12ba 100644 --- a/test/ByteTest.php +++ b/test/ByteTest.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -23,7 +23,7 @@ * @category Library * @package File * @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-file */ diff --git a/test/CacheTest.php b/test/CacheTest.php index 54157df..416c5d9 100644 --- a/test/CacheTest.php +++ b/test/CacheTest.php @@ -7,7 +7,7 @@ * @category Library * @package File * @author Nicola Asuni - * @copyright 2011-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2011-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-pdf-filecache * @@ -23,7 +23,7 @@ * @category Library * @package File * @author Nicola Asuni - * @copyright 2011-2023 Nicola Asuni - Tecnick.com LTD + * @copyright 2011-2024 Nicola Asuni - Tecnick.com LTD * @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) * @link https://github.com/tecnickcom/tc-lib-pdf-filecache */ diff --git a/test/DirTest.php b/test/DirTest.php index f7b4157..7f704cf 100644 --- a/test/DirTest.php +++ b/test/DirTest.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -23,7 +23,7 @@ * @category Library * @package File * @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-file */ diff --git a/test/FileTest.php b/test/FileTest.php index 443df28..b5427bd 100644 --- a/test/FileTest.php +++ b/test/FileTest.php @@ -7,7 +7,7 @@ * @category Library * @package File * @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-file * @@ -23,7 +23,7 @@ * @category Library * @package File * @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-file */ diff --git a/test/TestUtil.php b/test/TestUtil.php index 1311cbb..1cae06d 100644 --- a/test/TestUtil.php +++ b/test/TestUtil.php @@ -7,7 +7,7 @@ * @category Library * @package file * @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-file * @@ -25,7 +25,7 @@ * @category Library * @package file * @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-file */