Skip to content

Commit d39da26

Browse files
committed
Remove use of open publication license, pref CC-By
CNCF IP policy requires code to be Apache v2.0 and docs under the Creative Commons Attribution 4.0 International License (CC-By): https://github.com/cncf/foundation/blob/master/charter.md#11-ip-policy Remove recommendation of the Open Publication License and instead suggest all taps are either public domain or CC-By. Signed-off-by: Joshua Lock <[email protected]>
1 parent d577dd3 commit d39da26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tap1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* TAP: 1
22
* Title: TAP Purpose and Guidelines
33
* Version: 2
4-
* Last-Modified: 28-Jul-2020
4+
* Last-Modified: 30-Nov-2020
55
* Author: Trishank Karthik Kuppusamy, Lois Anne DeLong, Justin Cappos, Joshua Lock
66
* Status: Active
77
* Content-Type: text/markdown
@@ -111,7 +111,7 @@ Each TAP SHOULD have the following parts:
111111

112112
8. *Augmented Reference Implementation* -- The augmented reference implementation must be completed before any TAP is given "Final" status, but it need not be completed before the TAP is accepted as "Draft". While there is merit to the approach of reaching consensus on the specification and rationale before writing code, the principle of "rough consensus and running code" is still useful when it comes to resolving many discussions of API details. The final implementation must include test code and documentation appropriate for the TUF reference.
113113

114-
9. *Copyright* -- Each TAP must either be explicitly labeled as placed in the public domain (see this TAP as an example) or licensed under the [Open Publication License](https://opencontent.org/openpub/).
114+
9. *Copyright* -- Each TAP must either be explicitly labeled as placed in the public domain (see this TAP as an example) or licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
115115

116116
# TAP Formats and Templates
117117

tap2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The augmented reference implementation must be completed before any TAP is given
4343

4444
# Copyright
4545

46-
Each TAP must either be explicitly labeled as placed in the public domain (see this TAP as an example) or licensed under the [Open Publication License](https://opencontent.org/openpub/).
46+
Each TAP must either be explicitly labeled as placed in the public domain or licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).

0 commit comments

Comments
 (0)