From b274fdb188e7a7d3095db391fbd1564ff623f148 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 26 Aug 2024 22:14:50 -0400 Subject: [PATCH] wizard basics --- index.html | 114 +++++++++++++++++++++++++++++++++++++++++ templates/PD/meta.json | 3 +- 2 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7e7f340 --- /dev/null +++ b/index.html @@ -0,0 +1,114 @@ + + + +The TPL License + + + + +
+

The Terse Public License Family

+

A family of minimal licenses for artists and developers, without + the sheer size of the more thorough licenses. If you forsee + yourself going to court, maybe pick something more robust. If you + just want something simple for a small project, this may well be + for you.

+

Feel free to suggest + improvements.

+

Generation Wizard

+
+
+
+
+ +
+
+ + diff --git a/templates/PD/meta.json b/templates/PD/meta.json index bb7f3e1..35e761f 100644 --- a/templates/PD/meta.json +++ b/templates/PD/meta.json @@ -1,5 +1,6 @@ { - "name": "Public Domain", + "name": "Public Domain Dedication", + "description": "A no-frills public domain dedication. Use this if you don't care who does what with your work, and just want it freely available.", "version": "1.0", "format": [ "/PD/main.txt", -- 2.43.4