Skip to content

Commit edb5685

Browse files
Merge pull request #67 from kir-rescomp/dev
add more information on what happens when we don't include a license file
2 parents 3c90970 + 5672a84 commit edb5685

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

docs/7.licensing.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
As an open source project, Software Carpentry relies on volunteers to create our lessons and includes a file named LICENSE or LICENSE.txt file in all public lesson repositories. This file is used to specify that all materials are freely available under the Creative Commons Attribution license. Without a file that clearly states under which license any public source code, manuscript or other creative works is being made available, the default copyright laws apply. To learn more about licensing and open source, you can read more about [Github’s description of license](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) and the legal grounds for [open source licensing](https://opensource.guide/legal/#are-public-github-projects-open-source).
11+
As an open source project, KIR training material includes a file named LICENSE or LICENSE.txt file in all public lesson repositories. This file is used to specify that all materials are freely available under the Creative Commons Attribution license. Without a file that clearly states under which license any public source code, manuscript or other creative works is being made available, the default copyright laws apply. To learn more about licensing and open source, you can read more about [Github’s description of license](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository) and the legal grounds for [open source licensing](https://opensource.guide/legal/#are-public-github-projects-open-source).
1212

1313
!!! circle-info ""
1414
<br>
@@ -21,4 +21,14 @@ As an open source project, Software Carpentry relies on volunteers to create our
2121

2222
[This article](https://www.gnu.org/licenses/license-list.html) provides an excellent overview of licensing and licensing options from the perspective of scientists who also write code.
2323

24-
At the end of the day what matters is that there is a clear statement as to what the license is. Also, the license is best chosen from the get-go, even if for a repository that is not public. Pushing off the decision only makes it more complicated later, because each time a new collaborator starts contributing, they, too, hold copyright and will thus need to be asked for approval once a license is chosen.
24+
At the end of the day what matters is that there is a clear statement as to what the license is. Also, the license is best chosen from the get-go, even if for a repository that is not public. Pushing off the decision only makes it more complicated later, because each time a new collaborator starts contributing, they, too, hold copyright and will thus need to be asked for approval once a license is chosen.
25+
26+
## More on what happens when we don't inlcude a LICENSE file
27+
28+
If you don’t add a LICENSE file to a public GitHub repo, legally no one has clear permission to use, modify, or redistribute your code, so by default you retain all rights and others are very restricted in what they can safely do with it. Practically, this ambiguity tends to discourage serious use and contributions, because potential users, companies, and downstream projects generally avoid code without an explicit license.​
29+
30+
### Legal implications
31+
By default copyright law applies to your code if you publish it without a license, meaning: others can view the code on GitHub, but they do not automatically have permission to copy, modify, or redistribute it in their own projects. Anyone who wants to use it beyond just reading would need your explicit permission, typically via a license or a separate agreement.​
32+
33+
### Practical and community effects
34+
Many developers and organizations have policies not to depend on repositories that lack a clear license, so they may avoid using or contributing to your project. Some people might also assume (incorrectly) that “no license” means “do anything you want”, which can create legal risk and confusion for everyone involved.

0 commit comments

Comments
 (0)