diff options
Diffstat (limited to 'bin/gtk-fair-viewer')
-rwxr-xr-x | bin/gtk-fair-viewer | 17 |
1 files changed, 10 insertions, 7 deletions
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 |