From 481a300cac1fd128484e2e7f6aca50c1ed42fb5b Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Wed, 17 Jul 2024 12:40:39 +0200 Subject: [PATCH] Change location of License --- README.md | 3 +-- LICENSE => code/iottb-project/LICENSE | 0 code/iottb-project/README.md | 2 +- code/iottb-project/pyproject.toml | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) rename LICENSE => code/iottb-project/LICENSE (100%) diff --git a/README.md b/README.md index 9decf64..e8f9b52 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,4 @@ iottb --help # Most general overview iottb --help ``` ## License -This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `LICENSE` in the root of this project. - +This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `code/iottb-project/LICENSE` diff --git a/LICENSE b/code/iottb-project/LICENSE similarity index 100% rename from LICENSE rename to code/iottb-project/LICENSE diff --git a/code/iottb-project/README.md b/code/iottb-project/README.md index eae1346..1699a1d 100644 --- a/code/iottb-project/README.md +++ b/code/iottb-project/README.md @@ -58,5 +58,5 @@ By setting this variable you control where the basic iottb application configuration should be looked for ## License -This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `LICENSE` in the root of this project. +This project is licensed under the BSD 3-clause License, a copy of which is provided in the file `code/iottb-project/LICENSE` diff --git a/code/iottb-project/pyproject.toml b/code/iottb-project/pyproject.toml index 9aa6482..91afb1f 100644 --- a/code/iottb-project/pyproject.toml +++ b/code/iottb-project/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "IoT Testbed" authors = ["Sebastian Lenzlinger "] readme = "README.md" +license = "LICENSE" [tool.poetry.dependencies] python = "^3.12"