diff options
author | lenz@mysql.com <> | 2004-08-05 11:22:02 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-08-05 11:22:02 +0200 |
commit | 26f0fdd5e8c8ddf745105f823cd2dfadc9e02a70 (patch) | |
tree | e73b037c284a38e05f6afa4ec8011059fb4937bc /scripts/make_win_src_distribution.sh | |
parent | f3f009ace6902929b9a7f02c6d8aca60f8018dcb (diff) | |
download | mariadb-git-26f0fdd5e8c8ddf745105f823cd2dfadc9e02a70.tar.gz |
- More changes to include the FLOSS License Exception in the
various distributions
Diffstat (limited to 'scripts/make_win_src_distribution.sh')
-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 \ |