diff --git a/src/sections/intro.tex b/src/sections/intro.tex index faf1b30..19ec853 100644 --- a/src/sections/intro.tex +++ b/src/sections/intro.tex @@ -284,3 +284,47 @@ report: \item \href{https://git.beafrancois.fr/v-and-v/testium/src/branch/main/test/validation}{ \tum{testium} validation suite} \end{itemize} \end{frame} + +% ===== License ===== +\subsection{License} + +\begin{frame}{\tum{testium} license} +\begin{columns} + \column{0.5\textwidth} + \begin{itemize} + \item Distributed under the \textbf{EUPL-1.2} + \begin{itemize} + \item European Union Public Licence v1.2 + \item Open-source, OSI / FSF approved + \item Governed by the law of the licensor's EU country (France) + \end{itemize} + \item SPDX identifier: \incode{EUPL-1.2} + \item Files in the repository: + \begin{itemize} + \item \incode{LICENSE} (full legal text) + \item \incode{CONTRIBUTING.md} (contribution rules) + \end{itemize} + \item Contributions follow the \emph{inbound = outbound} rule + \begin{itemize} + \item Any patch you submit is licensed under the same EUPL-1.2 + \item No CLA, no copyright assignment + \end{itemize} + \end{itemize} + \column{0.5\textwidth} + \begin{itemize} + \item \textbf{You may}: + \begin{itemize} + \item Use \tum{testium} for any purpose, including commercial + \item Read, modify, redistribute the source code + \item Combine with code under GPL, AGPL, LGPL, MPL, CeCILL, EPL\ldots (compatibility appendix) + \end{itemize} + \item \textbf{You must}: + \begin{itemize} + \item Keep the copyright and license notices + \item Redistribute modified versions under the EUPL (or a compatible license) + \item Publish your modifications even when offering \tum{testium} as a network service (SaaS clause) + \end{itemize} + \item \textbf{No warranty}, no liability of the author + \end{itemize} +\end{columns} +\end{frame} diff --git a/testium_training.pdf b/testium_training.pdf index 5d898b4..5bcbb26 100644 Binary files a/testium_training.pdf and b/testium_training.pdf differ