diff options
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index 17db7e7354..b7194cabfe 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -4,21 +4,28 @@ # Written by David Negroni <dnegroni.italy@gmail.com> # Modified by melikamp <melikamp@melikamp.net> -# This program is free software: it is placed into the Public Domain -# by the author. A verbose dedication is available at -# http://creativecommons.org/publicdomain/zero/1.0/legalcode +# 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; compiling, interpreting, executing or merely -# reading the text of the program may result in lapses of consciousness -# and/or very being, up to and including the end of all existence and -# the Universe as we know it. +# without any warranty; without even the implied warranty of +# merchantability or fitness for a particular purpose. Compiling, +# interpreting, executing or merely reading the text of the program +# may result in lapses of consciousness and/or very being, up to and +# including the end of all existence and the Universe as we know it. +# See the GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program (most likely, a file named COPYING). If +# not, see <http://www.gnu.org/licenses/>. # You can get the latest version of this slackbuild early at # http://melikamp.com/features/slackbuilds.shtml PRGNAM="icecat" -VERSION="13.0.1" +VERSION="17.0.1" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |