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 | 7087c2e689fb49578ae3cac487050a05ffbf894c (patch) | |
tree | fc80c87480163233b10b7e9d6b64678df3a4f872 /scripts | |
parent | e5ce023f5716212aa1d20c757ebc8c6cecdf055a (diff) | |
parent | 095a91756c7ff794f74e993a57d6b1aa7f56f99f (diff) | |
download | mariadb-git-7087c2e689fb49578ae3cac487050a05ffbf894c.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/ |