From 03eaad3c7b198818b41a27cd78953b6f63526c93 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 3 Aug 2020 17:55:17 +0300 Subject: [PATCH 1/2] 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..00f634d --- /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/crl-examplelib/blob/master/LICENSE). \ No newline at end of file From 45e3b79a3950f7031c632c19e1236b04a20e5e29 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 6 Aug 2020 15:36:22 +0300 Subject: [PATCH 2/2] Adding license to README.rst instead of README.md Signed-off-by: Gergely Csatari --- README.md | 5 ----- README.rst | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 00f634d..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/crl-examplelib/blob/master/LICENSE). \ No newline at end of file diff --git a/README.rst b/README.rst index 5e562a0..be2c40a 100644 --- a/README.rst +++ b/README.rst @@ -26,3 +26,8 @@ Development practices The development and the testing follows the Common Robot Libraries development practices defined in https://github.com/nokia/crl-devutils. + +License +------- + +This project is licensed under the BSD-3-Clause license - see the `LICENSE `_. \ No newline at end of file