diff options
author | unknown <lenz@mysql.com> | 2004-08-05 01:54:04 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 01:54:04 +0200 |
commit | d62dff227d8d9c3358a31ecf99cf095fb129d864 (patch) | |
tree | 31c74b5bf320b1e071239c7949bf6f30bee8e600 /support-files | |
parent | f618dd6a258cafb76a22f394c88906d85cc3ee35 (diff) | |
download | mariadb-git-d62dff227d8d9c3358a31ecf99cf095fb129d864.tar.gz |
- applied the required changes to create the FOSS License exception
file "EXCEPTIONS" and include it in the source and binary
distributions
Build-tools/mysql-copyright:
- remove COPYING and EXCEPTIONS from the commercial packages
Docs/Makefile.am:
- create the EXCEPTIONS file that includes the FOSS License exception
scripts/make_binary_distribution.sh:
- include EXCEPTIONS in the binary distribution, too.
support-files/mysql.spec.sh:
- add EXCEPTIONS to the server RPM
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 5ddc19580f3..9670ccf569d 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -446,7 +446,7 @@ fi %files server %defattr(-,root,root,0755) -%doc COPYING README +%doc COPYING EXCEPTIONS README %doc Docs/manual.{html,ps,texi,txt} %doc Docs/manual_toc.html %doc support-files/my-*.cnf |