diff options
-rwxr-xr-x | bin/fair-viewer | 31 | ||||
-rwxr-xr-x | bin/gtk-fair-viewer | 17 |
2 files changed, 29 insertions, 19 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index 5532d09..f95eb97 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -1,16 +1,19 @@ #!/usr/bin/perl -# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>. +# Copyright (C) 2020 Jesús E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of either: the GNU General Public License as published -# by the Free Software Foundation; or the Artistic License. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# See https://dev.perl.org/licenses/ for more information. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see https://www.gnu.org/licenses/. # #------------------------------------------------------- # fair-viewer @@ -36,16 +39,20 @@ See: fair-viewer --help =head1 LICENSE AND COPYRIGHT Copyright 2010-2020 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU 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. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -See L<https://dev.perl.org/licenses/> for more information. +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut @@ -951,7 +958,7 @@ sub tricks { -> Configuration file: $config_file -> Donations gladly accepted: - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=75FUVBE6Q73T8 + https://www.hyperbola.info/donate/ TRICKS main_quit(0); diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index b3fa7ce..9df3ec3 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -1,16 +1,19 @@ #!/usr/bin/perl -# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>. +# Copyright (C) 2020 Jesús E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of either: the GNU General Public License as published -# by the Free Software Foundation; or the Artistic License. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# See https://dev.perl.org/licenses/ for more information. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see https://www.gnu.org/licenses/. # #------------------------------------------------------- # GTK Fair Viewer @@ -969,7 +972,7 @@ apply_configuration(); set_usernames(); sub donate { - open_external_url('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=75FUVBE6Q73T8'); + open_external_url('https://www.hyperbola.info/donate/'); } # Set text to a 'textview' object |