From 906e12124cf9f4fbee0c54af9b473f1b2eddcd01 Mon Sep 17 00:00:00 2001 From: "kent.boortz@sun.com" <> Date: Fri, 14 Nov 2008 17:29:38 +0100 Subject: Changes of copyright output from "--version" and similar. Changes of copyright in RPM spec file. --- client/mysqlshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/mysqlshow.c') diff --git a/client/mysqlshow.c b/client/mysqlshow.c index 167ff5c6198..0e696aed211 100644 --- a/client/mysqlshow.c +++ b/client/mysqlshow.c @@ -249,7 +249,7 @@ static void print_version(void) static void usage(void) { print_version(); - puts("Copyright (C) 2000-2006 MySQL AB"); + puts("Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc."); puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n"); puts("Shows the structure of a mysql database (databases,tables and columns)\n"); printf("Usage: %s [OPTIONS] [database [table [column]]]\n",my_progname); -- cgit v1.2.1