-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathlicense-file.Rmd
More file actions
19 lines (15 loc) · 952 Bytes
/
Copy pathlicense-file.Rmd
File metadata and controls
19 lines (15 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The LICENSE file {#license}
The license field should preferably refer to a standard license (see
[wikipedia][wiki-license])
using one of <i class="fab fa-r-project"></i>’s [standard specifications][R License].
Licenses restricting use, e.g., to academic or non-profit researchers, are not
suitable for [_Bioconductor_][]. Core Bioconductor packages are typically
licensed under `Artistic-2.0`.
To specify a non-standard license, include this `LICENSE` file in your
package (containing the full terms of your license) and use the string `file
LICENSE` in this `License:` field. The LICENSE file if provided should match the
`License` field in the [Description file](#description-license)
The package should contain only code that can be redistributed according to the
package license. Be aware of the licensing agreements for packages you are
depending on in your package. Not all packages are open source even if they
are publicly available.