commit 3f45ecf4
Further specify MIT license for templates and css
Changed files
| M | README.md before |
| M | templates/game.tpl before |
| M | templates/index.tpl before |
diff --git a/README.md b/README.md
index 828d161..eae2f52 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,6 @@ A program to generate static HTML files like the ones from pyqscore but from oas
## LICENSE
The code is GPLv2 or later.
-Contains data from Openarena and basic CSS file from pyqscore. GPLv2 only licensed.
+Contains data from Openarena.
+
+Templates and css are under the MIT license.
diff --git a/templates/game.tpl b/templates/game.tpl
index 8d4e787..11e57ae 100644
--- a/templates/game.tpl
+++ b/templates/game.tpl
@@ -1,5 +1,31 @@
{{%AUTOESCAPE context="HTML"}}
+{{!
+ Copyright (c) 2019 Poul Sander
+
+ 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.
+}}
+
+
+
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
diff --git a/templates/index.tpl b/templates/index.tpl
index 53a66dd..255342b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -1,5 +1,29 @@
{{%AUTOESCAPE context="HTML"}}
+{{!
+ Copyright (c) 2019 Poul Sander
+
+ 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.
+}}
+
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">