From 0ac018183d11cbdcd17b9a6bd8630299f666e806 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 29 Jun 2002 01:06:14 +0300 Subject: Fixed copyright in pack_isam.c Docs/manual.texi: Changelog configure.in: Version update isam/pack_isam.c: Fixed copyright myisam/mi_cache.c: Indentation fixup --- isam/pack_isam.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'isam') 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"); -- cgit v1.2.1