From 4ad57bc513388abc23744d859b147816a3f3c580 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 16 Jul 2016 11:47:16 +0000 Subject: [PATCH] create-package-feed.pl: Add copyright information and switch license to ISC license While the ISCL is less liberal than the WTFPL, it's liberal enough and we already use it for other scripts and packagers are familiar with it. No objections from "Unknown": https://lists.privoxy.org/pipermail/privoxy-devel/2016-July/000079.html --- utils/create-package-feed.pl | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/utils/create-package-feed.pl b/utils/create-package-feed.pl index e3a038e5..28af9f6c 100644 --- a/utils/create-package-feed.pl +++ b/utils/create-package-feed.pl @@ -1,5 +1,21 @@ #!/usr/local/bin/perl -#< LICENSE: WTFPL > + +############################################################################ +# Copyright (c) 2016 "Unknown", Fabian Keil +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +############################################################################ + use warnings; use strict; use Digest::SHA; -- 2.39.2