summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-04-14 22:01:19 +0000
committerNoah Slater <nslater@apache.org>2008-04-14 22:01:19 +0000
commit89a403eb1d00a1a0733ec436544367f86aafe742 (patch)
treed0c6e22cfaa57652440088b033aa08949aacaf4c /bootstrap
parent2ffd808fd701b96d0e3433386b4822bcf923e360 (diff)
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
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 3 insertions, 3 deletions
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"'"