Re: Licenza di un documento

#41797
Up
0
Down
::


Grazie della spiegazione

Alla fine ho deciso di utilizzare la licenza GNU Free Documentation License e sul sito ufficiale [1] c’è una apposita sezione “How to use this License for your documents” in cui viene detto, cito testualmente:

To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:

Copyright (C) YEAR YOUR NAME.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled “GNU
Free Documentation License”.

Quindi ho messo il tutto dopo il frontespizio. Questo è il codice che ho inserito:

`
\newpage
\thispagestyle{empty}
\vspace*{\fill}
{\small Copyright (C) BONACINA ALBERTO\\
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.\\
Il testo completo della licenza si può trovare a questo indirizzo \\
\url{http://www.gnu.org/licenses/fdl.html}

}
`

Ciao Alberto

[1] http://www.gnu.org/licenses/fdl.html

Go to top