diff options
author | lenz@mysql.com <> | 2002-10-13 16:57:33 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-10-13 16:57:33 +0200 |
commit | 79ab39ec945caffe0458322ff8e8f0c71ac4b785 (patch) | |
tree | c4ef65296f29e91dee9d2dd7be37df6feae0ff43 /scripts | |
parent | 3805a5edfeee171a5dd1945f4f44ea67a00fdb29 (diff) | |
download | mariadb-git-79ab39ec945caffe0458322ff8e8f0c71ac4b785.tar.gz |
- replaced Docs/LICENSE with Docs/MySQLEULA.txt
- Updated scripts/make_binary_distribution and scripts/mysql-copyright*
accordingly
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index e5d7f20c6df..9d25943bb52 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -55,7 +55,7 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \ chmod o-rwx $BASE/data $BASE/data/* for i in ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \ - LICENSE Docs/manual.html Docs/manual.txt Docs/manual_toc.html + MySQLEULA.txt Docs/manual.html Docs/manual.txt Docs/manual_toc.html do if [ -f $i ] then |