diff options
| -rw-r--r-- | LICENSE_NOTICES | 26 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 27 insertions, 1 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 @@ -1,4 +1,4 @@ -Implements https://vippsas.github.io/vipps-ecom-api/, more or less. +Implements https://vippsas.github.io/vipps-ecom-api/, more or less (see [IVippsEcommerceService.cs](https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). ## Install `dotnet add package IOL.VippsEcommerce` |
