From 98071514d3946eb8ec2ae1ed09fe11dbbd6f30d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bremer Date: Fri, 29 May 2026 00:08:46 +0200 Subject: [PATCH] chore(license): update LICENSE copyright and add README License section --- LICENSE | 3 ++- README.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e5fd999..e47e2b6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2022 ApiGear +Copyright (c) 2022 ApiGear UG (haftungsbeschränkt) +Copyright (c) 2022-2026 Epic Games, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 07e0af5..3307318 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,7 @@ uvicorn olink_server:app The implementation is in the module `{$module_name}_impl` folder. Each file contains one class that implements the service interface. All methods raise a not implemented exception. It is up to you to implement the service according to your needs. + +## License + +Licensed under the [MIT License](./LICENSE). See [LICENSE](./LICENSE) for details.