summaryrefslogtreecommitdiff
path: root/bip-0002.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0002.mediawiki')
-rw-r--r--bip-0002.mediawiki11
1 files changed, 9 insertions, 2 deletions
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki
index e6477e6..0d94792 100644
--- a/bip-0002.mediawiki
+++ b/bip-0002.mediawiki
@@ -139,10 +139,17 @@ New BIPs may be accepted with the following licenses. Each new BIP must identify
For example, a preamble might include the following License header:
- License: PD
- CC-0
+ License: CC-0
MIT
+It is also possible to license source code differently from the BIP text. A optional License-Code header is placed after the License header. Again, each license must be referenced by their respective abbreviation given below.
+
+For example, a preamble specifying the optional License-Code header might look like:
+
+ License: CC-0
+ MIT
+ License-Code: GPL-2.0
+
====Recommended licenses====
* BSD-2-Clause: [https://opensource.org/licenses/BSD-2-Clause OSI-approved BSD 2-clause license]