diff --git a/README.md b/README.md index 547bb21..8292675 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ This is a personal fork of the Chromium Embedded Framework (CEF) binary distribution, found at http://www.magpcss.net/cef_downloads/. To make it work properly with the VS2010 and VS2012 version of [CefSharp](http://github.com/perlun/CefSharp), we need to do some local modifications to make the project compile properly. This purpose of this repository is to track and maintain these modifications. -The original README for CEF can be found here: [README.txt](README.txt). \ No newline at end of file +The original README for CEF can be found here: [README.txt](README.txt). + +# License + +The code is licensed under the same license as the Chromium Embeddded Framework, i.e. the "new BSD" license. The full text can be found here: [LICENSE.txt](LICENSE.txt).