From 7a9586c97ac2716056b6c3aa66e8988dd5d147e2 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 3 Aug 2020 17:55:18 +0300 Subject: [PATCH 1/3] Add license refrence to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7f4a0b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ + + +## License + +This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/sphinx-invoke/blob/master/LICENSE). \ No newline at end of file From 4edb6fd142366952a80c2fbe82dba1025b859c22 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 6 Aug 2020 15:16:18 +0300 Subject: [PATCH 2/3] Adding license to README.rst instead of README.md Signed-off-by: Gergely Csatari --- README.md | 5 ----- README.rst | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f7f4a0b..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ - - -## License - -This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/sphinx-invoke/blob/master/LICENSE). \ No newline at end of file diff --git a/README.rst b/README.rst index a736793..cc59b9d 100644 --- a/README.rst +++ b/README.rst @@ -44,3 +44,9 @@ The development and the testing follows the Common Robot Libraries development practices defined in crl-devutils_. .. _crl-devutils: http://crl-devutils.readthedocs.io/. + + +License +------- + +This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/sphinx-invoke/blob/master/LICENSE). \ No newline at end of file From 1e682c160dc99cef0f10c1e936f0a5910bf94169 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 6 Aug 2020 15:41:58 +0300 Subject: [PATCH 3/3] Changing link format to rst Signed-off-by: Gergely Csatari --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cc59b9d..cf4eb0b 100644 --- a/README.rst +++ b/README.rst @@ -49,4 +49,4 @@ practices defined in crl-devutils_. License ------- -This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/sphinx-invoke/blob/master/LICENSE). \ No newline at end of file +This project is licensed under the BSD-3-Clause license - see the `LICENSE `_. \ No newline at end of file