From c1e890685b3bf2294b1e30a213d473f8c3e0320d Mon Sep 17 00:00:00 2001 From: Aleh Kryshtafovich Date: Sun, 15 Dec 2024 21:23:10 +0100 Subject: [PATCH 1/3] Updated README to match Godel Opensource standard --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e8bf1..62afb1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GodeTech.Microservices.SharedServices -`GodeTech.Microservices.SharedServices` is a collection of services which are used in particularly every project and typically copy\pasted from project to project. +# Description +`GodeTech.Microservices.SharedServices` is a collection of services which are used in particularly every project and typically copy\pasted from project to project. It contains a collection of reusable components and functions designed to assist in the development and maintenance of microservices ## Quick Start @@ -263,4 +264,7 @@ RESULT: A file with name "201e3212-f244-4f29-abd7-e1a799b6d855" was created in t return Ok(json); } } -``` \ No newline at end of file +``` + +# License +This project is licensed under the MIT License. See the LICENSE file for more details. From 5520fa1f55ab198f46632a1ad6f662ca5c71c267 Mon Sep 17 00:00:00 2001 From: Aleh Kryshtafovich Date: Thu, 19 Dec 2024 11:31:32 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Pavel Novikau --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62afb1f..b1ac54c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GodeTech.Microservices.SharedServices -# Description +## Description `GodeTech.Microservices.SharedServices` is a collection of services which are used in particularly every project and typically copy\pasted from project to project. It contains a collection of reusable components and functions designed to assist in the development and maintenance of microservices ## Quick Start @@ -266,5 +266,5 @@ RESULT: A file with name "201e3212-f244-4f29-abd7-e1a799b6d855" was created in t } ``` -# License +## License This project is licensed under the MIT License. See the LICENSE file for more details. From bb15ccfa92be550e3f50f7b4b990692e3838af42 Mon Sep 17 00:00:00 2001 From: Aleh Kryshtafovich Date: Mon, 23 Dec 2024 17:56:07 +0100 Subject: [PATCH 3/3] Addede LICENSE file --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8a3a774 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Godel Technologies + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.