diff --git a/CHANGELOG b/CHANGELOG index 8c44007..f048350 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -2.00 XXXX-XX-XX +2.00 2024-05-01 - list_* no longer have special behaviour when called in scalar context. This has been deprecated since version 1.90; diff --git a/bin/use-devel-assertos b/bin/use-devel-assertos index 708a0f4..400ef70 100755 --- a/bin/use-devel-assertos +++ b/bin/use-devel-assertos @@ -177,7 +177,7 @@ David Cantrell EFE =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS.pm b/lib/Devel/AssertOS.pm index 5fa66e8..84765b1 100644 --- a/lib/Devel/AssertOS.pm +++ b/lib/Devel/AssertOS.pm @@ -86,7 +86,7 @@ Thanks to David Golden for suggesting that I add this utility module. =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/AIX.pm b/lib/Devel/AssertOS/AIX.pm index 379efeb..c268c94 100644 --- a/lib/Devel/AssertOS/AIX.pm +++ b/lib/Devel/AssertOS/AIX.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Alias/MacOS.pm b/lib/Devel/AssertOS/Alias/MacOS.pm index 28ea7f3..c10fb4d 100644 --- a/lib/Devel/AssertOS/Alias/MacOS.pm +++ b/lib/Devel/AssertOS/Alias/MacOS.pm @@ -11,7 +11,7 @@ Devel::CheckOS::register_alias(MacOS => 'MacOSX'); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Amiga.pm b/lib/Devel/AssertOS/Amiga.pm index 664cb9a..b0ae5c1 100644 --- a/lib/Devel/AssertOS/Amiga.pm +++ b/lib/Devel/AssertOS/Amiga.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Apple.pm b/lib/Devel/AssertOS/Apple.pm index 20ce307..5e4ba7b 100644 --- a/lib/Devel/AssertOS/Apple.pm +++ b/lib/Devel/AssertOS/Apple.pm @@ -15,7 +15,7 @@ sub expn { "The operating system is from Apple" } =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/BSDOS.pm b/lib/Devel/AssertOS/BSDOS.pm index 9e84153..0a3b6db 100644 --- a/lib/Devel/AssertOS/BSDOS.pm +++ b/lib/Devel/AssertOS/BSDOS.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/BeOS.pm b/lib/Devel/AssertOS/BeOS.pm index 89515c0..d6e99f7 100644 --- a/lib/Devel/AssertOS/BeOS.pm +++ b/lib/Devel/AssertOS/BeOS.pm @@ -30,7 +30,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Bitrig.pm b/lib/Devel/AssertOS/Bitrig.pm index c5b7543..a9d47a9 100644 --- a/lib/Devel/AssertOS/Bitrig.pm +++ b/lib/Devel/AssertOS/Bitrig.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Cygwin.pm b/lib/Devel/AssertOS/Cygwin.pm index 0e95a21..8f0252a 100644 --- a/lib/Devel/AssertOS/Cygwin.pm +++ b/lib/Devel/AssertOS/Cygwin.pm @@ -20,7 +20,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/DEC.pm b/lib/Devel/AssertOS/DEC.pm index e5af54b..10a1cb0 100644 --- a/lib/Devel/AssertOS/DEC.pm +++ b/lib/Devel/AssertOS/DEC.pm @@ -20,7 +20,7 @@ join("\n", =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/DGUX.pm b/lib/Devel/AssertOS/DGUX.pm index 8309b63..5bcf09e 100644 --- a/lib/Devel/AssertOS/DGUX.pm +++ b/lib/Devel/AssertOS/DGUX.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/DragonflyBSD.pm b/lib/Devel/AssertOS/DragonflyBSD.pm index 9ded09a..25fc2ea 100644 --- a/lib/Devel/AssertOS/DragonflyBSD.pm +++ b/lib/Devel/AssertOS/DragonflyBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Dynix.pm b/lib/Devel/AssertOS/Dynix.pm index d9343ba..d6281d1 100644 --- a/lib/Devel/AssertOS/Dynix.pm +++ b/lib/Devel/AssertOS/Dynix.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/EBCDIC.pm b/lib/Devel/AssertOS/EBCDIC.pm index 27ae400..f87ecf9 100644 --- a/lib/Devel/AssertOS/EBCDIC.pm +++ b/lib/Devel/AssertOS/EBCDIC.pm @@ -23,7 +23,7 @@ sub expn { =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Extending.pod b/lib/Devel/AssertOS/Extending.pod index 031a6b4..92a5e1f 100644 --- a/lib/Devel/AssertOS/Extending.pod +++ b/lib/Devel/AssertOS/Extending.pod @@ -129,7 +129,7 @@ in the first place. =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This documentation is free-as-in-speech. It may be used, distributed and modified under the terms of the Creative Commons diff --git a/lib/Devel/AssertOS/FreeBSD.pm b/lib/Devel/AssertOS/FreeBSD.pm index 36e3547..a775507 100644 --- a/lib/Devel/AssertOS/FreeBSD.pm +++ b/lib/Devel/AssertOS/FreeBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/GNUkFreeBSD.pm b/lib/Devel/AssertOS/GNUkFreeBSD.pm index 469a1d1..6d82bcb 100644 --- a/lib/Devel/AssertOS/GNUkFreeBSD.pm +++ b/lib/Devel/AssertOS/GNUkFreeBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/HPUX.pm b/lib/Devel/AssertOS/HPUX.pm index b8ca7a2..3827995 100644 --- a/lib/Devel/AssertOS/HPUX.pm +++ b/lib/Devel/AssertOS/HPUX.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/HWCapabilities/Int32.pm b/lib/Devel/AssertOS/HWCapabilities/Int32.pm index de436de..f8dd7ec 100644 --- a/lib/Devel/AssertOS/HWCapabilities/Int32.pm +++ b/lib/Devel/AssertOS/HWCapabilities/Int32.pm @@ -17,7 +17,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/HWCapabilities/Int64.pm b/lib/Devel/AssertOS/HWCapabilities/Int64.pm index 1bbb55b..7c84b88 100644 --- a/lib/Devel/AssertOS/HWCapabilities/Int64.pm +++ b/lib/Devel/AssertOS/HWCapabilities/Int64.pm @@ -17,7 +17,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Haiku.pm b/lib/Devel/AssertOS/Haiku.pm index 705154b..d25293f 100644 --- a/lib/Devel/AssertOS/Haiku.pm +++ b/lib/Devel/AssertOS/Haiku.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Hurd.pm b/lib/Devel/AssertOS/Hurd.pm index 1e2a1fc..2172bce 100644 --- a/lib/Devel/AssertOS/Hurd.pm +++ b/lib/Devel/AssertOS/Hurd.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Interix.pm b/lib/Devel/AssertOS/Interix.pm index 4687030..29ca049 100644 --- a/lib/Devel/AssertOS/Interix.pm +++ b/lib/Devel/AssertOS/Interix.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Irix.pm b/lib/Devel/AssertOS/Irix.pm index 221cb86..cb3e996 100644 --- a/lib/Devel/AssertOS/Irix.pm +++ b/lib/Devel/AssertOS/Irix.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux.pm b/lib/Devel/AssertOS/Linux.pm index c89b9d2..b5d02e2 100644 --- a/lib/Devel/AssertOS/Linux.pm +++ b/lib/Devel/AssertOS/Linux.pm @@ -26,7 +26,7 @@ sub expn { =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/Debian.pm b/lib/Devel/AssertOS/Linux/Debian.pm index 85eddb1..8e18ade 100644 --- a/lib/Devel/AssertOS/Linux/Debian.pm +++ b/lib/Devel/AssertOS/Linux/Debian.pm @@ -17,7 +17,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/Devuan.pm b/lib/Devel/AssertOS/Linux/Devuan.pm index f17823f..d8d6a74 100644 --- a/lib/Devel/AssertOS/Linux/Devuan.pm +++ b/lib/Devel/AssertOS/Linux/Devuan.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/Raspbian.pm b/lib/Devel/AssertOS/Linux/Raspbian.pm index 6565d5c..81cd9d7 100644 --- a/lib/Devel/AssertOS/Linux/Raspbian.pm +++ b/lib/Devel/AssertOS/Linux/Raspbian.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/RealDebian.pm b/lib/Devel/AssertOS/Linux/RealDebian.pm index 690bc5d..ad4106e 100644 --- a/lib/Devel/AssertOS/Linux/RealDebian.pm +++ b/lib/Devel/AssertOS/Linux/RealDebian.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/Ubuntu.pm b/lib/Devel/AssertOS/Linux/Ubuntu.pm index 889461e..036fc26 100644 --- a/lib/Devel/AssertOS/Linux/Ubuntu.pm +++ b/lib/Devel/AssertOS/Linux/Ubuntu.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/UnknownDebianLike.pm b/lib/Devel/AssertOS/Linux/UnknownDebianLike.pm index 956307d..dbdfb69 100644 --- a/lib/Devel/AssertOS/Linux/UnknownDebianLike.pm +++ b/lib/Devel/AssertOS/Linux/UnknownDebianLike.pm @@ -24,7 +24,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Linux/v2_6.pm b/lib/Devel/AssertOS/Linux/v2_6.pm index da816b4..4c73bda 100644 --- a/lib/Devel/AssertOS/Linux/v2_6.pm +++ b/lib/Devel/AssertOS/Linux/v2_6.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MPEiX.pm b/lib/Devel/AssertOS/MPEiX.pm index b57cce0..5933f52 100644 --- a/lib/Devel/AssertOS/MPEiX.pm +++ b/lib/Devel/AssertOS/MPEiX.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MSDOS.pm b/lib/Devel/AssertOS/MSDOS.pm index 1f4775b..17e709c 100644 --- a/lib/Devel/AssertOS/MSDOS.pm +++ b/lib/Devel/AssertOS/MSDOS.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MSWin32.pm b/lib/Devel/AssertOS/MSWin32.pm index 892123a..970dde7 100644 --- a/lib/Devel/AssertOS/MSWin32.pm +++ b/lib/Devel/AssertOS/MSWin32.pm @@ -20,7 +20,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MSYS.pm b/lib/Devel/AssertOS/MSYS.pm index 07a8ff2..343e560 100644 --- a/lib/Devel/AssertOS/MSYS.pm +++ b/lib/Devel/AssertOS/MSYS.pm @@ -20,7 +20,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX.pm b/lib/Devel/AssertOS/MacOSX.pm index 3d43ed4..27fb496 100644 --- a/lib/Devel/AssertOS/MacOSX.pm +++ b/lib/Devel/AssertOS/MacOSX.pm @@ -15,7 +15,7 @@ sub expn { "Either Mac OS X, or OS X, or MacOS, they're all the same thing reall =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_0.pm b/lib/Devel/AssertOS/MacOSX/v10_0.pm index ee1344c..efc6a7a 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_0.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_0.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_1.pm b/lib/Devel/AssertOS/MacOSX/v10_1.pm index 4db1e01..7b8c7c6 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_1.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_1.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_10.pm b/lib/Devel/AssertOS/MacOSX/v10_10.pm index 2458122..18578c3 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_10.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_10.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_11.pm b/lib/Devel/AssertOS/MacOSX/v10_11.pm index 31773b0..c79237e 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_11.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_11.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_12.pm b/lib/Devel/AssertOS/MacOSX/v10_12.pm index 162532a..46dbffe 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_12.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_12.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_13.pm b/lib/Devel/AssertOS/MacOSX/v10_13.pm index 4be7ac6..dd86353 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_13.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_13.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_14.pm b/lib/Devel/AssertOS/MacOSX/v10_14.pm index 8037ec8..dc636e6 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_14.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_14.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_15.pm b/lib/Devel/AssertOS/MacOSX/v10_15.pm index 64e666c..b37e4d7 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_15.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_15.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_2.pm b/lib/Devel/AssertOS/MacOSX/v10_2.pm index 3236e92..1e1f485 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_2.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_2.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_3.pm b/lib/Devel/AssertOS/MacOSX/v10_3.pm index 090b9a2..54c2639 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_3.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_3.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_4.pm b/lib/Devel/AssertOS/MacOSX/v10_4.pm index ea74a90..15eb2e3 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_4.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_4.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_5.pm b/lib/Devel/AssertOS/MacOSX/v10_5.pm index 048e532..4611d80 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_5.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_5.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_6.pm b/lib/Devel/AssertOS/MacOSX/v10_6.pm index 1b8a1bd..f66e2c4 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_6.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_6.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_7.pm b/lib/Devel/AssertOS/MacOSX/v10_7.pm index 16b2cf2..e5371bc 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_7.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_7.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_8.pm b/lib/Devel/AssertOS/MacOSX/v10_8.pm index a9c96bc..70d20f8 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_8.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_8.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v10_9.pm b/lib/Devel/AssertOS/MacOSX/v10_9.pm index 04206d1..ec6795d 100644 --- a/lib/Devel/AssertOS/MacOSX/v10_9.pm +++ b/lib/Devel/AssertOS/MacOSX/v10_9.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v11.pm b/lib/Devel/AssertOS/MacOSX/v11.pm index a72d8e6..f0eb6ef 100644 --- a/lib/Devel/AssertOS/MacOSX/v11.pm +++ b/lib/Devel/AssertOS/MacOSX/v11.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v12.pm b/lib/Devel/AssertOS/MacOSX/v12.pm index 957a5b6..5653561 100644 --- a/lib/Devel/AssertOS/MacOSX/v12.pm +++ b/lib/Devel/AssertOS/MacOSX/v12.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v13.pm b/lib/Devel/AssertOS/MacOSX/v13.pm index 530b230..2faa26f 100644 --- a/lib/Devel/AssertOS/MacOSX/v13.pm +++ b/lib/Devel/AssertOS/MacOSX/v13.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSX/v14.pm b/lib/Devel/AssertOS/MacOSX/v14.pm index 8b27256..ea41717 100644 --- a/lib/Devel/AssertOS/MacOSX/v14.pm +++ b/lib/Devel/AssertOS/MacOSX/v14.pm @@ -18,7 +18,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MacOSclassic.pm b/lib/Devel/AssertOS/MacOSclassic.pm index 9488c25..65902cb 100644 --- a/lib/Devel/AssertOS/MacOSclassic.pm +++ b/lib/Devel/AssertOS/MacOSclassic.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MachTen.pm b/lib/Devel/AssertOS/MachTen.pm index e2509a1..b04d20b 100644 --- a/lib/Devel/AssertOS/MachTen.pm +++ b/lib/Devel/AssertOS/MachTen.pm @@ -20,7 +20,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MicrosoftWindows.pm b/lib/Devel/AssertOS/MicrosoftWindows.pm index 5bd678c..1719808 100644 --- a/lib/Devel/AssertOS/MicrosoftWindows.pm +++ b/lib/Devel/AssertOS/MicrosoftWindows.pm @@ -15,7 +15,7 @@ sub expn { "The operating system is some version of Microsoft Windows" } =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MidnightBSD.pm b/lib/Devel/AssertOS/MidnightBSD.pm index d21310a..1885bb5 100644 --- a/lib/Devel/AssertOS/MidnightBSD.pm +++ b/lib/Devel/AssertOS/MidnightBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Minix.pm b/lib/Devel/AssertOS/Minix.pm index fcefb65..4fddebd 100644 --- a/lib/Devel/AssertOS/Minix.pm +++ b/lib/Devel/AssertOS/Minix.pm @@ -14,7 +14,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/MirOSBSD.pm b/lib/Devel/AssertOS/MirOSBSD.pm index 91b528f..8c9788f 100644 --- a/lib/Devel/AssertOS/MirOSBSD.pm +++ b/lib/Devel/AssertOS/MirOSBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/NeXT.pm b/lib/Devel/AssertOS/NeXT.pm index b3f684f..80e06dc 100644 --- a/lib/Devel/AssertOS/NeXT.pm +++ b/lib/Devel/AssertOS/NeXT.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/NetBSD.pm b/lib/Devel/AssertOS/NetBSD.pm index cbce0c6..0266c3c 100644 --- a/lib/Devel/AssertOS/NetBSD.pm +++ b/lib/Devel/AssertOS/NetBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Netware.pm b/lib/Devel/AssertOS/Netware.pm index eba6959..4ccd98f 100644 --- a/lib/Devel/AssertOS/Netware.pm +++ b/lib/Devel/AssertOS/Netware.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OS2.pm b/lib/Devel/AssertOS/OS2.pm index 783c88d..9bf6201 100644 --- a/lib/Devel/AssertOS/OS2.pm +++ b/lib/Devel/AssertOS/OS2.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OS390.pm b/lib/Devel/AssertOS/OS390.pm index 9c440e1..534bbdc 100644 --- a/lib/Devel/AssertOS/OS390.pm +++ b/lib/Devel/AssertOS/OS390.pm @@ -15,7 +15,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OS400.pm b/lib/Devel/AssertOS/OS400.pm index bcc1ab9..7ec811a 100644 --- a/lib/Devel/AssertOS/OS400.pm +++ b/lib/Devel/AssertOS/OS400.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OSF.pm b/lib/Devel/AssertOS/OSF.pm index bc74528..d3b75cc 100644 --- a/lib/Devel/AssertOS/OSF.pm +++ b/lib/Devel/AssertOS/OSF.pm @@ -15,7 +15,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OSFeatures/POSIXShellRedirection.pm b/lib/Devel/AssertOS/OSFeatures/POSIXShellRedirection.pm index 9adac50..5208295 100644 --- a/lib/Devel/AssertOS/OSFeatures/POSIXShellRedirection.pm +++ b/lib/Devel/AssertOS/OSFeatures/POSIXShellRedirection.pm @@ -35,7 +35,7 @@ See L and L =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OSFeatures/Systemd.pm b/lib/Devel/AssertOS/OSFeatures/Systemd.pm index e651c30..9887bd8 100644 --- a/lib/Devel/AssertOS/OSFeatures/Systemd.pm +++ b/lib/Devel/AssertOS/OSFeatures/Systemd.pm @@ -25,7 +25,7 @@ See L and L =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/OpenBSD.pm b/lib/Devel/AssertOS/OpenBSD.pm index f9db566..57da81c 100644 --- a/lib/Devel/AssertOS/OpenBSD.pm +++ b/lib/Devel/AssertOS/OpenBSD.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/POSIXBC.pm b/lib/Devel/AssertOS/POSIXBC.pm index dcfbd2f..c6c3a31 100644 --- a/lib/Devel/AssertOS/POSIXBC.pm +++ b/lib/Devel/AssertOS/POSIXBC.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/QNX.pm b/lib/Devel/AssertOS/QNX.pm index af2e933..b663448 100644 --- a/lib/Devel/AssertOS/QNX.pm +++ b/lib/Devel/AssertOS/QNX.pm @@ -19,7 +19,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/QNX/Neutrino.pm b/lib/Devel/AssertOS/QNX/Neutrino.pm index 4cac7e5..475069f 100644 --- a/lib/Devel/AssertOS/QNX/Neutrino.pm +++ b/lib/Devel/AssertOS/QNX/Neutrino.pm @@ -15,7 +15,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/QNX/v4.pm b/lib/Devel/AssertOS/QNX/v4.pm index 73e2990..bc0ba3e 100644 --- a/lib/Devel/AssertOS/QNX/v4.pm +++ b/lib/Devel/AssertOS/QNX/v4.pm @@ -15,7 +15,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/RISCOS.pm b/lib/Devel/AssertOS/RISCOS.pm index 70bc7cd..c121171 100644 --- a/lib/Devel/AssertOS/RISCOS.pm +++ b/lib/Devel/AssertOS/RISCOS.pm @@ -15,7 +15,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Realtime.pm b/lib/Devel/AssertOS/Realtime.pm index 16fed87..0f91c9f 100644 --- a/lib/Devel/AssertOS/Realtime.pm +++ b/lib/Devel/AssertOS/Realtime.pm @@ -15,7 +15,7 @@ sub expn { "This is a realtime operating system" } =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/SCO.pm b/lib/Devel/AssertOS/SCO.pm index b8e4b1f..00deb92 100644 --- a/lib/Devel/AssertOS/SCO.pm +++ b/lib/Devel/AssertOS/SCO.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Solaris.pm b/lib/Devel/AssertOS/Solaris.pm index f777d50..c3d0c06 100644 --- a/lib/Devel/AssertOS/Solaris.pm +++ b/lib/Devel/AssertOS/Solaris.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Sun.pm b/lib/Devel/AssertOS/Sun.pm index 9185876..2da8e03 100644 --- a/lib/Devel/AssertOS/Sun.pm +++ b/lib/Devel/AssertOS/Sun.pm @@ -15,7 +15,7 @@ sub expn { "The operating system is from Sun Microsystems" } =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/SunOS.pm b/lib/Devel/AssertOS/SunOS.pm index 7e28b0d..6a7b256 100644 --- a/lib/Devel/AssertOS/SunOS.pm +++ b/lib/Devel/AssertOS/SunOS.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/SysVr4.pm b/lib/Devel/AssertOS/SysVr4.pm index c9be4de..b63332b 100644 --- a/lib/Devel/AssertOS/SysVr4.pm +++ b/lib/Devel/AssertOS/SysVr4.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/SysVr5.pm b/lib/Devel/AssertOS/SysVr5.pm index 5f3055a..6aa5032 100644 --- a/lib/Devel/AssertOS/SysVr5.pm +++ b/lib/Devel/AssertOS/SysVr5.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Unicos.pm b/lib/Devel/AssertOS/Unicos.pm index 26c81a0..58ea8c1 100644 --- a/lib/Devel/AssertOS/Unicos.pm +++ b/lib/Devel/AssertOS/Unicos.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/Unix.pm b/lib/Devel/AssertOS/Unix.pm index 89b7574..3e00542 100644 --- a/lib/Devel/AssertOS/Unix.pm +++ b/lib/Devel/AssertOS/Unix.pm @@ -33,7 +33,7 @@ join("\n", =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/VMESA.pm b/lib/Devel/AssertOS/VMESA.pm index 611dd9b..2b95fdf 100644 --- a/lib/Devel/AssertOS/VMESA.pm +++ b/lib/Devel/AssertOS/VMESA.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/VMS.pm b/lib/Devel/AssertOS/VMS.pm index bbbcb2e..aa56fbb 100644 --- a/lib/Devel/AssertOS/VMS.pm +++ b/lib/Devel/AssertOS/VMS.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/VOS.pm b/lib/Devel/AssertOS/VOS.pm index 8e537e0..a66b2ee 100644 --- a/lib/Devel/AssertOS/VOS.pm +++ b/lib/Devel/AssertOS/VOS.pm @@ -13,7 +13,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/AssertOS/iOS.pm b/lib/Devel/AssertOS/iOS.pm index fe6970f..7c934ad 100644 --- a/lib/Devel/AssertOS/iOS.pm +++ b/lib/Devel/AssertOS/iOS.pm @@ -15,7 +15,7 @@ Devel::CheckOS::die_unsupported() unless(os_is()); =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/CheckOS.pm b/lib/Devel/CheckOS.pm index 68ab8dc..5089b43 100644 --- a/lib/Devel/CheckOS.pm +++ b/lib/Devel/CheckOS.pm @@ -381,7 +381,7 @@ L =head1 COPYRIGHT and LICENCE -Copyright 2023 David Cantrell +Copyright 2024 David Cantrell This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. diff --git a/lib/Devel/CheckOS/Families.pod b/lib/Devel/CheckOS/Families.pod index dc15040..a45163d 100644 --- a/lib/Devel/CheckOS/Families.pod +++ b/lib/Devel/CheckOS/Families.pod @@ -74,7 +74,7 @@ OSes which use EBCDIC instead of ASCII. =head1 AUTHOR, COPYRIGHT and LICENCE -Copyright 2023 David Cantrell EFE +Copyright 2024 David Cantrell EFE This documentation is free-as-in-speech. It may be used, distributed and modified under the terms of the Creative Commons