From ba3ee0d04156d695b5b84d96af16e335aed43d4b 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..a9b8b35 --- /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/virtualenvrunner/blob/master/LICENSE). \ No newline at end of file From 24c00d2511ebbf898b2d27607d624a22b5457d1a Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 6 Aug 2020 15:39:26 +0300 Subject: [PATCH 2/2] 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 a9b8b35..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/virtualenvrunner/blob/master/LICENSE). \ No newline at end of file diff --git a/README.rst b/README.rst index 12d5d0f..03bade3 100644 --- a/README.rst +++ b/README.rst @@ -32,3 +32,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 `_.