diff options
author | unknown <lenz@mysql.com> | 2002-10-13 16:57:33 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-10-13 16:57:33 +0200 |
commit | 4a498d689158c7cf9068b6c932ea3ea4f4d80aa4 (patch) | |
tree | c4ef65296f29e91dee9d2dd7be37df6feae0ff43 /scripts | |
parent | 782dccfbfe14f7e0366934faafd515c2435a7d7c (diff) | |
download | mariadb-git-4a498d689158c7cf9068b6c932ea3ea4f4d80aa4.tar.gz |
- replaced Docs/LICENSE with Docs/MySQLEULA.txt
- Updated scripts/make_binary_distribution and scripts/mysql-copyright*
accordingly
BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
Delete: Docs/LICENSE
BitKeeper/deleted/.del-MySQLEULA.doc~e7fa298916345cf3:
Delete: Docs/MySQLEULA.doc
Build-tools/mysql-copyright-2:
- replaced LICENSE with MySQLEULA.txt
Build-tools/mysql-copyright:
- replaced LICENSE with MySQLEULA.txt
scripts/make_binary_distribution.sh:
- replaced LICENSE with MySQLEULA.txt
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 |