Skip to content

Commit 4acc7b2

Browse files
add licensing info
1 parent 067fa3c commit 4acc7b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

08-readmes.Rmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ READMEs stick out in a project and are generally universal signal for new people
6363

6464
You can take a look at this [template README](https://raw.githubusercontent.com/jhudsl/Reproducibility_in_Cancer_Informatics/main/resources/README-template.md) to get started.
6565

66+
## Licensing
67+
68+
Adding information about a license is a good idea. If you put your code on GitHub, then the default copyright laws apply. According to GitHub:
69+
70+
> “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.”
71+
72+
Open source software or code means that it is distributed with a license that allows others to reuse or adapt your code for other purposes. This is very helpful to advance science and technology.
73+
74+
Check out this great resource on [options for licenses](https://choosealicense.com/) to help you choose which license is right for your project.
75+
6676
#### More about writing READMEs:
6777

6878
- [How to write a good README file](https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/)

0 commit comments

Comments
 (0)