diff options
author | Kent Boortz <kent.boortz@oracle.com> | 2011-06-30 21:27:04 +0200 |
---|---|---|
committer | Kent Boortz <kent.boortz@oracle.com> | 2011-06-30 21:27:04 +0200 |
commit | bb3723835e3b141cc835ea9f2eb3cbf069855104 (patch) | |
tree | fc80c87480163233b10b7e9d6b64678df3a4f872 /scripts | |
parent | 44135d4725dd3ad6d331c60b0bab1618472b8ae4 (diff) | |
parent | 67ea0a59e5b3c4e990c946c3df5af46ecbc4182b (diff) | |
download | mariadb-git-bb3723835e3b141cc835ea9f2eb3cbf069855104.tar.gz |
Updated/added copyright headers
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make_win_bin_dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist index c1d01a0342d..522c1b57a22 100755 --- a/scripts/make_win_bin_dist +++ b/scripts/make_win_bin_dist @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -198,6 +198,7 @@ cp Docs/INSTALL-BINARY $DESTDIR/Docs/ cp Docs/manual.chm $DESTDIR/Docs/ || /bin/true cp ChangeLog $DESTDIR/Docs/ || /bin/true cp support-files/my-*.ini $DESTDIR/ +cp README $DESTDIR/ if [ -f COPYING ] ; then cp COPYING $DESTDIR/ |