1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00
choosealicense.com/existing.md

20 lines
1.6 KiB
Markdown
Raw Normal View History

---
layout: default
2016-04-21 06:18:03 +02:00
permalink: /existing/
title: Existing projects and communities
---
2017-12-31 00:46:13 +01:00
If you're contributing to or extending an existing project, it's almost always easiest to continue using that project's license. Look for a file called `LICENSE` or `COPYING`, or a notice in the project's `README` to find out what that license is. If you can't find a license, [ask](/no-permission/#for-users).
Depending on how you're building on an existing project and what its license is, using the existing project's license for your own might not just be the easiest thing to do, but a condition on which your permission to build on the existing project rests: see the "same license" condition of [some licenses](/licenses/).
2017-11-06 04:43:52 +01:00
Some communities have strong preferences for particular licenses. If you want to participate in one of these, it will be easier to use the preferred license even if you're starting a brand new project with no existing dependencies. A few examples:
{: .bullets}
* [Apache](https://www.apache.org/licenses/) requires [Apache License 2.0](/licenses/apache-2.0/)
* [GNU](https://www.gnu.org/licenses/license-recommendations.html) recommends [GNU GPLv3](/licenses/gpl-3.0/) for most programs
2017-10-01 10:02:19 +02:00
* [OpenBSD](https://www.openbsd.org/policy.html) prefers [ISC](/licenses/isc/)
Communities come in all shapes and sizes. The examples above are *very* well established. If the community you see your project as a part of doesn't have set-in-stone licensing traditions, or you don't see your project as part of any particular community, that's just fine: [make your own choice of an open source license](/).