Skip to content

Commit

Permalink
add licensing to best practices chapter
Browse files Browse the repository at this point in the history
Fixes #379.
  • Loading branch information
egpbos committed Dec 4, 2024
1 parent 9e8c35b commit a7eb4a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions best_practices/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ More info: [The Turing Way chapter on Version Control](https://book.the-turing-w

**@ NLeSC:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx)).

## Licensing

Since source code is protected by copyright, to allow people to use your code it needs a license.
For more information, see [The Turing Way chapter on licensing](https://the-turing-way.netlify.app/reproducible-research/licensing) or the [RSQkit Licensing software task](http://everse.software/RSQKit/licensing_software).

**@ NLeSC:** our first choice is the Apache v2 license.
See the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx) for more details.

## Know your tools

In addition to the advice on the best practices above, knowing the
Expand Down

0 comments on commit a7eb4a7

Please sign in to comment.