summaryrefslogtreecommitdiff
path: root/isam
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-06-29 01:06:14 +0300
committermonty@hundin.mysql.fi <>2002-06-29 01:06:14 +0300
commit3615272269cb3749e19195051b1911cff09a597f (patch)
tree7e78f455d6a04ecc75b1d371dca155622bb7cdaf /isam
parent0762b00d861ba6dc9fce134b322086ccf21fa0e0 (diff)
downloadmariadb-git-3615272269cb3749e19195051b1911cff09a597f.tar.gz
Fixed copyright in pack_isam.c
Diffstat (limited to 'isam')
-rw-r--r--isam/pack_isam.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/isam/pack_isam.c b/isam/pack_isam.c
index e7b5170d398..5a66a9cb33c 100644
--- a/isam/pack_isam.c
+++ b/isam/pack_isam.c
@@ -265,9 +265,10 @@ static void print_version(void)
static void usage(void)
{
print_version();
- puts("Copyright (C) 1994-2000 TcX AB & Monty Program KB & Detron HB.");
- puts("This is not free software. You must have a licence to use this program");
- puts("This software comes with ABSOLUTELY NO WARRANTY\n");
+ puts("Copyright (C) 2002 MySQL AB");
+ puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,");
+ puts("and you are welcome to modify and redistribute it under the GPL license\n");
+
puts("Pack a ISAM-table to take much smaller space");
puts("Keys are not updated, so you must run isamchk -rq on any table");
puts("that has keys after you have compressed it");