Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The maintainers do not use CMake
# internally.

cmake_minimum_required(VERSION 2.8.8)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The maintainers do not use automake
# internally.

## Process this file with automake to produce Makefile.in
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The maintainers do not use automake
# internally.

AC_INIT([Google C++ Mocking and Testing Frameworks],
Expand Down
2 changes: 1 addition & 1 deletion googlemock/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The maintainers do not use CMake
# internally.
#
# CMake build script for Google Mock.
Expand Down
2 changes: 1 addition & 1 deletion googlemock/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The maintainers do not use automake
# internally.

# Automake file
Expand Down
2 changes: 1 addition & 1 deletion googlemock/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The maintainers do not use automake
# internally.

m4_include(../googletest/m4/acx_pthread.m4)
Expand Down
2 changes: 1 addition & 1 deletion googletest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The maintainers do not use CMake
# internally.
#
# CMake build script for Google Test.
Expand Down
2 changes: 1 addition & 1 deletion googletest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The maintainers do not use automake
# internally.

# Automake file
Expand Down
2 changes: 1 addition & 1 deletion googletest/configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The maintainers do not use automake
# internally.

m4_include(m4/acx_pthread.m4)
Expand Down