Commit Diff


commit - fda29a7cf2e3dad43c973fbaa93c3affffabe845
commit + 7ae13e2535770f5b7742f2de0941d3d3fbbf858e
blob - /dev/null
blob + 68a49daad8ff7e35068f2b7a97d643aab440eaec (mode 644)
--- /dev/null
+++ UNLICENSE
@@ -0,0 +1,24 @@
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to <http://unlicense.org/>
blob - af8b8ac83fb7f372ba6b6818683aad9fab25bac6
blob + 1f13c0f6839cf2355445efa78bf733b683490f79
--- gc
+++ gc
@@ -1,6 +1,7 @@
 #!/usr/bin/awk -f
 #
 # gc - gemini-fy code
+# public domain
 
 /^\t/ {
 	if (!pre) {
blob - 61c3f929155e7eb519489c8869706b0dfc703a5a
blob + 98c52f281586f88cff3f747e13736da2c94dd637
--- gem2html
+++ gem2html
@@ -1,18 +1,7 @@
 #!/usr/bin/env perl
 #
-# Copyright (c) 2022 Omar Polo <op@openbsd.org>
-#
-# 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.
+# gem2html - opinionated converter text/gemini to html
+# public domain
 
 use v5.10;
 use strict;
blob - e0c112c7199053ee84dd28ed027f6870f5a3d324
blob + 833af2ca8b4dbf7ad7deb2e9d37e0ed6809ff263
--- gen
+++ gen
@@ -1,7 +1,8 @@
 #!/bin/sh
 #
 # stuff we should do in the makefile
-# but can't for portability reasons
+# but can't for portability reasons.
+# public domain
 
 pair()
 {
blob - 053de1c9cad716f6f9b51ea5c662ab8e550f4c0f
blob + aac1f0f36bcb9ab7aac2024287739a9bd99af82d
--- lpp
+++ lpp
@@ -1,6 +1,7 @@
 #!/usr/bin/awk -f
 #
 # lpp - literate programming processor
+# public domain
 
 /^\t/ {
 	if (!pre) {
blob - d62b1fbacd1c6fd09bd533272547a1a501d69356
blob + 782cb88976eb568a4c21b7b41fe71cd03306b535
--- unpar
+++ unpar
@@ -1,6 +1,7 @@
 #!/usr/bin/awk -f
 #
 # unpar - un-paragraphize text
+# public domain
 
 /^=>/ {
 	if (line != "") {