summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-02-09 17:52:31 +0100
committerunknown <lenz@mysql.com>2005-02-09 17:52:31 +0100
commite7f3cfb31fd6fed50262f7371770fbe38fa5fee2 (patch)
tree400e3f4cf2afd743f9e08045735da256d5bb3e05 /Build-tools
parent43d3c554d4fc96cc2a04c026a71fbe74699566ba (diff)
parente9da057b0872c50b904bdcc751021208f7f549af (diff)
downloadmariadb-git-e7f3cfb31fd6fed50262f7371770fbe38fa5fee2.tar.gz
Merge mysql.com:/space/my/mysql-4.1-merge
into mysql.com:/space/my/mysql-5.0 mysql-test/Makefile.am: Auto merged
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="; ";