summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2021-09-14 17:42:57 -0400
committerDerek Mauro <dmauro@google.com>2021-09-15 13:33:48 -0400
commit7ee2683007cc8fbd2da35d1b12bd2fef0700d9f2 (patch)
tree80918d523193f15b110ae6441271946e73570e7a
parent6202251f0963187a7781f181365cf8c19bf343d5 (diff)
downloadgoogletest-git-7ee2683007cc8fbd2da35d1b12bd2fef0700d9f2.tar.gz
Googletest export
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396685976
-rw-r--r--googlemock/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index ead68832..7da60655 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -35,10 +35,6 @@ 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.