From 130de7406ebd0c2bff644c3fc8fb951c45f22ab0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 9 Sep 2021 17:28:11 -0400 Subject: [PATCH] graphics/mozjpeg: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- graphics/mozjpeg/mozjpeg.SlackBuild | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/graphics/mozjpeg/mozjpeg.SlackBuild b/graphics/mozjpeg/mozjpeg.SlackBuild index 8452093290..1a50e140c1 100644 --- a/graphics/mozjpeg/mozjpeg.SlackBuild +++ b/graphics/mozjpeg/mozjpeg.SlackBuild @@ -2,28 +2,12 @@ # Slackware build script for mozjpeg -# Originally written by: -# Ryan P.C. McQuen | Everett, WA | - +# Originally written by Ryan P.C. McQuen # Now maintained by B. Watson (yalhcru@gmail.com) -# 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 2 of the License, or -# (at your option) any later version, with the following exception: -# the text of the GPL license may be omitted. +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 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. 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 may have received a copy of the GNU General Public License along -# with this program (most likely, a file named COPYING). If not, see -# . +# 20210909 bkw: relicense as WTFPL, w/permission from original author. # 20210310 bkw: update for v4.0.3. # - upstream switched from autoconf to cmake, so this script can't @@ -72,9 +56,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0