housekeeping
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,9 @@
|
|||||||
src/**/*.ini
|
src/**/*.ini
|
||||||
|
add_parent.py
|
||||||
|
!src/util/add_parent.py
|
||||||
|
add_pypho.py
|
||||||
|
!src/util/add_pypho.py
|
||||||
|
|
||||||
|
|
||||||
# VSCode
|
# VSCode
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
1
LICENSE
1
LICENSE
@@ -10,6 +10,7 @@ use is covered by a right of the copyright holder of the Work).
|
|||||||
The Work is provided under the terms of this Licence when the Licensor (as
|
The Work is provided under the terms of this Licence when the Licensor (as
|
||||||
defined below) has placed the following notice immediately following the
|
defined below) has placed the following notice immediately following the
|
||||||
copyright notice for the Work:
|
copyright notice for the Work:
|
||||||
|
|
||||||
```raw
|
```raw
|
||||||
Licensed under the EUPL
|
Licensed under the EUPL
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Full license text in LICENSE file
|
|||||||
|
|
||||||
# optical-regeneration
|
# optical-regeneration
|
||||||
|
|
||||||
## Notes on cloning:
|
## Notes on cloning
|
||||||
|
|
||||||
- `pypho` is added as a submodule -> `--recurse-submodules`
|
- `pypho` is added as a submodule -> `--recurse-submodules`
|
||||||
- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while.
|
- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while.
|
||||||
@@ -29,4 +29,5 @@ git lfs checkout
|
|||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under EUPL-1.2.
|
This project is licensed under EUPL-1.2.
|
||||||
Reference in New Issue
Block a user