Skip to content

Commit 3073f44

Browse files
authored
Merge pull request github#643 from github/libraries-io-licenses
update libraries.io url showing mit popularity for npm
2 parents 5a7a614 + 6993d0d commit 3073f44

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_articles/es/legal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Por otro lado, si cualquiera de las licencias de tus dependencias son copyleft "
7373

7474
Deberías considerar también a las **comunidades** qué esperas que usaran y contribuirán a tu proyecto:
7575

76-
* **¿Quieres que tu proyecto sea usado como dependencia por otros proyectos?** Probablemente, la mejor opción sea usar la licencia más popular en tu comunidad. Por ejemplo, [MIT](https://choosealicense.com/licenses/mit/) es la licencia más popular para [npm libraries](https://libraries.io/npm).
76+
* **¿Quieres que tu proyecto sea usado como dependencia por otros proyectos?** Probablemente, la mejor opción sea usar la licencia más popular en tu comunidad. Por ejemplo, [MIT](https://choosealicense.com/licenses/mit/) es la licencia más popular para [npm libraries](https://libraries.io/search?platforms=NPM).
7777
* **¿Quieres que tu proyecto atraiga a grandes empresas?** Una gran empresa seguramente querrá una licencia de patente expresa por parte de todos los contribuyentes. En este caso, [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/) te tiene a ti (y a ellos) cubiertos.
7878
* **¿Quieres que tu proyecto atraiga a colaboradores los cuales no quieren que sus contribuciones sean usado en software de código cerrado?** [GPLv3](https://choosealicense.com/licenses/gpl-3.0/) o (si tampoco quieren contribuir a servicios de código cerrado) [AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) Seria el más apropiado.
7979

_articles/id/legal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Di satu sisi, jika salah satu dari lisensi ketergantungan Anda adalah "copyleft"
7272

7373
Anda juga perlu memperhatikan **komunitas** akan menggunakan dan berkontribusi pada proyek Anda:
7474

75-
* **Apakah Anda ingin proyek Anda digunakan sebagai ketergantungan oleh proyek lain?** Mungkin paling tepat untuk menggunakan lisensi yang paling populer pada komunitas Anda. Sebagai contoh, [MIT](https://choosealicense.com/licenses/mit/) adalah lisensi yang paling populer untuk [pustaka npm](https://libraries.io/npm).
75+
* **Apakah Anda ingin proyek Anda digunakan sebagai ketergantungan oleh proyek lain?** Mungkin paling tepat untuk menggunakan lisensi yang paling populer pada komunitas Anda. Sebagai contoh, [MIT](https://choosealicense.com/licenses/mit/) adalah lisensi yang paling populer untuk [pustaka npm](https://libraries.io/search?platforms=NPM).
7676
* **Apakah Anda ingin proyek Anda menarik bagi kalangan bisnis skala besar?** Kalangan bisnis yang berskala besar memiliki kencenderungan untuk menggunakan lisensi paten ekspress dari semua kontributor. Dalam hal ini, [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/) dapat mencakup Anda dan mereka.
7777
* **Apakah Anda ingin proyek Anda menarik bagi kontributor yang tidak ingin hasil kontribusinya tidak digunakan pada perangkat lunak tertutup?** [GPLv3](https://choosealicense.com/licenses/gpl-3.0/) atau (jika mereka juga tidak mau berkontribusi pada layanan tertutup) [AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) merupakan pilihan yang tepat.
7878

_articles/ko/legal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GitHub에서 새로운 프로젝트를 만들 때, [라이선스를 추가할
7272

7373
프로젝트를 사용하고 기여할 수 있는 **커뮤니티**를 고려해보십시오:
7474

75-
* **프로젝트를 다른 프로젝트의 종속성으로 사용 하시겠습니까?** 관련 커뮤니티에서 가장 많이 사용되는 라이선스를 사용하는 것이 가장 좋습니다. 예시로, [MIT](https://choosealicense.com/licenses/mit/)[npm libraries](https://libraries.io/npm)에서 가장 인기있는 라이선스입니다.
75+
* **프로젝트를 다른 프로젝트의 종속성으로 사용 하시겠습니까?** 관련 커뮤니티에서 가장 많이 사용되는 라이선스를 사용하는 것이 가장 좋습니다. 예시로, [MIT](https://choosealicense.com/licenses/mit/)[npm libraries](https://libraries.io/search?platforms=NPM)에서 가장 인기있는 라이선스입니다.
7676
* **프로젝트를 대기업에 어필하고 싶습니까?** 대기업은 모든 참여자의 명시적인 특허 라이선스를 원할 것입니다. 이 경우, [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)는 귀하(그리고 그들)을 커버해 줄것 입니다.
7777
* **독점 소스 소프트웨어에서 기여를 사용하고 싶지 않은 기여자에게 프로젝트를 어필하고 싶습니까?** [GPLv3](https://choosealicense.com/licenses/gpl-3.0/) 혹은 (또한 독점 소스 서비스에 기여하지 않으려는 경우) [AGPLv3](https://choosealicense.com/licenses/agpl-3.0/)은 잘될 것 입니다.
7878

_articles/legal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ On the other hand, if any of your dependencies' licenses are "strong copyleft" (
7272

7373
You may also want to consider the **communities** you hope will use and contribute to your project:
7474

75-
* **Do you want your project to be used as a dependency by other projects?** Probably best to use the most popular license in your relevant community. For example, [MIT](https://choosealicense.com/licenses/mit/) is the most popular license for [npm libraries](https://libraries.io/npm).
75+
* **Do you want your project to be used as a dependency by other projects?** Probably best to use the most popular license in your relevant community. For example, [MIT](https://choosealicense.com/licenses/mit/) is the most popular license for [npm libraries](https://libraries.io/search?platforms=NPM).
7676
* **Do you want your project to appeal to large businesses?** A large business will likely want an express patent license from all contributors. In this case, [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/) has you (and them) covered.
7777
* **Do you want your project to appeal to contributors who do not want their contributions to be used in closed source software?** [GPLv3](https://choosealicense.com/licenses/gpl-3.0/) or (if they also do not wish to contribute to closed source services) [AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) will go over well.
7878

_articles/zh-cn/legal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ related:
7373

7474
你们也会想到考虑希望你们的社区使用以及贡献你们的项目:
7575

76-
* **你们是否想让你们的项目成为其它项目的依赖?**在你们的相关社区最好尽可能使用最流行的许可协议。例如,[MIT](https://choosealicense.com/licenses/mit/)[npm libraries](https://libraries.io/npm)使用的最流行的许可协议。
76+
* **你们是否想让你们的项目成为其它项目的依赖?**在你们的相关社区最好尽可能使用最流行的许可协议。例如,[MIT](https://choosealicense.com/licenses/mit/)[npm libraries](https://libraries.io/search?platforms=NPM)使用的最流行的许可协议。
7777
* **你们的项目是否想吸引大企业?**大型企业可能需要所有贡献者的明确专利许可。在这种情况下,[Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)适合你们。
7878
* **你们的项目是否想吸引不愿自己的贡献用于其它同类型软件的贡献者?**[GPLv3](https://choosealicense.com/licenses/gpl-3.0/)[AGPLv3](https://choosealicense.com/licenses/agpl-3.0/)适合你们。
7979

0 commit comments

Comments
 (0)