diff options
author | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 19:18:22 -0400 |
---|---|---|
committer | Chuck Bell <chuck.bell@oracle.com> | 2011-07-19 19:18:22 -0400 |
commit | cf7c2d84014add29fb704a5cd1ddec6c3f36461c (patch) | |
tree | bae8e9b6e10b11f28decb2a36c7ec5d3a94f5d93 /client | |
parent | 6f245ec94c9386fe8ce368ebe67c781dbcb8b809 (diff) | |
download | mariadb-git-cf7c2d84014add29fb704a5cd1ddec6c3f36461c.tar.gz |
WL#5710 - remove more special characters in mysql_plugin.c.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index 47646a3da81..16ed3292c18 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify |