summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2021-09-14 18:39:19 -0400
committerDerek Mauro <dmauro@google.com>2021-09-15 13:33:54 -0400
commit4ea61b96693b9519bc07f8f1fe3eb1b07cc2f5dd (patch)
tree11dcdadad81eea51b6db2f229270b7556199c490
parent7ee2683007cc8fbd2da35d1b12bd2fef0700d9f2 (diff)
downloadgoogletest-git-4ea61b96693b9519bc07f8f1fe3eb1b07cc2f5dd.tar.gz
Googletest export
Rollback delete of unsupported/deprecated scripts PiperOrigin-RevId: 396699187
-rw-r--r--googlemock/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 7da60655..ead68832 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.