Skip to content

Commit 0a39611

Browse files
Merge pull request #3 from dimitri-yatsenko/main
relax the license to CC BY 4.0
2 parents f8735a5 + 74ef507 commit 0a39611

File tree

4 files changed

+27
-31
lines changed

4 files changed

+27
-31
lines changed

LICENSE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
© DataJoint Inc., 2024-2025. All rights reserved.
22

3-
# Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
3+
# Creative Commons Attribution 4.0 International Public License
44

5-
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
5+
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
66

77
## 1. License
88
You are free to:
9-
- **Share** — copy and redistribute the material in any medium or format
9+
- **Share** — copy and redistribute the material in any medium or format.
10+
- **Adapt** — remix, transform, and build upon the material for any purpose, even commercially.
1011

1112
Under the following terms:
1213
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
13-
- **NonCommercial** — You may not use the material for commercial purposes.
14-
- **NoDerivatives** — If you remix, transform, or build upon the material, you may not distribute the modified material.
1514

1615
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
1716

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
1+
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
22
[![Build and Deploy](https://github.com/dimitri-yatsenko/datajoint-book/actions/workflows/main.yml/badge.svg)](https://github.com/dimitri-yatsenko/datajoint-book/actions/workflows/main.yml)
33

44

55
# License
66

77
© DataJoint Inc., 2024-2025, All rights reserved.
88

9-
This work is licensed under the [CC BY-NC-ND 4.0 License](LICENSE.md).
10-
You may share the content as long as you
11-
* give appropriate credit
12-
* do not use it for commercial purposes
13-
* do not make modifications.
9+
This work is licensed under the [CC BY 4.0 License](LICENSE.md).
10+
You may:
11+
* share the content in any medium or format
12+
* adapt, remix, transform, and build upon the material for any purpose
13+
14+
Provided that you:
15+
* give appropriate credit and indicate if changes were made
1416

1517

1618
# DataJoint Book

book/LICENSE.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
1-
---
2-
title: License
3-
date: 2024-08-15
4-
authors:
5-
- name: Dimitri Yatsenko
6-
---
1+
# LICENSE
72

3+
© DataJoint Inc., 2024-2025. All rights reserved.
84

9-
© Dimitri Yatsenko, 2024. All rights reserved.
5+
# Creative Commons Attribution 4.0 International Public License
106

11-
# Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
12-
13-
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
7+
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
148

159
## 1. License
1610

1711
You are free to:
18-
- **Share** — copy and redistribute the material in any medium or format
12+
- **Share** — copy and redistribute the material in any medium or format.
13+
- **Adapt** — remix, transform, and build upon the material for any purpose, even commercially.
1914

2015
Under the following terms:
2116
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
22-
- **NonCommercial** — You may not use the material for commercial purposes.
23-
- **NoDerivatives** — If you remix, transform, or build upon the material, you may not distribute the modified material.
2417

2518
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
2619

book/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66

77
© DataJoint Inc., 2024-2025. All rights reserved.
88

9-
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
9+
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
1010

1111

1212
# Welcome
@@ -25,12 +25,14 @@ This is an **executable book**, following the principles of the [Executable Book
2525

2626
# License
2727

28-
This work is licensed under the [CC BY-NC-ND 4.0 International License](LICENSE.md).
28+
This work is licensed under the [CC BY 4.0 International License](LICENSE.md).
2929

30-
You may share the content as long as you
31-
* give appropriate credit
32-
* do not use it for commercial purposes
33-
* do not make modifications
30+
You may:
31+
* share the content in any medium or format
32+
* adapt, remix, transform, and build upon the material for any purpose
33+
34+
Provided that you:
35+
* give appropriate credit and indicate if changes were made
3436

3537
# Official Documentation
3638
Official documentation for DataJoint can be found here:
@@ -45,5 +47,5 @@ Official documentation for DataJoint can be found here:
4547

4648
We welcome and appreciate your contributions to this book, whether as a reviewer or as a contributor.
4749
All contributions will be gratefully acknowledged.
48-
You may suggest modifications by submitting an issue in the main [GitHub repository](https://github.com/dimitri-yatsenko/datajoint-book/issues) for this book.
50+
You may suggest modifications by submitting an issue in the main [GitHub repository](https://github.com/datajoint/datajoint-book/issues) for this book.
4951
For more substrantial contributions and collaborations, including co-authorship and publications, please contact Dimitri Yatsenko.

0 commit comments

Comments
 (0)