summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-02-09 17:40:10 +0100
committerlenz@mysql.com <>2005-02-09 17:40:10 +0100
commit8999d5ab11444b56a9d96b887543534931d8da02 (patch)
tree0f61ee03d1de578a31bacb9a3e0ffa294238a4e9 /Build-tools
parent6c25300796d99d3cbd2d442de1fa44b74c2db7e4 (diff)
downloadmariadb-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-xBuild-tools/mysql-copyright-26
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="; ";