diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-03-31 22:32:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 22:32:59 +0200 |
| commit | 7174c1e817c7de29c21de513e4e7be6b5cc83426 (patch) | |
| tree | 4f37116cbffeaeb7175df834beccb7864c9fed38 | |
| parent | 36f51954bfa82cd0c7c74912323eb4b7d2683e69 (diff) | |
| download | dotnet-vipps-ecommerce-7174c1e817c7de29c21de513e4e7be6b5cc83426.tar.xz dotnet-vipps-ecommerce-7174c1e817c7de29c21de513e4e7be6b5cc83426.zip | |
Create LICENSE_NOTICES
| -rw-r--r-- | LICENSE_NOTICES | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/LICENSE_NOTICES b/LICENSE_NOTICES new file mode 100644 index 0000000..2f338f3 --- /dev/null +++ b/LICENSE_NOTICES @@ -0,0 +1,26 @@ +IOL.VippsEcommerce uses third-party libraries or other resources that may +be distributed under licenses different than the IOL.VippsEcommerce software. + +In the event that we accidentally failed to list a required notice, +please bring it to our attention through any of the ways detailed here: + + https://github.com/ivarlovlie/IOL.VippsEcommerce/issues + +The attached notices are provided for information only. + +For any licenses that require disclosure of source, sources are available at +https://github.com/ivarlovlie/IOL.VippsEcommerce/. + +License Notice for Microsoft.Extensions.DependencyInjection +--------------------------- +https://github.com/dotnet/runtime/blob/main/LICENSE.TXT + + +License Notice for Microsoft.Extensions.Http +--------------------------- +https://github.com/dotnet/runtime/blob/main/LICENSE.TXT + + +License Notice for Microsoft.Extensions.Logging +--------------------------- +https://github.com/dotnet/runtime/blob/main/LICENSE.TXT |
