From 4c6263150674c231239b4e1aeee804a3c5974c9a Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 14 Apr 2008 23:56:08 +0000 Subject: added proper LICENCE file git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648069 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 47bc1054..5eaa3009 100755 --- a/bootstrap +++ b/bootstrap @@ -29,8 +29,6 @@ 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" -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" REPOSITORY_URI="http://svn.apache.org/repos/asf/incubator/couchdb/trunk" @@ -192,8 +190,6 @@ generate_acinclude () { process_file_collection () { # Process files required to complete the bootstrap. - 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