tmpls @main -
refs -
log -
-
https://git.jolheiser.com/tmpls.git
tmpl templates
Initial License
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signature
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEgqEQpE3xoo1QwJO/uFOtpdp7v3oFAl+1WgMACgkQuFOtpdp7
v3p7rg//bvkTvcvKNYVuKq1l3GHrdl8yT9Lw7PDSpCGSNvjkFlhGQq2pu3jXr/Ww
7j1hYZzof8Nv92vKeanYjGCzrvD1YZDxeTiD9gqROVoYCaamIBoC/0pLRi8HDCpj
RjLuURSOHT//jtaDJ3GhwYpq/m99sLhuB8ef2FgAq/Ym+t4A8MjwmDxB5IgocWnI
/7SzMBWEcTHWg21tUNSWhLHhTjp9TDgyIPCu63a2mdu6Zlv6HmZmD+VNSdGsKosD
crJD3d37s+HSLAUGQE+nWYqOYqjXKKCfV+ZywF45V2dTlxNUwq74tDQf1kOUJQge
3oBjcGvaNlrWLVtGa2KG0n7j1Bl4MAOx/s6cLpnt1tt+SWWkT5cZRhoBDDxdUZ1I
vVGKvd35m9EzwlfyKy5T/Sn2iEAe+9ZUMINPNcGzIsgxRAEWW78Kvy39+nBQPx8h
M9PzVKwaFLdDd11+/YuFu1G8BcxQGVE1EJ8sX6976Ob5ZuzqCv0W1GtsfoBfDOYj
xVMGRgqEsBsuLNqTHbbqWurBch+Ug6QW1Dim6NUfY3SOK5cuAvGhWmkvtf27x7rT
6OqT9OBzHaNBUeudFZ9+NKPLehJfTt/rgLKeTAZFRIFQy369XDmbv72CSKC0DpAU
g/ncM/dAVa7WacyHS3VNkZiv10hZ8Noc6kc/lccVayciP0sD9CE=
=oQ38
-----END PGP SIGNATURE-----
4 changed files, 23 additions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 4b65cbd7f473a3f060a1d9842b4d0d166b846563..7b315e5662a762b3b7c965e949695b131e0fd12d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# tmpl templates
+# License Template
-Check out the various branches for some basic examples of templates.
+A basic License template for [tmpl](https://gitea.com/jolheiser/tmpl)
## License
diff --git a/template.toml b/template.toml
index 1507fc7010e87ef33082677a8b06b15cfcf479cd..6cee098d566e2ac4f42f210dac8a4aac7099219e 100644
--- a/template.toml
+++ b/template.toml
@@ -1,6 +1,2 @@
-# template.toml
-# Write any template args here to prompt the user for, giving any defaults/options as applicable
-
-name = "MyProject"
-
+name = ""
-lang = ["Go", "Rust", "Python"]
+year = "2020"
diff --git a/template/.gitkeep b/template/.gitkeep
deleted file mode 100644
index b4bd1aa2c0361fceac3ec18f307d949a46122254..0000000000000000000000000000000000000000
--- a/template/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-Delete this file and put something else here!
\ No newline at end of file
diff --git a/template/LICENSE b/template/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..7deece9d9d0ff3523e313befef2c87de81e839ea
--- /dev/null
+++ b/template/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) {{year}} {{name}}
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+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 OR COPYRIGHT HOLDERS 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.