summaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2021-09-15 15:57:58 (GMT)
committerDerek Mauro <dmauro@google.com>2021-09-15 17:34:06 (GMT)
commit8aa657ee397a3273f9d2bb14a10b39fd1d556a77 (patch)
treeeca7623565b7273623515b4fbdbc96d2144de99a /googlemock/README.md
parent314adcd40e530d74d26dc362397df80f997e25dc (diff)
downloadgoogletest-8aa657ee397a3273f9d2bb14a10b39fd1d556a77.zip
googletest-8aa657ee397a3273f9d2bb14a10b39fd1d556a77.tar.gz
googletest-8aa657ee397a3273f9d2bb14a10b39fd1d556a77.tar.bz2
Googletest export
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396847020
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index ead6883..7da6065 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.