diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/gpl | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/gpl')
-rw-r--r-- | files/es/glossary/gpl/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/es/glossary/gpl/index.html b/files/es/glossary/gpl/index.html new file mode 100644 index 0000000000..8f35bee2cf --- /dev/null +++ b/files/es/glossary/gpl/index.html @@ -0,0 +1,30 @@ +--- +title: GPL +slug: Glossary/GPL +tags: + - Compartir + - Copyleft + - GNU + - GPL + - Glosario + - Libre + - Licencia + - Open Source +translation_of: Glossary/GPL +--- +<p>La lincencia GNU <em>GPL</em> (GNU General Public License en español <strong>Licencia Pública General de GNU</strong>) es una licencia de software libre <a href="/es/docs/Glossary/copyleft">copyleft</a> publicada por la <em>Free Software Foundation</em>. Los usuarios de un programa con licencia GPL son libres para usarlo, acceder al código fuente, modificarlo y distribuir los cambios; <span id="result_box" lang="es"><span>siempre que redistribuyan el programa completo (modificado o no modificado) bajo la misma licencia</span></span>.</p> + +<h2 id="Para_saber_más...">Para saber más...</h2> + +<h3 id="Cultura_General">Cultura General</h3> + +<ul> + <li>{{Interwiki("wikipedia","GNU_General_Public_License")}} en Wikipedia</li> +</ul> + +<h3 id="Referencia_Técnica">Referencia Técnica</h3> + +<ul> + <li><a href="https://gnu.org/licenses/gpl.html">GPL License</a></li> + <li><a href="http://www.gnu.org/licenses/gpl-faq.html">FAQ</a> de licencias GNU</li> +</ul> |