-1

We are currently completing a .Net application that uses the YouTube API. The API DLLs are loaded from NuGet packages, all working fine. To be legally on the safe side, do we need to include any further files in our installer, e.g. an API readme or a term license document? The NuGet packages only provide the DLLs. Thanks

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449

1 Answers1

0

The Google .net client library is covered under the Apache licence to my knowledge there is nothing that you need to include in your project to use it.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449