diff options
author | lenz@mysql.com <> | 2004-07-19 12:32:36 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-07-19 12:32:36 +0200 |
commit | 1ed37f97a3bc1b3b3a08f39489ebf3f5ad1d703e (patch) | |
tree | c74f5e70c6fd3100fe8f81f4004f1c6b1709f726 | |
parent | 5db861c3e42d367ba19708bb7036a5ec91d434fd (diff) | |
download | mariadb-git-1ed37f97a3bc1b3b3a08f39489ebf3f5ad1d703e.tar.gz |
- only include the GPL license in the LICENSE text, not the FOSS
exception (it only applies to 4.0 and above)
-rw-r--r-- | Docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index eea93380b35..5d66d236df1 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -139,7 +139,7 @@ INSTALL-BINARY: mysql.info $(GT) perl -w $(GT) mysql.info "Installing binary" "Installing source" > $@ ../COPYING: mysql.info $(GT) - perl -w $(GT) mysql.info "GPL license" "LGPL license" > $@ + perl -w $(GT) mysql.info "GPL license" "MySQL FOSS License Exception" > $@ # Don't update the files from bitkeeper %::SCCS/s.% |