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/daemon_example | |
parent | 0a53dd8eae6662b4777b33bca936dde35f117048 (diff) | |
parent | 79535de2068ea4ed3d2c4328dd8637a529dd6b7a (diff) | |
download | mariadb-git-5734bae576d9bd34cc36520adeee410312a89f15.tar.gz |
Updated/added copyright headers
Diffstat (limited to 'plugin/daemon_example')
-rw-r--r-- | plugin/daemon_example/CMakeLists.txt | 2 | ||||
-rw-r--r-- | plugin/daemon_example/daemon_example.cc | 2 |
2 files changed, 2 insertions, 2 deletions
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 |