Commit 798ac10b authored by Georgi Kodinov's avatar Georgi Kodinov

Bug #11763135: 55812: MYSQL AB SHOULD NOT BE AUTHOR, EVEN IN EXAMPLE

Fixed the author and the copyright.
parent da88c798
/* Copyright (C) 2006 MySQL AB /* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
...@@ -259,7 +259,7 @@ mysql_declare_plugin(ftexample) ...@@ -259,7 +259,7 @@ mysql_declare_plugin(ftexample)
MYSQL_FTPARSER_PLUGIN, /* type */ MYSQL_FTPARSER_PLUGIN, /* type */
&simple_parser_descriptor, /* descriptor */ &simple_parser_descriptor, /* descriptor */
"simple_parser", /* name */ "simple_parser", /* name */
"MySQL AB", /* author */ "Oracle Corp", /* author */
"Simple Full-Text Parser", /* description */ "Simple Full-Text Parser", /* description */
PLUGIN_LICENSE_GPL, PLUGIN_LICENSE_GPL,
simple_parser_plugin_init, /* init function (when loaded) */ simple_parser_plugin_init, /* init function (when loaded) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment