commit aca0299ca956d4f069d7cf08dec09facbd170ead
parent a9b7bc613aa042fc6aba6d1c8928caf4a72df337
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date: Fri, 15 Mar 2024 23:43:25 -0300
Add LICENSE
Diffstat:
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/tps/1/LICENSE b/tps/1/LICENSE
@@ -0,0 +1,18 @@
+Copyright <2024> <Martin J. Klöckner>
+
+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.
diff --git a/tps/1/README.md b/tps/1/README.md
@@ -39,3 +39,7 @@ En el caso de windows recomiendo configurar
siguiendo la [guia oficial de
Microsoft](https://learn.microsoft.com/en-us/windows/wsl/install). Luego
seguir los pasos para los sistemas basados en UNIX.
+
+## LICENSE
+
+[MIT](https://opensource.org/license/mit)