From 90aa6dbaf8fd132794ce55662b84a85d35959f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph=20Hopfm=C3=BCller?= Date: Sun, 17 Nov 2024 01:04:14 +0100 Subject: [PATCH] housekeeping --- .gitignore | 5 +++++ LICENSE | 1 + README.md | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d58e7eb..34a96bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ src/**/*.ini +add_parent.py +!src/util/add_parent.py +add_pypho.py +!src/util/add_pypho.py + # VSCode .vscode diff --git a/LICENSE b/LICENSE index fa300c2..c1bc1ab 100644 --- a/LICENSE +++ b/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 defined below) has placed the following notice immediately following the copyright notice for the Work: + ```raw Licensed under the EUPL ``` diff --git a/README.md b/README.md index 39fe0ac..308a45c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Full license text in LICENSE file # optical-regeneration -## Notes on cloning: +## Notes on cloning - `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. @@ -29,4 +29,5 @@ git lfs checkout ``` ## License -This project is licensed under EUPL-1.2. \ No newline at end of file + +This project is licensed under EUPL-1.2.