Renames the license files.
This commit is contained in:
parent
eca38cd7ec
commit
5aa8dd99e2
@ -140,7 +140,7 @@ EXTRA_DIST += scripts/fuse_gmock_files.py
|
|||||||
|
|
||||||
# The Google Mock Generator tool from the cppclean project.
|
# The Google Mock Generator tool from the cppclean project.
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
scripts/generator/COPYING \
|
scripts/generator/LICENSE \
|
||||||
scripts/generator/README \
|
scripts/generator/README \
|
||||||
scripts/generator/README.cppclean \
|
scripts/generator/README.cppclean \
|
||||||
scripts/generator/cpp/__init__.py \
|
scripts/generator/cpp/__init__.py \
|
||||||
|
@ -7,7 +7,7 @@ AC_INIT([Google C++ Mocking Framework],
|
|||||||
|
|
||||||
# Provide various options to initialize the Autoconf and configure processes.
|
# Provide various options to initialize the Autoconf and configure processes.
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_CONFIG_SRCDIR([./COPYING])
|
AC_CONFIG_SRCDIR([./LICENSE])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_HEADERS([build-aux/config.h])
|
AC_CONFIG_HEADERS([build-aux/config.h])
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
Loading…
Reference in New Issue
Block a user