From 19ddc1b522ff1e5f28399f05f441361a16fbd35d Mon Sep 17 00:00:00 2001 From: Kalin Canov <kalin.canov@vereign.com> Date: Tue, 28 Jun 2022 12:02:56 +0300 Subject: [PATCH] update license and readme --- LICENSE | 17 +++++++++++++++++ README.md | 7 ++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..cdcbb657 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +This repository holds the test automation framework based on Java and used for testing TSA +and contains also the BDD scenarios. + +Copyright (c) 2018 Vereign AG [https://www.vereign.com] + +This is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/README.md b/README.md index 2a788b45..3b1e47fa 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,9 @@ example: http://localhost_ _{MONGO_PATH}_ - should be replaced with the address of the MongoDB instance: example: mongodb://user:pass@localhost:27017 # Manual execution -To simplify manual tests execution we have a postman collection with the list of supported endpoints, you can find [here](postman/TSA.postman_collection.json) \ No newline at end of file +To simplify manual tests execution we have a postman collection with the list of supported endpoints, you can find [here](postman/TSA.postman_collection.json) + +## License +<hr/> + +[Apache 2.0 license](LICENSE) \ No newline at end of file -- GitLab