diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-03-31 22:40:23 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-03-31 22:40:23 +0200 |
| commit | 91ccfc28cf913b82e847129a8d28b2ce9646d9d2 (patch) | |
| tree | d8af988e2cccb1ff34cd3af886e4da7bae07fb3e | |
| parent | df2439a8351bf0c514f0dc0da20b1b8235cfbd67 (diff) | |
| parent | 7174c1e817c7de29c21de513e4e7be6b5cc83426 (diff) | |
| download | dotnet-vipps-ecommerce-1.0.5.tar.xz dotnet-vipps-ecommerce-1.0.5.zip | |
Merge remote-tracking branch 'origin/master'v1.0.5
| -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` |
