cefsharp / cef-binary

NuGet repackaging of the CEF binaries provided by Chromium Embedded Framework
https://cef-builds.spotifycdn.com/index.html
Other
108 stars 87 forks source link

Add license to cef.redist #87

Closed jozefizso closed 3 years ago

jozefizso commented 3 years ago

The README.txt file in the build output is provided by the cef.redist packages. The license section states The CEF project is BSD licensed. Please read the LICENSE.txt file included with this binary distribution for licensing terms and conditions.

There is not LICENSE.txt provided in the nuget packages nor in the build output with CefSharp and Chromium binaries.

CefSharp nuget packages should include the LICENSE.txt file so it can be distributed with binaries.

amaitland commented 3 years ago

The Nuget package references the license https://github.com/cefsharp/cef-binary/blob/master/NuGet/cef.redist.nuspec#L10

Are you saying you'd like this text file include? You are welcome to submit a PR.

amaitland commented 3 years ago

License.txt from the CEF binary distribution was added in https://github.com/cefsharp/cef-binary/commit/538a0d4a20af5969df0239129b1a925ac161a4ef

Version 88 should include the license that comes directly from CEF package.