diff options
author | unknown <kent.boortz@sun.com> | 2008-11-14 17:29:38 +0100 |
---|---|---|
committer | Build Team <bteam@astra04> | 2008-11-14 17:29:38 +0100 |
commit | bfba620e45a74e458dd121f5f2e838760d80cd19 (patch) | |
tree | 658c226902935d592670d47b51c86b98fffc33db /client/mysqlimport.c | |
parent | e85fe79430d74f4ca4f972bf13594a5c1fbcddb2 (diff) | |
download | mariadb-git-bfba620e45a74e458dd121f5f2e838760d80cd19.tar.gz |
Changes of copyright output from "--version" and similar.
Changes of copyright in RPM spec file.
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r-- | client/mysqlimport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c index ac3b0e8efba..09ba27b287a 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -193,7 +193,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"); printf("\ Loads tables from text files in various formats. The base name of the\n\ |