We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2233d6c + 798ac10 commit 5ad3f44Copy full SHA for 5ad3f44
1 file changed
plugin/fulltext/plugin_example.c
@@ -1,4 +1,4 @@
1
-/* Copyright (C) 2006 MySQL AB
+/* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
2
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License as published by
@@ -259,7 +259,7 @@ mysql_declare_plugin(ftexample)
259
MYSQL_FTPARSER_PLUGIN, /* type */
260
&simple_parser_descriptor, /* descriptor */
261
"simple_parser", /* name */
262
- "MySQL AB", /* author */
+ "Oracle Corp", /* author */
263
"Simple Full-Text Parser", /* description */
264
PLUGIN_LICENSE_GPL,
265
simple_parser_plugin_init, /* init function (when loaded) */
0 commit comments