]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/it/about_licenses.html
Update the logcat icon. https://redmine.stoutner.com/issues/883
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / about_licenses.html
index 540e942f58a814298e478a35ee5c1f1676273d03..daf859287bb6185fa990d6f36d5000d59f1714e8 100644 (file)
 <!--
-  Copyright 2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017-2022 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2017 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2017-2020 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
-  Privacy Browser is free software: you can redistribute it and/or modify
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
+
+  Privacy Browser Android 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.
 
-  Privacy Browser is distributed in the hope that it will be useful,
+  Privacy Browser Android 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
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
-        <style>
-            h3 {
-                color: 0D4781;
-            }
-
-            img.icon {
-                vertical-align: middle;
-                height: 32;
-                width: 32;
-            }
-
-            img.left {
-                float: left;
-                height: 32;
-                width: 32;
-            }
-        </style>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="../css/theme.css">
+
+        <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
+        <meta name="color-scheme" content="light dark">
     </head>
 
     <body>
         <h3>Copyright</h3>
+        <p>Privacy Browser copyright 2015-2022: <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
 
-        <p>Privacy Browser copyright &copy; 2015-2017: <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+        <h3>Licenza</h3>
+        <p>Privacy Browser è rilasciato con <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+ </a>.
+            Il testo completo è riportato per intero nella parte finale di questo documento. Si precisa che questa è una traduzione non ufficiale della 
+            GNU General Public License, non è stata pubblicata dalla Free Software Foundation, e non stabilisce i termini legali di distribuzione del software
+            che usa la GNU GPL. Soltanto la <a href="https://www.gnu.org/licenses/gpl-3.0.html">versione originale in inglese della GNU GPL</a> fa ciò.
+            Lo scopo di questa traduzione è unicamente quello di aiutare gli utenti di lingua italiana a comprendere la GNU GPL, e pertanto in caso di eventuali discrepanze tra
+            traduzione e versione originale in inglese, prevarrà e sarà unicamente la versione originale ad avere valore legale.
+            E' inoltre ammessa la modifica e la pubblicazione di questa traduzione, ma solamente in accordo ai termini <a href="https://www.gnu.org/licenses/translations.html">qui</a> riportati.
+            Il codice sorgente è disponibile su <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=summary">gitweb.stoutner.com</a>.</p>
+
+        <h3>Blocklist</h3>
+        <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> e <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+            sono <a href="https://easylist.to/pages/licence.html">sotto doppia licenza</a> con le licenze <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+            e <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>. Privacy Browser le incorpora utilizzando l'opzione GPLv3+.</p>
+
+        <p>La <a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> e la <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+            sono rilasciate sotto la licenza <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
+            che è <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatibile con la licenza GPLv3+</a>. Le liste sono incluse senza modifiche in Privacy Browser.</p>
+
+        <p>E' possibile reperire maggiori informazioni sulle block list sul <a href="https://easylist.to/">sito web EasyList</a>.</p>
+
+        <h3>Librerie</h3>
+        <p>Privacy Browser è compilato utilizzando le <a href="https://developer.android.com/jetpack/androidx/">Librerie AndroidX</a>,
+            le <a href="https://github.com/JetBrains/kotlin/tree/master/license">Librerie Kotlin</a>,
+            e il codice disponibile nella <a href="https://mvnrepository.com/artifact/com.google.android.material/material">Google Material Maven repository</a>,
+            entrambi rilasciati con <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.</p>
+
+        <h3>Classi</h3>
+        <p><code>com.stoutner.privacybrowser.views.<wbr>CheckedLinearLayout</code> è la versione modificata di una classe contenuta nel codice sorgente della
+            <a href="https://android.googlesource.com/platform/packages/apps/Camera/+/master/src/com/android/camera/ui/CheckedLinearLayout.java">Fotocamera Android</a>.
+            Il file originale è stato rilasciato sotto la <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2019 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            Il file modificato è rilasciato sotto la <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+
+        <h3>Icone</h3>
+        <p><img class="left" src="../shared_images/privacy_browser.svg"/> <img class="left" src="../shared_images/warning.svg"/> <img class="left" src="../shared_images/javascript_enabled.svg"/>
+            sono state derivate da <code>security</code> e <code>language</code>, che fanno parte dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto
+            <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Il testo completo della Licenza è riportato di seguito. Copyright delle modifiche 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            Le immagini risultanti sono rilasciate sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><svg class="left"><use href="../shared_images/move_to_folder.svg#icon"/></svg> è stata derivata da elementi di <code>folder</code> e di <code>exit_to_app</code>, che fanno parte
+            dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2017, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><svg class="left"><use href="../shared_images/create_bookmark.svg#icon"/></svg> è stata derivata da elementi di <code>bookmark</code> e di <code>create_new_folder</code>, che fanno parte
+            dell'<a href="https://material.io/icons/">Android Material icon set</a> e sono state rilasciate sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2017, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><svg class="left"><use href="../shared_images/create_folder.svg#icon"/></svg> è stata derivata da <code>create_new_folder</code>,
+            che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2017, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><svg class="left"><use href="../shared_images/clear_and_exit.svg#icon"/></svg> è stata derivata da <code>exit_to_app</code>,
+            che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2017, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><svg class="left"><use href="../shared_images/night_mode.svg#icon"/></svg> è stata derivata da <code>compare</code>,
+            che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2017, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><img class="left" src="../shared_images/sort_selected.svg"/> è stata derivata da <code>sort</code>,
+            che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2019, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><img class="left" src="../shared_images/push_pin_filled_selected.svg"/> è stata derivata da <code>push_pin_selected</code>,
+            che fa parte dell'<a href="https://material.io/icons/">Android Material icon set</a> ed è stata rilasciata sotto <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Copyright delle modifiche 2019-2020, 2020 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            L'immagine risultante è rilasciata sotto <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+</a>.</p>
+        <p><svg class="left"><use href="../shared_images/cookie.svg#icon"/></svg> <code>cookie</code> è stata creata da Google.
+            E' stata rilasciata con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>
+            e può essere scaricata dirattamente dal <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>.Non è stata modificata ad eccezione del colore e della dimensione.</p>
+        <p><svg class="left"><use href="../shared_images/mastodon.svg#icon"/></svg> <code>mastodon</code> deriva dal
+            <a href="https://github.com/tootsuite/mastodon/blob/master/app/javascript/images/logo_transparent_black.svg">progetto Mastodon</a>,
+            che è rilasciato sotto <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">licenza AGPLv3+</a>. Il testo completo della licenza è riportato qui sotto.
+            L'immagine non è stata modificata ad eccezione del layout come il colore, le dimensioni, i bordi. E' inclusa in Privacy Browser in accordo con quanto indicato nella sezione 13 della licenza.</p>
+        <p>Le seguenti icone derivano dall'<a href="https://material.io/icons/">Android Material icon set</a>,
+            che è rilasciato sotto <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.
+            Non sono state modificatae ad eccezione del colore e della dimensione. Alcune sono state rinominate per coerenza con il tipo di utilizzo all'interno del codice.
+            Le icone con i loro nomi originali sono riportate di seguito.</p>
+        <p><svg class="icon"><use href="../shared_images/add.svg#icon"/></svg> add.</p>
+        <p><svg class="icon"><use href="../shared_images/aod_tablet_rounded_grade200.svg#icon"/></svg> aod_tablet_rounded_grade200.</p>
+        <p><svg class="icon"><use href="../shared_images/arrow_back.svg#icon"/></svg> arrow_back.</p>
+        <p><svg class="icon"><use href="../shared_images/arrow_forward.svg#icon"/></svg> arrow_forward.</p>
+        <p><svg class="icon"><use href="../shared_images/bookmarks.svg#icon"/></svg> bookmarks.</p>
+        <p><svg class="icon"><use href="../shared_images/bug_report.svg#icon"/></svg> bug_report.</p>
+        <p><svg class="icon"><use href="../shared_images/call_to_action.svg#icon"/></svg> call_to_action.</p>
+        <p><svg class="icon"><use href="../shared_images/camera_enhance.svg#icon"/></svg> camera_enhance.</p>
+        <p><svg class="icon"><use href="../shared_images/chrome_reader_mode.svg#icon"/></svg> chrome_reader_mode.</p>
+        <p><svg class="icon"><use href="../shared_images/close.svg#icon"/></svg> close.</p>
+        <p><svg class="icon"><use href="../shared_images/delete.svg#icon"/></svg> delete.</p>
+        <p><svg class="icon"><use href="../shared_images/delete_forever.svg#icon"/></svg> delete_forever.</p>
+        <p><svg class="icon"><use href="../shared_images/devices_other.svg#icon"/></svg> devices_other.</p>
+        <p><svg class="icon"><use href="../shared_images/disabled_by_default.svg#icon"/></svg> disabled_by_default.</p>
+        <p><svg class="icon"><use href="../shared_images/dns.svg#icon"/></svg> dns.</p>
+        <p><svg class="icon"><use href="../shared_images/donut_small.svg#icon"/></svg> donut_small.</p>
+        <p><svg class="icon"><use href="../shared_images/edit.svg#icon"/></svg> edit.</p>
+        <p><svg class="icon"><use href="../shared_images/expand_less.svg#icon"/></svg> expand_less.</p>
+        <p><svg class="icon"><use href="../shared_images/expand_more.svg#icon"/></svg> expand_more.</p>
+        <p><svg class="icon"><use href="../shared_images/file_copy.svg#icon"/></svg> file_copy.</p>
+        <p><svg class="icon"><use href="../shared_images/file_download.svg#icon"/></svg> file_download.</p>
+        <p><svg class="icon"><use href="../shared_images/find_in_page.svg#icon"/></svg> find_in_page.</p>
+        <p><svg class="icon"><use href="../shared_images/folder.svg#icon"/></svg> folder.</p>
+        <p><svg class="icon"><use href="../shared_images/home.svg#icon"/></svg> home.</p>
+        <p><svg class="icon"><use href="../shared_images/image.svg#icon"/></svg> image.</p>
+        <p><svg class="icon"><use href="../shared_images/import_contacts.svg#icon"/></svg> import_contacts.</p>
+        <p><svg class="icon"><use href="../shared_images/import_export.svg#icon"/></svg> import_export.</p>
+        <p><svg class="icon"><use href="../shared_images/important_devices.svg#icon"/></svg> important_devices.</p>
+        <p><svg class="icon"><use href="../shared_images/info_outline.svg#icon"/></svg> info_outline.</p>
+        <p><svg class="icon"><use href="../shared_images/language.svg#icon"/></svg> language.</p>
+        <p><svg class="icon"><use href="../shared_images/link_off.svg#icon"/></svg> link_off.</p>
+        <p><svg class="icon"><use href="../shared_images/list.svg#icon"/></svg> list.</p>
+        <p><svg class="icon"><use href="../shared_images/list_alt_rounded_24.svg#icon"/></svg> list_alt_rounded_24.</p>
+        <p><svg class="icon"><use href="../shared_images/local_activity.svg#icon"/></svg> local_activity.</p>
+        <p><svg class="icon"><use href="../shared_images/location_off.svg#icon"/></svg> location_off.</p>
+        <p><svg class="icon"><use href="../shared_images/lock.svg#icon"/></svg> lock.</p>
+        <p><svg class="icon"><use href="../shared_images/map.svg#icon"/></svg> map.</p>
+        <p><svg class="icon"><use href="../shared_images/more.svg#icon"/></svg> more.</p>
+        <p><svg class="icon"><use href="../shared_images/new_releases.svg#icon"/></svg> new_releases.</p>
+        <p><svg class="icon"><use href="../shared_images/open_in_browser.svg#icon"/></svg> open_in_browser.</p>
+        <p><svg class="icon"><use href="../shared_images/payment.svg#icon"/></svg> payment.</p>
+        <p><svg class="icon"><use href="../shared_images/payments_rounded.svg#icon"/></svg> payments_rounded.</p>
+        <p><svg class="icon"><use href="../shared_images/push_pin_filled.svg#icon"/></svg> push_pin_filled.</p>
+        <p><svg class="icon"><use href="../shared_images/question_answer.svg#icon"/></svg> question_answer.</p>
+        <p><svg class="icon"><use href="../shared_images/refresh.svg#icon"/></svg> refresh.</p>
+        <p><svg class="icon"><use href="../shared_images/save.svg#icon"/></svg> save.</p>
+        <p><svg class="icon"><use href="../shared_images/search.svg#icon"/></svg> search.</p>
+        <p><svg class="icon"><use href="../shared_images/select_all.svg#icon"/></svg> select_all.</p>
+        <p><svg class="icon"><use href="../shared_images/settings.svg#icon"/></svg> settings.</p>
+        <p><svg class="icon"><use href="../shared_images/settings_overscan.svg#icon"/></svg> settings_overscan.</p>
+        <p><svg class="icon"><use href="../shared_images/share.svg#icon"/></svg> share.</p>
+        <p><svg class="icon"><use href="../shared_images/smartphone.svg#icon"/></svg> smartphone.</p>
+        <p><svg class="icon"><use href="../shared_images/sort.svg#icon"/></svg> sort.</p>
+        <p><svg class="icon"><use href="../shared_images/style.svg#icon"/></svg> style.</p>
+        <p><svg class="icon"><use href="../shared_images/subtitles.svg#icon"/></svg> subtitles.</p>
+        <p><svg class="icon"><use href="../shared_images/tab.svg#icon"/></svg> tab.</p>
+        <p><svg class="icon"><use href="../shared_images/text_fields.svg#icon"/></svg> text_fields.</p>
+        <p><svg class="icon"><use href="../shared_images/thumbs_up_down.svg#icon"/></svg> thumbs_up_down.</p>
+        <p><svg class="icon"><use href="../shared_images/vertical_align_bottom.svg#icon"/></svg> vertical_align_bottom.</p>
+        <p><svg class="icon"><use href="../shared_images/vertical_align_top.svg#icon"/></svg> vertical_align_top.</p>
+        <p><svg class="icon"><use href="../shared_images/visibility_off.svg#icon"/></svg> visibility_off.</p>
+        <p><svg class="icon"><use href="../shared_images/vpn_key.svg#icon"/></svg> vpn_key.</p>
+        <p><svg class="icon"><use href="../shared_images/vpn_lock.svg#icon"/></svg> vpn_lock.</p>
+        <p><svg class="icon"><use href="../shared_images/web.svg#icon"/></svg> web.</p>
 
+        <hr/>
 
-        <h3>Licenza</h3>
+        <h3 style="text-align: center;">GNU General Public License</h3>
+        <p style="text-align: center;">Versione 3, 29 Giugno 2007</p>
+
+        <p>Copyright © 2007 Free Software Foundation, Inc.
+            <<a href="http://fsf.org/">http://fsf.org/</a>></p>
+
+        <p>A chiunque è permesso copiare e ridistribuire copie esatte di questo documento di licenza,
+            ma non è in alcun modo consentito apportarvi modifiche.
+        </p>
+
+        <h3>Premessa</h3>
+
+        <p>La GNU General Public License è una licenza libera, basata su copyleft per software e altri tipi di opere. </p>
+
+        <p>Le licenze della maggior parte del software e di altre opere materiali 
+            sono pensate per togliere la libertà di condividere e modificare tali opere.
+            Al contrario, la GNU General Public License ha l'obiettivo di garantire
+            la libertà di condividere e modificare tutte le versioni di un programma
+            e di fare in modo che esso rimanga software libero per tutti gli utenti.
+            Noi, Free Software Foundation, usiamo la GNU General Public License
+            per la maggior parte del nostro software; essa viene applicata anche a qualunque
+            altro software rilasciato dall'autore sotto questa licenza.
+            Chiunque può utilizzare questa licenza per i propri programmi. </p>
+
+        <p>Quando parliamo di software libero (free software), ci riferiamo al concetto di libertà, 
+            non al prezzo. Le nostre General Public License sono concepite per garantire
+            che chiunque abbia la libertà di distribuire copie di software libero
+            (anche dietro pagamento di un prezzo, se lo desidera), che chiunque riceva o possa ricevere
+            il codice sorgente se lo vuole, che chiunque possa apportare modifiche al software
+            o utilizzarne solo alcune porzioni in altri software liberi, e che chiunque sappia
+            che ha il diritto di fare tutte queste cose. </p>
+
+        <p>Per proteggere i vostri diritti, abbiamo la necessità di impedire che altri 
+            vi neghino questi diritti o vi obblighino a rinunciarvi.
+            Pertanto, chiunque distribuisce o modifica software rilasciato con questa licenza
+            si assume dei precisi doveri: il dovere di rispettare la libertà degli altri.</p>
+
+        <p>Per esempio, chi distribuisce copie di un programma rilasciato sotto questa licenza, 
+            sia a titolo gratuito che mediante pagamento di un prezzo,è obbligato a riconoscere
+            a chi riceve il software esattamente gli stessi diritti che ha ricevuto.
+            Deve garantire che chi riceva il software abbia o possa avere accesso al codice sorgente.
+            E deve far conoscere ai destinatari del software queste condizioni,
+            così che essi conoscano quali sono i loro diritti. </p>
+
+        <p>Gli sviluppatori che utilizzano la GNU GPL proteggono i vostri diritti in due modi: 
+            (1) Rivendicando il copyright sul software, e
+            (2) offrendovi questa licenza che vi garantisce il diritto legale di copiarlo e/o di modificarlo. </p>
+
+        <p>Al fine di proteggere gli sviluppatori e gli autori, la GPL spiega chiaramente 
+            che non esiste nessuna garanzia per questo software libero. Nell'interesse
+            sia degli utenti che degli autori, la GPL impone che le versioni modificate del software
+            vengano esplicitamente marcate come “modificate”, in modo tale che eventuali problemi
+            non vengano erroneamente attribuiti agli autori delle versioni precedenti. </p>
+
+        <p>Alcuni dispositivi sono progettati per negare agli utenti l'installazione 
+            o l'esecuzione di versioni modificate del software installato sugli stessi,
+            anche se il costruttore si riserva la possibilità di farlo.
+            Ciò è fondamentalmente incompatibile con l'obiettivo di garantire la libertà
+            degli utenti di modificare il software. Una ripetizione sistematica di tali abusi
+            avviene nel campo dei dispositivi per usi individuali, e ciò rende questi abusi
+            ancora più inaccettabili. Pertanto, abbiamo realizzato questa versione della GPL
+            al fine di proibire una tale pratica per questo tipo di prodotti. Se problemi simili
+            dovessero sorgere in altri ambiti, saremo pronti ad estendere queste misure
+            a questi nuovi ambiti in versioni future della GPL, nella maniera che si renderà necessaria
+            per difendere la libertà degli utenti. </p>
+
+        <p>In conclusione, tutti i programmi sono costantemente minacciati dai brevetti sul software. 
+            Gli Stati non dovrebbero permettere ai brevetti di limitare lo sviluppo
+            e l'utilizzo di software per computer, ma nei Paesi in cui ciò avviene noi vogliamo evitare
+            il pericolo che i brevetti applicati ad un programma libero possano renderlo, a tutti gli effetti,
+            proprietario. Per impedire ciò, la GPL assicura che non è possibile utilizzare
+            i brevetti sul software per rendere un programma non libero. </p>
+
+        <p>I termini e le condizioni esatte per la copia, la distribuzione e la modifica del software 
+            sono riportate di seguito. </p>
+
+        <h3>TERMINI E CONDIZIONI</h3>
+
+        <h4>0. Definizioni.</h4>
+
+        <p>“Questa Licenza”  fa riferimento alla versione 3 della GNU General Public License.</p>
+
+        <p>“Copyright” indica anche leggi simili al copyright che riguardano altri tipi di opere, 
+            come le maschere per la produzione di semiconduttori.</p>
+
+        <p>“Il Programma” indica qualunque opera che sia soggetta a copyright e che sia rilasciata 
+            sotto questa Licenza.   I detentori della licenza sono indicati come  “tu”.  “Licenziatari” e
+            “destinatari” possono essere individui o organizzazioni.</p>
+
+        <p>“Modificare”  un'opera significa copiare o adattare tutta o parte dell'opera 
+            in una maniera che richieda un permesso di copyright, e non indica la semplice azione
+            di fare una esatta copia dell'opera. L'opera risultante viene chiamata “versione modificata”
+            dell'opera precedente, oppure viene detta opera “basata sulla” opera precedente.</p>
+
+        <p>Un'“opera coperta da questa licenza”  indica il Programma originale non modificato 
+            oppure un'opera basata sul Programma.</p>
+
+        <p>“Propagare”  un'opera significa fare una qualunque cosa con essa che, 
+            in mancanza di un esplicito permesso, ti renda direttamente o indirettamente perseguibile
+            per violazione secondo le vigenti normative sul copyright,
+            ad eccezione della semplice esecuzione del Programma su un computer
+            o della modifica di una copia privata. La Propagazione include la copia,
+            la distribuzione (con o senza modifiche), la messa a disposizione al pubblico e,
+            in alcuni stati, altre attività simili e connesse.</p>
+
+        <p>“Distribuire” un'opera indica qualunque forma di propagazione 
+            che permetta a terze parti di effettuare o ricevere delle copie.
+            La mera interazione con un utente attraverso una rete di computer,
+            senza che ci sia alcun trasferimento di una copia, non è considerata “Distribuzione”.</p>
+
+        <p>Una interfaccia utente interattiva fornisce delle  “Adeguate Informazioni Legali”
+            soltanto nel caso in cui includa una apposita funzionalità, resa adeguatamente visibile, che 
+            (1) visualizzi un'adeguata informazione di copyright, e
+            (2) informi l'utente che non c'è alcuna garanzia sull'opera (eccetto nel caso in cui
+            delle garanzie sono espressamente fornite), dica che il licenziatario può distribuire
+            l'opera utilizzando questa Licenza, indichi come è possibile prendere visione di una copia
+            di questa Licenza.
+            Se l'interfaccia presenta una lista di comandi o di opzioni, come ad esempio un menù,
+            una delle opzioni fornite nella lista deve rispettare questa condizione. </p>
+
+        <h4>1. Codice Sorgente.</h4>
+
+        <p>Il “codice sorgente” di un'opera indica la forma più indicata
+            dell'opera per poter effettuare modifiche su di essa. Il “codice oggetto”
+            indica qualunque forma dell'opera che non sia codice sorgente.</p>
+
+        <p>Una “Interfaccia Standard” è una interfaccia che risponde ad uno
+            standard ufficiale definito da un ente di standardizzazione riconosciuto
+            o, nel caso di interfacce specifiche per un particolare linguaggio di
+            programmazione, una interfaccia che è largamente utilizzata dagli
+            sviluppatori per sviluppare in tale linguaggio.</p>
+
+        <p>Le “Librerie di Sistema” di un eseguibile includono qualunque cosa,
+            eccetto l'opera nel suo insieme, che (a) sia inclusa nella normale forma
+            di pacchettizzazione di un “Componente Principale”, ma che non è
+            parte di quel Componente Principale, e (b) che serva solo a consentire
+            l'uso dell'opera con quel Componente Principale, o per implementare una
+            Interfaccia Standard per la quale esista una implementazione disponibile
+            al pubblico in forma sorgente. Un “Componente Principale”, in questo
+            contesto, è un componente essenziale (kernel, gestore di finestre
+            eccetera) dello specifico sistema operativo (ammesso che ce ne sia uno)
+            sul quale l'eseguibile esegue, o un compilatore utilizzato per produrre
+            il programma, o un interprete di codice oggetto utilizzato per eseguire
+            il programma.</p>
+
+        <p>Il “Sorgente Corrispondente” per un'opera in forma di codice oggetto
+            è il codice sorgente necessario per generare, installare e (per un
+            programma eseguibile) eseguire il codice oggetto e per modificare
+            l'opera, inclusi gli script per controllare le suddette attività di
+            generazione, installazione ed esecuzione. Non sono incluse le Librerie
+            di Sistema usate dal programma, o gli strumenti di utilità generica o i
+            programmi liberamente accessibili che sono utilizzati, senza modifiche,
+            per portare a termine le suddette attività ma che non fanno parte
+            dell'opera. Per esempio, il sorgente corrispondente include i file con
+            le definizioni delle interfacce associati ai file sorgente dell'opera, e
+            il codice sorgente delle librerie condivise e sottoprogrammi collegati
+            dinamicamente specificatamente necessari per il programma, ad esempio a
+            causa di stretta comunicazione dati o di controllo di flusso tra questi
+            sottoprogrammi e altre parti del programma.</p>
+
+        <p>Il Sorgente Corrispondente non include nulla che l'utente possa
+            rigenerare automaticamente da altre parti del Sorgente Corrispondente
+            stesso.</p>
+
+        <p>Il Sorgente Corrispondente di un'opera in forma di codice sorgente è
+            l'opera stessa.</p>
+
+        <h4>2. Principali Diritti.</h4>
+
+        <p>Tutti i diritti garantiti da questa Licenza sono garantiti per la durata
+            del copyright sul Programma, e sono irrevocabili ammesso che le
+            condizioni qui riportate siano rispettate. Questa Licenza afferma esplicitamente il
+            tuo permesso illimitato di eseguire il Programma non modificato. Il
+            risultato dell'esecuzione di un programma coperto da questa Licenza è
+            a sua volta coperto da questa Licenza solo se il risultato stesso, a
+            causa del suo contenuto, è un'opera coperta da questa Licenza. Questa
+            Licenza riconosce il tuo diritto all'uso legittimo o altri diritti
+            equivalenti, come stabilito dalla legislazione sul copyright.</p>
+
+        <p>Puoi creare, eseguire e propagare programmi che tu non distribuisci 
+            coperti da questa Licenza, senza alcuna condizione fino a quando la tua
+            Licenza rimane valida. Puoi distribuire opere coperte da questa Licenza
+            ad altri al solo scopo di ottenere che essi facciano delle modifiche al
+            programma esclusivamente per te, o che ti forniscano dei servizi per
+            l'esecuzione di queste opere, ammesso che tu rispetti i termini di
+            questa Licenza nel distribuire tutto il materiale per il quale non
+            detieni il copyright. Coloro i quali creano o eseguono per conto tuo un
+            programma coperto da questa Licenza lo fanno esclusivamente in tua vece,
+            sotto la tua direzione e il tuo controllo, in maniera tale che sia
+            proibito a costoro effettuare copie di materiale di cui detieni il
+            copyright al di fuori della relazione che intrattengono nei tuoi
+            confronti.</p>
+
+        <p>Distribuire opere coperte da licenza in qualunque altra circostanza è
+            consentito soltanto alle condizioni espresse in seguito. Non è
+            consentito sottolicenziare le opere: la sezione 10 lo rende non
+            necessario.</p>
+
+        <h4>3. Protezione dei diritti legali degli utenti dalle leggi
+            anti-elusione.</h4>
+
+        <p>Nessun programma protetto da questa Licenza può essere considerato
+            parte di una misura tecnologica di restrizione che sottostia ad alcuna
+            delle leggi che soddisfano l'articolo 11 del “WIPO copyright treaty”
+            adottato il 20 Dicembre 1996, o a simili leggi che proibiscono o
+            limitano l'elusione di tali misure tecnologiche di restrizione.</p>
+
+        <p>Quando distribuisci un programma coperto da questa Licenza, rifiuti
+            tutti i poteri legali atti a proibire l'elusione di misure tecnologiche
+            di restrizione ammesso che tale elusione sia effettuata nell'esercizio
+            dei diritti garantiti da questa Licenza riguardo al programma coperto da
+            questa Licenza, e rinunci all'intenzione di limitare l'operatività o
+            la modifica del programma per far valere, contro i diritti degli utenti
+            del programma, diritti legali tuoi o di terze parti che impediscano
+            l'elusione di misure tecnologiche di restrizione.</p>
+
+        <h4>4. Distribuzione di Copie Esatte.</h4>
+
+        <p>Ti è permesso distribuire copie esatte del codice sorgente del
+            Programma come lo hai ricevuto, con qualunque mezzo, ammesso che tu
+            aggiunga in maniera appropriata su ciascuna copia una appropriata nota
+            di copyright; che tu lasci intatti tutti gli avvisi che affermano che
+            questa Licenza e tutte le clausole non-permissive aggiunte in accordo
+            con la sezione 7 sono valide per il codice che distribuisci; che tu
+            lasci intatti tutti gli avvisi circa l'assenza di garanzia; che tu
+            fornisca a tutti i destinatari una copia di questa Licenza assieme al
+            Programma.</p>
+
+        <p>Puoi richiedere il pagamento di un prezzo o di nessun prezzo per
+            ciascuna copia che distribuisci, e puoi offrire supporto o garanzia
+            a pagamento.</p>
+
+        <h4>5. Distribuzione di Versioni modificate del sorgente.</h4>
+
+        <p>Puoi distribuire un'opera basata sul Programma, o le modifiche per
+            produrla a partire dal Programma, nella forma di codice sorgente secondo
+            i termini della sezione 4, ammesso che tu rispetti anche tutte le
+            seguenti condizioni:</p>
 
-        <p>Privacy Browser &egrave; rilasciato con <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licenza GPLv3+ </a>.
-            Il testo completo &egrave; riportato per intero nella parte finale di questo documento.</p>
-
-
-        <h3>Attribuzioni</h3>
-
-        <p>La lista dei server utilizzata dalla funzionalit&agrave; di blocco degli annunci &egrave; tratta da <a href="https://pgl.yoyo.org/adservers/">pgl.yoyo.org</a>.
-            Dal momento che si tratta di una lista di domini <a href="https://www.copyright.gov/help/faq/faq-protect.html">non pu&ograve; essere coperta da Copyright</a>.</p>
-
-        <p>La maggior parte delle icone utilizzate da Privacy Browser &egrave; tratta dall'<a href="https://material.io/icons/">Android Material icon set</a>,
-            che &egrave; stato rilasciato con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.</p>
-
-        <p><img class="left" src="../en/images/privacy_browser.png">
-            <img class="left" src="../en/images/privacy_browser_free.png">
-            <img class="left" src="../en/images/warning.png">
-            <img class="left" src="../en/images/javascript_enabled.png">
-            sono derivate da ic_security and ic_language. Le modifiche sono state implementate da Soren Stoutner nel 2016.</p>
-
-        <p>Le seguenti icone non sono state modificate, se non per quanto riguarda colore e dimensione. Alcune sono state rinominate per coerenza con il tipo di utilizzo all'interno del codice. Le icone con i loro nomi originali sono riportate di seguito.</p>
-
-        <p><img class="icon" src="../en/images/ic_add.png"> ic_add.</p>
-        <p><img class="icon" src="../en/images/ic_arrow_back.png"> ic_arrow_back.</p>
-        <p><img class="icon" src="../en/images/ic_arrow_forward.png"> ic_arrow_forward.</p>
-        <p><img class="icon" src="../en/images/ic_bookmark_border.png"> ic_bookmark_border.</p>
-        <p><img class="icon" src="../en/images/ic_bug_report.png"> ic_bug_report.</p>
-        <p><img class="icon" src="../en/images/ic_chrome_reader_mode.png"> ic_chrome_reader_mode.</p>
-        <p><img class="icon" src="../en/images/ic_close.png"> ic_close.</p>
-        <p><img class="icon" src="../en/images/ic_create_new_folder.png"> ic_create_new_folder.</p>
-        <p><img class="icon" src="../en/images/ic_delete.png"> ic_download.</p>
-        <p><img class="icon" src="../en/images/ic_edit.png"> ic_edit.</p>
-        <p><img class="icon" src="../en/images/ic_exit_to_app.png"> ic_exit_to_app.</p>
-        <p><img class="icon" src="../en/images/ic_expand_less.png"> ic_expand_less.</p>
-        <p><img class="icon" src="../en/images/ic_expand_more.png"> ic_expand_more.</p>
-        <p><img class="icon" src="../en/images/ic_file_download.png"> ic_file_download.</p>
-        <p><img class="icon" src="../en/images/ic_folder.png"> ic_folder.</p>
-        <p><img class="icon" src="../en/images/ic_folder_special.png"> ic_folder_special.</p>
-        <p><img class="icon" src="../en/images/ic_home.png"> ic_home.</p>
-        <p><img class="icon" src="../en/images/ic_import_contacts.png"> ic_import_contacts.</p>
-        <p><img class="icon" src="../en/images/ic_info_outline.png"> ic_info_outline.</p>
-        <p><img class="icon" src="../en/images/ic_language.png"> ic_language.</p>
-        <p><img class="icon" src="../en/images/ic_list.png"> ic_list.</p>
-        <p><img class="icon" src="../en/images/ic_more.png"> ic_more.</p>
-        <p><img class="icon" src="../en/images/ic_question_answer.png"> ic_question_answer.</p>
-        <p><img class="icon" src="../en/images/ic_select_all.png"> ic_select_all.</p>
-        <p><img class="icon" src="../en/images/ic_settings.png"> ic_settings.</p>
-        <p><img class="icon" src="../en/images/ic_subtitles.png"> ic_subtitles.</p>
-        <p><img class="icon" src="../en/images/ic_vertical_align_bottom.png"> ic_vertical_align_bottom.</p>
-        <p><img class="icon" src="../en/images/ic_vertical_align_top.png"> ic_vertical_align_top.</p>
-        <p><img class="icon" src="../en/images/ic_web.png"> ic_web.</p>
-
-        <br/>
-
-        <p><img class="left" src="../en/images/cookie.png"> cookie &egrave; stata creata da Google.
-            E' stata rilasciata con <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>
-            e pu&ograve; essere scaricata dirattamente dal <a href="https://materialdesignicons.com/icon/cookie">Material Design Icon Set</a>.</p>
+        <ul>
+            <li>a) L'opera deve recare con sè delle informazioni adeguate che
+                affermino che tu l'hai modificata, indicando la data di modifica.</li>
+
+            <li>b) L'opera deve recare informazioni adeguate che affermino che essa è
+                rilasciata sotto questa Licenza e sotto le condizioni aggiuntive
+                secondo quanto indicato dalla Sezione 7. Questa condizione modifica la
+                condizione espressa alla sezione 4 di “lasciare intatti tutti gli
+                avvisi”.</li>
+
+            <li>c) Devi rilasciare l'intera opera, nel suo complesso, sotto questa
+                Licenza a chiunque venga in possesso di una copia di essa. Questa
+                Licenza sarà pertanto applicata, assieme ad eventuali clausole
+                aggiunte in osservanza della Sezione 7, all'opera nel suo complesso, a
+                tutte le sue parti, indipendentemente da come esse siano
+                pacchettizzate. Questa Licenza nega il permesso di licenziare l'opera
+                in qualunque altro modo, ma non rende nullo un tale permesso ammesso
+                che tu lo abbia ricevuto separatamente.</li>
+
+            <li>d) Se l'opera ha delle interfacce utente interattive, ciascuna deve
+                mostrare delle Adeguate Informazioni Legali; altrimenti, se il
+                Programma ha delle interfacce interattive che non visualizzano delle
+                Adeguate Informazioni Legali, il tuo programma non è obbligato a
+                visualizzarle.</li>
+        </ul>
+
+        <p>La giustapposizione di un'opera coperta da questa Licenza assieme ad
+            altre opere separate e indipendenti, che non sono per loro natura
+            estensioni del Programma, e che non sono combinate con esso a formare un
+            altro programma più grande, dentro o in uno stesso supporto di
+            memorizzazione a lungo termine o di distribuzione, è semplicemente
+            detto “aggregato” se la raccolta e il suo copyright non sono
+            utilizzati per limitare l'accesso o i diritti legali degli utenti della
+            raccolta stessa oltre ciò che ciascun singolo programma
+            consente. L'inclusione di un programma coperto da questa Licenza in un
+            aggregato non comporta l'applicazione di questa Licenza alle altre parti
+            dell'aggregato.</p>
+
+        <h4>6. Distribuzione in formato non-sorgente.</h4>
+
+        <p>Puoi distribuire un programma coperto da questa Licenza in formato di
+            codice oggetto secondo i termini delle sezioni 4 e 5, ammesso che tu
+            fornisca anche il  Sorgente Corrispondente in formato comprensibile
+            da un computer sotto i termini di questa stessa Licenza, in uno dei
+            seguenti modi:</p>
+
+        <ul>
+            <li>a) Distribuendo il codice oggetto in, o contenuto in, un prodotto
+                fisico (inclusi i mezzi fisici di distribuzione), accompagnato dal
+                Sorgente Corrispondente su un supporto fisico duraturo comunemente
+                utilizzato per lo scambio di software.</li>
+
+            <li>b) Distribuendo il codice oggetto in, o contenuto in, un prodotto fisico
+                (inclusi i mezzi fisici di distribuzione), accompagnato da un'offerta
+                scritta, valida per almeno tre anni e valida per tutto il tempo
+                durante il quale tu offri ricambi o supporto per quel modello di
+                prodotto, di fornire a chiunque possieda il codice oggetto (1) una
+                copia del Sorgente Corrispondente di tutto il software contenuto nel
+                prodotto che è coperto da questa Licenza, su un supporto fisico
+                duraturo comunemente utilizzato per lo scambio di software, ad un
+                prezzo non superiore al costo ragionevole per effettuare fisicamente
+                tale distribuzione del sorgente, oppure (2) accesso alla copia del
+                Sorgente Corrispondente attraverso un server di rete senza alcun costo
+                aggiuntivo.</li>
+
+            <li>c) Distribuendo copie singole del codice oggetto assieme ad una copia
+                dell'offerta scritta di fornire il Sorgente Corrispondente. Questa
+                possibilità è permessa soltanto occasionalmente e per fini non
+                commerciali, e solo se tu hai ricevuto il codice oggetto assieme ad
+                una tale offerta, in accordo alla sezione 6b.</li>
+
+            <li>d) Distribuendo il codice oggetto mediante accesso da un luogo designato
+                (gratis o dietro pagamento di un prezzo), e offrendo un accesso
+                equivalente al Sorgente Corrispondente alla stessa maniera a partire
+                dallo stesso luogo senza costi aggiuntivi. Non devi obbligare i
+                destinatari a copiare il Sorgente Corrispondente assieme al codice
+                oggetto. Se il luogo dal quale copiare il codice oggetto è un server
+                di rete, il Sorgente Corrispondente può trovarsi su un server
+                differente (gestito da te o da terze parti) che fornisca
+                funzionalità equivalenti per la copia, a patto che tu fornisca delle
+                indicazioni chiare accanto al codice oggetto che indichino dove
+                trovare il Sorgente Corrispondente. Indipendentemente da quale server
+                ospiti il Sorgente Corrispondente, tu rimani obbligato ad assicurare
+                che esso rimanga disponibile per tutto il tempo necessario a
+                soddisfare queste condizioni.</li>
+
+            <li>e) Distribuendo il codice oggetto mediante trasmissione peer-to-peer, a
+                patto che tu informi gli altri peer circa il luogo in cui il codice
+                oggetto e il Sorgente Corrispondente sono gratuitamente offerti al
+                pubblico secondo i termini della sezione 6d.</li>
+        </ul>
+
+        <p>Una porzione separabile del codice oggetto, il cui sorgente è
+            escluso dal Sorgente Corrispondente e trattato come Libreria di
+            Sistema, non deve essere obbligatoriamente inclusa nella distribuzione
+            del codice oggetto del programma.</p>
+
+        <p>Un “Prodotto Utente” è un (1) “prodotto consumer”, cioè
+            qualunque proprietà personale tangibile che è normalmente utilizzata
+            per scopi personali, familiari o domestici, oppure (2) qualunque cosa
+            progettata o venduta per essere utilizzata in ambiente domestico. Nella
+            classificazione di un prodotto come “prodotto consumer”, i casi dubbi
+            andranno risolti in favore dell'ambito di applicazione. Per un dato
+            prodotto ricevuto da un dato utente, “normalmente utilizzato” si
+            riferisce ad un uso tipico o comune di quella classe di prodotti,
+            indipendentemente dallo stato dell'utente specifico o dal modo in cui
+            l'utente specifico utilizza, o si aspetta o ci si aspetta che utilizzi,
+            il prodotto. Un prodotto è un “prodotto consumer” indipendentemente
+            dal fatto che abbia usi commerciali, industriali o diversi da quelli
+            “consumer”, a meno che questi usi non rappresentino il solo modo utile
+            di utilizzare il prodotto in questione.</p>
+
+        <p>Le “Informazioni di Installazione” per un Prodotto Utente sono i
+            metodi, le procedure, le chiavi di autorizzazioni o altre informazioni
+            necessarie per installare ed eseguire versioni modificate di un
+            programma coperto da questa Licenza all'interno di un Prodotto Utente, a
+            partire da versioni modificate dei suoi Sorgenti Corrispondenti. Tali
+            informazioni devono essere sufficienti ad assicurare che il
+            funzionamento del codice oggetto modificato non sia in nessun caso
+            proibito o ostacolato per il solo fatto che sono state apportate delle
+            modifiche.</p>
+
+        <p>Se distribuisci un codice oggetto secondo le condizioni di questa
+            sezione in, o assieme, o specificatamente per l'uso in o con un Prodotto
+            Utente, e la distribuzione avviene come parte di una transazione nella
+            quale il diritto di possesso e di uso del Prodotto Utente viene
+            trasferito al destinatario per sempre o per un periodo prefissato
+            (indipendentemente da come la transazione sia caratterizzata), il
+            Sorgente Corrispondente distribuito secondo le condizioni di questa
+            sezione deve essere accompagnato dalle Informazioni di
+            Installazione. Questa condizione non è richiesta se nè tu nè una
+            terza parte ha la possibilità di installare versioni modificate del
+            codice oggetto sul Prodotto Utente (ad esempio, se il programma è
+            installato su una ROM).</p>
+
+        <p>La condizione che richiede di fornire delle Informazioni di Installazione
+            non implica che venga fornito supporto, garanzia o aggiornamenti per un
+            programma che è stato modificato o installato dal destinatario, o per
+            il Prodotto Utente in cui esso è stato modificato o installato.
+            L'accesso ad una rete può essere negato se le modifiche apportate
+            impattano materialmente sull'operatività della rete o se violano le
+            regole e i protocolli di comunicazione attraverso la rete.</p>
+
+        <p>Il Sorgente Corrispondente distribuito, e le Informazioni di
+            Installazione fornite, in accordo con questa sezione, devono essere in
+            un formato che sia pubblicamente documentato (e con una implementazione
+            pubblicamente disponibile in formato di codice sorgente), e non devono
+            richiedere speciali password o chiavi per essere spacchettate, lette o
+            copiate.</p>
+
+        <h4>7. Condizioni Aggiuntive.</h4>
+
+        <p>Le “Condizioni Aggiuntive” sono condizioni che completano le
+            condizioni di questa Licenza permettendo delle eccezioni a una o più
+            delle condizioni sopra elencate. Le condizioni aggiuntive che sono
+            applicabili all'intero Programma devono essere considerate come se
+            fossero incluse in questa Licenza, a patto che esse siano valide secondo
+            le normative vigenti. Se alcune condizioni aggiuntive fanno riferimento
+            soltanto ad alcune parti del Programma, quelle parti possono essere
+            utilizzate separatamente sotto le stesse condizioni, ma l'intero
+            Programma rimane sottoposto a questa Licenza senza riferimento ad alcuna
+            condizione aggiuntiva.</p>
+
+        <p>Quando distribuisci una copia di un programma coperto da questa Licenza,
+            puoi, a tua discrezione, eliminare qualunque condizione aggiuntiva dalla
+            copia, o da parte di essa. (Le Condizioni Aggiuntive possono essere
+            scritte in maniera tale da richiedere la loro rimozione in certi casi di
+            modifica del Programma). Puoi aggiungere Condizioni Aggiuntive su
+            materiale, aggiunto da te ad un'opera coperta da questa Licenza, per il
+            quale hai o puoi garantire un'adeguata licenza di copyright.</p>
+
+        <p>Indipendentemente da qualunque altra condizione di questa Licenza, e per
+            il materiale che aggiungi ad un'opera coperta da questa Licenza, puoi
+            (se autorizzato dai legittimi detentori del copyright per il suddetto
+            materiale) aggiungere alle condizioni di questa Licenza delle condizioni
+            che:</p>
+
+        <ul>
+            <li>a) Negano la garanzia o limitano la responsabilità del Programma in
+                maniera differente da quanto riportato nelle sezioni 15 e 16 di questa
+                Licenza; oppure</li>
+
+            <li>b) Richiedono il mantenimento di specifiche e circostanziate informative
+                legali o di note di attribuzione ad autori nel materiale o assieme
+                alle Adeguate Informazioni Legali mostrate dal Programma che lo
+                contiene; oppure</li>
+
+            <li>c) Proibiscono di fornire informazioni errate o ingannevoli sull'origine
+                e la provenienza del materiale in oggetto, o richiedono che versioni
+                modificate di tale materiale siano appositamente marcate in maniera
+                differente rispetto alla versione originale; oppure</li>
+
+            <li>d) Limitano l'utilizzo per scopi pubblicitari del nome dei detentori del
+                copyright o degli autori del materiale; oppure</li>
+
+            <li>e) Rifiutano di garantire diritti secondo le leggi sulla proprietà
+                intellettuale circa l'uso di nomi, marchi di fabbrica o similari;
+                oppure</li>
+
+            <li>f) Richiedono l'indennizzo dei detentori del copyright o degli autori del
+                materiale in oggetto da parte di chi distribuisce il materiale (o
+                versioni modificate dello stesso) con impegni contrattuali circa la
+                responsabilità nei confronti del destinatario, per qualunque
+                responsabilità che questi impegni contrattuali dovessero imporre
+                direttamente ai suddetti detentori del copyright e autori.</li>
+        </ul>
+
+        <p>Tutte le altre condizioni addizionali non-permissive sono considerate
+            “ulteriori restrizioni”, secondo il significato specificato alla
+            sezione 10. Se il Programma o parti di esso contengono, all'atto della
+            ricezione dello stesso, informative che specificano che esso è
+            soggetto a questa Licenza assieme ad una condizione che è una
+            “ulteriore restrizione”, puoi rimuovere quest'ultima condizione. Se un
+            documento di licenza contiene ulteriori restrizioni ma permette di
+            rilicenziare o distribuire il Programma con questa Licenza, puoi
+            aggiungere al Programma del materiale coperto dalle condizioni di quel
+            documento di licenza, a patto che le ulteriori restrizioni non compaiano
+            nelle versioni rilicenziate o ridistribuite.</p>
+
+        <p>Se aggiungi ad un Programma coperto da questa Licenza delle condizioni
+            aggiuntive in accordo con questa sezione, devi aggiungere anche, nei
+            file sorgenti corrispondenti, un avviso che riassuma le condizioni
+            aggiuntive applicate a quei file, ovvero un avviso che specifichi dove
+            è possibile trovare copia delle condizioni aggiunte.</p>
+
+        <p>Tutte le Condizioni aggiuntive, permissive o non-permissive, devono
+            essere espresse nella forma di una licenza scritta e separata, o
+            espresse esplicitamente come eccezioni; in entrambi i casi valgono le
+            condizioni succitate.</p>
+
+        <h4>8. Cessazione di Licenza.</h4>
+
+        <p>Non puoi propagare o modificare un programma coperto da questa Licenza
+            in maniera diversa da quanto espressamente consentito da questa
+            Licenza. Qualunque tentativo di propagare o modificare altrimenti il
+            Programma è nullo, e provoca l'immediata cessazione dei diritti
+            garantiti da questa Licenza (compresi tutte le eventuali licenze di
+            brevetto garantite ai sensi del terzo paragrafo della sezione 11).</p>
+
+        <p>In ogni caso, se cessano tutte le violazioni di questa Licenza, allora
+            la tua licenza da parte di un dato detentore del copyright viene
+            ripristinata (a) in via cautelativa, a meno che e fino a quando il
+            detentore del copyright non cessa esplicitamente e definitivamente la
+            tua licenza, e (b) in via permanente se il detentore del copyright non
+            ti notifica in alcun modo la violazione entro 60 giorni dalla cessazione
+            della licenza.</p>
+
+        <p>Inoltre, la tua licenza da parte di un dato detentore del copyright
+            viene ripristinata in maniera permanente se il detentore del copyright ti
+            notifica la violazione in maniera adeguata, se questa è la prima volta
+            che ricevi una notifica di violazione di questa Licenza (per qualunque
+            Programma) dallo stesso detentore di copyright, e se rimedi alla
+            violazione entro 30 giorni dalla data di ricezione della notifica di
+            violazione.</p>
+
+        <p>La cessazione dei tuoi diritti come specificato in questa sezione non
+            provoca la cessazione delle licenze di terze parti che abbiano ricevuto
+            copie o diritti da te secondo questa Licenza. Se i tuoi diritti cessano
+            e non sono ristabiliti in via permanente, non hai diritto di ricevere
+            nuove licenze per lo stesso materiale, secondo quanto stabilito nella
+            sezione 10.</p>
+
+        <h4>9. L'ottenimento di copie non richiede l'accettazione della Licenza.</h4>
+
+        <p>Non sei obbligato ad accettare i termini di questa Licenza al solo fine
+            di ottenere o eseguire una copia del Programma. Similmente, propagazioni
+            collaterali di un Programma coperto da questa Licenza che occorrono come
+            semplice conseguenza dell'utilizzo di trasmissioni peer-to-peer per la
+            ricezione di una copia non richiedono l'accettazione della Licenza. In
+            ogni caso, solo e soltanto questa Licenza ti garantiscono il permesso di
+            propagare e modificare qualunque programma coperto da questa
+            Licenza. Queste azioni violano le leggi sul copyright nel caso in cui tu
+            non accetti questa Licenza. Pertanto, modificando o propagando un
+            programma coperto da questa Licenza, indichi implicitamente la tua
+            accettazione della Licenza.</p>
+
+        <h4>10. Licenza Automatica per i successivi destinatari.</h4>
+
+        <p>Ogni qual volta distribuisci un programma coperto da questa Licenza, il
+            destinatario riceve automaticamente una licenza, dal detentore
+            originario del copyright, di eseguire, modificare e propagare il
+            programma, nel rispetto di questa Licenza. Non sei ritenuto responsabile
+            del rispetto di questa Licenza da parte di terze parti.</p>
+
+        <p>Una “transazione d' entità” è una transazione che trasferisce il
+            controllo di una organizzazione, o sostanzialmente di tutti i suoi beni,
+            che suddivide una organizzazione o che fonde più organizzazioni. Se la
+            propagazione di un programma coperto da questa Licenza è conseguente
+            ad una transazione di entità, ciascuna parte che ha ruolo nella
+            transazione e che riceve una copia del programma riceve allo stesso tempo
+            qualsiasi licenza sul programma che i predecessori della parte
+            possedevano o potevano rilasciare nel rispetto del paragrafo precedente,
+            e in più il diritto di possesso del Sorgente Corrispondente del
+            programma dal predecessore in interesse, se il predecessore lo possiede
+            o se può ottenerlo senza troppe difficoltà.</p>
+
+        <p>Non puoi imporre nessuna ulteriore restrizione sull'esercizio dei
+            diritti garantiti o affermati da questa Licenza. Per esempio, non puoi
+            imporre un prezzo di licenza, una royalty, o altri costi per
+            l'esercizio dei diritti garantiti da questa Licenza, a non puoi dar
+            corso ad una controversia (ivi incluse le controversie incrociate o la
+            difesa in cause legali) affermando che siano stati violati dei
+            brevetti a causa della produzione, dell'uso, della vendita, della
+            messa in vendita o dell'importazione del Programma o di sue parti.</p>
+
+        <h4>11. Brevetti.</h4>
+
+        <p>Un “contribuente” è un detentore di copyright che autorizza l'uso
+            secondo questa Licenza di un Programma o di un'opera basata sul
+            Programma. L'opera così licenziata viene chiamata “versione del
+            contribuente”.</p>
+
+        <p>I “diritti essenziali di brevetto” da parte di un contribuente sono
+            tutti i diritti di brevetto che appartengono o che sono controllati dal
+            contribuente, che siano già acquisiti o che saranno acquisiti in
+            futuro, che possano essere violati in qualche maniera, consentita da
+            questa Licenza, generando, modificando o vendendo la versione del
+            contribuente, ma non includono i diritti che possano essere violati
+            soltanto come conseguenza di ulteriori modifiche alla versione del
+            contribuente. In relazione a questa definizione, il termine
+            “controllo” include il diritto di garantire sottolicenze di brevetto
+            in maniera consistente con le condizioni di questa Licenza.</p>
+
+        <p>Ciascun contribuente ti garantisce la licenza di brevetto sui diritti
+            essenziali di brevetto del contribuente stesso non-esclusiva, valida in
+            tutto il mondo, esente da royalty, di creare, usare, vendere, offrire in
+            vendita, importare e altrimenti eseguire, modificare e propagare i
+            contenuti della versione del contribuente.</p>
+
+        <p>Nei tre paragrafi successivi, con “licenza di brevetto” si intende
+            qualunque accordo o contratto, comunque denominato, di non
+            rivendicazione di un brevetto (come ad esempio un permesso esplicito di
+            utilizzare un brevetto o un accordo di rinuncia alla persecuzione per
+            violazione di brevetto). “Garantire” una tale licenza di brevetto ad
+            una parte significa portare a termine un tale accordo o contratto di non
+            rivendicazione di brevetto contro la parte.</p>
+
+        <p>Se distribuisci un programma coperto da questa Licenza, confidando
+            consapevolmente su una licenza di brevetto, e il Sorgente Corrispondente
+            per il programma non è reso disponibile per la copia, senza alcun
+            onere aggiuntivo e comunque nel rispetto delle condizioni di questa
+            Licenza, attraverso un server di rete pubblicamente accessibile o
+            tramite altri mezzi facilmente accessibili, allora devi (1) fare in modo
+            che il Sorgente Corrispondente sia reso disponibile come sopra, oppure
+            (2) fare in modo di rinunciare ai benefici della licenza di brevetto per
+            quel particolare programma, oppure (3) adoperarti, in maniera
+            consistente con le condizioni di questa Licenza, per estendere la
+            licenza di brevetto a tutti i destinatari successivi. “Confidare
+            consapevolmente” significa che tu sei attualmente cosciente che,
+            eccettuata la licenza di brevetto, la distribuzione da parte tua di un
+            programma protetto da questa Licenza in un paese, o l'utilizzo in un
+            paese del programma coperto da questa Licenza da parte di un
+            destinatario, può violare uno o più brevetti in quel paese che tu
+            hai ragione di ritenere validi.</p>
+
+        <p>Se, come conseguenza o in connessione con una singola transazione o
+            con un dato accordo, distribuisci, o fai in modo di distribuire, un
+            programma coperto da questa Licenza, e garantisci una licenza di
+            brevetto per alcune delle parti che ricevono il Programma
+            autorizzandole ad utilizzare, propagare, modificare o distribuire una
+            specifica copia del Programma, allora la licenza di brevetto che
+            fornisci è automaticamente estesa a tutti i destinatari del
+            Programma coperto da questa Licenza e delle opere basate sul
+            Programma.</p>
+
+        <p>Una licenza di brevetto è “discriminatoria” se non include
+            nell'ambito della sua copertura, proibisce l'esercizio, o è vincolata
+            al non-esercizio di uno o più dei diritti che sono specificatamente
+            garantiti da questa Licenza. Non puoi distribuire un Programma coperto
+            da questa Licenza se sei parte di un accordo con una terza parte la cui
+            attività comprende la distribuzione di software, secondo il quale tu
+            sei costretto ad un pagamento alla parte terza in funzione della tua
+            attività di distribuzione del Programma, e in conseguenza del quale la
+            parte terza garantisce, a qualunque delle parti che riceveranno il
+            Programma da te, una licenza di brevetto discriminatoria (a) assieme a
+            copie del Programma coperto da questa Licenza distribuite da te (o ad
+            altre copie fatte da codeste copie), oppure (b) principalmente per e in
+            connessione con specifici prodotti o raccolte di prodotti che contengono
+            il Programma, a meno che l'accordo non sia stato stipulato, o le licenze
+            di brevetto non siano state rilasciate, prima del 28 Marzo 2007.</p>
+
+        <p>Nessuna parte di questa Licenza può essere interpretata come atta ad
+            escludere o limitare gli effetti di qualunque altra licenza o altri
+            meccanismi di difesa dalla violazione che possano altrimenti essere resi
+            disponibili dalla normativa vigente in materia di brevetti.</p>
+
+        <h4>12. Nessuna resa di libertà altrui.</h4>
+
+        <p>Se ti vengono imposte delle condizioni (da un ordine giudiziario, da
+            un accordo o da qualunque altra eventualità) che contraddicono le
+            condizioni di questa Licenza, non sei in nessun modo esonerato dal
+            rispetto delle condizioni di questa Licenza. Se non puoi distribuire
+            un Programma coperto da questa Licenza per sottostare simultaneamente
+            agli obblighi derivanti da questa Licenza e ad altri obblighi
+            pertinenti, allora non puoi distribuire il Programma per nessun
+            motivo. Per esempio, se accetti delle condizioni che ti obbligano a
+            richiedere il pagamento di una royalty per le distribuzioni
+            successivamente effettuate da coloro ai quali hai distribuito il
+            Programma, l'unico modo per soddisfare sia queste condizioni che
+            questa Licenza è evitare del tutto la distribuzione del Programma.</p>
+
+        <h4>13. Utilizzo con la GNU Affero General Public License.</h4>
+
+        <p>Indipendentemente da qualunque altra condizione espressa da questa
+            Licenza, hai il permesso di collegare o combinare qualunque Programma
+            coperto da questa Licenza con un'opera rilasciata sotto la versione 3
+            della licenza GNU Affero General Public License, ottenendo un singolo
+            Programma derivato, e di distribuire il Programma risultante. Le
+            condizioni di questa Licenza continuano a valere per le parti
+            riguardanti il Programma che sono coperte da questa Licenza, mentre le
+            condizioni speciali della GNU Affero General Public License, sezione 13,
+            riguardanti l'interazione mediante rete, saranno applicate al Programma
+            così risultante.</p>
+
+        <h4>14. Versioni rivedute di questa Licenza.</h4>
+
+        <p>La Free Software Foundation può pubblicare delle versioni rivedute
+            e/o delle nuove versioni della GNU General Public License di tanto in
+            tanto. Tali versioni saranno simili, nello spirito, alla presente
+            versione, ma potranno differire nei dettagli al fine di affrontare
+            nuovi problemi e nuove situazioni.</p>
+
+        <p>A ciascuna versione viene assegnato un numero identificativo di
+            versione. Se il Programma specifica che si applica a sè stesso una
+            certa versione della GNU General Public License, “o qualunque altra
+            versione successiva”, hai la possibilità di sottostare alle
+            condizioni di quella specifica versione o di qualunque altra versione
+            successiva pubblicata dalla Free Software Foundation. Se il Programma
+            non specifica un numero di versione della GNU General Public License,
+            puoi scegliere qualunque versione della GNU General Public License
+            pubblicata dalla Free Software Foundation.</p>
+
+        <p>Se il Programma specifica che un sostituto o un procuratore può
+            decidere quali versioni future della GNU General Public License posso
+            essere utilizzate, allora tale scelta di accettazione di una data
+            versione ti autorizza, in maniera permanente, ad utilizzare quella
+            versione della Licenza per il Programma.</p>
+
+        <p>Versioni successive della Licenza possono garantire diritti aggiuntivi o
+            leggermente differenti. Ad ogni modo, nessun obbligo aggiuntivo viene
+            imposto agli autori o ai detentori di copyright come conseguenza della
+            tua scelta di adottare una versione successiva della Licenza.</p>
+
+        <h4>15. Rinuncia alla Garanzia.</h4>
+
+        <p>NON C'E' NESSUNA GARANZIA PER IL PROGRAMMA, PER QUANTO CONSENTITO DALLE
+            VIGENTI NORMATIVE. ECCETTO QUANDO ALTRIMENTI STABILITO PER ISCRITTO, I
+            DETENTORI DEL COPYRIGHT E/O LE ALTRE PARTI FORNISCONO IL PROGRAMMA
+            “COSI' COME È” SENZA GARANZIA DI ALCUN TIPO, NE' ESPRESSA NE'
+            IMPLICITA, INCLUSE, MA NON LIMITATE A, LE GARANZIE DI COMMERCIABILITA' O
+            DI UTILIZZABILITA' PER UN PARTICOLARE SCOPO. L'INTERO RISCHIO
+            CONCERNENTE LA QUALITA' E LE PRESTAZIONI DEL PROGRAMMA E' DEL
+            LICENZIATARIO. SE IL PROGRAMMA DOVESSE RISULTARE DIFETTOSO, IL
+            LICENZIATARIO SI ASSUME I COSTI DI MANUTENZIONE, RIPARAZIONE O
+            CORREZIONE.</p>
+
+        <h4>16. Limitazione di Responsabilità.</h4>
+
+        <p>IN NESSUN CASO, A MENO CHE NON SIA RICHIESTO DALLA NORMATIVA VIGENTE
+            O CONCORDATO PER ISCRITTO, I DETENTORI DEL COPYRIGHT, O QUALUNQUE
+            ALTRA PARTE CHE MODIICA E/O DISTRIBUISCE IL PROGRAMMA SECONDO LE
+            CONDIZIONI PRECEDENTI, POSSONO ESSERE RITENUTI RESPONSABILI NEI
+            CONFRONTI DEL LICENZIATARIO PER DANNI, INCLUSO QUALUNQUE
+            DANNEGGIAMENTO GENERICO, SPECIALE, INCIDENTALE O CONSEQUENZIALE
+            DOVUTO ALL'USO O ALL'IMPOSSIBILITA' D'USO DEL PROGRAMMA (INCLUSI, MA
+            NON LIMITATI A, LE PERDITE DI DATI, LA CORRUZIONE DI DATI, LE
+            PERDITE SOSTENUTE DAL LICENZIATARIO O DA TERZE PARTI O
+            L'IMPOSSIBILITA' DEL PROGRAMMA A FUNZIONARE ASSIEME AD ALTRI
+            PROGRAMMI), ANCHE NEL CASO IN CUI IL DETENTORE O LE ALTRE PARTI
+            SIANO STATI AVVISATI CIRCA LA POSSIBILITA' DI TALI DANNEGGIAMENTI.</p>
+
+        <h4>17. Interpretazione delle Sezioni 15 e 16.</h4>
+
+        <p>Se la dichiarazione di garanzia e la limitazione di responsabilità
+            fornite precedentemente non hanno effetto legale in un paese a causa
+            delle loro condizioni, le corti di giustizia devono applicare la norma
+            locale che più si avvicini al rifiuto assoluto di qualsivoglia
+            responsabilità civile relativa al Programma, a meno che una garanzia o
+            una assunzione di responsabilità scritta non accompagni una copia del
+            programma ottenuta dietro pagamento.</p>
+
+        <p>FINE DEI TERMINI E DELLE CONDIZIONI</p>
+
+        <h3>Come applicare questre condizioni di Licenza ai vostri programmi</h3>
+
+        <p>Se sviluppi un nuovo programma, e vuoi che esso sia della massima utilità,
+            il modo migliore è quello di renderlo software libero, in modo che chiunque
+            possa ridistribuirlo e modificarlo secondo i termini di questa Licenza.</p>
+
+        <p>Per fare ciò, allega le seguenti note informative al programma.
+            Il modo migliore è quello di inserirle all’inizio di ciascun file sorgente,
+            al fine di rimarcare adeguatamente la mancanza di garanzia; ciascun file dovrebbe inoltre contenere
+            la dichiarazione di copyright e un riferimento al posto in cui è possibile ottenere
+            la versione completa delle note informative.</p>
+
+<pre>&lt;one line to give the program’s name
+and a brief idea of what it does.&gt;
+Copyright (C) &lt;year&gt;  &lt;name of
+author&gt;
+
+This program 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.
+
+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 GNU
+General Public License for more
+details.
+
+You should have received a copy of
+the GNU General Public License
+along with this program.  If not, see
+&lt;http://www.gnu.org/licenses/&gt;.</pre>
+
+        <p>Inoltre, aggiungi le informazioni necessarie a contattarti via posta ordinaria o via posta elettronica.</p>
+
+        <p>Se il programma interagisce mediante terminale, fai in modo che visualizzi,
+            quando viene avviato in modalità interattiva, un breve messaggio come quello che segue:</p>
+
+<pre>&lt;program&gt;  Copyright (C) &lt;year&gt;
+&lt;name of author&gt;
+This program comes with ABSOLUTELY NO
+WARRANTY; for details type `show w'.
+This is free software, and you are
+welcome to redistribute it under
+certain conditions; type `show c'
+for details.</pre>
+
+        <p>Gli ipotetici comandi `show w' e `show c' devono visualizzare le parti corrispondenti
+            della GNU General Public License. Naturalmente i comandi del tuo programma potrebbero essere differenti;
+            per una interfaccia di tipo GUI, dovresti usare un bottone “About” o “Info”.</p>
+
+        <p>Devi inoltre fare in modo che il tuo datore di lavoro (se lavori come programmatore presso terzi) o la tua scuola,
+            eventualmente, firmino una “rinuncia al copyright” sul programma, se necessario.
+            Per maggiori informazioni su questo punto, e su come applicare e rispettare la GNU GPL, consultare la pagina
+            <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</p>
+
+        <p>La GNU General Public License non consente di incorporare il programma all’interno di software proprietario.
+            Se il tuo programma è una libreria di funzioni, potresti ritenere più opportuno consentire il collegamento
+            tra software proprietario e la tua libreria. Se è questo ciò che vuoi, allora utilizza la GNU Lesser General Public License
+            anziché questa Licenza, ma prima leggi
+            <<a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p>
 
         <hr/>
 
-        <h3>GNU General Public License</h3>
-        <p>Version 3, 29 June 2007</p>
+        <h3 style="text-align: center;">GNU AFFERO GENERAL PUBLIC LICENSE</h3>
+        <p style="text-align: center;">Version 3, 19 November 2007</p>
 
-        <p>Copyright &copy; 2007 Free Software Foundation, Inc.
-            &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;</p><p>
+        <p>Copyright © 2007 Free Software Foundation,
+            Inc. <<a href="https://fsf.org/">https://fsf.org/</a>>
+            <br>
             Everyone is permitted to copy and distribute verbatim copies
             of this license document, but changing it is not allowed.</p>
 
-        <h3>Preamble</h3>
+        <h3><a name="preamble"></a>Preamble</h3>
 
-        <p>The GNU General Public License is a free, copyleft license for
-            software and other kinds of works.</p>
+        <p>The GNU Affero General Public License is a free, copyleft license
+            for software and other kinds of works, specifically designed to ensure
+            cooperation with the community in the case of network server software.</p>
 
-        <p>The licenses for most software and other practical works are designed
-            to take away your freedom to share and change the works.  By contrast,
-            the GNU General Public License is intended to guarantee your freedom to
-            share and change all versions of a program--to make sure it remains free
-            software for all its users.  We, the Free Software Foundation, use the
-            GNU General Public License for most of our software; it applies also to
-            any other work released this way by its authors.  You can apply it to
-            your programs, too.</p>
+        <p>The licenses for most software and other practical works are
+            designed to take away your freedom to share and change the works.  By
+            contrast, our General Public Licenses are intended to guarantee your
+            freedom to share and change all versions of a program--to make sure it
+            remains free software for all its users.</p>
 
         <p>When we speak of free software, we are referring to freedom, not
             price.  Our General Public Licenses are designed to make sure that you
             want it, that you can change the software or use pieces of it in new
             free programs, and that you know you can do these things.</p>
 
-        <p>To protect your rights, we need to prevent others from denying you
-            these rights or asking you to surrender the rights.  Therefore, you have
-            certain responsibilities if you distribute copies of the software, or if
-            you modify it: responsibilities to respect the freedom of others.</p>
-
-        <p>For example, if you distribute copies of such a program, whether
-            gratis or for a fee, you must pass on to the recipients the same
-            freedoms that you received.  You must make sure that they, too, receive
-            or can get the source code.  And you must show them these terms so they
-            know their rights.</p>
-
-        <p>Developers that use the GNU GPL protect your rights with two steps:
-            (1) assert copyright on the software, and (2) offer you this License
-            giving you legal permission to copy, distribute and/or modify it.</p>
-
-        <p>For the developers' and authors' protection, the GPL clearly explains
-            that there is no warranty for this free software.  For both users' and
-            authors' sake, the GPL requires that modified versions be marked as
-            changed, so that their problems will not be attributed erroneously to
-            authors of previous versions.</p>
-
-        <p>Some devices are designed to deny users access to install or run
-            modified versions of the software inside them, although the manufacturer
-            can do so.  This is fundamentally incompatible with the aim of
-            protecting users' freedom to change the software.  The systematic
-            pattern of such abuse occurs in the area of products for individuals to
-            use, which is precisely where it is most unacceptable.  Therefore, we
-            have designed this version of the GPL to prohibit the practice for those
-            products.  If such problems arise substantially in other domains, we
-            stand ready to extend this provision to those domains in future versions
-            of the GPL, as needed to protect the freedom of users.</p>
-
-        <p>Finally, every program is threatened constantly by software patents.
-            States should not allow patents to restrict development and use of
-            software on general-purpose computers, but in those that do, we wish to
-            avoid the special danger that patents applied to a free program could
-            make it effectively proprietary.  To prevent this, the GPL assures that
-            patents cannot be used to render the program non-free.</p>
+        <p>Developers that use our General Public Licenses protect your rights
+            with two steps: (1) assert copyright on the software, and (2) offer
+            you this License which gives you legal permission to copy, distribute
+            and/or modify the software.</p>
+
+        <p>A secondary benefit of defending all users' freedom is that
+            improvements made in alternate versions of the program, if they
+            receive widespread use, become available for other developers to
+            incorporate.  Many developers of free software are heartened and
+            encouraged by the resulting cooperation.  However, in the case of
+            software used on network servers, this result may fail to come about.
+            The GNU General Public License permits making a modified version and
+            letting the public access it on a server without ever releasing its
+            source code to the public.</p>
+
+        <p>The GNU Affero General Public License is designed specifically to
+            ensure that, in such cases, the modified source code becomes available
+            to the community.  It requires the operator of a network server to
+            provide the source code of the modified version running there to the
+            users of that server.  Therefore, public use of a modified version, on
+            a publicly accessible server, gives the public access to the source
+            code of the modified version.</p>
+
+        <p>An older license, called the Affero General Public License and
+            published by Affero, was designed to accomplish similar goals.  This is
+            a different license, not a version of the Affero GPL, but Affero has
+            released a new version of the Affero GPL which permits relicensing under
+            this license.</p>
 
         <p>The precise terms and conditions for copying, distribution and
             modification follow.</p>
 
-        <h3>TERMS AND CONDITIONS</h3>
+        <h3><a name="terms"></a>TERMS AND CONDITIONS</h3>
 
-        <h4>0. Definitions.</h4>
+        <h4><a name="section0"></a>0. Definitions.</h4>
 
-        <p>&ldquo;This License&rdquo; refers to version 3 of the GNU General Public License.</p>
+        <p>"This License" refers to version 3 of the GNU Affero General Public
+            License.</p>
 
-        <p>&ldquo;Copyright&rdquo; also means copyright-like laws that apply to other kinds of
-            works, such as semiconductor masks.</p>
+        <p>"Copyright" also means copyright-like laws that apply to other kinds
+            of works, such as semiconductor masks.</p>
 
-        <p>&ldquo;The Program&rdquo; refers to any copyrightable work licensed under this
-            License.  Each licensee is addressed as &ldquo;you&rdquo;.  &ldquo;Licensees&rdquo; and
-            &ldquo;recipients&rdquo; may be individuals or organizations.</p>
+        <p>"The Program" refers to any copyrightable work licensed under this
+            License.  Each licensee is addressed as "you".  "Licensees" and
+            "recipients" may be individuals or organizations.</p>
 
-        <p>To &ldquo;modify&rdquo; a work means to copy from or adapt all or part of the work
+        <p>To "modify" a work means to copy from or adapt all or part of the work
             in a fashion requiring copyright permission, other than the making of an
-            exact copy.  The resulting work is called a &ldquo;modified version&rdquo; of the
-            earlier work or a work &ldquo;based on&rdquo; the earlier work.</p>
+            exact copy.  The resulting work is called a "modified version" of the
+            earlier work or a work "based on" the earlier work.</p>
 
-        <p>A &ldquo;covered work&rdquo; means either the unmodified Program or a work based
+        <p>A "covered work" means either the unmodified Program or a work based
             on the Program.</p>
 
-        <p>To &ldquo;propagate&rdquo; a work means to do anything with it that, without
+        <p>To "propagate" a work means to do anything with it that, without
             permission, would make you directly or secondarily liable for
             infringement under applicable copyright law, except executing it on a
             computer or modifying a private copy.  Propagation includes copying,
             distribution (with or without modification), making available to the
             public, and in some countries other activities as well.</p>
 
-        <p>To &ldquo;convey&rdquo; a work means any kind of propagation that enables other
+        <p>To "convey" a work means any kind of propagation that enables other
             parties to make or receive copies.  Mere interaction with a user through
             a computer network, with no transfer of a copy, is not conveying.</p>
 
-        <p>An interactive user interface displays &ldquo;Appropriate Legal Notices&rdquo;
+        <p>An interactive user interface displays "Appropriate Legal Notices"
             to the extent that it includes a convenient and prominently visible
             feature that (1) displays an appropriate copyright notice, and (2)
             tells the user that there is no warranty for the work (except to the
             the interface presents a list of user commands or options, such as a
             menu, a prominent item in the list meets this criterion.</p>
 
-        <h4>1. Source Code.</h4>
+        <h4><a name="section1"></a>1. Source Code.</h4>
 
-        <p>The &ldquo;source code&rdquo; for a work means the preferred form of the work
-            for making modifications to it.  &ldquo;Object code&rdquo; means any non-source
+        <p>The "source code" for a work means the preferred form of the work
+            for making modifications to it.  "Object code" means any non-source
             form of a work.</p>
 
-        <p>A &ldquo;Standard Interface&rdquo; means an interface that either is an official
+        <p>A "Standard Interface" means an interface that either is an official
             standard defined by a recognized standards body, or, in the case of
             interfaces specified for a particular programming language, one that
             is widely used among developers working in that language.</p>
 
-        <p>The &ldquo;System Libraries&rdquo; of an executable work include anything, other
+        <p>The "System Libraries" of an executable work include anything, other
             than the work as a whole, that (a) is included in the normal form of
             packaging a Major Component, but which is not part of that Major
             Component, and (b) serves only to enable use of the work with that
             Major Component, or to implement a Standard Interface for which an
             implementation is available to the public in source code form.  A
-            &ldquo;Major Component&rdquo;, in this context, means a major essential component
+            "Major Component", in this context, means a major essential component
             (kernel, window system, and so on) of the specific operating system
             (if any) on which the executable work runs, or a compiler used to
             produce the work, or an object code interpreter used to run it.</p>
 
-        <p>The &ldquo;Corresponding Source&rdquo; for a work in object code form means all
+        <p>The "Corresponding Source" for a work in object code form means all
             the source code needed to generate, install, and (for an executable
             work) run the object code and to modify the work, including scripts to
             control those activities.  However, it does not include the work's
         <p>The Corresponding Source for a work in source code form is that
             same work.</p>
 
-        <h4>2. Basic Permissions.</h4>
+        <h4><a name="section2"></a>2. Basic Permissions.</h4>
 
         <p>All rights granted under this License are granted for the term of
             copyright on the Program, and are irrevocable provided the stated
             the conditions stated below.  Sublicensing is not allowed; section 10
             makes it unnecessary.</p>
 
-        <h4>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h4>
+        <h4><a name="section3"></a>3. Protecting Users' Legal Rights From Anti-Circumvention Law.</h4>
 
         <p>No covered work shall be deemed part of an effective technological
             measure under any applicable law fulfilling obligations under article
             users, your or third parties' legal rights to forbid circumvention of
             technological measures.</p>
 
-        <h4>4. Conveying Verbatim Copies.</h4>
+        <h4><a name="section4"></a>4. Conveying Verbatim Copies.</h4>
 
         <p>You may convey verbatim copies of the Program's source code as you
             receive it, in any medium, provided that you conspicuously and
         <p>You may charge any price or no price for each copy that you convey,
             and you may offer support or warranty protection for a fee.</p>
 
-        <h4>5. Conveying Modified Source Versions.</h4>
+        <h4><a name="section5"></a>5. Conveying Modified Source Versions.</h4>
 
         <p>You may convey a work based on the Program, or the modifications to
             produce it from the Program, in the form of source code under the
             terms of section 4, provided that you also meet all of these conditions:</p>
 
         <ul>
+
             <li>a) The work must carry prominent notices stating that you modified
                 it, and giving a relevant date.</li>
 
             <li>b) The work must carry prominent notices stating that it is
                 released under this License and any conditions added under section
                 7.  This requirement modifies the requirement in section 4 to
-                &ldquo;keep intact all notices&rdquo;.</li>
+                "keep intact all notices".</li>
 
             <li>c) You must license the entire work, as a whole, under this
                 License to anyone who comes into possession of a copy.  This
                 Appropriate Legal Notices; however, if the Program has interactive
                 interfaces that do not display Appropriate Legal Notices, your
                 work need not make them do so.</li>
+
         </ul>
 
         <p>A compilation of a covered work with other separate and independent
             works, which are not by their nature extensions of the covered work,
             and which are not combined with it such as to form a larger program,
             in or on a volume of a storage or distribution medium, is called an
-            &ldquo;aggregate&rdquo; if the compilation and its resulting copyright are not
+            "aggregate" if the compilation and its resulting copyright are not
             used to limit the access or legal rights of the compilation's users
             beyond what the individual works permit.  Inclusion of a covered work
             in an aggregate does not cause this License to apply to the other
             parts of the aggregate.</p>
 
-        <h4>6. Conveying Non-Source Forms.</h4>
+        <h4><a name="section6"></a>6. Conveying Non-Source Forms.</h4>
 
         <p>You may convey a covered work in object code form under the terms
             of sections 4 and 5, provided that you also convey the
             in one of these ways:</p>
 
         <ul>
+
             <li>a) Convey the object code in, or embodied in, a physical product
                 (including a physical distribution medium), accompanied by the
                 Corresponding Source fixed on a durable physical medium
                 you inform other peers where the object code and Corresponding
                 Source of the work are being offered to the general public at no
                 charge under subsection 6d.</li>
+
         </ul>
 
         <p>A separable portion of the object code, whose source code is excluded
             from the Corresponding Source as a System Library, need not be
             included in conveying the object code work.</p>
 
-        <p>A &ldquo;User Product&rdquo; is either (1) a &ldquo;consumer product&rdquo;, which means any
+        <p>A "User Product" is either (1) a "consumer product", which means any
             tangible personal property which is normally used for personal, family,
             or household purposes, or (2) anything designed or sold for incorporation
             into a dwelling.  In determining whether a product is a consumer product,
             doubtful cases shall be resolved in favor of coverage.  For a particular
-            product received by a particular user, &ldquo;normally used&rdquo; refers to a
+            product received by a particular user, "normally used" refers to a
             typical or common use of that class of product, regardless of the status
             of the particular user or of the way in which the particular user
             actually uses, or expects or is expected to use, the product.  A product
             commercial, industrial or non-consumer uses, unless such uses represent
             the only significant mode of use of the product.</p>
 
-        <p>&ldquo;Installation Information&rdquo; for a User Product means any methods,
+        <p>"Installation Information" for a User Product means any methods,
             procedures, authorization keys, or other information required to install
             and execute modified versions of a covered work in that User Product from
             a modified version of its Corresponding Source.  The information must
             source code form), and must require no special password or key for
             unpacking, reading or copying.</p>
 
-        <h4>7. Additional Terms.</h4>
+        <h4><a name="section7"></a>7. Additional Terms.</h4>
 
-        <p>&ldquo;Additional permissions&rdquo; are terms that supplement the terms of this
+        <p>"Additional permissions" are terms that supplement the terms of this
             License by making exceptions from one or more of its conditions.
             Additional permissions that are applicable to the entire Program shall
             be treated as though they were included in this License, to the extent
             that material) supplement the terms of this License with terms:</p>
 
         <ul>
+
             <li>a) Disclaiming warranty or limiting liability differently from the
                 terms of sections 15 and 16 of this License; or</li>
 
                 it) with contractual assumptions of liability to the recipient, for
                 any liability that these contractual assumptions directly impose on
                 those licensors and authors.</li>
+
         </ul>
 
-        <p>All other non-permissive additional terms are considered &ldquo;further
-            restrictions&rdquo; within the meaning of section 10.  If the Program as you
+        <p>All other non-permissive additional terms are considered "further
+            restrictions" within the meaning of section 10.  If the Program as you
             received it, or any part of it, contains a notice stating that it is
-            governed by this License along with a term that is a further
-            restriction, you may remove that term.  If a license document contains
-            a further restriction but permits relicensing or conveying under this
-            License, you may add to a covered work material governed by the terms
-            of that license document, provided that the further restriction does
-            not survive such relicensing or conveying.</p>
+            governed by this License along with a term that is a further restriction,
+            you may remove that term.  If a license document contains a further
+            restriction but permits relicensing or conveying under this License, you
+            may add to a covered work material governed by the terms of that license
+            document, provided that the further restriction does not survive such
+            relicensing or conveying.</p>
 
         <p>If you add terms to a covered work in accord with this section, you
             must place, in the relevant source files, a statement of the
             form of a separately written license, or stated as exceptions;
             the above requirements apply either way.</p>
 
-        <h4>8. Termination.</h4>
+        <h4><a name="section8"></a>8. Termination.</h4>
 
         <p>You may not propagate or modify a covered work except as expressly
             provided under this License.  Any attempt otherwise to propagate or
             reinstated, you do not qualify to receive new licenses for the same
             material under section 10.</p>
 
-        <h4>9. Acceptance Not Required for Having Copies.</h4>
+        <h4><a name="section9"></a>9. Acceptance Not Required for Having Copies.</h4>
 
         <p>You are not required to accept this License in order to receive or
             run a copy of the Program.  Ancillary propagation of a covered work
             not accept this License.  Therefore, by modifying or propagating a
             covered work, you indicate your acceptance of this License to do so.</p>
 
-        <h4>10. Automatic Licensing of Downstream Recipients.</h4>
+        <h4><a name="section10"></a>10. Automatic Licensing of Downstream Recipients.</h4>
 
         <p>Each time you convey a covered work, the recipient automatically
             receives a license from the original licensors, to run, modify and
             propagate that work, subject to this License.  You are not responsible
             for enforcing compliance by third parties with this License.</p>
 
-        <p>An &ldquo;entity transaction&rdquo; is a transaction transferring control of an
+        <p>An "entity transaction" is a transaction transferring control of an
             organization, or substantially all assets of one, or subdividing an
             organization, or merging organizations.  If propagation of a covered
             work results from an entity transaction, each party to that
             any patent claim is infringed by making, using, selling, offering for
             sale, or importing the Program or any portion of it.</p>
 
-        <h4>11. Patents.</h4>
+        <h4><a name="section11"></a>11. Patents.</h4>
 
-        <p>A &ldquo;contributor&rdquo; is a copyright holder who authorizes use under this
+        <p>A "contributor" is a copyright holder who authorizes use under this
             License of the Program or a work on which the Program is based.  The
-            work thus licensed is called the contributor's &ldquo;contributor version&rdquo;.</p>
+            work thus licensed is called the contributor's "contributor version".</p>
 
-        <p>A contributor's &ldquo;essential patent claims&rdquo; are all patent claims
+        <p>A contributor's "essential patent claims" are all patent claims
             owned or controlled by the contributor, whether already acquired or
             hereafter acquired, that would be infringed by some manner, permitted
             by this License, of making, using, or selling its contributor version,
             but do not include claims that would be infringed only as a
             consequence of further modification of the contributor version.  For
-            purposes of this definition, &ldquo;control&rdquo; includes the right to grant
+            purposes of this definition, "control" includes the right to grant
             patent sublicenses in a manner consistent with the requirements of
             this License.</p>
 
             make, use, sell, offer for sale, import and otherwise run, modify and
             propagate the contents of its contributor version.</p>
 
-        <p>In the following three paragraphs, a &ldquo;patent license&rdquo; is any express
+        <p>In the following three paragraphs, a "patent license" is any express
             agreement or commitment, however denominated, not to enforce a patent
             (such as an express permission to practice a patent or covenant not to
-            sue for patent infringement).  To &ldquo;grant&rdquo; such a patent license to a
+            sue for patent infringement).  To "grant" such a patent license to a
             party means to make such an agreement or commitment not to enforce a
             patent against the party.</p>
 
             available, or (2) arrange to deprive yourself of the benefit of the
             patent license for this particular work, or (3) arrange, in a manner
             consistent with the requirements of this License, to extend the patent
-            license to downstream recipients.  &ldquo;Knowingly relying&rdquo; means you have
+            license to downstream recipients.  "Knowingly relying" means you have
             actual knowledge that, but for the patent license, your conveying the
             covered work in a country, or your recipient's use of the covered work
             in a country, would infringe one or more identifiable patents in that
             you grant is automatically extended to all recipients of the covered
             work and works based on it.</p>
 
-        <p>A patent license is &ldquo;discriminatory&rdquo; if it does not include within
+        <p>A patent license is "discriminatory" if it does not include within
             the scope of its coverage, prohibits the exercise of, or is
             conditioned on the non-exercise of one or more of the rights that are
             specifically granted under this License.  You may not convey a covered
             any implied license or other defenses to infringement that may
             otherwise be available to you under applicable patent law.</p>
 
-        <h4>12. No Surrender of Others' Freedom.</h4>
+        <h4><a name="section12"></a>12. No Surrender of Others' Freedom.</h4>
 
         <p>If conditions are imposed on you (whether by court order, agreement or
             otherwise) that contradict the conditions of this License, they do not
             the Program, the only way you could satisfy both those terms and this
             License would be to refrain entirely from conveying the Program.</p>
 
-        <h4>13. Use with the GNU Affero General Public License.</h4>
-
-        <p>Notwithstanding any other provision of this License, you have
-            permission to link or combine any covered work with a work licensed
-            under version 3 of the GNU Affero General Public License into a single
-            combined work, and to convey the resulting work.  The terms of this
-            License will continue to apply to the part which is the covered work,
-            but the special requirements of the GNU Affero General Public License,
-            section 13, concerning interaction through a network will apply to the
-            combination as such.</p>
-
-        <h4>14. Revised Versions of this License.</h4>
+        <h4><a name="section13"></a>13. Remote Network Interaction; Use with the GNU General Public License.</h4>
+
+        <p>Notwithstanding any other provision of this License, if you modify the
+            Program, your modified version must prominently offer all users
+            interacting with it remotely through a computer network (if your version
+            supports such interaction) an opportunity to receive the Corresponding
+            Source of your version by providing access to the Corresponding Source
+            from a network server at no charge, through some standard or customary
+            means of facilitating copying of software.  This Corresponding Source
+            shall include the Corresponding Source for any work covered by version 3
+            of the GNU General Public License that is incorporated pursuant to the
+            following paragraph.</p>
+
+        <p>Notwithstanding any other provision of this License, you have permission
+            to link or combine any covered work with a work licensed under version 3
+            of the GNU General Public License into a single combined work, and to
+            convey the resulting work.  The terms of this License will continue to
+            apply to the part which is the covered work, but the work with which it is
+            combined will remain governed by version 3 of the GNU General Public
+            License.</p>
+
+        <h4><a name="section14"></a>14. Revised Versions of this License.</h4>
 
         <p>The Free Software Foundation may publish revised and/or new versions of
-            the GNU General Public License from time to time.  Such new versions will
-            be similar in spirit to the present version, but may differ in detail to
-            address new problems or concerns.</p>
+            the GNU Affero General Public License from time to time.  Such new
+            versions will be similar in spirit to the present version, but may differ
+            in detail to address new problems or concerns.</p>
 
         <p>Each version is given a distinguishing version number.  If the
-            Program specifies that a certain numbered version of the GNU General
-            Public License &ldquo;or any later version&rdquo; applies to it, you have the
-            option of following the terms and conditions either of that numbered
-            version or of any later version published by the Free Software
-            Foundation.  If the Program does not specify a version number of the
-            GNU General Public License, you may choose any version ever published
-            by the Free Software Foundation.</p>
+            Program specifies that a certain numbered version of the GNU Affero
+            General Public License "or any later version" applies to it, you have
+            the option of following the terms and conditions either of that
+            numbered version or of any later version published by the Free
+            Software Foundation.  If the Program does not specify a version number
+            of the GNU Affero General Public License, you may choose any version
+            ever published by the Free Software Foundation.</p>
 
         <p>If the Program specifies that a proxy can decide which future
-            versions of the GNU General Public License can be used, that proxy's
-            public statement of acceptance of a version permanently authorizes you
-            to choose that version for the Program.</p>
+            versions of the GNU Affero General Public License can be used, that
+            proxy's public statement of acceptance of a version permanently
+            authorizes you to choose that version for the Program.</p>
 
         <p>Later license versions may give you additional or different
             permissions.  However, no additional obligations are imposed on any
             author or copyright holder as a result of your choosing to follow a
             later version.</p>
 
-        <h4>15. Disclaimer of Warranty.</h4>
+        <h4><a name="section15"></a>15. Disclaimer of Warranty.</h4>
 
         <p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
             APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-            HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &ldquo;AS IS&rdquo; WITHOUT WARRANTY
+            HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
             OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
             THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
             PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
             IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
             ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</p>
 
-        <h4>16. Limitation of Liability.</h4>
+        <h4><a name="section16"></a>16. Limitation of Liability.</h4>
 
         <p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
             WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
             EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
             SUCH DAMAGES.</p>
 
-        <h4>17. Interpretation of Sections 15 and 16.</h4>
+        <h4><a name="section17"></a>17. Interpretation of Sections 15 and 16.</h4>
 
         <p>If the disclaimer of warranty and limitation of liability provided
             above cannot be given local legal effect according to their terms,
             copy of the Program in return for a fee.</p>
 
         <p>END OF TERMS AND CONDITIONS</p>
+
+        <h3><a name="howto"></a>How to Apply These Terms to Your New Programs</h3>
+
+        <p>If you develop a new program, and you want it to be of the greatest
+            possible use to the public, the best way to achieve this is to make it
+            free software which everyone can redistribute and change under these terms.</p>
+
+        <p>To do so, attach the following notices to the program.  It is safest
+            to attach them to the start of each source file to most effectively
+            state the exclusion of warranty; and each file should have at least
+            the "copyright" line and a pointer to where the full notice is found.</p>
+
+<pre>&lt;one line to give the program's name
+and a brief idea of what it does.&gt;
+Copyright (C) &lt;year&gt;  &lt;name of
+author&gt;
+
+This program is free software: you
+can redistribute it and/or modify
+it under the terms of the GNU Affero
+General Public License as published
+by the Free Software Foundation,
+either version 3 of the License,
+or (at your option) any later
+version.
+
+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 GNU
+Affero General Public License for
+more details.
+
+You should have received a copy of
+the GNU Affero General Public
+License along with this program.
+If not, see
+&lt;https://www.gnu.org/licenses/&gt;.</pre>
+
+        <p>Also add information on how to contact you by electronic and paper mail.</p>
+
+        <p>If your software can interact with users remotely through a computer
+            network, you should also make sure that it provides a way for users to
+            get its source.  For example, if your program is a web application, its
+            interface could display a "Source" link that leads users to an archive
+            of the code.  There are many ways you could offer source, and different
+            solutions will be better for different programs; see section 13 for the
+            specific requirements.</p>
+
+        <p>You should also get your employer (if you work as a programmer) or school,
+            if any, to sign a "copyright disclaimer" for the program, if necessary.
+            For more information on this, and how to apply and follow the GNU AGPL, see
+            <<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>>.</p>
+
+        <hr/>
+
+        <h3 style="text-align: center;">Apache License</h3>
+        <p style="text-align: center;">Version 2.0, January 2004</p>
+        <p style="text-align: center;"><a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a></p>
+
+        <h3>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</h3>
+
+        <h4>1. Definitions.</h4>
+
+        <p>“License” shall mean the terms and conditions for use, reproduction, and
+            distribution as defined by Sections 1 through 9 of this document.</p>
+
+        <p>“Licensor” shall mean the copyright owner or entity authorized by the
+            copyright owner that is granting the License.</p>
+
+        <p>“Legal Entity” shall mean the union of the acting entity and all other
+            entities that control, are controlled by, or are under common control with
+            that entity. For the purposes of this definition, “control” means (i) the
+            power, direct or indirect, to cause the direction or management of such
+            entity, whether by contract or otherwise, or (ii) ownership of fifty
+            percent (50%) or more of the outstanding shares, or (iii) beneficial
+            ownership of such entity.</p>
+
+        <p>“You” (or “Your”) shall mean an individual or Legal Entity exercising
+            permissions granted by this License.</p>
+
+        <p>“Source” form shall mean the preferred form for making modifications,
+            including but not limited to software source code, documentation source,
+            and configuration files.</p>
+
+        <p>“Object” form shall mean any form resulting from mechanical transformation
+            or translation of a Source form, including but not limited to compiled
+            object code, generated documentation, and conversions to other media types.</p>
+
+        <p>“Work” shall mean the work of authorship, whether in Source or Object form,
+            made available under the License, as indicated by a copyright notice that
+            is included in or attached to the work (an example is provided in the
+            Appendix below).</p>
+
+        <p>“Derivative Works” shall mean any work, whether in Source or Object form,
+            that is based on (or derived from) the Work and for which the editorial
+            revisions, annotations, elaborations, or other modifications represent, as
+            a whole, an original work of authorship. For the purposes of this License,
+            Derivative Works shall not include works that remain separable from, or
+            merely link (or bind by name) to the interfaces of, the Work and Derivative
+            Works thereof.</p>
+
+        <p>“Contribution” shall mean any work of authorship, including the original
+            version of the Work and any modifications or additions to that Work or
+            Derivative Works thereof, that is intentionally submitted to Licensor for
+            inclusion in the Work by the copyright owner or by an individual or Legal
+            Entity authorized to submit on behalf of the copyright owner. For the
+            purposes of this definition, “submitted” means any form of electronic,
+            verbal, or written communication sent to the Licensor or its
+            representatives, including but not limited to communication on electronic
+            mailing lists, source code control systems, and issue tracking systems that
+            are managed by, or on behalf of, the Licensor for the purpose of discussing
+            and improving the Work, but excluding communication that is conspicuously
+            marked or otherwise designated in writing by the copyright owner as “Not a
+            Contribution.”</p>
+
+        <p>“Contributor” shall mean Licensor and any individual or Legal Entity on
+            behalf of whom a Contribution has been received by Licensor and
+            subsequently incorporated within the Work.</p>
+
+        <h4>2. Grant of Copyright License.</h4>
+
+        <p>Subject to the terms and conditions of this License, each Contributor hereby
+            grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+            irrevocable copyright license to reproduce, prepare Derivative Works of, publicly
+            display, publicly perform, sublicense, and distribute the Work and such
+            Derivative Works in Source or Object form.</p>
+
+        <h4>3. Grant of Patent License.</h4>
+
+        <p>Subject to the terms and conditions of this License, each Contributor hereby grants
+            to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+            (except as stated in this section) patent license to make, have made, use,
+            offer to sell, sell, import, and otherwise transfer the Work, where such
+            license applies only to those patent claims licensable by such Contributor
+            that are necessarily infringed by their Contribution(s) alone or by
+            combination of their Contribution(s) with the Work to which such
+            Contribution(s) was submitted. If You institute patent litigation against
+            any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+            that the Work or a Contribution incorporated within the Work constitutes
+            direct or contributory patent infringement, then any patent licenses
+            granted to You under this License for that Work shall terminate as of the
+            date such litigation is filed.</p>
+
+        <h4>4. Redistribution.</h4>
+
+        <p>You may reproduce and distribute copies of the Work or Derivative Works thereof
+            in any medium, with or without modifications, and in Source or Object form, provided
+            that You meet the following conditions:</p>
+
+        <ol>
+            <li>You must give any other recipients of the Work or Derivative Works a
+                copy of this License; and</li>
+
+            <li>You must cause any modified files to carry prominent notices stating
+                that You changed the files; and</li>
+
+            <li>You must retain, in the Source form of any Derivative Works that You
+                distribute, all copyright, patent, trademark, and attribution notices from
+                the Source form of the Work, excluding those notices that do not pertain to
+                any part of the Derivative Works; and</li>
+
+            <li>If the Work includes a “NOTICE” text file as part of its distribution,
+                then any Derivative Works that You distribute must include a readable copy
+                of the attribution notices contained within such NOTICE file, excluding
+                those notices that do not pertain to any part of the Derivative Works, in
+                at least one of the following places: within a NOTICE text file distributed
+                as part of the Derivative Works; within the Source form or documentation,
+                if provided along with the Derivative Works; or, within a display generated
+                by the Derivative Works, if and wherever such third-party notices normally
+                appear. The contents of the NOTICE file are for informational purposes only
+                and do not modify the License. You may add Your own attribution notices
+                within Derivative Works that You distribute, alongside or as an addendum to
+                the NOTICE text from the Work, provided that such additional attribution
+                notices cannot be construed as modifying the License.
+                <br/>
+                <br/>
+                You may add Your own copyright statement to Your modifications and may
+                provide additional or different license terms and conditions for use,
+                reproduction, or distribution of Your modifications, or for any such
+                Derivative Works as a whole, provided Your use, reproduction, and
+                distribution of the Work otherwise complies with the conditions stated in
+                this License.</li>
+        </ol>
+
+        <h4>5. Submission of Contributions.</h4>
+
+        <p>Unless You explicitly state otherwise, any Contribution intentionally submitted for
+            inclusion in the Work by You to the Licensor shall be under the terms and
+            conditions of this License, without any additional terms or conditions.
+            Notwithstanding the above, nothing herein shall supersede or modify the
+            terms of any separate license agreement you may have executed with Licensor
+            regarding such Contributions.</p>
+
+        <h4>6. Trademarks.</h4>
+
+        <p>This License does not grant permission to use the trade names, trademarks, service marks,
+            or product names of the Licensor, except as required for reasonable and customary use
+            in describing the origin of the Work and reproducing the content of the
+            NOTICE file.</p>
+
+        <h4>7. Disclaimer of Warranty.</h4>
+
+        <p>Unless required by applicable law or agreed to in writing, Licensor provides the Work
+            (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT
+            WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+            without limitation, any warranties or conditions of TITLE,
+            NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+            are solely responsible for determining the appropriateness of using or
+            redistributing the Work and assume any risks associated with Your exercise
+            of permissions under this License.</p>
+
+        <h4>8. Limitation of Liability.</h4>
+
+        <p>In no event and under no legal theory, whether in tort (including negligence), contract,
+            or otherwise, unless required by applicable law (such as deliberate and
+            grossly negligent acts) or agreed to in writing, shall any Contributor be
+            liable to You for damages, including any direct, indirect, special,
+            incidental, or consequential damages of any character arising as a result
+            of this License or out of the use or inability to use the Work (including
+            but not limited to damages for loss of goodwill, work stoppage, computer
+            failure or malfunction, or any and all other commercial damages or losses),
+            even if such Contributor has been advised of the possibility of such
+            damages.</p>
+
+        <h4>9. Accepting Warranty or Additional Liability.</h4>
+
+        <p>While redistributing the Work or Derivative Works thereof, You may choose
+            to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+            or other liability obligations and/or rights consistent with this License.
+            However, in accepting such obligations, You may act only on Your own behalf
+            and on Your sole responsibility, not on behalf of any other Contributor,
+            and only if You agree to indemnify, defend, and hold each Contributor
+            harmless for any liability incurred by, or claims asserted against, such
+            Contributor by reason of your accepting any such warranty or additional
+            liability.</p>
+
+        <p>END OF TERMS AND CONDITIONS</p>
+
+        <h3>APPENDIX: How to apply the Apache License to your work</h3>
+
+        <p>To apply the Apache License to your work, attach the following boilerplate
+            notice, with the fields enclosed by brackets “[]” replaced with your own
+            identifying information. (Don’t include the brackets!) The text should be
+            enclosed in the appropriate comment syntax for the file format. We also
+            recommend that a file or class name and description of purpose be included
+            on the same “printed page” as the copyright notice for easier
+            identification within third-party archives.</p>
+
+<pre>Copyright [yyyy] [name of copyright
+owner]
+
+Licensed under the Apache License,
+Version 2.0 (the “License”);
+you may not use this file except
+in compliance with the License.
+You may obtain a copy of the License
+at
+
+http://www.apache.org/licenses/
+LICENSE-2.0
+
+Unless required by applicable law
+or agreed to in writing, software
+distributed under the License is
+distributed on an “AS IS” BASIS,
+WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, either express or
+implied. See the License for the
+specific language governing
+permissions and limitations under
+the License.</pre>
     </body>
-</html>
\ No newline at end of file
+</html>