diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:08:18 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-08 00:08:18 +0100 |
commit | 1789955d8c66141d9f95f0b9acd5f354701dfad5 (patch) | |
tree | df3632fb95845e40946fd8c1b82259e996c568c4 /license.osml | |
parent | 55dcbd256dbb292feeb294243eb644888ac6a41a (diff) |
Curren version of the webpage
Diffstat (limited to 'license.osml')
-rw-r--r-- | license.osml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/license.osml b/license.osml new file mode 100644 index 0000000..30eae2b --- /dev/null +++ b/license.osml @@ -0,0 +1,30 @@ +%{ + Ousía Homepage + + (c) Andreas Stöckel, Benjamin Paaßen 2015 + + This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 + International License. <http://creativecommons.org/licenses/by-sa/4.0/> +}% + +\import[ontology]{ontology/webpage} + +\begin{webpage}{Ousía Framework – License} + +\section{License} + +Unless another license is explicitly stated in the corresponding file, application source code and supplementary material are licensed under the following licenses. + +\subsection{Application Source Code} +The Ousía Framework application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +\paragraph +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \link[gpl.txt]{GNU General Public License} for more details. + +\subsection{Supplementary Material} +All content of this website and all documentation is licensed under the \link[http://creativecommons.org/licenses/by-sa/4.0/]{Creative Commons Attribution-ShareAlike 4.0 International License}. + +\img#license[src="media/cc_by_sa.png"]{Creative Commons License} + +\end{webpage} + |