|
|
|
|
|
by Arkdy
2491 days ago
|
|
What does it mean when a public github project has no LICENSE file? Am I only legally allowed to view* the source code, but can't download and run it locally? Or can I run it locally, but not publish it publicly? * The source for the app doesn't have a License file as of dae0f0f:
https://github.com/longsangstan/color-app |
|
> You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license. The Open Source Guide provides additional guidance on choosing the correct license for your project.
Looks like you probably can pull it down but not redistribute it or use it to create other programs.