From 89a403eb1d00a1a0733ec436544367f86aafe742 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 14 Apr 2008 22:01:19 +0000 Subject: changed COPYING to LICENCE as per the ASF standards git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648023 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 17060957..47bc1054 100755 --- a/bootstrap +++ b/bootstrap @@ -29,7 +29,7 @@ CONFIG_GUESS_COMPRESSED_FILE="build-contrib/config.guess_2007-09-12.gz" CONFIG_GUESS_FILE="build-aux/config.guess" CONFIG_SUB_COMPRESSED_FILE="build-contrib/config.sub_2007-09-12.gz" CONFIG_SUB_FILE="build-aux/config.sub" -COPYING_FILE="COPYING" +LICENCE_FILE="LICENCE" LICENSE_COMPRESSED_FILE="build-contrib/apache_2.txt.gz" M4_DIRECTORY="m4" M4_AC_CHECK_ICU_FILE="m4/ac_check_icu.m4" @@ -192,8 +192,8 @@ generate_acinclude () { process_file_collection () { # Process files required to complete the bootstrap. - echo "Installing \`"$COPYING_FILE"'" - gzip --decompress --stdout $LICENSE_COMPRESSED_FILE > $COPYING_FILE + echo "Installing \`"$LICENCE_FILE"'" + gzip --decompress --stdout $LICENSE_COMPRESSED_FILE > $LICENCE_FILE echo "Installing \`"$BUILD_AUX_DIRECTORY"'" mkdir -p $BUILD_AUX_DIRECTORY echo "Installing \`"$CONFIG_GUESS_FILE"'" -- cgit v1.2.3