1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00
This commit is contained in:
damicofj 2024-02-20 17:28:26 +01:00 committed by GitHub
commit c1f3d12976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
21 changed files with 14716 additions and 0 deletions

203
es/comunidad.html Normal file
View File

@ -0,0 +1,203 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Chivo:900"
/>
<link rel="stylesheet" href="css/css-application.css" />
<link
rel="shortcut icon"
href="favicons/4333--favicon.ico"
type="image/x-icon"
/>
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Proyectos y comunidades ya existentes | Elige una licencia</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Existing projects and communities" />
<meta property="og:locale" content="en_US" />
<meta
name="description"
content="Non-judgmental guidance on choosing a license for your open source project"
/>
<meta
property="og:description"
content="Non-judgmental guidance on choosing a license for your open source project"
/>
<link rel="canonical" href="https://eligeunalicencia.com/comunidad/" />
<meta property="og:url" content="https://eligeunalicencia.com/comunidad/" />
<meta property="og:site_name" content="Choose a License" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta
property="twitter:title"
content="Existing projects and communities"
/>
<meta name="twitter:site" content="@github" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"description": "Non-judgmental guidance on choosing a license for your open source project",
"headline": "Existing projects and communities",
"url": "https://eligeunalicencia.com/comunidad/"
}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="default">
<div class="container">
<ol>
<li>
<a href="index.html">Inicio</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://eligeunalicencia.com/",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://eligeunalicencia.com/community/",
"name": "Existing projects and communities"
}
}
]
}
</script>
<h1>Proyectos y comunidades ya existentes</h1>
<p>
Si está contribuyendo o ampliando un proyecto existente,
casi siempre es más fácil continuar usando ese proyecto
licencia. Para encontrar su licencia, busque un archivo llamado
<code class="language-plaintext highlighter-rouge">LICECIAE</code> o
<code class="language-plaintext highlighter-rouge">COPIA</code>, y
hojear el proyecto
<code class="language-plaintext highlighter-rouge">README</code>. Si no
podes encontrar una licencia,
<a href="sin-licencia.html">preguntale a los mantenedores</a>.
</p>
<p>
Dependiendo de la licencia del proyecto original, usando la misma
la licencia puede ser un requisito, no solo lo más fácil de hacer. (Ver
la misma condición de licencia de
<a href="licencias.html">alguna licencia</a>.)
</p>
<p>
Algunas comunidades tienen fuertes preferencias por licencias particulares. Si usted
quieren participar en uno de estos, será más fácil utilizar su
licencia preferida, incluso si está comenzando un nuevo proyecto
sin dependencias existentes. Algunos ejemplos incluyen:
</p>
<ul class="bullets">
<li>
<a href="https://www.apache.org/licenses/">Apache</a> requiere
<a href="apache-2.html">Apache License 2.0</a>
</li>
<li>
<a
href="https://github.com/cncf/foundation/blob/main/charter.md#11-ip-policy"
>Cloud Native Computing Foundation</a
>
requires <a href="apache-2.html">Apache License 2.0</a>
</li>
<li>
<a href="https://www.gnu.org/licenses/license-recommendations.html"
>GNU</a
>
requiere <a href="gpl-3.0.html">GNU GPLv3</a> para la mayoria de los programas
</li>
<li>
<a href="https://libraries.io/search?platforms=npm">paquetes npm</a>
usa abrumadoramente el <a href="mit.html">MIT</a> o el muy similar
<a href="isc.html">ISC</a> licencia
</li>
<li>
<a href="https://www.openbsd.org/policy.html">OpenBSD</a> tiene preferencia por
<a href="isc.html">ISC License</a>
</li>
<li>
<a
href="https://rust-lang.github.io/api-guidelines/necessities.html#crate-and-its-dependencies-have-a-permissive-license-c-permissive"
>Rust</a
>
crates están abrumadoramente autorizadas bajo ambas
<a href="mit.html">MIT</a> y
<a href="apache-2.html">Apache License 2.0</a>
</li>
<li>
<a href="https://wordpress.org/about/license/">WordPress</a> plugins
y temas deben ser <a href="gpl-3.0.html">GNU GPLv2</a> (o posterior)
</li>
</ul>
<p>
Las comunidades vienen en todas las formas y tamaños, y más de una comunidad
podría ser pertinente (por ejemplo, tenga en cuenta
<a
href="https://opensource.guide/legal/#what-does-my-companys-legal-team-need-to-know"
>su compania</a
>
si trabajas para uno). Los ejemplos anteriores están <em>muy</em> bien
establecido. Si la comunidad para la que está construyendo un proyecto
no tiene tradiciones de concesión de licencias inamovibles, o no
vea su proyecto como parte de una comunidad en particular, eso está bien:
<a href="index.html"
>haga su propia elección de una licencia de código abierto</a
>.
</p>
<footer class="site-footer clearfix">
<nav>
<a href="about.html">Acerca</a>
<a href="terms-of-service.html">Terminos de servicio</a>
<a
href="https://github.com/github/eligeunalicencia.com/edit/gh-pages/community.md"
>Ayudanos a mejorar esta pagina</a
>
</nav>
<p>
The content of this site is licensed under the
<a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a
>.
</p>
<div class="with-love">
Hecho con amor &#10084;&#65039; por
<a href="https://github.com">GitHub, Inc.</a> and
<a href="https://github.com/github/eligeunalicencia.com">You!</a>
</div>
</footer>
</div>
<!-- /container -->
</body>
</html>

188
es/index.html Normal file
View File

@ -0,0 +1,188 @@
<!-- COMMAND + SHIFT + P : Format Document -->
<!DOCTYPE html>
<html lang="es">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Chivo:900"
/>
<link rel="stylesheet" href="css/css-application.css" />
<!-- <link
rel="shortcut icon"
href="favicons/6719--favicon.ico"
type="image/x-icon"
/> -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<title>Elige una licencia de codigo abierto | Elige una licencia</title>
<meta property="og:title" content="Elige una licencia de codigo abierto" />
<meta property="og:locale" content="es" />
<meta
name="description"
content="Guia para elegir una licencia para su proyecto open source"
/>
<meta
property="og:description"
content="Guia para elegir una licencia para su proyecto open source"
/>
<link rel="canonical" href="https://eligeunalicencia.com/" />
<meta property="og:url" content="https://eligeunalicencia.com/" />
<meta property="og:site_name" content="Elige una Licencia" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Elige una licencia open source" />
<meta name="twitter:site" content="@github" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"description": "Guia para elegir una licencia para su proyecto open source",
"headline": "Elige una licencia open source",
"name": "Elige una Licencia",
"url": "https://eligeunalicencia.com/"
}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="default home">
<div class="container">
<h1>Elige una licencia de codigo abierto</h1>
<p>
Una licencia de codigo abierto protege a los creadores y a los usuarios.
Emprendedores y desarrolladores no empiezan sus proyectos sin esta
proteccion.
</p>
<h2>
<span>{</span>
Cual de las siguientes opciones describe mejor tu situacion?
<span>}</span>
</h2>
<ul class="triptych situations clearfix">
<li class="existing">
<a href="comunidad.html">
<span class="triptych-sprite community"></span>
<h3>Necesito trabajar con una comunidad.</h3>
</a>
<p>
Usa las
<a href="comunidad.html"
>Licencias mas elegidas por las comunidades</a
>
,dependiendo de lo que depende tu proyecto.
</p>
<p>
Si estas utilizando una dependencia que no tiene licencia,
preguntale a los propietarios para <a
href="sin-licencia.html"
>
agregar una licencia</a
>.
</p>
</li>
<li class="whatever">
<a href="mit.html">
<span class="triptych-sprite three-arrows"></span>
<h3>Necesito algo simple y permisivo.</h3>
</a>
<p>
La <a href="mit.html">Licencia MIT</a> es simple y concisa. Permite
a los usuarios hacer lo que quieran con tu proyecto, como modificar y
distribuir versiones.
</p>
<p>
<a href="https://github.com/babel/babel/blob/master/LICENSE"
>Babel</a
>,
<a href="https://github.com/dotnet/runtime/blob/main/LICENSE.TXT"
>.NET</a
>, y
<a href="https://github.com/rails/rails/blob/master/MIT-LICENSE"
>Rails</a
>
Usar la licencia del MIT.
</p>
</li>
<li class="copyleft">
<a href="gpl-3.html">
<span class="triptych-sprite circular"></span>
<h3>Necesito compartir mejoras.</h3>
</a>
<p>
La <a href="gpl-3.html">Licencia GNU GPLv3</a> tambien permite a los
usuarios hacer casi cualquier cosa con tu proyecto,
<em>excepto</em> distribuir versiones.
</p>
<p>
<a href="https://github.com/ansible/ansible/blob/devel/COPYING"
>Ansible</a
>,
<a href="https://git.savannah.gnu.org/cgit/bash.git/tree/COPYING"
>Bash</a
>, and
<a href="https://git.gnome.org/browse/gimp/tree/COPYING">GIMP</a>
usar GNU GPLv3.
</p>
</li>
</ul>
<h2>
<span>{</span>
Que pasa si ninguna de estas me sirve?
<span>}</span>
</h2>
<ul class="triptych see-more clearfix">
<li>
<h3>Mi proyecto no es software.</h3>
<p><a href="no-software.html">Hay licencias para eso.</a></p>
</li>
<li>
<h3>Quiero mas opciones.</h3>
<p><a href="licencias.html">Hay mas licencias disponibles.</a></p>
</li>
<li>
<h3>No quiero elegir una licencia</h3>
<p>
<a href="sin-licencia.html"
>Esto es lo que pasa si no eliges una licencia.</a
>
</p>
</li>
</ul>
<footer class="site-footer clearfix">
<nav>
<a href="about.html">Nosotros</a>
<a href="terms-of-service.html">Terminos de uso</a>
</nav>
<p>
The content of this site is licensed under the
<a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a
>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by
<a href="https://github.com">GitHub, Inc.</a>(english version)
<a href="https://github.com/damicofj">,damicofj (spanish version)</a>
</div>
</footer>
</div>
<!-- /container -->
</body>
</html>

1008
es/licencias.html Normal file

File diff suppressed because it is too large Load Diff

1329
es/licencias/agpl-3.0.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,754 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/3965--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Apache License 2.0 | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="Apache License 2.0">
<meta property="og:locale" content="en_US">
<meta name="description" content="A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.">
<meta property="og:description" content="A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.">
<link rel="canonical" href="https://choosealicense.com/licenses/apache-2.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/apache-2.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-07-19T17:25:42+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Apache License 2.0">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-19T17:25:42+00:00","datePublished":"2022-07-19T17:25:42+00:00","description":"A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.","headline":"Apache License 2.0","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/apache-2.0/"},"url":"https://choosealicense.com/licenses/apache-2.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/apache-2.0/",
"name": "Apache License 2.0"
}
}]
}
</script>
<h1>Apache License 2.0</h1>
<div class="clearfix">
<div class="license-body">
<p>
A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="trademark-use">
<span class="license-sprite"></span>
Trademark use
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text"> Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"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.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"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.
"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).
"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.
"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."
"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.
2. Grant of Copyright License. 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.
3. Grant of Patent License. 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.
4. Redistribution. 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:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) 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
(d) 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.
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.
5. Submission of Contributions. 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.
6. Trademarks. 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.
7. Disclaimer of Warranty. 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.
8. Limitation of Liability. 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.
9. Accepting Warranty or Additional Liability. 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.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
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.
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>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="Apache-2.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
The Apache Software Foundation <a href="https://apache.org/foundation/license-faq.html#Apply-My-Software">recommends</a> taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text.
</p>
<p id="package-metadata">Add <strong><code>Apache-2.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/Apache-2.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/LICENSE" target="_blank">Kubernetes</a></li>
<li><a href="https://github.com/mozilla/pdf.js/blob/master/LICENSE" target="_blank">PDF.js</a></li>
<li><a href="https://github.com/apple/swift/blob/main/LICENSE.txt" target="_blank">Swift</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/apache-2.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

561
es/licencias/bsl-1.0.html Normal file
View File

@ -0,0 +1,561 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/8352--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Boost Software License 1.0 | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="Boost Software License 1.0">
<meta property="og:locale" content="en_US">
<meta name="description" content="A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.">
<meta property="og:description" content="A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.">
<link rel="canonical" href="https://choosealicense.com/licenses/bsl-1.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/bsl-1.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-07-19T17:25:42+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Boost Software License 1.0">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-19T17:25:42+00:00","datePublished":"2022-07-19T17:25:42+00:00","description":"A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.","headline":"Boost Software License 1.0","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/bsl-1.0/"},"url":"https://choosealicense.com/licenses/bsl-1.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/bsl-1.0/",
"name": "Boost Software License 1.0"
}
}]
}
</script>
<h1>Boost Software License 1.0</h1>
<div class="clearfix">
<div class="license-body">
<p>
A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright--source">
<span class="license-sprite"></span>
License and copyright notice for source
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="BSL-1.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the <a href="https://www.boost.org/users/license.html#FAQ">Boost Software License FAQ</a>.
</p>
<p id="package-metadata">Add <strong><code>BSL-1.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/BSL-1.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt" target="_blank">Boost</a></li>
<li><a href="https://github.com/catchorg/Catch2/blob/devel/LICENSE.txt" target="_blank">Catch2</a></li>
<li><a href="https://github.com/dlang/dmd/blob/master/LICENSE.txt" target="_blank">DMD</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/bsl-1.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

944
es/licencias/cc-by-4.0.html Normal file
View File

@ -0,0 +1,944 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/5624--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Creative Commons Attribution 4.0 International | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="Creative Commons Attribution 4.0 International">
<meta property="og:locale" content="en_US">
<meta name="description" content="Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.">
<meta property="og:description" content="Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.">
<link rel="canonical" href="https://choosealicense.com/licenses/cc-by-4.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/cc-by-4.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Creative Commons Attribution 4.0 International">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.","headline":"Creative Commons Attribution 4.0 International","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/cc-by-4.0/"},"url":"https://choosealicense.com/licenses/cc-by-4.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/cc-by-4.0/",
"name": "Creative Commons Attribution 4.0 International"
}
}]
}
</script>
<h1>Creative Commons Attribution 4.0 International</h1>
<div class="clearfix">
<div class="license-body">
<p>
Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="trademark-use">
<span class="license-sprite"></span>
Trademark use
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">Attribution 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution 4.0 International Public License ("Public License"). To the
extent this Public License may be interpreted as a contract, You are
granted the Licensed Rights in consideration of Your acceptance of
these terms and conditions, and the Licensor grants You such rights in
consideration of benefits the Licensor receives from making the
Licensed Material available under these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
d. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
e. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
f. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
g. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
h. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
4. If You Share Adapted Material You produce, the Adapter's
License You apply must not prevent recipients of the Adapted
Material from complying with this Public License.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public licenses.
Notwithstanding, Creative Commons may elect to apply one of its public
licenses to material it publishes and in those instances will be
considered the &ldquo;Licensor.&rdquo; The text of the Creative Commons public
licenses is dedicated to the public domain under the CC0 Public Domain
Dedication. Except for the limited purpose of indicating that material
is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the public
licenses.
Creative Commons may be contacted at creativecommons.org.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="CC-BY-4.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to solely supply a link to a copy of the license, usually to the <a href="https://creativecommons.org/licenses/by/4.0/">canonical URL for the license</a>.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p id="package-metadata">Add <strong><code>CC-BY-4.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/CC-BY-4.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/Fyrd/caniuse/blob/master/LICENSE" target="_blank">caniuse</a></li>
<li><a href="https://github.com/fivethirtyeight/data/blob/master/LICENSE" target="_blank">FiveThirtyEight data</a></li>
<li><a href="https://github.com/kubernetes/website/blob/master/LICENSE" target="_blank">Kubernetes documentation</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/cc-by-4.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

View File

@ -0,0 +1,981 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/6445--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Creative Commons Attribution Share Alike 4.0 International | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="Creative Commons Attribution Share Alike 4.0 International">
<meta property="og:locale" content="en_US">
<meta name="description" content="Similar to CC-BY-4.0 but requires derivatives be distributed under the same or a similar, compatible license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.">
<meta property="og:description" content="Similar to CC-BY-4.0 but requires derivatives be distributed under the same or a similar, compatible license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.">
<link rel="canonical" href="https://choosealicense.com/licenses/cc-by-sa-4.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/cc-by-sa-4.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Creative Commons Attribution Share Alike 4.0 International">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"Similar to CC-BY-4.0 but requires derivatives be distributed under the same or a similar, compatible license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.","headline":"Creative Commons Attribution Share Alike 4.0 International","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/cc-by-sa-4.0/"},"url":"https://choosealicense.com/licenses/cc-by-sa-4.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/cc-by-sa-4.0/",
"name": "Creative Commons Attribution Share Alike 4.0 International"
}
}]
}
</script>
<h1>Creative Commons Attribution Share Alike 4.0 International</h1>
<div class="clearfix">
<div class="license-body">
<p>
Similar to <a href="cc-by-4.html">CC-BY-4.0</a> but requires derivatives be distributed under the same or a similar, <a href="https://creativecommons.org/compatiblelicenses/">compatible</a> license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="same-license">
<span class="license-sprite"></span>
Same license
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="trademark-use">
<span class="license-sprite"></span>
Trademark use
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public licenses.
Notwithstanding, Creative Commons may elect to apply one of its public
licenses to material it publishes and in those instances will be
considered the &ldquo;Licensor.&rdquo; The text of the Creative Commons public
licenses is dedicated to the public domain under the CC0 Public Domain
Dedication. Except for the limited purpose of indicating that material
is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the public
licenses.
Creative Commons may be contacted at creativecommons.org.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="CC-BY-SA-4.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to solely supply a link to a copy of the license, usually to the <a href="https://creativecommons.org/licenses/by-sa/4.0/">canonical URL for the license</a>.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p id="package-metadata">Add <strong><code>CC-BY-SA-4.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/CC-BY-SA-4.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/k88hudson/git-flight-rules/blob/master/LICENSE" target="_blank">Flight rules for Git</a></li>
<li><a href="https://github.com/zavoloklom/material-design-iconic-font/blob/master/License.md" target="_blank">Material Design Iconic Font</a></li>
<li><a href="https://github.com/OWASP/owasp-mstg/blob/master/License.md" target="_blank">OWASP MSTG</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/cc-by-sa-4.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

664
es/licencias/cc0-1.0.html Normal file
View File

@ -0,0 +1,664 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/5106--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Creative Commons Zero v1.0 Universal | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="Creative Commons Zero v1.0 Universal">
<meta property="og:locale" content="en_US">
<meta name="description" content="The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you&rsquo;ve created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.">
<meta property="og:description" content="The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you&rsquo;ve created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.">
<link rel="canonical" href="https://choosealicense.com/licenses/cc0-1.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/cc0-1.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Creative Commons Zero v1.0 Universal">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you&rsquo;ve created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.","headline":"Creative Commons Zero v1.0 Universal","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/cc0-1.0/"},"url":"https://choosealicense.com/licenses/cc0-1.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/cc0-1.0/",
"name": "Creative Commons Zero v1.0 Universal"
}
}]
}
</script>
<h1>Creative Commons Zero v1.0 Universal</h1>
<div class="clearfix">
<div class="license-body">
<p>
The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="trademark-use">
<span class="license-sprite"></span>
Trademark use
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="CC0-1.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
Creative Commons recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be <a href="https://wiki.creativecommons.org/wiki/CC0_FAQ#May_I_apply_CC0_to_computer_software.3F_If_so.2C_is_there_a_recommended_implementation.3F">found on their website</a>.
</p>
<p id="package-metadata">Add <strong><code>CC0-1.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/CC0-1.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/sindresorhus/awesome/blob/main/license" target="_blank">Awesome</a></li>
<li><a href="https://github.com/badges/shields/blob/master/LICENSE" target="_blank">Shields.io</a></li>
<li><a href="https://github.com/Jahaja/psdash/blob/master/LICENSE" target="_blank">psdash</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/cc0-1.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

View File

@ -0,0 +1,736 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/3333--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>CERN Open Hardware Licence Version 2 - Permissive | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="CERN Open Hardware Licence Version 2 - Permissive">
<meta property="og:locale" content="en_US">
<meta name="description" content="A permissive license for hardware designs, with conditions only requiring preservation of notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without sources.">
<meta property="og:description" content="A permissive license for hardware designs, with conditions only requiring preservation of notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without sources.">
<link rel="canonical" href="https://choosealicense.com/licenses/cern-ohl-p-2.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/cern-ohl-p-2.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="CERN Open Hardware Licence Version 2 - Permissive">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"A permissive license for hardware designs, with conditions only requiring preservation of notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without sources.","headline":"CERN Open Hardware Licence Version 2 - Permissive","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/cern-ohl-p-2.0/"},"url":"https://choosealicense.com/licenses/cern-ohl-p-2.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/cern-ohl-p-2.0/",
"name": "CERN Open Hardware Licence Version 2 - Permissive"
}
}]
}
</script>
<h1>CERN Open Hardware Licence Version 2 - Permissive</h1>
<div class="clearfix">
<div class="license-body">
<p class="license-nickname">
CERN OHL v2 Permissive
</p>
<p>
A permissive license for hardware designs, with conditions only requiring preservation of notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without sources.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">CERN Open Hardware Licence Version 2 - Permissive
Preamble
CERN has developed this licence to promote collaboration among hardware
designers and to provide a legal tool which supports the freedom to use,
study, modify, share and distribute hardware designs and products based on
those designs. Version 2 of the CERN Open Hardware Licence comes in three
variants: this licence, CERN-OHL-P (permissive); and two reciprocal licences:
CERN-OHL-W (weakly reciprocal) and CERN-OHL-S (strongly reciprocal).
The CERN-OHL-P is copyright CERN 2020. Anyone is welcome to use it, in
unmodified form only.
Use of this Licence does not imply any endorsement by CERN of any Licensor or
their designs nor does it imply any involvement by CERN in their development.
1 Definitions
1.1 'Licence' means this CERN-OHL-P.
1.2 'Source' means information such as design materials or digital code
which can be applied to Make or test a Product or to prepare a Product
for use, Conveyance or sale, regardless of its medium or how it is
expressed. It may include Notices.
1.3 'Covered Source' means Source that is explicitly made available under
this Licence.
1.4 'Product' means any device, component, work or physical object, whether
in finished or intermediate form, arising from the use, application or
processing of Covered Source.
1.5 'Make' means to create or configure something, whether by manufacture,
assembly, compiling, loading or applying Covered Source or another
Product or otherwise.
1.6 'Notice' means copyright, acknowledgement and trademark notices,
references to the location of any Notices, modification notices
(subsection 3.3(b)) and all notices that refer to this Licence and to
the disclaimer of warranties that are included in the Covered Source.
1.7 'Licensee' or 'You' means any person exercising rights under this
Licence.
1.8 'Licensor' means a person who creates Source or modifies Covered Source
and subsequently Conveys the resulting Covered Source under the terms
and conditions of this Licence. A person may be a Licensee and a
Licensor at the same time.
1.9 'Convey' means to communicate to the public or distribute.
2 Applicability
2.1 This Licence governs the use, copying, modification, Conveying of
Covered Source and Products, and the Making of Products. By exercising
any right granted under this Licence, You irrevocably accept these terms
and conditions.
2.2 This Licence is granted by the Licensor directly to You, and shall apply
worldwide and without limitation in time.
2.3 You shall not attempt to restrict by contract or otherwise the rights
granted under this Licence to other Licensees.
2.4 This Licence is not intended to restrict fair use, fair dealing, or any
other similar right.
3 Copying, Modifying and Conveying Covered Source
3.1 You may copy and Convey verbatim copies of Covered Source, in any
medium, provided You retain all Notices.
3.2 You may modify Covered Source, other than Notices.
You may only delete Notices if they are no longer applicable to the
corresponding Covered Source as modified by You and You may add
additional Notices applicable to Your modifications.
3.3 You may Convey modified Covered Source (with the effect that You shall
also become a Licensor) provided that You:
a) retain Notices as required in subsection 3.2; and
b) add a Notice to the modified Covered Source stating that You have
modified it, with the date and brief description of how You have
modified it.
3.4 You may Convey Covered Source or modified Covered Source under licence
terms which differ from the terms of this Licence provided that You:
a) comply at all times with subsection 3.3; and
b) provide a copy of this Licence to anyone to whom You Convey Covered
Source or modified Covered Source.
4 Making and Conveying Products
You may Make Products, and/or Convey them, provided that You ensure that the
recipient of the Product has access to any Notices applicable to the Product.
5 DISCLAIMER AND LIABILITY
5.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are
provided 'as is' and any express or implied warranties, including, but
not limited to, implied warranties of merchantability, of satisfactory
quality, non-infringement of third party rights, and fitness for a
particular purpose or use are disclaimed in respect of any Source or
Product to the maximum extent permitted by law. The Licensor makes no
representation that any Source or Product does not or will not infringe
any patent, copyright, trade secret or other proprietary right. The
entire risk as to the use, quality, and performance of any Source or
Product shall be with You and not the Licensor. This disclaimer of
warranty is an essential part of this Licence and a condition for the
grant of any rights granted under this Licence.
5.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the
maximum extent permitted by law, have no liability for direct, indirect,
special, incidental, consequential, exemplary, punitive or other damages
of any character including, without limitation, procurement of
substitute goods or services, loss of use, data or profits, or business
interruption, however caused and on any theory of contract, warranty,
tort (including negligence), product liability or otherwise, arising in
any way in relation to the Covered Source, modified Covered Source
and/or the Making or Conveyance of a Product, even if advised of the
possibility of such damages, and You shall hold the Licensor(s) free and
harmless from any liability, costs, damages, fees and expenses,
including claims by third parties, in relation to such use.
6 Patents
6.1 Subject to the terms and conditions of this Licence, each Licensor
hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
royalty-free, irrevocable (except as stated in this section 6, or where
terminated by the Licensor for cause) patent licence to Make, have Made,
use, offer to sell, sell, import, and otherwise transfer the Covered
Source and Products, where such licence applies only to those patent
claims licensable by such Licensor that are necessarily infringed by
exercising rights under the Covered Source as Conveyed by that Licensor.
6.2 If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Covered
Source or a Product constitutes direct or contributory patent
infringement, or You seek any declaration that a patent licensed to You
under this Licence is invalid or unenforceable then any rights granted
to You under this Licence shall terminate as of the date such process is
initiated.
7 General
7.1 If any provisions of this Licence are or subsequently become invalid or
unenforceable for any reason, the remaining provisions shall remain
effective.
7.2 You shall not use any of the name (including acronyms and
abbreviations), image, or logo by which the Licensor or CERN is known,
except where needed to comply with section 3, or where the use is
otherwise allowed by law. Any such permitted use shall be factual and
shall not be made so as to suggest any kind of endorsement or
implication of involvement by the Licensor or its personnel.
7.3 CERN may publish updated versions and variants of this Licence which it
considers to be in the spirit of this version, but may differ in detail
to address new problems or concerns. New versions will be published with
a unique version number and a variant identifier specifying the variant.
If the Licensor has specified that a given variant applies to the
Covered Source without specifying a version, You may treat that Covered
Source as being released under any version of the CERN-OHL with that
variant. If no variant is specified, the Covered Source shall be treated
as being released under CERN-OHL-S. The Licensor may also specify that
the Covered Source is subject to a specific version of the CERN-OHL or
any later version in which case You may apply this or any later version
of CERN-OHL with the same variant identifier published by CERN.
7.4 This Licence shall not be enforceable except by a Licensor acting as
such, and third party beneficiary rights are specifically excluded.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="CERN-OHL-P-2.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
CERN <a href="https://ohwr.org/project/cernohl/wikis/uploads/8a6b5d01f71c207c49493e4d114d61e6/cern_ohl_p_v2_howto.pdf">recommends</a> adding the following information in the source files: copyright and license notice, a disclaimer of warranties and a source location. You can also include the source location in a part of the design which will be visible in the end product.
</p>
<p id="package-metadata">Add <strong><code>CERN-OHL-P-2.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/CERN-OHL-P-2.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/jboone/tedium/blob/master/LICENSE-CERN-OHL-P-v2" target="_blank">tedium</a></li>
<li><a href="https://github.com/adamgreig/ledeaf/blob/master/LICENSE_CERN_OHL_P_v2.txt" target="_blank">LEDEAF</a></li>
<li><a href="https://github.com/CV19CO/open_controller_for_ventilator/blob/master/LICENSE" target="_blank">Open source controller board for ventilators</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/cern-ohl-p-2.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

View File

@ -0,0 +1,827 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/576--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>CERN Open Hardware Licence Version 2 - Strongly Reciprocal | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="CERN Open Hardware Licence Version 2 - Strongly Reciprocal">
<meta property="og:locale" content="en_US">
<meta name="description" content="Permissions of this strongly reciprocal license for hardware designs are conditioned on making available complete sources of licensed works and modifications, which include larger works using a licensed work, under the same license. Notices must be preserved. Contributors provide an express grant of patent rights.">
<meta property="og:description" content="Permissions of this strongly reciprocal license for hardware designs are conditioned on making available complete sources of licensed works and modifications, which include larger works using a licensed work, under the same license. Notices must be preserved. Contributors provide an express grant of patent rights.">
<link rel="canonical" href="https://choosealicense.com/licenses/cern-ohl-s-2.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/cern-ohl-s-2.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="CERN Open Hardware Licence Version 2 - Strongly Reciprocal">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"Permissions of this strongly reciprocal license for hardware designs are conditioned on making available complete sources of licensed works and modifications, which include larger works using a licensed work, under the same license. Notices must be preserved. Contributors provide an express grant of patent rights.","headline":"CERN Open Hardware Licence Version 2 - Strongly Reciprocal","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/cern-ohl-s-2.0/"},"url":"https://choosealicense.com/licenses/cern-ohl-s-2.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/cern-ohl-s-2.0/",
"name": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal"
}
}]
}
</script>
<h1>CERN Open Hardware Licence Version 2 - Strongly Reciprocal</h1>
<div class="clearfix">
<div class="license-body">
<p class="license-nickname">
CERN OHL v2 Strongly Reciprocal
</p>
<p>
Permissions of this strongly reciprocal license for hardware designs are conditioned on making available complete sources of licensed works and modifications, which include larger works using a licensed work, under the same license. Notices must be preserved. Contributors provide an express grant of patent rights.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="disclose-source">
<span class="license-sprite"></span>
Disclose source
</li>
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="same-license">
<span class="license-sprite"></span>
Same license
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">CERN Open Hardware Licence Version 2 - Strongly Reciprocal
Preamble
CERN has developed this licence to promote collaboration among hardware
designers and to provide a legal tool which supports the freedom to use,
study, modify, share and distribute hardware designs and products based on
those designs. Version 2 of the CERN Open Hardware Licence comes in three
variants: CERN-OHL-P (permissive); and two reciprocal licences: CERN-OHL-W
(weakly reciprocal) and this licence, CERN-OHL-S (strongly reciprocal).
The CERN-OHL-S is copyright CERN 2020. Anyone is welcome to use it, in
unmodified form only.
Use of this Licence does not imply any endorsement by CERN of any Licensor or
their designs nor does it imply any involvement by CERN in their development.
1 Definitions
1.1 'Licence' means this CERN-OHL-S.
1.2 'Compatible Licence' means
a) any earlier version of the CERN Open Hardware licence, or
b) any version of the CERN-OHL-S, or
c) any licence which permits You to treat the Source to which it
applies as licensed under CERN-OHL-S provided that on Conveyance of
any such Source, or any associated Product You treat the Source in
question as being licensed under CERN-OHL-S.
1.3 'Source' means information such as design materials or digital code
which can be applied to Make or test a Product or to prepare a Product
for use, Conveyance or sale, regardless of its medium or how it is
expressed. It may include Notices.
1.4 'Covered Source' means Source that is explicitly made available under
this Licence.
1.5 'Product' means any device, component, work or physical object, whether
in finished or intermediate form, arising from the use, application or
processing of Covered Source.
1.6 'Make' means to create or configure something, whether by manufacture,
assembly, compiling, loading or applying Covered Source or another
Product or otherwise.
1.7 'Available Component' means any part, sub-assembly, library or code
which:
a) is licensed to You as Complete Source under a Compatible Licence; or
b) is available, at the time a Product or the Source containing it is
first Conveyed, to You and any other prospective licensees
i) as a physical part with sufficient rights and information
(including any configuration and programming files and
information about its characteristics and interfaces) to enable
it either to be Made itself, or to be sourced and used to Make
the Product; or
ii) as part of the normal distribution of a tool used to design or
Make the Product.
1.8 'Complete Source' means the set of all Source necessary to Make a
Product, in the preferred form for making modifications, including
necessary installation and interfacing information both for the Product,
and for any included Available Components. If the format is
proprietary, it must also be made available in a format (if the
proprietary tool can create it) which is viewable with a tool available
to potential licensees and licensed under a licence approved by the Free
Software Foundation or the Open Source Initiative. Complete Source need
not include the Source of any Available Component, provided that You
include in the Complete Source sufficient information to enable a
recipient to Make or source and use the Available Component to Make the
Product.
1.9 'Source Location' means a location where a Licensor has placed Covered
Source, and which that Licensor reasonably believes will remain easily
accessible for at least three years for anyone to obtain a digital copy.
1.10 'Notice' means copyright, acknowledgement and trademark notices, Source
Location references, modification notices (subsection 3.3(b)) and all
notices that refer to this Licence and to the disclaimer of warranties
that are included in the Covered Source.
1.11 'Licensee' or 'You' means any person exercising rights under this
Licence.
1.12 'Licensor' means a natural or legal person who creates or modifies
Covered Source. A person may be a Licensee and a Licensor at the same
time.
1.13 'Convey' means to communicate to the public or distribute.
2 Applicability
2.1 This Licence governs the use, copying, modification, Conveying of
Covered Source and Products, and the Making of Products. By exercising
any right granted under this Licence, You irrevocably accept these terms
and conditions.
2.2 This Licence is granted by the Licensor directly to You, and shall apply
worldwide and without limitation in time.
2.3 You shall not attempt to restrict by contract or otherwise the rights
granted under this Licence to other Licensees.
2.4 This Licence is not intended to restrict fair use, fair dealing, or any
other similar right.
3 Copying, Modifying and Conveying Covered Source
3.1 You may copy and Convey verbatim copies of Covered Source, in any
medium, provided You retain all Notices.
3.2 You may modify Covered Source, other than Notices, provided that You
irrevocably undertake to make that modified Covered Source available
from a Source Location should You Convey a Product in circumstances
where the recipient does not otherwise receive a copy of the modified
Covered Source. In each case subsection 3.3 shall apply.
You may only delete Notices if they are no longer applicable to the
corresponding Covered Source as modified by You and You may add
additional Notices applicable to Your modifications. Including Covered
Source in a larger work is modifying the Covered Source, and the larger
work becomes modified Covered Source.
3.3 You may Convey modified Covered Source (with the effect that You shall
also become a Licensor) provided that You:
a) retain Notices as required in subsection 3.2;
b) add a Notice to the modified Covered Source stating that You have
modified it, with the date and brief description of how You have
modified it;
c) add a Source Location Notice for the modified Covered Source if You
Convey in circumstances where the recipient does not otherwise
receive a copy of the modified Covered Source; and
d) license the modified Covered Source under the terms and conditions
of this Licence (or, as set out in subsection 8.3, a later version,
if permitted by the licence of the original Covered Source). Such
modified Covered Source must be licensed as a whole, but excluding
Available Components contained in it, which remain licensed under
their own applicable licences.
4 Making and Conveying Products
You may Make Products, and/or Convey them, provided that You either provide
each recipient with a copy of the Complete Source or ensure that each
recipient is notified of the Source Location of the Complete Source. That
Complete Source is Covered Source, and You must accordingly satisfy Your
obligations set out in subsection 3.3. If specified in a Notice, the Product
must visibly and securely display the Source Location on it or its packaging
or documentation in the manner specified in that Notice.
5 Research and Development
You may Convey Covered Source, modified Covered Source or Products to a legal
entity carrying out development, testing or quality assurance work on Your
behalf provided that the work is performed on terms which prevent the entity
from both using the Source or Products for its own internal purposes and
Conveying the Source or Products or any modifications to them to any person
other than You. Any modifications made by the entity shall be deemed to be
made by You pursuant to subsection 3.2.
6 DISCLAIMER AND LIABILITY
6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are
provided 'as is' and any express or implied warranties, including, but
not limited to, implied warranties of merchantability, of satisfactory
quality, non-infringement of third party rights, and fitness for a
particular purpose or use are disclaimed in respect of any Source or
Product to the maximum extent permitted by law. The Licensor makes no
representation that any Source or Product does not or will not infringe
any patent, copyright, trade secret or other proprietary right. The
entire risk as to the use, quality, and performance of any Source or
Product shall be with You and not the Licensor. This disclaimer of
warranty is an essential part of this Licence and a condition for the
grant of any rights granted under this Licence.
6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the
maximum extent permitted by law, have no liability for direct, indirect,
special, incidental, consequential, exemplary, punitive or other damages
of any character including, without limitation, procurement of
substitute goods or services, loss of use, data or profits, or business
interruption, however caused and on any theory of contract, warranty,
tort (including negligence), product liability or otherwise, arising in
any way in relation to the Covered Source, modified Covered Source
and/or the Making or Conveyance of a Product, even if advised of the
possibility of such damages, and You shall hold the Licensor(s) free and
harmless from any liability, costs, damages, fees and expenses,
including claims by third parties, in relation to such use.
7 Patents
7.1 Subject to the terms and conditions of this Licence, each Licensor
hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
royalty-free, irrevocable (except as stated in subsections 7.2 and 8.4)
patent licence to Make, have Made, use, offer to sell, sell, import, and
otherwise transfer the Covered Source and Products, where such licence
applies only to those patent claims licensable by such Licensor that are
necessarily infringed by exercising rights under the Covered Source as
Conveyed by that Licensor.
7.2 If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Covered
Source or a Product constitutes direct or contributory patent
infringement, or You seek any declaration that a patent licensed to You
under this Licence is invalid or unenforceable then any rights granted
to You under this Licence shall terminate as of the date such process is
initiated.
8 General
8.1 If any provisions of this Licence are or subsequently become invalid or
unenforceable for any reason, the remaining provisions shall remain
effective.
8.2 You shall not use any of the name (including acronyms and
abbreviations), image, or logo by which the Licensor or CERN is known,
except where needed to comply with section 3, or where the use is
otherwise allowed by law. Any such permitted use shall be factual and
shall not be made so as to suggest any kind of endorsement or
implication of involvement by the Licensor or its personnel.
8.3 CERN may publish updated versions and variants of this Licence which it
considers to be in the spirit of this version, but may differ in detail
to address new problems or concerns. New versions will be published with
a unique version number and a variant identifier specifying the variant.
If the Licensor has specified that a given variant applies to the
Covered Source without specifying a version, You may treat that Covered
Source as being released under any version of the CERN-OHL with that
variant. If no variant is specified, the Covered Source shall be treated
as being released under CERN-OHL-S. The Licensor may also specify that
the Covered Source is subject to a specific version of the CERN-OHL or
any later version in which case You may apply this or any later version
of CERN-OHL with the same variant identifier published by CERN.
8.4 This Licence shall terminate with immediate effect if You fail to comply
with any of its terms and conditions.
8.5 However, if You cease all breaches of this Licence, then Your Licence
from any Licensor is reinstated unless such Licensor has terminated this
Licence by giving You, while You remain in breach, a notice specifying
the breach and requiring You to cure it within 30 days, and You have
failed to come into compliance in all material respects by the end of
the 30 day period. Should You repeat the breach after receipt of a cure
notice and subsequent reinstatement, this Licence will terminate
immediately and permanently. Section 6 shall continue to apply after any
termination.
8.6 This Licence shall not be enforceable except by a Licensor acting as
such, and third party beneficiary rights are specifically excluded.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="CERN-OHL-S-2.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
CERN <a href="https://ohwr.org/project/cernohl/wikis/uploads/cf37727497ca2b5295a7ab83a40fcf5a/cern_ohl_s_v2_user_guide.pdf">recommends</a> adding the following information in the source files: copyright and license notice, a disclaimer of warranties and a source location. You can also include the source location in a part of the design which will be visible in the end product.
</p>
<p id="package-metadata">Add <strong><code>CERN-OHL-S-2.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/CERN-OHL-S-2.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/f-secure-foundry/usbarmory/blob/master/hardware/mark-two/LICENSE" target="_blank">USB Armory</a></li>
<li><a href="https://github.com/4pplet/waffling60/blob/master/LICENCE.md" target="_blank">waffling60</a></li>
<li><a href="https://github.com/Foundation-Devices/passport-electronics/blob/master/LICENSE.txt" target="_blank">Passport Electronics</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/cern-ohl-s-2.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

View File

@ -0,0 +1,849 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/1053--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>CERN Open Hardware Licence Version 2 - Weakly Reciprocal | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="CERN Open Hardware Licence Version 2 - Weakly Reciprocal">
<meta property="og:locale" content="en_US">
<meta name="description" content="Permissions of this weakly-reciprocal license are conditioned on making available complete sources of licensed works and modifications under the same license. Notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without sources for the larger work.">
<meta property="og:description" content="Permissions of this weakly-reciprocal license are conditioned on making available complete sources of licensed works and modifications under the same license. Notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without sources for the larger work.">
<link rel="canonical" href="https://choosealicense.com/licenses/cern-ohl-w-2.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/cern-ohl-w-2.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="CERN Open Hardware Licence Version 2 - Weakly Reciprocal">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"Permissions of this weakly-reciprocal license are conditioned on making available complete sources of licensed works and modifications under the same license. Notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without sources for the larger work.","headline":"CERN Open Hardware Licence Version 2 - Weakly Reciprocal","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/cern-ohl-w-2.0/"},"url":"https://choosealicense.com/licenses/cern-ohl-w-2.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/cern-ohl-w-2.0/",
"name": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal"
}
}]
}
</script>
<h1>CERN Open Hardware Licence Version 2 - Weakly Reciprocal</h1>
<div class="clearfix">
<div class="license-body">
<p class="license-nickname">
CERN OHL v2 Weakly Reciprocal
</p>
<p>
Permissions of this weakly-reciprocal license are conditioned on making available complete sources of licensed works and modifications under the same license. Notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without sources for the larger work.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="disclose-source">
<span class="license-sprite"></span>
Disclose source
</li>
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="same-license--library">
<span class="license-sprite"></span>
Same license (library)
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">CERN Open Hardware Licence Version 2 - Weakly Reciprocal
Preamble
CERN has developed this licence to promote collaboration among hardware
designers and to provide a legal tool which supports the freedom to use,
study, modify, share and distribute hardware designs and products based on
those designs. Version 2 of the CERN Open Hardware Licence comes in three
variants: CERN-OHL-P (permissive); and two reciprocal licences: this licence,
CERN-OHL-W (weakly reciprocal) and CERN-OHL-S (strongly reciprocal).
The CERN-OHL-W is copyright CERN 2020. Anyone is welcome to use it, in
unmodified form only.
Use of this Licence does not imply any endorsement by CERN of any Licensor or
their designs nor does it imply any involvement by CERN in their development.
1 Definitions
1.1 'Licence' means this CERN-OHL-W.
1.2 'Compatible Licence' means
a) any earlier version of the CERN Open Hardware licence, or
b) any version of the CERN-OHL-S or the CERN-OHL-W, or
c) any licence which permits You to treat the Source to which it
applies as licensed under CERN-OHL-S or CERN-OHL-W provided that on
Conveyance of any such Source, or any associated Product You treat
the Source in question as being licensed under CERN-OHL-S or
CERN-OHL-W as appropriate.
1.3 'Source' means information such as design materials or digital code
which can be applied to Make or test a Product or to prepare a Product
for use, Conveyance or sale, regardless of its medium or how it is
expressed. It may include Notices.
1.4 'Covered Source' means Source that is explicitly made available under
this Licence.
1.5 'Product' means any device, component, work or physical object, whether
in finished or intermediate form, arising from the use, application or
processing of Covered Source.
1.6 'Make' means to create or configure something, whether by manufacture,
assembly, compiling, loading or applying Covered Source or another
Product or otherwise.
1.7 'Available Component' means any part, sub-assembly, library or code
which:
a) is licensed to You as Complete Source under a Compatible Licence; or
b) is available, at the time a Product or the Source containing it is
first Conveyed, to You and any other prospective licensees
i) with sufficient rights and information (including any
configuration and programming files and information about its
characteristics and interfaces) to enable it either to be Made
itself, or to be sourced and used to Make the Product; or
ii) as part of the normal distribution of a tool used to design or
Make the Product.
1.8 'External Material' means anything (including Source) which:
a) is only combined with Covered Source in such a way that it
interfaces with the Covered Source using a documented interface
which is described in the Covered Source; and
b) is not a derivative of or contains Covered Source, or, if it is, it
is solely to the extent necessary to facilitate such interfacing.
1.9 'Complete Source' means the set of all Source necessary to Make a
Product, in the preferred form for making modifications, including
necessary installation and interfacing information both for the Product,
and for any included Available Components. If the format is
proprietary, it must also be made available in a format (if the
proprietary tool can create it) which is viewable with a tool available
to potential licensees and licensed under a licence approved by the Free
Software Foundation or the Open Source Initiative. Complete Source need
not include the Source of any Available Component, provided that You
include in the Complete Source sufficient information to enable a
recipient to Make or source and use the Available Component to Make the
Product.
1.10 'Source Location' means a location where a Licensor has placed Covered
Source, and which that Licensor reasonably believes will remain easily
accessible for at least three years for anyone to obtain a digital copy.
1.11 'Notice' means copyright, acknowledgement and trademark notices, Source
Location references, modification notices (subsection 3.3(b)) and all
notices that refer to this Licence and to the disclaimer of warranties
that are included in the Covered Source.
1.12 'Licensee' or 'You' means any person exercising rights under this
Licence.
1.13 'Licensor' means a natural or legal person who creates or modifies
Covered Source. A person may be a Licensee and a Licensor at the same
time.
1.14 'Convey' means to communicate to the public or distribute.
2 Applicability
2.1 This Licence governs the use, copying, modification, Conveying of
Covered Source and Products, and the Making of Products. By exercising
any right granted under this Licence, You irrevocably accept these terms
and conditions.
2.2 This Licence is granted by the Licensor directly to You, and shall apply
worldwide and without limitation in time.
2.3 You shall not attempt to restrict by contract or otherwise the rights
granted under this Licence to other Licensees.
2.4 This Licence is not intended to restrict fair use, fair dealing, or any
other similar right.
3 Copying, Modifying and Conveying Covered Source
3.1 You may copy and Convey verbatim copies of Covered Source, in any
medium, provided You retain all Notices.
3.2 You may modify Covered Source, other than Notices, provided that You
irrevocably undertake to make that modified Covered Source available
from a Source Location should You Convey a Product in circumstances
where the recipient does not otherwise receive a copy of the modified
Covered Source. In each case subsection 3.3 shall apply.
You may only delete Notices if they are no longer applicable to the
corresponding Covered Source as modified by You and You may add
additional Notices applicable to Your modifications.
3.3 You may Convey modified Covered Source (with the effect that You shall
also become a Licensor) provided that You:
a) retain Notices as required in subsection 3.2;
b) add a Notice to the modified Covered Source stating that You have
modified it, with the date and brief description of how You have
modified it;
c) add a Source Location Notice for the modified Covered Source if You
Convey in circumstances where the recipient does not otherwise
receive a copy of the modified Covered Source; and
d) license the modified Covered Source under the terms and conditions
of this Licence (or, as set out in subsection 8.3, a later version,
if permitted by the licence of the original Covered Source). Such
modified Covered Source must be licensed as a whole, but excluding
Available Components contained in it or External Material to which
it is interfaced, which remain licensed under their own applicable
licences.
4 Making and Conveying Products
4.1 You may Make Products, and/or Convey them, provided that You either
provide each recipient with a copy of the Complete Source or ensure that
each recipient is notified of the Source Location of the Complete
Source. That Complete Source includes Covered Source and You must
accordingly satisfy Your obligations set out in subsection 3.3. If
specified in a Notice, the Product must visibly and securely display the
Source Location on it or its packaging or documentation in the manner
specified in that Notice.
4.2 Where You Convey a Product which incorporates External Material, the
Complete Source for that Product which You are required to provide under
subsection 4.1 need not include any Source for the External Material.
4.3 You may license Products under terms of Your choice, provided that such
terms do not restrict or attempt to restrict any recipients' rights
under this Licence to the Covered Source.
5 Research and Development
You may Convey Covered Source, modified Covered Source or Products to a legal
entity carrying out development, testing or quality assurance work on Your
behalf provided that the work is performed on terms which prevent the entity
from both using the Source or Products for its own internal purposes and
Conveying the Source or Products or any modifications to them to any person
other than You. Any modifications made by the entity shall be deemed to be
made by You pursuant to subsection 3.2.
6 DISCLAIMER AND LIABILITY
6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products are
provided 'as is' and any express or implied warranties, including, but
not limited to, implied warranties of merchantability, of satisfactory
quality, non-infringement of third party rights, and fitness for a
particular purpose or use are disclaimed in respect of any Source or
Product to the maximum extent permitted by law. The Licensor makes no
representation that any Source or Product does not or will not infringe
any patent, copyright, trade secret or other proprietary right. The
entire risk as to the use, quality, and performance of any Source or
Product shall be with You and not the Licensor. This disclaimer of
warranty is an essential part of this Licence and a condition for the
grant of any rights granted under this Licence.
6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to the
maximum extent permitted by law, have no liability for direct, indirect,
special, incidental, consequential, exemplary, punitive or other damages
of any character including, without limitation, procurement of
substitute goods or services, loss of use, data or profits, or business
interruption, however caused and on any theory of contract, warranty,
tort (including negligence), product liability or otherwise, arising in
any way in relation to the Covered Source, modified Covered Source
and/or the Making or Conveyance of a Product, even if advised of the
possibility of such damages, and You shall hold the Licensor(s) free and
harmless from any liability, costs, damages, fees and expenses,
including claims by third parties, in relation to such use.
7 Patents
7.1 Subject to the terms and conditions of this Licence, each Licensor
hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
royalty-free, irrevocable (except as stated in subsections 7.2 and 8.4)
patent licence to Make, have Made, use, offer to sell, sell, import, and
otherwise transfer the Covered Source and Products, where such licence
applies only to those patent claims licensable by such Licensor that are
necessarily infringed by exercising rights under the Covered Source as
Conveyed by that Licensor.
7.2 If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Covered
Source or a Product constitutes direct or contributory patent
infringement, or You seek any declaration that a patent licensed to You
under this Licence is invalid or unenforceable then any rights granted
to You under this Licence shall terminate as of the date such process is
initiated.
8 General
8.1 If any provisions of this Licence are or subsequently become invalid or
unenforceable for any reason, the remaining provisions shall remain
effective.
8.2 You shall not use any of the name (including acronyms and
abbreviations), image, or logo by which the Licensor or CERN is known,
except where needed to comply with section 3, or where the use is
otherwise allowed by law. Any such permitted use shall be factual and
shall not be made so as to suggest any kind of endorsement or
implication of involvement by the Licensor or its personnel.
8.3 CERN may publish updated versions and variants of this Licence which it
considers to be in the spirit of this version, but may differ in detail
to address new problems or concerns. New versions will be published with
a unique version number and a variant identifier specifying the variant.
If the Licensor has specified that a given variant applies to the
Covered Source without specifying a version, You may treat that Covered
Source as being released under any version of the CERN-OHL with that
variant. If no variant is specified, the Covered Source shall be treated
as being released under CERN-OHL-S. The Licensor may also specify that
the Covered Source is subject to a specific version of the CERN-OHL or
any later version in which case You may apply this or any later version
of CERN-OHL with the same variant identifier published by CERN.
You may treat Covered Source licensed under CERN-OHL-W as licensed under
CERN-OHL-S if and only if all Available Components referenced in the
Covered Source comply with the corresponding definition of Available
Component for CERN-OHL-S.
8.4 This Licence shall terminate with immediate effect if You fail to comply
with any of its terms and conditions.
8.5 However, if You cease all breaches of this Licence, then Your Licence
from any Licensor is reinstated unless such Licensor has terminated this
Licence by giving You, while You remain in breach, a notice specifying
the breach and requiring You to cure it within 30 days, and You have
failed to come into compliance in all material respects by the end of
the 30 day period. Should You repeat the breach after receipt of a cure
notice and subsequent reinstatement, this Licence will terminate
immediately and permanently. Section 6 shall continue to apply after any
termination.
8.6 This Licence shall not be enforceable except by a Licensor acting as
such, and third party beneficiary rights are specifically excluded.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="CERN-OHL-W-2.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
CERN <a href="https://ohwr.org/project/cernohl/wikis/uploads/c2e5e9d297949b5c2d324a6cbf6adda0/cern_ohl_w_v2_howto.pdf">recommends</a> adding the following information in the source files: copyright and license notice, a disclaimer of warranties and a source location. You can also include the source location in a part of the design which will be visible in the end product.
</p>
<p id="package-metadata">Add <strong><code>CERN-OHL-W-2.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/CERN-OHL-W-2.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://ohwr.org/project/spec/blob/master/LICENSES/CERN-OHL-W-2.0.txt" target="_blank">Simple PCIe FMC carrier</a></li>
<li><a href="https://github.com/JonathSpirit/GP8B/blob/master/LICENSE" target="_blank">GProcessor8Bits</a></li>
<li><a href="https://github.com/suoto/fpga_cores/blob/master/LICENSE" target="_blank">FPGA Cores</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/cern-ohl-w-2.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

1354
es/licencias/gpl-3.0.html Normal file

File diff suppressed because it is too large Load Diff

549
es/licencias/isc.html Normal file
View File

@ -0,0 +1,549 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/8612--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>ISC License | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="ISC License">
<meta property="og:locale" content="en_US">
<meta name="description" content="A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the BSD 2-Clause and MIT licenses, removing some language that is no longer necessary.">
<meta property="og:description" content="A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the BSD 2-Clause and MIT licenses, removing some language that is no longer necessary.">
<link rel="canonical" href="https://choosealicense.com/licenses/isc/">
<meta property="og:url" content="https://choosealicense.com/licenses/isc/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="ISC License">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the BSD 2-Clause and MIT licenses, removing some language that is no longer necessary.","headline":"ISC License","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/isc/"},"url":"https://choosealicense.com/licenses/isc/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/isc/",
"name": "ISC License"
}
}]
}
</script>
<h1>ISC License</h1>
<div class="clearfix">
<div class="license-body">
<p>
A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the <a href="bsd-2-clause.html">BSD 2-Clause</a> and <a href="mit.html">MIT</a> licenses, removing some language that is no longer necessary.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">ISC License
Copyright (c) [year] [fullname]
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="ISC" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p id="package-metadata">Add <strong><code>ISC</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/ISC.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/starship/starship/blob/master/LICENSE" target="_blank">Starship</a></li>
<li><a href="https://github.com/npm/node-semver/blob/master/LICENSE" target="_blank">Node.js semver</a></li>
<li><a href="https://github.com/openstreetmap/iD/blob/develop/LICENSE.md" target="_blank">OpenStreetMap iD</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/isc.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

705
es/licencias/lgpl-3.0.html Normal file
View File

@ -0,0 +1,705 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/1716--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>GNU Lesser General Public License v3.0 | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="GNU Lesser General Public License v3.0">
<meta property="og:locale" content="en_US">
<meta name="description" content="Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.">
<meta property="og:description" content="Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.">
<link rel="canonical" href="https://choosealicense.com/licenses/lgpl-3.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/lgpl-3.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-07-19T17:25:42+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="GNU Lesser General Public License v3.0">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-07-19T17:25:42+00:00","datePublished":"2022-07-19T17:25:42+00:00","description":"Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.","headline":"GNU Lesser General Public License v3.0","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/lgpl-3.0/"},"url":"https://choosealicense.com/licenses/lgpl-3.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/lgpl-3.0/",
"name": "GNU Lesser General Public License v3.0"
}
}]
}
</script>
<h1>GNU Lesser General Public License v3.0</h1>
<div class="clearfix">
<div class="license-body">
<p class="license-nickname">
GNU LGPLv3
</p>
<p>
Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="disclose-source">
<span class="license-sprite"></span>
Disclose source
</li>
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="same-license--library">
<span class="license-sprite"></span>
Same license (library)
</li>
<li class="document-changes">
<span class="license-sprite"></span>
State changes
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text"> GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. &lt;https://fsf.org/&gt;
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser 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.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
This license is an additional set of permissions to the <a href="gpl-3.html">GNU GPLv3</a> license. Follow the instructions to apply the GNU GPLv3, in the root of your source code. Then add another file named COPYING.LESSER and copy the text.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the <a href="gpl-3.html">GNU GPLv3 license</a>. Insert the word &ldquo;Lesser&rdquo; before &ldquo;General&rdquo; in all three places in the boilerplate notice to make sure that you refer to the GNU LGPLv3 and not the GNU GPLv3.
</p>
<p id="package-metadata">Add <strong><code>LGPL-3.0-or-later</code></strong> (or <strong><code>LGPL-3.0-only</code></strong> to disallow future versions) to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/LGPL-3.0-or-later.html">
<span class="license-sprite"></span>
Source
</a>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/lgpl-3.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

555
es/licencias/mit.html Normal file
View File

@ -0,0 +1,555 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/2188--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>MIT License | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="MIT License">
<meta property="og:locale" content="en_US">
<meta name="description" content="A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.">
<meta property="og:description" content="A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.">
<link rel="canonical" href="https://choosealicense.com/licenses/mit/">
<meta property="og:url" content="https://choosealicense.com/licenses/mit/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="MIT License">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.","headline":"MIT License","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/mit/"},"url":"https://choosealicense.com/licenses/mit/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/mit/",
"name": "MIT License"
}
}]
}
</script>
<h1>MIT License</h1>
<div class="clearfix">
<div class="license-body">
<p>
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">MIT License
Copyright (c) [year] [fullname]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="MIT" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p id="package-metadata">Add <strong><code>MIT</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/MIT.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/babel/babel/blob/master/LICENSE" target="_blank">Babel</a></li>
<li><a href="https://github.com/dotnet/runtime/blob/main/LICENSE.TXT" target="_blank">.NET</a></li>
<li><a href="https://github.com/rails/rails/blob/master/MIT-LICENSE" target="_blank">Rails</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/mit.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

931
es/licencias/mpl-2.0.html Normal file
View File

@ -0,0 +1,931 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/9915--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Mozilla Public License 2.0 | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="Mozilla Public License 2.0">
<meta property="og:locale" content="en_US">
<meta name="description" content="Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.">
<meta property="og:description" content="Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.">
<link rel="canonical" href="https://choosealicense.com/licenses/mpl-2.0/">
<meta property="og:url" content="https://choosealicense.com/licenses/mpl-2.0/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="Mozilla Public License 2.0">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.","headline":"Mozilla Public License 2.0","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/mpl-2.0/"},"url":"https://choosealicense.com/licenses/mpl-2.0/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/mpl-2.0/",
"name": "Mozilla Public License 2.0"
}
}]
}
</script>
<h1>Mozilla Public License 2.0</h1>
<div class="clearfix">
<div class="license-body">
<p>
Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="patent-use">
<span class="license-sprite"></span>
Patent use
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="disclose-source">
<span class="license-sprite"></span>
Disclose source
</li>
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="same-license--file">
<span class="license-sprite"></span>
Same license (file)
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="trademark-use">
<span class="license-sprite"></span>
Trademark use
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">Mozilla Public License Version 2.0
==================================
1. Definitions
--------------
1.1. "Contributor"
means each individual or legal entity that creates, contributes to
the creation of, or owns Covered Software.
1.2. "Contributor Version"
means the combination of the Contributions of others (if any) used
by a Contributor and that particular Contributor's Contribution.
1.3. "Contribution"
means Covered Software of a particular Contributor.
1.4. "Covered Software"
means Source Code Form to which the initial Contributor has attached
the notice in Exhibit A, the Executable Form of such Source Code
Form, and Modifications of such Source Code Form, in each case
including portions thereof.
1.5. "Incompatible With Secondary Licenses"
means
(a) that the initial Contributor has attached the notice described
in Exhibit B to the Covered Software; or
(b) that the Covered Software was made available under the terms of
version 1.1 or earlier of the License, but not also under the
terms of a Secondary License.
1.6. "Executable Form"
means any form of the work other than Source Code Form.
1.7. "Larger Work"
means a work that combines Covered Software with other material, in
a separate file or files, that is not Covered Software.
1.8. "License"
means this document.
1.9. "Licensable"
means having the right to grant, to the maximum extent possible,
whether at the time of the initial grant or subsequently, any and
all of the rights conveyed by this License.
1.10. "Modifications"
means any of the following:
(a) any file in Source Code Form that results from an addition to,
deletion from, or modification of the contents of Covered
Software; or
(b) any new file in Source Code Form that contains any Covered
Software.
1.11. "Patent Claims" of a Contributor
means any patent claim(s), including without limitation, method,
process, and apparatus claims, in any patent Licensable by such
Contributor that would be infringed, but for the grant of the
License, by the making, using, selling, offering for sale, having
made, import, or transfer of either its Contributions or its
Contributor Version.
1.12. "Secondary License"
means either the GNU General Public License, Version 2.0, the GNU
Lesser General Public License, Version 2.1, the GNU Affero General
Public License, Version 3.0, or any later versions of those
licenses.
1.13. "Source Code Form"
means the form of the work preferred for making modifications.
1.14. "You" (or "Your")
means an individual or a legal entity exercising rights under this
License. For legal entities, "You" includes any entity that
controls, is controlled by, or is under common control with You. For
purposes of this definition, "control" means (a) the power, direct
or indirect, to cause the direction or management of such entity,
whether by contract or otherwise, or (b) ownership of more than
fifty percent (50%) of the outstanding shares or beneficial
ownership of such entity.
2. License Grants and Conditions
--------------------------------
2.1. Grants
Each Contributor hereby grants You a world-wide, royalty-free,
non-exclusive license:
(a) under intellectual property rights (other than patent or trademark)
Licensable by such Contributor to use, reproduce, make available,
modify, display, perform, distribute, and otherwise exploit its
Contributions, either on an unmodified basis, with Modifications, or
as part of a Larger Work; and
(b) under Patent Claims of such Contributor to make, use, sell, offer
for sale, have made, import, and otherwise transfer either its
Contributions or its Contributor Version.
2.2. Effective Date
The licenses granted in Section 2.1 with respect to any Contribution
become effective for each Contribution on the date the Contributor first
distributes such Contribution.
2.3. Limitations on Grant Scope
The licenses granted in this Section 2 are the only rights granted under
this License. No additional rights or licenses will be implied from the
distribution or licensing of Covered Software under this License.
Notwithstanding Section 2.1(b) above, no patent license is granted by a
Contributor:
(a) for any code that a Contributor has removed from Covered Software;
or
(b) for infringements caused by: (i) Your and any other third party's
modifications of Covered Software, or (ii) the combination of its
Contributions with other software (except as part of its Contributor
Version); or
(c) under Patent Claims infringed by Covered Software in the absence of
its Contributions.
This License does not grant any rights in the trademarks, service marks,
or logos of any Contributor (except as may be necessary to comply with
the notice requirements in Section 3.4).
2.4. Subsequent Licenses
No Contributor makes additional grants as a result of Your choice to
distribute the Covered Software under a subsequent version of this
License (see Section 10.2) or under the terms of a Secondary License (if
permitted under the terms of Section 3.3).
2.5. Representation
Each Contributor represents that the Contributor believes its
Contributions are its original creation(s) or it has sufficient rights
to grant the rights to its Contributions conveyed by this License.
2.6. Fair Use
This License is not intended to limit any rights You have under
applicable copyright doctrines of fair use, fair dealing, or other
equivalents.
2.7. Conditions
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
in Section 2.1.
3. Responsibilities
-------------------
3.1. Distribution of Source Form
All distribution of Covered Software in Source Code Form, including any
Modifications that You create or to which You contribute, must be under
the terms of this License. You must inform recipients that the Source
Code Form of the Covered Software is governed by the terms of this
License, and how they can obtain a copy of this License. You may not
attempt to alter or restrict the recipients' rights in the Source Code
Form.
3.2. Distribution of Executable Form
If You distribute Covered Software in Executable Form then:
(a) such Covered Software must also be made available in Source Code
Form, as described in Section 3.1, and You must inform recipients of
the Executable Form how they can obtain a copy of such Source Code
Form by reasonable means in a timely manner, at a charge no more
than the cost of distribution to the recipient; and
(b) You may distribute such Executable Form under the terms of this
License, or sublicense it under different terms, provided that the
license for the Executable Form does not attempt to limit or alter
the recipients' rights in the Source Code Form under this License.
3.3. Distribution of a Larger Work
You may create and distribute a Larger Work under terms of Your choice,
provided that You also comply with the requirements of this License for
the Covered Software. If the Larger Work is a combination of Covered
Software with a work governed by one or more Secondary Licenses, and the
Covered Software is not Incompatible With Secondary Licenses, this
License permits You to additionally distribute such Covered Software
under the terms of such Secondary License(s), so that the recipient of
the Larger Work may, at their option, further distribute the Covered
Software under the terms of either this License or such Secondary
License(s).
3.4. Notices
You may not remove or alter the substance of any license notices
(including copyright notices, patent notices, disclaimers of warranty,
or limitations of liability) contained within the Source Code Form of
the Covered Software, except that You may alter any license notices to
the extent required to remedy known factual inaccuracies.
3.5. Application of Additional Terms
You may choose to offer, and to charge a fee for, warranty, support,
indemnity or liability obligations to one or more recipients of Covered
Software. However, You may do so only on Your own behalf, and not on
behalf of any Contributor. You must make it absolutely clear that any
such warranty, support, indemnity, or liability obligation is offered by
You alone, and You hereby agree to indemnify every Contributor for any
liability incurred by such Contributor as a result of warranty, support,
indemnity or liability terms You offer. You may include additional
disclaimers of warranty and limitations of liability specific to any
jurisdiction.
4. Inability to Comply Due to Statute or Regulation
---------------------------------------------------
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Software due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description must
be placed in a text file included with all distributions of the Covered
Software under this License. Except to the extent prohibited by statute
or regulation, such description must be sufficiently detailed for a
recipient of ordinary skill to be able to understand it.
5. Termination
--------------
5.1. The rights granted under this License will terminate automatically
if You fail to comply with any of its terms. However, if You become
compliant, then the rights granted under this License from a particular
Contributor are reinstated (a) provisionally, unless and until such
Contributor explicitly and finally terminates Your grants, and (b) on an
ongoing basis, if such Contributor fails to notify You of the
non-compliance by some reasonable means prior to 60 days after You have
come back into compliance. Moreover, Your grants from a particular
Contributor are reinstated on an ongoing basis if such Contributor
notifies You of the non-compliance by some reasonable means, this is the
first time You have received notice of non-compliance with this License
from such Contributor, and You become compliant prior to 30 days after
Your receipt of the notice.
5.2. If You initiate litigation against any entity by asserting a patent
infringement claim (excluding declaratory judgment actions,
counter-claims, and cross-claims) alleging that a Contributor Version
directly or indirectly infringes any patent, then the rights granted to
You by any and all Contributors for the Covered Software under Section
2.1 of this License shall terminate.
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
end user license agreements (excluding distributors and resellers) which
have been validly granted by You or Your distributors under this License
prior to termination shall survive termination.
************************************************************************
* *
* 6. Disclaimer of Warranty *
* ------------------------- *
* *
* Covered Software is provided under this License on an "as is" *
* basis, without warranty of any kind, either expressed, implied, or *
* statutory, including, without limitation, warranties that the *
* Covered Software is free of defects, merchantable, fit for a *
* particular purpose or non-infringing. The entire risk as to the *
* quality and performance of the Covered Software is with You. *
* Should any Covered Software prove defective in any respect, You *
* (not any Contributor) assume the cost of any necessary servicing, *
* repair, or correction. This disclaimer of warranty constitutes an *
* essential part of this License. No use of any Covered Software is *
* authorized under this License except under this disclaimer. *
* *
************************************************************************
************************************************************************
* *
* 7. Limitation of Liability *
* -------------------------- *
* *
* Under no circumstances and under no legal theory, whether tort *
* (including negligence), contract, or otherwise, shall any *
* Contributor, or anyone who distributes Covered Software as *
* permitted above, be liable to You for any direct, indirect, *
* special, incidental, or consequential damages of any character *
* including, without limitation, damages for lost profits, loss of *
* goodwill, work stoppage, computer failure or malfunction, or any *
* and all other commercial damages or losses, even if such party *
* shall have been informed of the possibility of such damages. This *
* limitation of liability shall not apply to liability for death or *
* personal injury resulting from such party's negligence to the *
* extent applicable law prohibits such limitation. Some *
* jurisdictions do not allow the exclusion or limitation of *
* incidental or consequential damages, so this exclusion and *
* limitation may not apply to You. *
* *
************************************************************************
8. Litigation
-------------
Any litigation relating to this License may be brought only in the
courts of a jurisdiction where the defendant maintains its principal
place of business and such litigation shall be governed by laws of that
jurisdiction, without reference to its conflict-of-law provisions.
Nothing in this Section shall prevent a party's ability to bring
cross-claims or counter-claims.
9. Miscellaneous
----------------
This License represents the complete agreement concerning the subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. Any law or regulation which provides
that the language of a contract shall be construed against the drafter
shall not be used to construe this License against a Contributor.
10. Versions of the License
---------------------------
10.1. New Versions
Mozilla Foundation is the license steward. Except as provided in Section
10.3, no one other than the license steward has the right to modify or
publish new versions of this License. Each version will be given a
distinguishing version number.
10.2. Effect of New Versions
You may distribute the Covered Software under the terms of the version
of the License under which You originally received the Covered Software,
or under the terms of any subsequent version published by the license
steward.
10.3. Modified Versions
If you create software not governed by this License, and you want to
create a new license for such software, you may create and use a
modified version of this License if you rename the license and remove
any references to the name of the license steward (except to note that
such modified license differs from this License).
10.4. Distributing Source Code Form that is Incompatible With Secondary
Licenses
If You choose to distribute Source Code Form that is Incompatible With
Secondary Licenses under the terms of this version of the License, the
notice described in Exhibit B of this License must be attached.
Exhibit A - Source Code Form License Notice
-------------------------------------------
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE
file in a relevant directory) where a recipient would be likely to look
for such a notice.
You may add additional accurate notices of copyright ownership.
Exhibit B - "Incompatible With Secondary Licenses" Notice
---------------------------------------------------------
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="MPL-2.0" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
The Mozilla Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license (Exhibit A).
</p>
<p id="package-metadata">Add <strong><code>MPL-2.0</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/MPL-2.0.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/servo/servo/blob/master/LICENSE" target="_blank">Servo</a></li>
<li><a href="https://github.com/syncthing/syncthing/blob/main/LICENSE" target="_blank">Syncthing</a></li>
<li><a href="https://github.com/NUKnightLab/TimelineJS3/blob/master/LICENSE" target="_blank">TimelineJS3</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/mpl-2.0.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

635
es/licencias/ofl-1.1.html Normal file
View File

@ -0,0 +1,635 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/707--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>SIL Open Font License 1.1 | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="SIL Open Font License 1.1">
<meta property="og:locale" content="en_US">
<meta name="description" content="The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla.">
<meta property="og:description" content="The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla.">
<link rel="canonical" href="https://choosealicense.com/licenses/ofl-1.1/">
<meta property="og:url" content="https://choosealicense.com/licenses/ofl-1.1/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="SIL Open Font License 1.1">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla.","headline":"SIL Open Font License 1.1","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/ofl-1.1/"},"url":"https://choosealicense.com/licenses/ofl-1.1/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/ofl-1.1/",
"name": "SIL Open Font License 1.1"
}
}]
}
</script>
<h1>SIL Open Font License 1.1</h1>
<div class="clearfix">
<div class="license-body">
<p>
The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
<li class="include-copyright">
<span class="license-sprite"></span>
License and copyright notice
</li>
<li class="same-license">
<span class="license-sprite"></span>
Same license
</li>
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">Copyright (c) [year] [fullname] ([email])
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION AND CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="OFL-1.1" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your font's source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] ([email]) with the name and contact email address of each copyright holder. You may take the additional step of appending a Reserved Font Name notice. This option requires anyone making modifications to change the font's name, and is not ideal for web fonts (which all users will modify by changing formats and subsetting for their own needs.)
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p>
This license doesn't require source provision, but recommends it. All files derived from OFL files must remain licensed under the OFL.
</p>
<p id="package-metadata">Add <strong><code>OFL-1.1-no-RFN</code></strong> (or <strong><code>OFL-1.1-RFN</code></strong> if a Reserved Font Name is specified after the copyright statement) to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/OFL-1.1.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/tonsky/FiraCode/blob/master/LICENSE" target="_blank">FiraCode</a></li>
<li><a href="https://github.com/googlefonts/noto-fonts/blob/master/LICENSE" target="_blank">Noto fonts</a></li>
<li><a href="https://github.com/belluzj/fantasque-sans/blob/master/LICENSE.txt" target="_blank">Fantasque Sans Mono</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/ofl-1.1.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

553
es/licencias/unlicense.html Normal file
View File

@ -0,0 +1,553 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">
<link rel="stylesheet" href="../css/css-application.css">
<link rel="shortcut icon" href="favicons/5300--favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>The Unlicense | Choose a License</title>
<meta name="generator" content="Jekyll v3.9.2">
<meta property="og:title" content="The Unlicense">
<meta property="og:locale" content="en_US">
<meta name="description" content="A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.">
<meta property="og:description" content="A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.">
<link rel="canonical" href="https://choosealicense.com/licenses/unlicense/">
<meta property="og:url" content="https://choosealicense.com/licenses/unlicense/">
<meta property="og:site_name" content="Choose a License">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2022-09-05T20:55:04+00:00">
<meta name="twitter:card" content="summary">
<meta property="twitter:title" content="The Unlicense">
<meta name="twitter:site" content="@github">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-09-05T20:55:04+00:00","datePublished":"2022-09-05T20:55:04+00:00","description":"A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.","headline":"The Unlicense","mainEntityOfPage":{"@type":"WebPage","@id":"https://choosealicense.com/licenses/unlicense/"},"url":"https://choosealicense.com/licenses/unlicense/"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="license">
<div class="container">
<ol>
<li>
<a href="choosealicense.html">Home</a> / <a href="licenses.html">Licenses</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://choosealicense.com/",
"name": "Home"
}
},{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://choosealicense.com/licenses",
"name": "Licenses"
}
},{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://choosealicense.com/licenses/unlicense/",
"name": "The Unlicense"
}
}]
}
</script>
<h1>The Unlicense</h1>
<div class="clearfix">
<div class="license-body">
<p>
A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code.
</p>
<div class="license-page-details">
<table class="license-rules">
<tr>
<th class="label">Permissions</th>
<th class="label">Conditions</th>
<th class="label">Limitations</th>
</tr>
<tr>
<td>
<ul class="license-permissions">
<li class="commercial-use">
<span class="license-sprite"></span>
Commercial use
</li>
<li class="distribution">
<span class="license-sprite"></span>
Distribution
</li>
<li class="modifications">
<span class="license-sprite"></span>
Modification
</li>
<li class="private-use">
<span class="license-sprite"></span>
Private use
</li>
</ul>
</td>
<td>
<ul class="license-conditions">
</ul>
</td>
<td>
<ul class="license-limitations">
<li class="liability">
<span class="license-sprite"></span>
Liability
</li>
<li class="warranty">
<span class="license-sprite"></span>
Warranty
</li>
</ul>
</td>
</tr>
</table>
</div>
<pre id="license-text">This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to &lt;https://unlicense.org&gt;
</pre>
</div> <!-- /license-body -->
<div class="sidebar">
<a href="#" data-clipboard-target="#license-text" data-proofer-ignore="true" class="js-clipboard-button button">Copy license text to clipboard</a>
<h3 id="suggest-this-license">Suggest this license</h3>
<div class="repository-suggestion">
<p>Make a pull request to suggest this license for a project that is <a href="no-permission.html">not licensed</a>. Please be polite: see if a license has already been suggested, try to suggest a license fitting for the project&rsquo;s <a href="community.html">community</a>, and keep your communication with project maintainers friendly.</p>
<div class="input-wrapper">
<input type="text" data-license-id="Unlicense" placeholder="Enter GitHub repository URL" id="repository-url" title="status">
<div class="status-indicator"></div>
</div>
</div>
<div class="how-to-apply">
<h3 id="how-to-apply">How to apply this license</h3>
<p>
Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.
</p>
<div class="note">
<h4 id="optional-steps">Optional steps</h4>
<p id="package-metadata">Add <strong><code>Unlicense</code></strong> to your project&rsquo;s package description, if applicable (e.g., <a href="https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license">Node.js</a>, <a href="https://guides.rubygems.org/specification-reference/#license=">Ruby</a>, and <a href="https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields">Rust</a>). This will ensure the license is displayed in package directories.</p>
</div>
</div>
<div class="source">
<a href="https://spdx.org/licenses/Unlicense.html">
<span class="license-sprite"></span>
Source
</a>
</div>
<div class="projects-with-license">
<h3>Who&rsquo;s using this license?</h3>
<ul>
<li><a href="https://github.com/mawww/kakoune/blob/master/UNLICENSE" target="_blank">kakoune</a></li>
<li><a href="https://github.com/ruby-rdf/rdf/blob/master/UNLICENSE" target="_blank">RDF.rb</a></li>
<li><a href="https://github.com/streamich/react-use/blob/master/LICENSE" target="_blank">react-use</a></li>
</ul>
</div>
</div> <!-- /sidebar -->
</div> <!-- /clearfix -->
<footer class="site-footer clearfix">
<nav>
<a href="about.html">About</a>
<a href="terms-of-service.html">Terms of Service</a>
<a href="https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/unlicense.txt">Help improve this page</a>
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>.
</p>
<div class="with-love">
Curated with &#10084;&#65039; by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
</div>
</footer>
</div> <!-- /container -->
<script src="js/jquery-jquery.min.js"></script>
<script src="js/qtip2-jquery.qtip.min.js"></script>
<script src="js/dist-clipboard.min.js"></script>
<script>
window.annotations = {"permissions":[{"description":"The licensed material and derivatives may be used for commercial purposes.","label":"Commercial use","tag":"commercial-use"},{"description":"The licensed material may be modified.","label":"Modification","tag":"modifications"},{"description":"The licensed material may be distributed.","label":"Distribution","tag":"distribution"},{"description":"The licensed material may be used and modified in private.","label":"Private use","tag":"private-use"},{"description":"This license provides an express grant of patent rights from contributors.","label":"Patent use","tag":"patent-use"}],"conditions":[{"description":"A copy of the license and copyright notice must be included with the licensed material.","label":"License and copyright notice","tag":"include-copyright"},{"description":"A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.","label":"License and copyright notice for source","tag":"include-copyright--source"},{"description":"Changes made to the licensed material must be documented.","label":"State changes","tag":"document-changes"},{"description":"Source code must be made available when the licensed material is distributed.","label":"Disclose source","tag":"disclose-source"},{"description":"Users who interact with the licensed material via network are given the right to receive a copy of the source code.","label":"Network use is distribution","tag":"network-use-disclose"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license","tag":"same-license"},{"description":"Modifications of existing files must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used.","label":"Same license (file)","tag":"same-license--file"},{"description":"Modifications must be released under the same license when distributing the licensed material. In some cases a similar or related license may be used, or this condition may not apply to works that use the licensed material as a library.","label":"Same license (library)","tag":"same-license--library"}],"limitations":[{"description":"This license explicitly states that it does NOT grant trademark rights, even though licenses without such a statement probably do not grant any implicit trademark rights.","label":"Trademark use","tag":"trademark-use"},{"description":"This license includes a limitation of liability.","label":"Liability","tag":"liability"},{"description":"This license explicitly states that it does NOT grant any rights in the patents of contributors.","label":"Patent use","tag":"patent-use"},{"description":"This license explicitly states that it does NOT provide any warranty.","label":"Warranty","tag":"warranty"}]};
window.licenses = [
{
"title": "BSD Zero Clause License",
"spdx_id": "0BSD"
},
{
"title": "Academic Free License v3.0",
"spdx_id": "AFL-3.0"
},
{
"title": "GNU Affero General Public License v3.0",
"spdx_id": "AGPL-3.0"
},
{
"title": "Apache License 2.0",
"spdx_id": "Apache-2.0"
},
{
"title": "Artistic License 2.0",
"spdx_id": "Artistic-2.0"
},
{
"title": "BSD 2-Clause &quot;Simplified&quot; License",
"spdx_id": "BSD-2-Clause"
},
{
"title": "BSD 3-Clause Clear License",
"spdx_id": "BSD-3-Clause-Clear"
},
{
"title": "BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License",
"spdx_id": "BSD-3-Clause"
},
{
"title": "BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License",
"spdx_id": "BSD-4-Clause"
},
{
"title": "Boost Software License 1.0",
"spdx_id": "BSL-1.0"
},
{
"title": "Creative Commons Attribution 4.0 International",
"spdx_id": "CC-BY-4.0"
},
{
"title": "Creative Commons Attribution Share Alike 4.0 International",
"spdx_id": "CC-BY-SA-4.0"
},
{
"title": "Creative Commons Zero v1.0 Universal",
"spdx_id": "CC0-1.0"
},
{
"title": "CeCILL Free Software License Agreement v2.1",
"spdx_id": "CECILL-2.1"
},
{
"title": "CERN Open Hardware Licence Version 2 - Permissive",
"spdx_id": "CERN-OHL-P-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal",
"spdx_id": "CERN-OHL-S-2.0"
},
{
"title": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal",
"spdx_id": "CERN-OHL-W-2.0"
},
{
"title": "Educational Community License v2.0",
"spdx_id": "ECL-2.0"
},
{
"title": "Eclipse Public License 1.0",
"spdx_id": "EPL-1.0"
},
{
"title": "Eclipse Public License 2.0",
"spdx_id": "EPL-2.0"
},
{
"title": "European Union Public License 1.1",
"spdx_id": "EUPL-1.1"
},
{
"title": "European Union Public License 1.2",
"spdx_id": "EUPL-1.2"
},
{
"title": "GNU General Public License v2.0",
"spdx_id": "GPL-2.0"
},
{
"title": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0"
},
{
"title": "ISC License",
"spdx_id": "ISC"
},
{
"title": "GNU Lesser General Public License v2.1",
"spdx_id": "LGPL-2.1"
},
{
"title": "GNU Lesser General Public License v3.0",
"spdx_id": "LGPL-3.0"
},
{
"title": "LaTeX Project Public License v1.3c",
"spdx_id": "LPPL-1.3c"
},
{
"title": "MIT No Attribution",
"spdx_id": "MIT-0"
},
{
"title": "MIT License",
"spdx_id": "MIT"
},
{
"title": "Mozilla Public License 2.0",
"spdx_id": "MPL-2.0"
},
{
"title": "Microsoft Public License",
"spdx_id": "MS-PL"
},
{
"title": "Microsoft Reciprocal License",
"spdx_id": "MS-RL"
},
{
"title": "Mulan Permissive Software License, Version 2",
"spdx_id": "MulanPSL-2.0"
},
{
"title": "University of Illinois/NCSA Open Source License",
"spdx_id": "NCSA"
},
{
"title": "Open Data Commons Open Database License v1.0",
"spdx_id": "ODbL-1.0"
},
{
"title": "SIL Open Font License 1.1",
"spdx_id": "OFL-1.1"
},
{
"title": "Open Software License 3.0",
"spdx_id": "OSL-3.0"
},
{
"title": "PostgreSQL License",
"spdx_id": "PostgreSQL"
},
{
"title": "The Unlicense",
"spdx_id": "Unlicense"
},
{
"title": "Universal Permissive License v1.0",
"spdx_id": "UPL-1.0"
},
{
"title": "Vim License",
"spdx_id": "Vim"
},
{
"title": "Do What The F*ck You Want To Public License",
"spdx_id": "WTFPL"
},
{
"title": "zlib License",
"spdx_id": "Zlib"
}
];
</script>
<script src="js/js-app.js"></script>
</body>
</html>

187
es/no-software.html Normal file
View File

@ -0,0 +1,187 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Chivo:900"
/>
<link rel="stylesheet" href="css/css-application.css" />
<link
rel="shortcut icon"
href="favicons/5898--favicon.ico"
type="image/x-icon"
/>
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Licencias No-Software | Elige una licencia</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="No-software Licenses" />
<meta property="og:locale" content="en_US" />
<meta
name="description"
content="Non-judgmental guidance on choosing a license for your open source project"
/>
<meta
property="og:description"
content="Non-judgmental guidance on choosing a license for your open source project"
/>
<link rel="canonical" href="https://eligeunalicencia.com/no-software/" />
<meta
property="og:url"
content="https://eligeunalicencia.com/no-software/"
/>
<meta property="og:site_name" content="Choose a License" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="No-software Licenses" />
<meta name="twitter:site" content="@github" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"description": "Non-judgmental guidance on choosing a license for your open source project",
"headline": "No-software Licenses",
"url": "https://eligeunalicencia.com/no-software/"
}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="default">
<div class="container">
<ol>
<li>
<a href="index.html">Inicio</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://eligeunalicencia.com/",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://eligeunalicencia.com/no-software/",
"name": "No-software Licenses"
}
}
]
}
</script>
<h1>Licencias No-software</h1>
<p>
Las licencias de software de codigo abierto tambien se pueden utilizar para trabajos sin software y
son a menudo la mejor opcion, especialmente cuando las obras en cuestion pueden ser
editado y versionado como fuente.
<a href="index.html">Elige una licencia de codigo abierto</a>.
</p>
<h3 id="data-media-etc">Datos, media, etc.</h3>
<p>
<a href="licencias/cc0-1.html">CC0-1.0</a>, <a href="licencias/cc-by-4.html">CC-BY-4.0</a>,
and <a href="licencias/cc-by-sa-4.html">CC-BY-SA-4.0</a> son
<a href="https://opendefinition.org">licencias abiertas</a> usadas para
material no-software que varian desde datasets a videos. Notar que Creative
Commons
<a
href="https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software"
>no recomienda sus licencias para ser usadas para software</a
>
or hardware.
</p>
<h3 id="documentation">Documentacion</h3>
<p>
Cualquier licencia de software de codigo abierto o licencia abierta para medios (ver
<a href="#data-media-etc">anterior</a>) tambien se aplica al software
documentacion. Si utiliza diferentes licencias para su software y su
documentacion, asegurese de especificar que los ejemplos de codigo fuente en el
La documentacion tambien esta autorizada bajo la licencia de software.
</p>
<h3 id="fonts">Fonts</h3>
<p>
The <a href="licencias/ofl-1.html">SIL Open Font License 1.1</a> mantiene las fuentes abiertas,
permitiendoles ser utilizados libremente en otras obras.
</p>
<h3 id="hardware">Hardware</h3>
<p>
Deseñada para
<a href="https://www.oshwa.org/definition/">hardware de fuente abierta</a>
variandod desde muebles a
<a
href="https://www.oshwa.org/best-practices-for-sharing-fpga-designs-2/"
>FPGAs</a
>
se encuentran cubiertos por CERN Open Hardware licenses:
<a href="licencias/cern-ohl-p-2.html">CERN-OHL-P-2.0</a> (permisiva),
<a href="licencias/cern-ohl-w-2.html">CERN-OHL-W-2.0</a> (reciprocamente debil), y
<a href="licencias/cern-ohl-s-2.html">CERN-OHL-S-2.0</a> (reciprocamente debil).
</p>
<h3 id="mixed-projects">Proyectos mixtos</h3>
<p>
Si su proyecto contiene una mezcla de diferentes tipos de material, puede
incluir multiples licencias, siempre y cuando sea explicito sobre cuales
La licencia se aplica a cada parte del proyecto. Ver
<a href="https://github.com/github/eligeunalicencia.com#license"
>el aviso de licencia para este sitio</a
>
como un ejemplo (fin de pagina, Licencia).
</p>
<footer class="site-footer clearfix">
<nav>
<a href="about.html">Acerca</a>
<a href="terms-of-service.html">Terminos de servicio</a>
<a
href="https://github.com/github/eligeunalicencia.com/edit/gh-pages/no-software.md"
>Ayudanos a mejorar</a
>
</nav>
<p>
El contenido de este sitio esta bajo licencia
<a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a
>.
</p>
<div class="with-love">
Hecho con &#10084;&#65039; por
<a href="https://github.com">GitHub, Inc.</a> and
<a href="https://github.com/github/eligeunalicencia.com">me!</a>
</div>
</footer>
</div>
<!-- /container -->
</body>
</html>

203
es/sin-licencia.html Normal file
View File

@ -0,0 +1,203 @@
<!DOCTYPE html>
<html lang="en">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Chivo:900"
/>
<link rel="stylesheet" href="css/css-application.css" />
<link
rel="shortcut icon"
href="favicons/7128--favicon.ico"
type="image/x-icon"
/>
<!--[if lt IE 9]>
<script src="/assets/vendor/html5shiv/dist/html5shiv.js"></script>
<script src="/assets/vendor/selectivizr/selectivizr.js"></script>
<![endif]-->
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>No License | Elige una licencia</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="No License" />
<meta property="og:locale" content="en_US" />
<meta
name="description"
content="You&rsquo;re under no obligation to choose a license and it&rsquo;s your right not to include one with your code or project. But please note that opting out of open source licenses doesn&rsquo;t mean you&rsquo;re opting out of copyright law."
/>
<meta
property="og:description"
content="You&rsquo;re under no obligation to choose a license and it&rsquo;s your right not to include one with your code or project. But please note that opting out of open source licenses doesn&rsquo;t mean you&rsquo;re opting out of copyright law."
/>
<link rel="canonical" href="https://eligeunalicencia.com/no-permission/" />
<meta
property="og:url"
content="https://eligeunalicencia.com/no-permission/"
/>
<meta property="og:site_name" content="Choose a License" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="No License" />
<meta name="twitter:site" content="@github" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"description": "You&rsquo;re under no obligation to choose a license and it&rsquo;s your right not to include one with your code or project. But please note that opting out of open source licenses doesn&rsquo;t mean you&rsquo;re opting out of copyright law.",
"headline": "No License",
"url": "https://eligeunalicencia.com/no-permission/"
}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body class="default">
<div class="container">
<ol>
<li>
<a href="index.html">Home</a>
</li>
</ol>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://eligeunalicencia.com/",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://eligeunalicencia.com/no-permission/",
"name": "No License"
}
}
]
}
</script>
<h1>Sin Licencia</h1>
<p>
Cuando realiza un trabajo creativo (que incluye codigo), el trabajo esta bajo
copyright exclusivo por defecto. A menos que incluya una licencia que
especifica lo contrario, nadie mas puede copiar, distribuir o modificar su
trabajar sin correr el riesgo de derribos, extorsiones o litigios.
Una vez que el trabajo tiene otros colaboradores (cada uno un titular de derechos de autor),
nadie empieza a incluirte.
</p>
<p>
Incluso en ausencia de un archivo de licencia, puede otorgar algunos derechos en
casos en los que publica su codigo fuente en un sitio que requiere
aceptando los terminos del servicio. Por ejemplo, si publica su codigo fuente
en un repositorio publico en GitHub, ha aceptado el
<a href="https://help.github.com/articles/github-terms-of-service"
>Terminos de Servicio</a
>, mediante el cual permite que otros vean y bifurquen su repositorio. Otros
puede que no necesite su permiso si
<a
href="https://en.wikipedia.org/wiki/Limitations_and_exceptions_to_copyright"
>limitaciones y excepciones a los derechos de autor</a
>
aplicar a su situacion particular. Ni los terminos del sitio ni
las limitaciones de derechos de autor especificas de la jurisdiccion son suficientes para los tipos
de colaboracion que la gente suele buscar en un host de codigo publico, como
experimentacion, modificacion y uso compartido fomentado por un codigo abierto
licencia.
</p>
<p>
No tiene que hacer nada para no ofrecer una licencia. Tu
Sin embargo, es posible que desee agregar un aviso de derechos de autor y una declaracion de que esta
no ofrecer ninguna licencia en un lugar destacado (por ejemplo, su
README del proyecto) para que
<a href="#for-users">el usuario</a> no asuma que cometio un descuido.
Si vas a aceptar a las demas contribuciones a su
proyecto sin licencia, es posible que desee explorar agregar un colaborador
acuerdo a su proyecto con su abogado para que usted mantenga
permiso de copyright de los colaboradores, aunque no estes
otorgando el mismo.
</p>
<p>
No permitir el uso de su codigo podria no ser lo que pretende de ninguna manera.
licencia. Una
<a href="index.html">licencia de fuente abierta</a> permite la reutilizacion de
su codigo conservando los derechos de autor. Si su meta es completamente
optar por no recibir restricciones de derechos de autor, intente
<a href="/licencias/#unlicense">dedicacion de dominio publico</a> en su lugar.
</p>
<h2 id="for-users">Para usuarios</h2>
<p>
Si encuentra software que no tiene licencia, generalmente
significa que no tiene permiso de los creadores del software para usar,
modificar o compartir el software. Aunque un host de codigo como GitHub puede
le permite ver y bifurcar el codigo, esto no implica que este
permitido usar, modificar o compartir el software para cualquier proposito.
</p>
<p>Opciones:</p>
<ul class="bullets">
<li>
<strong>Pida amablemente a los mantenedores que agreguen una licencia.</strong> A no ser que
el software incluye fuertes indicaciones de lo contrario, la falta de un
La licencia es probablemente un descuido. Si el software esta alojado en un sitio
como GitHub, abra un problema solicitando una licencia e incluya un enlace a
este sitio. Si eres audaz y es bastante obvio lo que
la licencia es la mas apropiada, abra una solicitud de extraccion para agregar una licencia
ver sugerir esta licencia en la barra lateral de la
pagina para cada licencia en este sitio (por ejemplo,
<a href="/licenses/mit/#suggest-this-license">MIT</a>).
</li>
<li>
<strong>No use el software.</strong> Busque o cree un
alternativa que esta bajo una licencia de codigo abierto.
</li>
<li>
<strong>Negocie una licencia privada.</strong> Traiga a su abogado.
</li>
</ul>
<footer class="site-footer clearfix">
<nav>
<a href="about.html">Acerca</a>
<a href="terms-of-service.html">Terminos del servicio</a>
<a
href="https://github.com/github/eligeunalicencia.com/edit/gh-pages/no-permission.md"
>Ayudanos a mejorar esta pagina</a
>
</nav>
<p>
The content of this site is licensed under the
<a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a
>.
</p>
<div class="with-love">
Creado con &#10084;&#65039; por
<a href="https://github.com">GitHub, Inc.</a> and
<a href="https://github.com/github/eligeunalicencia.com">me!</a>
</div>
</footer>
</div>
<!-- /container -->
</body>
</html>