aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/googletest/googlemock/README.md
diff options
context:
space:
mode:
authoryegorskii <yegorskii@yandex-team.com>2022-07-26 11:02:24 +0300
committeryegorskii <yegorskii@yandex-team.com>2022-07-26 11:02:24 +0300
commit0e2671e6b9f8c0cc55bc8123b48e76d3a1eae832 (patch)
tree1879fc4640531151d7e5fd7bfd22dcde8f862124 /contrib/restricted/googletest/googlemock/README.md
parent06d9fbac1232813e0109ce49b3b0f7d4447aa2c4 (diff)
downloadydb-0e2671e6b9f8c0cc55bc8123b48e76d3a1eae832.tar.gz
add functions without overflow
Diffstat (limited to 'contrib/restricted/googletest/googlemock/README.md')
-rw-r--r--contrib/restricted/googletest/googlemock/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/restricted/googletest/googlemock/README.md b/contrib/restricted/googletest/googlemock/README.md
index ead688325d..7da60655db 100644
--- a/contrib/restricted/googletest/googlemock/README.md
+++ b/contrib/restricted/googletest/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.