From b15ef3792701f5a64af5911fc5b51b6faf077e1c Mon Sep 17 00:00:00 2001 From: Simone Lionetti Date: Thu, 4 Apr 2024 17:08:17 +0200 Subject: [PATCH 1/3] Rename LICENCE to LICENSE per GitHub guide --- LICENCE.md => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENCE.md => LICENSE.md (100%) diff --git a/LICENCE.md b/LICENSE.md similarity index 100% rename from LICENCE.md rename to LICENSE.md From 892ef89ee6923cecf5cd051629978df091314a10 Mon Sep 17 00:00:00 2001 From: Simone Lionetti Date: Thu, 4 Apr 2024 17:19:25 +0200 Subject: [PATCH 2/3] Added license in readme too --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 014314a..afae18b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ A holistic self-supervised data cleaning strategy to detect irrelevant samples, **NOTE:** Make sure to have `git-lfs` installed before pulling the repository to ensure the pre-trained models are pulled correctly ([git-lfs install instructions](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage)). +This project is licensed under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International license](https://creativecommons.org/licenses/by-nc/4.0/). + +cc +by +nc + ## Installation > Install SelfClean via [PyPI](https://pypi.org/project/selfclean/): From 6173461a46576e4f4f4f49479971cae9a7041620 Mon Sep 17 00:00:00 2001 From: Simone Lionetti Date: Thu, 4 Apr 2024 17:26:49 +0200 Subject: [PATCH 3/3] Fix spacing --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index afae18b..47db8bf 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ A holistic self-supervised data cleaning strategy to detect irrelevant samples, This project is licensed under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International license](https://creativecommons.org/licenses/by-nc/4.0/). -cc -by -nc +cc by nc ## Installation