diff options
author | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 16:27:55 -0400 |
---|---|---|
committer | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 16:27:55 -0400 |
commit | a6d894f95e0c97cdd77f79d987203d8c0a17dc8a (patch) | |
tree | 13413812d28ed39e31dcff449fb848ca2018dc2e | |
parent | 4b1f4d60247af3517385cc8ed3162d413703955e (diff) | |
download | mariadb-git-a6d894f95e0c97cdd77f79d987203d8c0a17dc8a.tar.gz |
WL#5710 - fixed (c) character causing compile issue.
-rw-r--r-- | client/mysql_plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index 58ca69ed778..47646a3da81 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +/* + Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 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 |