diff options
author | Michael Widenius <monty@askmonty.org> | 2011-11-21 19:17:56 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-11-21 19:17:56 +0200 |
commit | 2addb35fff2451d99c11e75bb7449b110e4c6daf (patch) | |
tree | dad5d7a16c1426b988495eac341f51645a3c34aa /plugin | |
parent | ac20f84e7e1f624262d057f3f5c61963da840de8 (diff) | |
parent | a8d03ab23519d4afc288a6490676ddb8745e3e72 (diff) | |
download | mariadb-git-2addb35fff2451d99c11e75bb7449b110e4c6daf.tar.gz |
Automatic merge
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 3 | ||||
-rw-r--r-- | plugin/daemon_example/Makefile.am | 2 | ||||
-rw-r--r-- | plugin/fulltext/plugin_example.c | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index e6d9ee4d823..9f58d3c7030 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -1,4 +1,5 @@ -# Copyright (C) 2005-2006 MySQL AB +# Copyright (c) 2005-2007 MySQL AB, 2009 Sun Microsystems, Inc. +# Use is subject to license terms. # # 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 diff --git a/plugin/daemon_example/Makefile.am b/plugin/daemon_example/Makefile.am index f817f734e8a..96be7171b08 100644 --- a/plugin/daemon_example/Makefile.am +++ b/plugin/daemon_example/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2006 MySQL AB +# Copyright (c) 2006, 2010, Oracle and/or its affiliates # # 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 diff --git a/plugin/fulltext/plugin_example.c b/plugin/fulltext/plugin_example.c index b488027b5a2..de951375820 100644 --- a/plugin/fulltext/plugin_example.c +++ b/plugin/fulltext/plugin_example.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2005, 2011, Oracle and/or its affiliates 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 |