diff --git a/lib/Whateverable.pm6 b/lib/Whateverable.pm6 index 3edf03c..1c6b2d9 100644 --- a/lib/Whateverable.pm6 +++ b/lib/Whateverable.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Bisection.pm6 b/lib/Whateverable/Bisection.pm6 index 06fe8bd..37ebc90 100644 --- a/lib/Whateverable/Bisection.pm6 +++ b/lib/Whateverable/Bisection.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2018 +# Copyright © 2016-2019 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Building.pm6 b/lib/Whateverable/Building.pm6 index 19fd4ab..95e04be 100644 --- a/lib/Whateverable/Building.pm6 +++ b/lib/Whateverable/Building.pm6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2017-2020 +# Copyright © 2017-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Builds.pm6 b/lib/Whateverable/Builds.pm6 index ebdad85..6150bb3 100644 --- a/lib/Whateverable/Builds.pm6 +++ b/lib/Whateverable/Builds.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2018 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Config.pm6 b/lib/Whateverable/Config.pm6 index 3c1500a..5810a42 100644 --- a/lib/Whateverable/Config.pm6 +++ b/lib/Whateverable/Config.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2018 +# Copyright © 2018-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/lib/Whateverable/Configurable.pm6 b/lib/Whateverable/Configurable.pm6 index 2da534d..92ce3f9 100644 --- a/lib/Whateverable/Configurable.pm6 +++ b/lib/Whateverable/Configurable.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2018 +# Copyright © 2018-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/lib/Whateverable/FootgunDB.pm6 b/lib/Whateverable/FootgunDB.pm6 index 71037b9..3b4e3c2 100644 --- a/lib/Whateverable/FootgunDB.pm6 +++ b/lib/Whateverable/FootgunDB.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2018-2019 +# Copyright © 2018-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/lib/Whateverable/Messages.pm6 b/lib/Whateverable/Messages.pm6 index ffdcfd9..d05ad9b 100644 --- a/lib/Whateverable/Messages.pm6 +++ b/lib/Whateverable/Messages.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2018 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Output.pm6 b/lib/Whateverable/Output.pm6 index 9dbb712..2f59cb1 100644 --- a/lib/Whateverable/Output.pm6 +++ b/lib/Whateverable/Output.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2018 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Processing.pm6 b/lib/Whateverable/Processing.pm6 index 9ae0597..ad003cb 100644 --- a/lib/Whateverable/Processing.pm6 +++ b/lib/Whateverable/Processing.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2018 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Running.pm6 b/lib/Whateverable/Running.pm6 index 3a613ed..8af0d33 100644 --- a/lib/Whateverable/Running.pm6 +++ b/lib/Whateverable/Running.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2018 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/lib/Whateverable/Uniprops.pm6 b/lib/Whateverable/Uniprops.pm6 index 0386af2..27cf5ec 100644 --- a/lib/Whateverable/Uniprops.pm6 +++ b/lib/Whateverable/Uniprops.pm6 @@ -1,3 +1,19 @@ +# Copyright © 2017-2023 +# Aleks-Daniel Jakimenko-Aleksejev +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + unit package Whateverable::Uniprops; our @prop-table is export = diff --git a/lib/Whateverable/Userlist.pm6 b/lib/Whateverable/Userlist.pm6 index cb3c804..2455fd4 100644 --- a/lib/Whateverable/Userlist.pm6 +++ b/lib/Whateverable/Userlist.pm6 @@ -1,4 +1,4 @@ -# Copyright © 2016-2019 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/lib/Whateverable/Webhooks.pm6 b/lib/Whateverable/Webhooks.pm6 index 677cb8d..422d24b 100644 --- a/lib/Whateverable/Webhooks.pm6 +++ b/lib/Whateverable/Webhooks.pm6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2017-2020 +# Copyright © 2017-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Benchable.p6 b/xbin/Benchable.p6 index 16a29a5..a413669 100755 --- a/xbin/Benchable.p6 +++ b/xbin/Benchable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Daniel Green # diff --git a/xbin/Bisectable.p6 b/xbin/Bisectable.p6 index 707e9ed..fab536f 100755 --- a/xbin/Bisectable.p6 +++ b/xbin/Bisectable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Bloatable.p6 b/xbin/Bloatable.p6 index 1f15bb7..7b8072a 100755 --- a/xbin/Bloatable.p6 +++ b/xbin/Bloatable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Buildable.p6 b/xbin/Buildable.p6 index 79016b5..96539c3 100755 --- a/xbin/Buildable.p6 +++ b/xbin/Buildable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2017-2020 +# Copyright © 2017-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Committable.p6 b/xbin/Committable.p6 index 5e8acb1..1a9f8fa 100755 --- a/xbin/Committable.p6 +++ b/xbin/Committable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Coverable.p6 b/xbin/Coverable.p6 index bc9f7d4..68eed9c 100755 --- a/xbin/Coverable.p6 +++ b/xbin/Coverable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Daniel Green # Aleks-Daniel Jakimenko-Aleksejev # diff --git a/xbin/Evalable.p6 b/xbin/Evalable.p6 index a531d2e..90e5c58 100755 --- a/xbin/Evalable.p6 +++ b/xbin/Evalable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2018 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Greppable.p6 b/xbin/Greppable.p6 index 6dbe0ad..36e31f9 100755 --- a/xbin/Greppable.p6 +++ b/xbin/Greppable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Linkable.p6 b/xbin/Linkable.p6 index b28eea6..17d8dc3 100755 --- a/xbin/Linkable.p6 +++ b/xbin/Linkable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2019-2020 +# Copyright © 2019-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2017-2018 # Zoffix Znet diff --git a/xbin/Notable.p6 b/xbin/Notable.p6 index 639923c..3209bf1 100755 --- a/xbin/Notable.p6 +++ b/xbin/Notable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2018 +# Copyright © 2018-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Quotable.p6 b/xbin/Quotable.p6 index 081d93b..8b18992 100755 --- a/xbin/Quotable.p6 +++ b/xbin/Quotable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Releasable.p6 b/xbin/Releasable.p6 index c9feda6..e234162 100755 --- a/xbin/Releasable.p6 +++ b/xbin/Releasable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2017-2018 +# Copyright © 2017-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Reportable.p6 b/xbin/Reportable.p6 index e1f9f3b..1090b09 100755 --- a/xbin/Reportable.p6 +++ b/xbin/Reportable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2017-2018 +# Copyright © 2017-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Shareable.p6 b/xbin/Shareable.p6 index 8ea9d4c..1d015d5 100755 --- a/xbin/Shareable.p6 +++ b/xbin/Shareable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2018 +# Copyright © 2018-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Sourceable.p6 b/xbin/Sourceable.p6 index c19f393..20b97df 100755 --- a/xbin/Sourceable.p6 +++ b/xbin/Sourceable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2019 +# Copyright © 2019-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2019 # Alexander Kiryuhin diff --git a/xbin/Squashable.p6 b/xbin/Squashable.p6 index 2217534..c958771 100755 --- a/xbin/Squashable.p6 +++ b/xbin/Squashable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2017 +# Copyright © 2017-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Statisfiable.p6 b/xbin/Statisfiable.p6 index a531925..39f5a42 100755 --- a/xbin/Statisfiable.p6 +++ b/xbin/Statisfiable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2020 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green diff --git a/xbin/Tellable.p6 b/xbin/Tellable.p6 index c89a7b9..2fc7f52 100755 --- a/xbin/Tellable.p6 +++ b/xbin/Tellable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2019 +# Copyright © 2019-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Undersightable.p6 b/xbin/Undersightable.p6 index 5ce079f..c01056f 100755 --- a/xbin/Undersightable.p6 +++ b/xbin/Undersightable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2018 +# Copyright © 2018-2023 # Aleks-Daniel Jakimenko-Aleksejev # # This program is free software: you can redistribute it and/or modify diff --git a/xbin/Unicodable.p6 b/xbin/Unicodable.p6 index 1bb4dbd..d6a11ee 100755 --- a/xbin/Unicodable.p6 +++ b/xbin/Unicodable.p6 @@ -1,5 +1,5 @@ #!/usr/bin/env perl6 -# Copyright © 2016-2017 +# Copyright © 2016-2023 # Aleks-Daniel Jakimenko-Aleksejev # Copyright © 2016 # Daniel Green