From 6b79f0381c1ca6fb5901fa3e1215f35ace17f2b0 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 26 Aug 2024 16:17:34 -0400 Subject: [PATCH] prep for template stuff --- LICENSE | 2 +- templates/PD/main.txt | 3 +++ templates/PD/meta.json | 9 +++++++++ templates/PD/plain.txt | 1 + templates/liability.txt | 7 +++++++ templates/list.txt | 1 + 6 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 templates/PD/main.txt create mode 100644 templates/PD/meta.json create mode 100644 templates/PD/plain.txt create mode 100644 templates/liability.txt create mode 100644 templates/list.txt diff --git a/LICENSE b/LICENSE index ea71675..9f04177 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ This repository is dedicated entirely to the public domain. The creator waives all intellectual property rights to the work as much as is -possible in the given jurisdiction. +possible in any relevant jurisdictions. In other words, do whatever. diff --git a/templates/PD/main.txt b/templates/PD/main.txt new file mode 100644 index 0000000..4864253 --- /dev/null +++ b/templates/PD/main.txt @@ -0,0 +1,3 @@ +This $medium:lower is dedicated entirely to the public domain. The +$creator:lower waives all intellectual property rights to the work as +much as is possible in any relevant jurisdictions. diff --git a/templates/PD/meta.json b/templates/PD/meta.json new file mode 100644 index 0000000..bb7f3e1 --- /dev/null +++ b/templates/PD/meta.json @@ -0,0 +1,9 @@ +{ + "name": "Public Domain", + "version": "1.0", + "format": [ + "/PD/main.txt", + "Plain English Section:/PD/plain.txt", + "+Liability Disclaimer:/liability.txt" + ] +} diff --git a/templates/PD/plain.txt b/templates/PD/plain.txt new file mode 100644 index 0000000..f9a7bcf --- /dev/null +++ b/templates/PD/plain.txt @@ -0,0 +1 @@ +In other words, do what you want. diff --git a/templates/liability.txt b/templates/liability.txt new file mode 100644 index 0000000..e46996d --- /dev/null +++ b/templates/liability.txt @@ -0,0 +1,7 @@ +THE $type:caps IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS $type:caps 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 $type:caps. diff --git a/templates/list.txt b/templates/list.txt new file mode 100644 index 0000000..d194a89 --- /dev/null +++ b/templates/list.txt @@ -0,0 +1 @@ +PD -- 2.45.2