1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

[BIP 2] Allow optional License-Code header

This commit is contained in:
MarcoFalke 2016-02-27 14:12:08 +01:00
parent 7f12be52d3
commit 56bea488cb

View File

@ -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: For example, a preamble might include the following License header:
License: PD License: CC-0
CC-0
MIT 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==== ====Recommended licenses====
* BSD-2-Clause: [https://opensource.org/licenses/BSD-2-Clause OSI-approved BSD 2-clause license] * BSD-2-Clause: [https://opensource.org/licenses/BSD-2-Clause OSI-approved BSD 2-clause license]