diff options
author | MySQL Build Team <mysql-build@oss.oracle.com> | 2012-02-16 10:48:16 +0100 |
---|---|---|
committer | MySQL Build Team <mysql-build@oss.oracle.com> | 2012-02-16 10:48:16 +0100 |
commit | 5734bae576d9bd34cc36520adeee410312a89f15 (patch) | |
tree | 0553c9290e2fcf4fd2016bd65932bae8630aaeb9 /plugin | |
parent | 0a53dd8eae6662b4777b33bca936dde35f117048 (diff) | |
parent | 79535de2068ea4ed3d2c4328dd8637a529dd6b7a (diff) | |
download | mariadb-git-5734bae576d9bd34cc36520adeee410312a89f15.tar.gz |
Updated/added copyright headers
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/auth/dialog.c | 2 | ||||
-rw-r--r-- | plugin/auth/qa_auth_interface.c | 2 | ||||
-rw-r--r-- | plugin/auth/qa_auth_server.c | 2 | ||||
-rw-r--r-- | plugin/daemon_example/CMakeLists.txt | 2 | ||||
-rw-r--r-- | plugin/daemon_example/daemon_example.cc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugin/auth/dialog.c b/plugin/auth/dialog.c index 490de346a1e..ea600743b92 100644 --- a/plugin/auth/dialog.c +++ b/plugin/auth/dialog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2010, 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 diff --git a/plugin/auth/qa_auth_interface.c b/plugin/auth/qa_auth_interface.c index 61e29fe9619..59c9705b0c9 100644 --- a/plugin/auth/qa_auth_interface.c +++ b/plugin/auth/qa_auth_interface.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2010, 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 diff --git a/plugin/auth/qa_auth_server.c b/plugin/auth/qa_auth_server.c index 4f1294e159f..ae57ad8d1be 100644 --- a/plugin/auth/qa_auth_server.c +++ b/plugin/auth/qa_auth_server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2010, 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 diff --git a/plugin/daemon_example/CMakeLists.txt b/plugin/daemon_example/CMakeLists.txt index 1623c3025d7..b91104365f3 100644 --- a/plugin/daemon_example/CMakeLists.txt +++ b/plugin/daemon_example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 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 diff --git a/plugin/daemon_example/daemon_example.cc b/plugin/daemon_example/daemon_example.cc index fbfc0fb5f97..ac4841b10b2 100644 --- a/plugin/daemon_example/daemon_example.cc +++ b/plugin/daemon_example/daemon_example.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2006, 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 |