Skip to content

Commit 34fb23c

Browse files
authored
Merge branch 'master' into patch-1
2 parents 232d254 + 570eddd commit 34fb23c

4 files changed

Lines changed: 1080 additions & 1077 deletions

File tree

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9676,6 +9676,9 @@ principles:
96769676
- id: fp-016-maintenance
96779677
layout: principle
96789678
title: Maintenance (principle 16)
9679+
- id: fp-019-term-stability
9680+
layout: principle
9681+
title: Stability of Term Meaning (principle 19)
96799682
- id: fp-020-responsiveness
96809683
layout: principle
96819684
title: Responsiveness (principle 20)

principles/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ principles:
4646
title: Maintenance (principle 16)
4747
- id: fp-019-term-stability
4848
layout: principle
49-
title: Stability (principle 19)
49+
title: Stability of Term Meaning (principle 19)
5050
- id: fp-020-responsiveness
5151
layout: principle
5252
title: Responsiveness (principle 20)

principles/fp-001-open.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: principle
33
id: fp-001-open
44
title: Open (principle 1)
55
---
6-
GO TO: [Recommendations/Requirements](#recommendations-and-requirements) | [Implementation](#implementation) | [Examples/Counter‑Examples](#examples) | [Criteria for Review](#criteria-for-review) | [Feedback/Discussion](#feedback-and-discussion)
6+
GO TO: [Recommendations/Requirements](#recommendations-and-requirements) | [Implementation](#implementation) | [Examples/Counter‑Examples](#examples) | [Criteria for Review](#criteria-for-review) | [Feedback/Discussion](#feedback-and-discussion)
77

88
## Summary
99

@@ -17,7 +17,7 @@ OBO Foundry ontologies are resources for the entire biological and biomedical co
1717

1818
### For ontology providers
1919

20-
OBO Foundry Ontologies MUST EITHER be released under a [Creative Commons Attribution 3.0 Unported (CC BY 3.0)](https://creativecommons.org/licenses/by/3.0/) license or later (e.g. [Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/), OR released into the public domain under [Creative Commons CC0 1.0 Public Domain Dedication (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/). The license MUST be clearly stated using the http://purl.org/dc/terms/license property followed by the URL representing the license (e.g. https://creativecommons.org/licenses/by/3.0/) in the ontology file ([OWL example](https://github.com/INCATools/ontology-development-kit/blob/master/docs/License.md)).
20+
OBO Foundry Ontologies MUST EITHER be released under a [Creative Commons Attribution 3.0 Unported (CC BY 3.0)](https://creativecommons.org/licenses/by/3.0/) license or later (e.g. [Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/), OR released into the public domain under [Creative Commons CC0 1.0 Public Domain Dedication (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/). The license MUST be clearly stated using the http://purl.org/dc/terms/license property followed by the URL representing the license (e.g. https://creativecommons.org/licenses/by/3.0/) in the ontology file ([OWL example](https://oboacademy.github.io/obook/reference/formatting-license/)).
2121

2222
Note: CC-BY licenses allow others to distribute, remix, tweak, and build upon the work, even commercially, as long as they credit the creators for the original creation. CC0 specifies that the creators of an ontology waive, to the extent that they legally can be, all rights and place the ontology in the public domain. It does not prevent them from requesting that the ontology be properly credited and cited, but prevents any legal recourse if it is not credited. Many pros and cons of CC-BY versus CC0 are laid out in [this discussion](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/285). It is important to note that one can move from CC-BY to CC0 but not the other way around.
2323

0 commit comments

Comments
 (0)