From 521bf784fdca19c97b87356642d3351a38d10fcb Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 26 Aug 2024 14:51:15 -0400 Subject: [PATCH] Getting started --- LICENSE | 13 +++++++++++++ README.md | 6 ++++++ licenses/TPL-CR-PD.txt | 13 +++++++++++++ licenses/TPL-SR-PD.txt | 13 +++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 licenses/TPL-CR-PD.txt create mode 100644 licenses/TPL-SR-PD.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ea71675 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +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. + +In other words, do whatever. + +THE CONTENT IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS CONTENT 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 CONTENT. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e69e45 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# The **T**erse **P**ublic **L**icense Family (TPL) + +A set of small software licenses, meant to be as short and minimal as +the BSD family, and as customizable as the Creative Commons family. + +Currently a Work-in-Progress. diff --git a/licenses/TPL-CR-PD.txt b/licenses/TPL-CR-PD.txt new file mode 100644 index 0000000..ea71675 --- /dev/null +++ b/licenses/TPL-CR-PD.txt @@ -0,0 +1,13 @@ +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. + +In other words, do whatever. + +THE CONTENT IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS CONTENT 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 CONTENT. diff --git a/licenses/TPL-SR-PD.txt b/licenses/TPL-SR-PD.txt new file mode 100644 index 0000000..f57f73c --- /dev/null +++ b/licenses/TPL-SR-PD.txt @@ -0,0 +1,13 @@ +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. + +In other words, do whatever. + +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. -- 2.43.4