diff options
-rwxr-xr-x | LICENSE | 14 | ||||
-rwxr-xr-x | ebook | 3 | ||||
-rwxr-xr-x | repology | 3 | ||||
-rwxr-xr-x | wikiquote | 3 |
4 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+
+ 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.
+
@@ -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" @@ -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() { @@ -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" |