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 4a6847f commit 95e1e39
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 @@ -37,6 +37,14 @@ If your programming language supports namespaces, use your organization or proje

**@ NLeSC**, the recommended namespace is **nl.esciencecenter**, or adapt it to a namespace that aligns with your project's context.

## 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 95e1e39

Please sign in to comment.