diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0d67791..1f99182 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,13 +17,12 @@ jobs: matrix: perl-version: - '5.20' - - '5.28' - '5.30' - - 'latest' + - '5.40' - 'threaded' container: - image: perl:${{ matrix.perl-version }} + image: perl:${{ matrix.perl-version }}-buster steps: - uses: actions/checkout@v2 diff --git a/LICENSE b/LICENSE index da27494..1174be0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2018 by Daniel Mantovani. +This software is copyright (c) 2018-2024 by Daniel Mantovani. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2018 by Daniel Mantovani. +This software is Copyright (c) 2018-2024 by Daniel Mantovani. This is free software, licensed under: @@ -272,7 +272,7 @@ That's all there is to it! --- The Artistic License 1.0 --- -This software is Copyright (c) 2018 by Daniel Mantovani. +This software is Copyright (c) 2018-2024 by Daniel Mantovani. This is free software, licensed under: diff --git a/README.md b/README.md index bb15220..4bd628f 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Daniel Mantovani, `dmanto@cpan.org` # COPYRIGHT AND LICENCE -Copyright (C) 2018-2021, Daniel Mantovani. +Copyright (C) 2018-2024, Daniel Mantovani. This library is free software; you may redistribute it and/or modify it under the terms of the Artistic License version 2.0. diff --git a/lib/Mojolicious/Plugin/Cron.pm b/lib/Mojolicious/Plugin/Cron.pm index bd39764..b2fa665 100644 --- a/lib/Mojolicious/Plugin/Cron.pm +++ b/lib/Mojolicious/Plugin/Cron.pm @@ -263,7 +263,7 @@ Daniel Mantovani, C =head1 COPYRIGHT AND LICENCE -Copyright (C) 2018-2021, Daniel Mantovani. +Copyright (C) 2018-2024, Daniel Mantovani. This library is free software; you may redistribute it and/or modify it under the terms of the Artistic License version 2.0.