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:
parent
7f12be52d3
commit
56bea488cb
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user