diff options
author | unknown <lenz@mysql.com> | 2004-08-05 11:22:02 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 11:22:02 +0200 |
commit | dc82282e9e7add19491f033b1f1fce2f1f63ba56 (patch) | |
tree | e73b037c284a38e05f6afa4ec8011059fb4937bc /scripts | |
parent | d3095410ca345b4111b443360235099cb7587333 (diff) | |
download | mariadb-git-dc82282e9e7add19491f033b1f1fce2f1f63ba56.tar.gz |
- More changes to include the FLOSS License Exception in the
various distributions
Docs/Makefile.am:
- Honoured node name change in manual.texi FOSS->FLOSS
Makefile.am:
- actually add EXCEPTIONS to the source distribution
scripts/make_win_src_distribution.sh:
- add EXCEPTIONS to the Windows source distribution, too
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 135c2a38f87..8837628a1a5 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -272,7 +272,7 @@ touch $BASE/innobase/ib_config.h # cd $SOURCE -for i in COPYING ChangeLog README \ +for i in COPYING ChangeLog README EXCEPTIONS\ INSTALL-SOURCE INSTALL-WIN \ INSTALL-WIN-SOURCE \ Docs/manual_toc.html Docs/manual.html \ |