Skip to content

Commit 7bd984a

Browse files
author
vladlosev
committed
Renames the license files.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@396 8415998a-534a-0410-bf83-d39667b30386
1 parent 6f00403 commit 7bd984a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

COPYING renamed to LICENSE

File renamed without changes.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ EXTRA_DIST += scripts/fuse_gmock_files.py
140140

141141
# The Google Mock Generator tool from the cppclean project.
142142
EXTRA_DIST += \
143-
scripts/generator/COPYING \
143+
scripts/generator/LICENSE \
144144
scripts/generator/README \
145145
scripts/generator/README.cppclean \
146146
scripts/generator/cpp/__init__.py \

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_INIT([Google C++ Mocking Framework],
77

88
# Provide various options to initialize the Autoconf and configure processes.
99
AC_PREREQ([2.59])
10-
AC_CONFIG_SRCDIR([./COPYING])
10+
AC_CONFIG_SRCDIR([./LICENSE])
1111
AC_CONFIG_AUX_DIR([build-aux])
1212
AC_CONFIG_HEADERS([build-aux/config.h])
1313
AC_CONFIG_FILES([Makefile])
File renamed without changes.

0 commit comments

Comments
 (0)