diff --git a/contents/copyright.tex b/contents/copyright.tex
new file mode 100644
index 0000000000000000000000000000000000000000..d48205d85e839a997d4d349d9eb0b0c47188995c
--- /dev/null
+++ b/contents/copyright.tex
@@ -0,0 +1,11 @@
+\vspace*{\fill}
+$\copyright$ Copyright 2022 University of Liège
+
+The entire code for the software \rotare is provided under the
+\href{https://mit-license.org/}{MIT license}.
+
+This documentation and all the related material (figures, etc.) are provided
+under the Creative Commons Attribution-ShareAlike 4.0 license
+(\href{https://creativecommons.org/licenses/by-sa/4.0/}{CC BY-SA 4.0}). 
+
+\begin{center}\ccbysa\end{center}
diff --git a/rotare-doc.tex b/rotare-doc.tex
index aa7b5cacf84a4e02bc47ad25dad4a92749c03dde..6276c8acc8e8d0c9c21ef49b877a448d2a3328c7 100644
--- a/rotare-doc.tex
+++ b/rotare-doc.tex
@@ -100,7 +100,7 @@ draft=false,            % toggle if draft version
 \usepackage{amsmath}
 \usepackage{menukeys} % Keys, menus, directories, etc
 \renewmenumacro{\directory}{pathswithfolder} % default: paths
-
+\usepackage[scale=2]{ccicons} % Icons for CC licenses
 % ==============================================================================
 %                        COMMANDS AND ENVIRONMENTS
 % ==============================================================================
@@ -131,6 +131,9 @@ draft=false,            % toggle if draft version
 \input{contents/titlepage}		% Titlepage
 \cleardoublepage
 
+\thispagestyle{empty}
+\input{contents/copyright}
+
 % TODO: Add a copyright notice
 % Documentation and images are CC-BY-SA-4.0
 % Code is MIT