Skip to content

Commit

Permalink
changed COPYING to LICENCE as per the ASF standards
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.apache.org/repos/asf/incubator/couchdb/trunk@648023 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
nslater committed Apr 14, 2008
1 parent 505344c commit 1941c45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -20,7 +20,7 @@ CLEANFILES = $(doc_DATA)

DISTCLEANFILES = $(pkgdoc_DATA)

EXTRA_DIST = AUTHORS BUGS ChangeLog NEWS README THANKS
EXTRA_DIST = AUTHORS BUGS ChangeLog LICENCE NEWS README THANKS

AUTHORS.gz: $(top_srcdir)/AUTHORS
-gzip -9 < $< > $@
Expand All @@ -43,7 +43,7 @@ THANKS.gz: $(top_srcdir)/THANKS
local-clean: maintainer-clean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may need special tools to rebuild."
rm -f COPYING
rm -f LICENCE
rm -f ChangeLog
rm -f INSTALL
rm -f acinclude.m4
Expand Down
4 changes: 2 additions & 2 deletions NEWS
@@ -1,8 +1,8 @@
Apache CouchDB NEWS
===================

Version 0.7.3a1
---------------
Version 0.7.3a
--------------

This version is unreleased and only available from the source repository.

Expand Down
6 changes: 3 additions & 3 deletions bootstrap
Expand Up @@ -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"
Expand Down Expand Up @@ -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"'"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR([build-aux])

AM_CONFIG_HEADER([config.h])

AM_INIT_AUTOMAKE([1.6.3 gnu check-news -Wno-portability])
AM_INIT_AUTOMAKE([1.6.3 foreign check-news -Wno-portability])

AC_GNU_SOURCE
AC_ENABLE_SHARED
Expand Down

0 comments on commit 1941c45

Please sign in to comment.