diff options
author | lenz@mysql.com <> | 2005-02-09 17:40:10 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2005-02-09 17:40:10 +0100 |
commit | 8999d5ab11444b56a9d96b887543534931d8da02 (patch) | |
tree | 0f61ee03d1de578a31bacb9a3e0ffa294238a4e9 /Build-tools | |
parent | 6c25300796d99d3cbd2d442de1fa44b74c2db7e4 (diff) | |
download | mariadb-git-8999d5ab11444b56a9d96b887543534931d8da02.tar.gz |
- added copyright header on top of the fill_help_tables.sql file (BUG#5772)
- updated mysql-copyright-2 to properly convert this new header from GPL to commercial for the
commercial distribution
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/mysql-copyright-2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build-tools/mysql-copyright-2 b/Build-tools/mysql-copyright-2 index 2ea2e8ef441..972d5483d54 100755 --- a/Build-tools/mysql-copyright-2 +++ b/Build-tools/mysql-copyright-2 @@ -109,6 +109,12 @@ sub add_copyright $line_copyright= "! "; $end_copyright= ""; } + elsif ($ARGV =~ /\.sql$/) + { + $start_copyright="-- "; + $line_copyright= "-- "; + $end_copyright= ""; + } elsif ($ARGV =~ /\.asm$/) { $start_copyright="; "; |