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 | 7a35cb91500a69c479c8eabc5d81e896d4401dd2 (patch) | |
tree | 0553c9290e2fcf4fd2016bd65932bae8630aaeb9 /client | |
parent | ba7d726c4812ebba43ad138d67b10e38f81b0b79 (diff) | |
parent | 6a003dd8ef5b07c9a75fedfeae89fc148a9e7c05 (diff) | |
download | mariadb-git-7a35cb91500a69c479c8eabc5d81e896d4401dd2.tar.gz |
Updated/added copyright headers
Diffstat (limited to 'client')
-rw-r--r-- | client/CMakeLists.txt | 2 | ||||
-rw-r--r-- | client/mysql_plugin.c | 2 | ||||
-rw-r--r-- | client/mysqldump.c | 2 | ||||
-rw-r--r-- | client/sql_string.cc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index c5bda7d8a35..4d8fab3f4b9 100644 --- a/client/CMakeLists.txt +++ b/client/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/client/mysql_plugin.c b/client/mysql_plugin.c index 15f67e2b3e7..bbb44678f51 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2011, 2012, 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/client/mysqldump.c b/client/mysqldump.c index 05f3579b2c6..5773d61082a 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2000, 2012, 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/client/sql_string.cc b/client/sql_string.cc index 9f3774b7051..0ad79ba5633 100644 --- a/client/sql_string.cc +++ b/client/sql_string.cc @@ -1,5 +1,5 @@ /* - Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2000, 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 |