diff options
Diffstat (limited to 'client/mysqlmanagerc.c')
-rw-r--r-- | client/mysqlmanagerc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/mysqlmanagerc.c b/client/mysqlmanagerc.c index c1aef1317aa..a01f6c25f34 100644 --- a/client/mysqlmanagerc.c +++ b/client/mysqlmanagerc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB +/* Copyright (C) 2000 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -176,5 +176,3 @@ int main(int argc, char** argv) mysql_manager_close(manager); return 0; } - - |