From 8a5eeae113707661f827da5d4df885c1a68fc781 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 30 Dec 2019 08:38:38 -0500 Subject: Add WTFPL license --- LICENSE | 14 ++++++++++++++ ebook | 3 +++ repology | 3 +++ wikiquote | 3 +++ 4 files changed, 23 insertions(+) create mode 100755 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100755 index 0000000..ee7d6a5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/ebook b/ebook index 67cac12..1547cda 100755 --- a/ebook +++ b/ebook @@ -2,6 +2,9 @@ # elvis: ebook -- Search for ebooks on https://e-reading.club/ +# Author: B. Watson (yalhcru at gmail) +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + . surfraw || exit 1 default_lang="en" diff --git a/repology b/repology index 7e78c26..9d34172 100755 --- a/repology +++ b/repology @@ -2,6 +2,9 @@ # elvis: repology -- Search Linux distro package metadata with repology.org +# Author: B. Watson (yalhcru at gmail) +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + . surfraw || exit 1 w3_usage_hook() { diff --git a/wikiquote b/wikiquote index 6e91ffb..e44eff5 100755 --- a/wikiquote +++ b/wikiquote @@ -2,6 +2,9 @@ # elvis: wikiquote -- Search literary/film quotations on wikiquote.org +# Author: B. Watson (yalhcru at gmail) +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + . surfraw || exit 1 default_lang="en" -- cgit v1.2.3