From 1a596e516a6fb313e0eb80c5643595bdd9bcde34 Mon Sep 17 00:00:00 2001
From: Felix Greve <felix.greve@vereign.com>
Date: Fri, 26 Jul 2024 08:17:46 +0000
Subject: [PATCH] Update LICENSE

---
 LICENSE | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/LICENSE b/LICENSE
index 70b85c8b..ac53e05f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,4 @@
 SoVereign DataExchange "ocm-engine"
-
 The OCM Engine is designed primarily to manage Verifiable Credentials of a given organization as well as DIDComm data exchange. Built as a monorepo utilizing NestJS and Nx, it features various applications housed in the apps directory and libraries in the libs directory. The ocm-engine has been developed as part of the SoVereign DataExchange Hub, which provides security, authenticity and trust for data exchanges.
 
 
@@ -258,7 +257,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
 
 This ocm-engine also incorporates 
 
-Typestack
+"Typestack"
 "class-transformer" (Decorator-based transformation, serialization, and deserialization between objects and classes)
 "class-validator" (Decorator-based property validation for classes)
 
@@ -312,7 +311,7 @@ SOFTWARE.
 This ocm-engine also incorporates
 
 "date-fns"
-Modern JavaScript date utility library. D
+Modern JavaScript date utility library. 
 
 Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
 
@@ -327,7 +326,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
 This ocm-engine also incorporates
 
 "joi"
-The most powerful data validation library for JS
+The most powerful data validation library for JS.
 
 Copyright (c) 2012-2022, Project contributors. Copyright (c) 2012-2022, Sideway. Inc. Copyright (c) 2012-2014, Walmart. All rights reserved.
 
@@ -372,7 +371,7 @@ SOFTWARE.
 This ocm-engine also incorporates
 
 "normalize.css"
-A modern alternative to CSS resets
+A modern alternative to CSS resets.
 
 Copyright © Nicolas Gallagher and Jonathan Neal
 
@@ -414,7 +413,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 This ocm-engine also incorporates
 
 "React"
-"React" (the library for web and native user interfaces) and  "react-dom" (This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as react to npm)
+"React" (the library for web and native user interfaces) and  "react-dom" (This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as react to npm).
 
 Copyright (c) Meta Platforms, Inc. and affiliates.
 
@@ -438,7 +437,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 
 "react-router-dom"
-Declarative routing for React
+Declarative routing for React.
 
 Copyright (c) React Training LLC 2015-2019 Copyright (c) Remix Software Inc. 2020-2021 Copyright (c) Shopify Inc. 2022-2023
 
@@ -450,7 +449,7 @@ The above copyright notice and this permission notice shall be included in all c
 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.
 
 "react-toastify"
-React notification made easy
+React notification made easy.
 
 Copyright (c) 2023 Fadi Khadra
 
@@ -478,9 +477,9 @@ This ocm-engine also incorporates
 
 "Metadata Reflection API"
 "reflect-metadata"
-Prototype for a Metadata Reflection API for ECMAScript
+Prototype for a Metadata Reflection API for ECMAScript.
 
-Copyright (c) by its authors Cy Brown, Oleh Dokuka, Ron Buckton and William Buchwalter
+Copyright (c) by its authors Cy Brown, Oleh Dokuka, Ron Buckton and William Buchwalter.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -496,9 +495,9 @@ limitations under the License.
 This ocm-engine also incorporates
 
 "rxjs"
-Reactive Extensions Library for JavaScript
+Reactive Extensions Library for JavaScript.
 
-Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
+Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -537,7 +536,7 @@ This ocm-engine also incorporates
 
 ws: a Node.js WebSocket library
 "ws"
-Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
+Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js.
 
 Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
 Copyright (c) 2013 Arnout Kazemier and contributors
-- 
GitLab