diff options
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index 7da6065..ead6883 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -35,6 +35,10 @@ Details and examples can be found here: * [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html) * [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html) +Please note that code under scripts/generator/ is from the +[cppclean project](http://code.google.com/p/cppclean/) and under the Apache +License, which is different from GoogleMock's license. + GoogleMock is a part of [GoogleTest C++ testing framework](http://github.com/google/googletest/) and a subject to the same requirements. |