Skip to content

Commit 40d1db5

Browse files
committed
Merge branch 'master' into cleanup/fix-issues
2 parents 9365dd2 + 7ecb5ed commit 40d1db5

File tree

133 files changed

+590377
-30441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+590377
-30441
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
.idea
3+
.devcontainer/
34
config_local.json
45
temp
56
*.DS_Store

LICENSE

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.txt

Lines changed: 0 additions & 75 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,14 @@ Finally, clone repository, change into the directory of the cloned repository an
6060
```bash
6161
pip install -e .
6262
```
63+
64+
## License
65+
66+
This work is licensed under a
67+
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
68+
69+
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
70+
71+
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
72+
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
73+
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg

0 commit comments

Comments
 (0)