From 56bea488cbee7a3b89a34d916b283cd5fe03b64b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 27 Feb 2016 14:12:08 +0100 Subject: [BIP 2] Allow optional License-Code header --- bip-0002.mediawiki | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'bip-0002.mediawiki') 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] -- cgit v1.2.3