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.