blob: 30eae2bd2380d355c3cfc87ada0f7fea36ad4a48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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}
|