summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-08-05 01:54:04 +0200
committerlenz@mysql.com <>2004-08-05 01:54:04 +0200
commite5cb60dcaad6a17a6368321e7a02ed9299c8c5ac (patch)
tree31c74b5bf320b1e071239c7949bf6f30bee8e600 /Build-tools
parentaf88ae0aa6e16fb769fa267dbb9e605be7a4e3f9 (diff)
downloadmariadb-git-e5cb60dcaad6a17a6368321e7a02ed9299c8c5ac.tar.gz
- applied the required changes to create the FOSS License exception
file "EXCEPTIONS" and include it in the source and binary distributions
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/mysql-copyright1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build-tools/mysql-copyright b/Build-tools/mysql-copyright
index f3a2a2960ea..231482806ee 100755
--- a/Build-tools/mysql-copyright
+++ b/Build-tools/mysql-copyright
@@ -101,6 +101,7 @@ sub main
# on the toplevel of the directory instead. file 'PUBLIC' shouldn't
# exist in the new mysql distributions, but let's be sure..
unlink("$destdir/PUBLIC", "$destdir/README");
+ unlink("$destdir/COPYING", "$destdir/EXCEPTIONS");
copy("$WD/Docs/MySQLEULA.txt", "$destdir");
# remove readline subdir and update configure accordingly