Skip to content

Commit 57da526

Browse files
committed
README.md
1 parent b36a3d5 commit 57da526

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

lib/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,39 @@ The `JsonLDTransformer` class provides methods for transforming Markdown to JSON
202202
## For more information
203203

204204
For full documentation, please see the [main repository README](https://github.com/iunera/json-ld-markdown).
205+
206+
207+
## License
208+
209+
We choose fair [code, fair work, fair payment, open collaboration](https://www.license-token.com).
210+
211+
## [Open Compensation Token License](https://www.license-token.com/license/text)
212+
213+
```
214+
Licensed under the OPEN COMPENSATION TOKEN LICENSE (the "License").
215+
216+
You may not use this file except in compliance with the License.
217+
218+
You may obtain a copy of the License at
219+
[https://github.com/open-compensation-token-license/license/blob/main/LICENSE.md](https://github.com/open-compensation-token-license/license/blob/main/LICENSE.md)
220+
221+
Unless required by applicable law or agreed to in writing, software
222+
distributed under the License is distributed on an "AS IS" BASIS,
223+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
224+
See the License for the specific language governing permissions and
225+
limitations under the License.
226+
227+
@octl.sid: 5fecd757-5fec-d757-d757-00005fb33b80
228+
```
229+
230+
@octl.sid: [x-octl-sid:5fecd757-5fec-d757-d757-00005fb33b80](https://www.license-token.com/license/new-procurement/x-octl-sid%3A5fecd757-5fec-d757-d757-00005fb33b80)
231+
232+
* Why did we [choose the OCTL as alternative to the BSD 3-Clause License](https://www.license-token.com/wiki/unveiling-bsd-3-clause-license-summary)?
233+
* Why we [do NOT apply Apache 2.0 License](https://www.license-token.com/wiki/the-downside-of-apache-license-and-why-i-never-would-use-it)?
234+
235+
This project is licensed under the Open Compensation Token License (OCTL), with the unique project identifier
236+
`x-octl-sid:5fecd757-5fec-d757-d757-00005fb33b80`. The OCTL enables blockchain-based licensing and royalty distribution via NFTs. View the license token
237+
at [https://www.license-token.com/license/new-procurement/x-octl-sid%3A5fecd757-5fec-d757-d757-00005fb33b80](https://www.license-token.com/license/new-procurement/x-octl-sid%3A5fecd757-5fec-d757-d757-00005fb33b80).
238+
See the [LICENSE](LICENSE) file or [OCTL license text](https://github.com/open-compensation-token-license/license/blob/main/LICENSE.md) for details. For OCTL
239+
compliance, ensure contributions are registered with the project’s `x-octl-sid` using the license token link.
240+

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-to-json-ld",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Transform Markdown to JSON-LD with Advanced Table & Annotation Support",
55
"main": "dist/markdown-to-json-ld.js",
66
"files": [

0 commit comments

Comments
 (0)