diff options
author | kent.boortz@sun.com <> | 2008-11-14 17:29:38 +0100 |
---|---|---|
committer | Build Team <bteam@astra04> | 2008-11-14 17:29:38 +0100 |
commit | 906e12124cf9f4fbee0c54af9b473f1b2eddcd01 (patch) | |
tree | 658c226902935d592670d47b51c86b98fffc33db /storage/myisam | |
parent | 366adeab08308aa8431b1c2363cf02226a1ad6b9 (diff) | |
download | mariadb-git-906e12124cf9f4fbee0c54af9b473f1b2eddcd01.tar.gz |
Changes of copyright output from "--version" and similar.
Changes of copyright in RPM spec file.
Diffstat (limited to 'storage/myisam')
-rw-r--r-- | storage/myisam/myisampack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisampack.c b/storage/myisam/myisampack.c index 0ca6a10fad4..908c32e48d3 100644 --- a/storage/myisam/myisampack.c +++ b/storage/myisam/myisampack.c @@ -300,7 +300,7 @@ static void print_version(void) static void usage(void) { print_version(); - puts("Copyright (C) 2002 MySQL AB"); + puts("Copyright 2002-2008 MySQL AB, 2008 Sun Microsystems, Inc."); 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"); |