From b0683d9b4df148b7b7cd4e78228319e0a8b6b6ad Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 1 Oct 2014 14:37:12 +0300 Subject: [PATCH] Updated the licensing year from 2013 to 2013-2014 --- log_manager/log_manager.cc | 2 +- log_manager/log_manager.h | 2 +- log_manager/test/testlog.c | 2 +- log_manager/test/testorder.c | 2 +- replication_listener/access_method_factory.h | 2 +- replication_listener/basic_content_handler.h | 2 +- replication_listener/binlog_api.h | 2 +- replication_listener/binlog_driver.h | 2 +- replication_listener/binlog_event.h | 2 +- replication_listener/gtid.h | 2 +- replication_listener/listener_exception.h | 2 +- replication_listener/tcp_driver.h | 2 +- server/core/adminusers.c | 2 +- server/core/atomic.c | 2 +- server/core/buffer.c | 2 +- server/core/config.c | 2 +- server/core/dbusers.c | 2 +- server/core/dcb.c | 2 +- server/core/gateway.c | 4 ++-- server/core/gw_utils.c | 2 +- server/core/gwbitmask.c | 2 +- server/core/hashtable.c | 2 +- server/core/load_utils.c | 2 +- server/core/maxkeys.c | 2 +- server/core/maxpasswd.c | 2 +- server/core/monitor.c | 2 +- server/core/poll.c | 2 +- server/core/secrets.c | 2 +- server/core/server.c | 2 +- server/core/service.c | 2 +- server/core/session.c | 2 +- server/core/spinlock.c | 2 +- server/core/test/test_mysql_users.c | 2 +- server/core/thread.c | 2 +- server/core/users.c | 2 +- server/core/utils.c | 2 +- server/include/adminusers.h | 2 +- server/include/atomic.h | 2 +- server/include/buffer.h | 2 +- server/include/config.h | 2 +- server/include/dbusers.h | 2 +- server/include/dcb.h | 2 +- server/include/gwbitmask.h | 2 +- server/include/hashtable.h | 2 +- server/include/modules.h | 2 +- server/include/monitor.h | 2 +- server/include/poll.h | 2 +- server/include/router.h | 2 +- server/include/secrets.h | 2 +- server/include/server.h | 2 +- server/include/service.h | 2 +- server/include/session.h | 2 +- server/include/spinlock.h | 2 +- server/include/thread.h | 2 +- server/include/users.h | 2 +- server/modules/include/debugcli.h | 2 +- server/modules/include/httpd.h | 2 +- server/modules/include/mysql_client_server_protocol.h | 2 +- server/modules/include/mysqlhint.h | 2 +- server/modules/include/readconnection.h | 2 +- server/modules/include/readwritesplit.h | 2 +- server/modules/include/telnetd.h | 2 +- server/modules/monitor/galera_mon.c | 2 +- server/modules/monitor/mysql_mon.c | 2 +- server/modules/monitor/mysqlmon.h | 2 +- server/modules/monitor/ndbcluster_mon.c | 2 +- server/modules/protocol/httpd.c | 2 +- server/modules/protocol/mysql_backend.c | 2 +- server/modules/protocol/mysql_client.c | 2 +- server/modules/protocol/mysql_common.c | 2 +- server/modules/protocol/telnetd.c | 2 +- server/modules/routing/GaleraHACRoute.c | 2 +- server/modules/routing/debugcli.c | 2 +- server/modules/routing/debugcmd.c | 2 +- server/modules/routing/readconnroute.c | 2 +- server/modules/routing/readwritesplit/readwritesplit.c | 2 +- server/modules/routing/testroute.c | 2 +- table_replication_consistency/table_replication_consistency.h | 2 +- table_replication_consistency/table_replication_listener.h | 2 +- table_replication_consistency/table_replication_metadata.h | 2 +- table_replication_consistency/table_replication_parser.h | 2 +- utils/skygw_debug.h | 2 +- utils/skygw_types.h | 2 +- utils/skygw_utils.cc | 2 +- 84 files changed, 85 insertions(+), 85 deletions(-) diff --git a/log_manager/log_manager.cc b/log_manager/log_manager.cc index 9dc2a0f87..d1be9f310 100644 --- a/log_manager/log_manager.cc +++ b/log_manager/log_manager.cc @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/log_manager/log_manager.h b/log_manager/log_manager.h index 4c42905d7..c6d207702 100644 --- a/log_manager/log_manager.h +++ b/log_manager/log_manager.h @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ diff --git a/log_manager/test/testlog.c b/log_manager/test/testlog.c index c82442173..797af4d07 100644 --- a/log_manager/test/testlog.c +++ b/log_manager/test/testlog.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ diff --git a/log_manager/test/testorder.c b/log_manager/test/testorder.c index dd598cb75..4dbad0833 100644 --- a/log_manager/test/testorder.c +++ b/log_manager/test/testorder.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/replication_listener/access_method_factory.h b/replication_listener/access_method_factory.h index 670129159..e402a1185 100644 --- a/replication_listener/access_method_factory.h +++ b/replication_listener/access_method_factory.h @@ -1,7 +1,7 @@ /* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, MariaDB Corporation Ab +Copyright (c) 2013-2014, MariaDB Corporation Ab Portions of this file contain modifications contributed and copyrighted by MariaDB Corporation, Ab. Those modifications are gratefully acknowledged and are described diff --git a/replication_listener/basic_content_handler.h b/replication_listener/basic_content_handler.h index 6966f4887..5debfb672 100644 --- a/replication_listener/basic_content_handler.h +++ b/replication_listener/basic_content_handler.h @@ -1,7 +1,7 @@ /* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, MariaDB Corporation Ab +Copyright (c) 2013-2014, MariaDB Corporation Ab Portions of this file contain modifications contributed and copyrighted by MariaDB Corporation, Ab. Those modifications are gratefully acknowledged and are described diff --git a/replication_listener/binlog_api.h b/replication_listener/binlog_api.h index 22ad60180..fb6e24f77 100644 --- a/replication_listener/binlog_api.h +++ b/replication_listener/binlog_api.h @@ -1,7 +1,7 @@ /* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, MariaDB Corporation Ab +Copyright (c) 2013-2014, MariaDB Corporation Ab Portions of this file contain modifications contributed and copyrighted by MariaDB Corporation, Ab. Those modifications are gratefully acknowledged and are described diff --git a/replication_listener/binlog_driver.h b/replication_listener/binlog_driver.h index f04d12cf5..73e60587d 100644 --- a/replication_listener/binlog_driver.h +++ b/replication_listener/binlog_driver.h @@ -1,7 +1,7 @@ /* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, MariaDB Corporation Ab +Copyright (c) 2013-2014, MariaDB Corporation Ab Portions of this file contain modifications contributed and copyrighted by MariaDB Corporation, Ab. Those modifications are gratefully acknowledged and are described diff --git a/replication_listener/binlog_event.h b/replication_listener/binlog_event.h index e4afbad58..3c8285044 100644 --- a/replication_listener/binlog_event.h +++ b/replication_listener/binlog_event.h @@ -1,7 +1,7 @@ /* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, MariaDB Corporation Ab +Copyright (c) 2013-2014, MariaDB Corporation Ab Portions of this file contain modifications contributed and copyrighted by MariaDB Corporation, Ab. Those modifications are gratefully acknowledged and are described diff --git a/replication_listener/gtid.h b/replication_listener/gtid.h index a0308b623..359ae9d04 100644 --- a/replication_listener/gtid.h +++ b/replication_listener/gtid.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2013, MariaDB Corporation Ab +Copyright (C) 2013-2014, MariaDB Corporation Ab This file is distributed as part of the MariaDB Corporation MaxScale. It is free software: you can redistribute it and/or modify it under the terms of the diff --git a/replication_listener/listener_exception.h b/replication_listener/listener_exception.h index 2ed663c56..7ff656ea8 100644 --- a/replication_listener/listener_exception.h +++ b/replication_listener/listener_exception.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2013, MariaDB Corporation Ab +Copyright (C) 2013-2014, MariaDB Corporation Ab This file is distributed as part of the MariaDB Corporation MaxScale. It is free diff --git a/replication_listener/tcp_driver.h b/replication_listener/tcp_driver.h index 64d27342c..7d4d96c94 100644 --- a/replication_listener/tcp_driver.h +++ b/replication_listener/tcp_driver.h @@ -1,7 +1,7 @@ /* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. -Copyright (c) 2013, MariaDB Corporation Ab +Copyright (c) 2013-2014, MariaDB Corporation Ab Portions of this file contain modifications contributed and copyrighted by MariaDB Corporation, Ab. Those modifications are gratefully acknowledged and are described diff --git a/server/core/adminusers.c b/server/core/adminusers.c index 3d86bd83b..e547a1ff5 100644 --- a/server/core/adminusers.c +++ b/server/core/adminusers.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/core/atomic.c b/server/core/atomic.c index 5d3b99c46..b14e1ccb1 100644 --- a/server/core/atomic.c +++ b/server/core/atomic.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/buffer.c b/server/core/buffer.c index c31373d5d..5dc3b0ec7 100644 --- a/server/core/buffer.c +++ b/server/core/buffer.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/config.c b/server/core/config.c index d32b1e317..0255f8c2c 100644 --- a/server/core/config.c +++ b/server/core/config.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/dbusers.c b/server/core/dbusers.c index 5b0b9c77a..c65aafdc9 100644 --- a/server/core/dbusers.c +++ b/server/core/dbusers.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/dcb.c b/server/core/dcb.c index d4333e9bc..e624a4526 100644 --- a/server/core/dcb.c +++ b/server/core/dcb.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/gateway.c b/server/core/gateway.c index 6c06ae9b5..f3724e87d 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 * */ @@ -1539,7 +1539,7 @@ int main(int argc, char **argv) } LOGIF(LM, (skygw_log_write( LOGFILE_MESSAGE, - "MariaDB Corporation MaxScale %s (C) MariaDB Corporation Ab 2013,2014", + "MariaDB Corporation MaxScale %s (C) MariaDB Corporation Ab 2013-2014", MAXSCALE_VERSION))); LOGIF(LM, (skygw_log_write( LOGFILE_MESSAGE, diff --git a/server/core/gw_utils.c b/server/core/gw_utils.c index 39c5e1542..e89d72041 100644 --- a/server/core/gw_utils.c +++ b/server/core/gw_utils.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 * */ diff --git a/server/core/gwbitmask.c b/server/core/gwbitmask.c index 3a959c9f4..7706f69f3 100644 --- a/server/core/gwbitmask.c +++ b/server/core/gwbitmask.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/core/hashtable.c b/server/core/hashtable.c index 523048330..1aedbebe0 100644 --- a/server/core/hashtable.c +++ b/server/core/hashtable.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/core/load_utils.c b/server/core/load_utils.c index 3756f2485..9e2b36598 100644 --- a/server/core/load_utils.c +++ b/server/core/load_utils.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/maxkeys.c b/server/core/maxkeys.c index c731aaaf9..ad1e28f86 100644 --- a/server/core/maxkeys.c +++ b/server/core/maxkeys.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/maxpasswd.c b/server/core/maxpasswd.c index 89fab40ef..8d90a7631 100644 --- a/server/core/maxpasswd.c +++ b/server/core/maxpasswd.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/monitor.c b/server/core/monitor.c index 07fc047eb..3fb1cbb6f 100644 --- a/server/core/monitor.c +++ b/server/core/monitor.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/poll.c b/server/core/poll.c index d6f309c77..37784176e 100644 --- a/server/core/poll.c +++ b/server/core/poll.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/core/secrets.c b/server/core/secrets.c index fa6ff3244..9ea0819a5 100644 --- a/server/core/secrets.c +++ b/server/core/secrets.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/core/server.c b/server/core/server.c index 3520d2918..2afe3bd44 100644 --- a/server/core/server.c +++ b/server/core/server.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/service.c b/server/core/service.c index 933da8d5e..040746f42 100644 --- a/server/core/service.c +++ b/server/core/service.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/session.c b/server/core/session.c index a2f1e0178..645ca7019 100644 --- a/server/core/session.c +++ b/server/core/session.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/spinlock.c b/server/core/spinlock.c index b37c628e4..614d1249b 100644 --- a/server/core/spinlock.c +++ b/server/core/spinlock.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/test/test_mysql_users.c b/server/core/test/test_mysql_users.c index 15ef96c23..7dc789d83 100644 --- a/server/core/test/test_mysql_users.c +++ b/server/core/test/test_mysql_users.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/core/thread.c b/server/core/thread.c index 84b0325ce..ac8095b38 100644 --- a/server/core/thread.c +++ b/server/core/thread.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/core/users.c b/server/core/users.c index f77083454..ebd7412a8 100644 --- a/server/core/users.c +++ b/server/core/users.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/core/utils.c b/server/core/utils.c index f31731942..50ce5cd7d 100644 --- a/server/core/utils.c +++ b/server/core/utils.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 * */ diff --git a/server/include/adminusers.h b/server/include/adminusers.h index 6c44079ab..4cc560e41 100644 --- a/server/include/adminusers.h +++ b/server/include/adminusers.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/atomic.h b/server/include/atomic.h index 07223319d..f139d15d5 100644 --- a/server/include/atomic.h +++ b/server/include/atomic.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/buffer.h b/server/include/buffer.h index 5b4490381..c8b9f1418 100644 --- a/server/include/buffer.h +++ b/server/include/buffer.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/config.h b/server/include/config.h index 13e515d9e..0582bc50e 100644 --- a/server/include/config.h +++ b/server/include/config.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/include/dbusers.h b/server/include/dbusers.h index 511beefd8..f9f4a50ab 100644 --- a/server/include/dbusers.h +++ b/server/include/dbusers.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/include/dcb.h b/server/include/dcb.h index e6604a758..3d0e96762 100644 --- a/server/include/dcb.h +++ b/server/include/dcb.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/include/gwbitmask.h b/server/include/gwbitmask.h index 5e987d53c..87f1a8b98 100644 --- a/server/include/gwbitmask.h +++ b/server/include/gwbitmask.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/include/hashtable.h b/server/include/hashtable.h index 78b6b4032..07c7d0950 100644 --- a/server/include/hashtable.h +++ b/server/include/hashtable.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/modules.h b/server/include/modules.h index abdb5725a..904e6cc7a 100644 --- a/server/include/modules.h +++ b/server/include/modules.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/include/monitor.h b/server/include/monitor.h index 7fb22eb9a..6123cd614 100644 --- a/server/include/monitor.h +++ b/server/include/monitor.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/include/poll.h b/server/include/poll.h index 31ff02e50..0e4fa08c9 100644 --- a/server/include/poll.h +++ b/server/include/poll.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/include/router.h b/server/include/router.h index 92bdeeda2..c3401c43a 100644 --- a/server/include/router.h +++ b/server/include/router.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/secrets.h b/server/include/secrets.h index b37bde164..505e79154 100644 --- a/server/include/secrets.h +++ b/server/include/secrets.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/server.h b/server/include/server.h index 34ce7f8b9..b8ca445f0 100644 --- a/server/include/server.h +++ b/server/include/server.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/include/service.h b/server/include/service.h index b5a4c8acb..28daeb1c6 100644 --- a/server/include/service.h +++ b/server/include/service.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/include/session.h b/server/include/session.h index e12d48618..86de23782 100644 --- a/server/include/session.h +++ b/server/include/session.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/spinlock.h b/server/include/spinlock.h index bbab314f6..47677119e 100644 --- a/server/include/spinlock.h +++ b/server/include/spinlock.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/include/thread.h b/server/include/thread.h index 9cc3eee88..9d391b9d7 100644 --- a/server/include/thread.h +++ b/server/include/thread.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/server/include/users.h b/server/include/users.h index c86813e31..cf0bca17f 100644 --- a/server/include/users.h +++ b/server/include/users.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/modules/include/debugcli.h b/server/modules/include/debugcli.h index fa8a3df27..0f01da519 100644 --- a/server/modules/include/debugcli.h +++ b/server/modules/include/debugcli.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/modules/include/httpd.h b/server/modules/include/httpd.h index ba1989ec4..0f9cbb7ad 100644 --- a/server/modules/include/httpd.h +++ b/server/modules/include/httpd.h @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /* diff --git a/server/modules/include/mysql_client_server_protocol.h b/server/modules/include/mysql_client_server_protocol.h index 3df4712d9..15817527e 100644 --- a/server/modules/include/mysql_client_server_protocol.h +++ b/server/modules/include/mysql_client_server_protocol.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /* diff --git a/server/modules/include/mysqlhint.h b/server/modules/include/mysqlhint.h index f61ebf366..f9561c5c0 100644 --- a/server/modules/include/mysqlhint.h +++ b/server/modules/include/mysqlhint.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /* diff --git a/server/modules/include/readconnection.h b/server/modules/include/readconnection.h index d6468114d..45eb2b51d 100644 --- a/server/modules/include/readconnection.h +++ b/server/modules/include/readconnection.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/include/readwritesplit.h b/server/modules/include/readwritesplit.h index 6754efaa9..46c3a2b16 100644 --- a/server/modules/include/readwritesplit.h +++ b/server/modules/include/readwritesplit.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/include/telnetd.h b/server/modules/include/telnetd.h index ce95716c5..c427c2e8b 100644 --- a/server/modules/include/telnetd.h +++ b/server/modules/include/telnetd.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/monitor/galera_mon.c b/server/modules/monitor/galera_mon.c index 162d91b30..02a646aa2 100644 --- a/server/modules/monitor/galera_mon.c +++ b/server/modules/monitor/galera_mon.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/monitor/mysql_mon.c b/server/modules/monitor/mysql_mon.c index 5abfdf68e..7dd237ac2 100644 --- a/server/modules/monitor/mysql_mon.c +++ b/server/modules/monitor/mysql_mon.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/monitor/mysqlmon.h b/server/modules/monitor/mysqlmon.h index 69ba160fd..018d695ff 100644 --- a/server/modules/monitor/mysqlmon.h +++ b/server/modules/monitor/mysqlmon.h @@ -15,7 +15,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/modules/monitor/ndbcluster_mon.c b/server/modules/monitor/ndbcluster_mon.c index 56b038246..1997f274e 100644 --- a/server/modules/monitor/ndbcluster_mon.c +++ b/server/modules/monitor/ndbcluster_mon.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/protocol/httpd.c b/server/modules/protocol/httpd.c index 0715b5b94..5d37ae187 100644 --- a/server/modules/protocol/httpd.c +++ b/server/modules/protocol/httpd.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/protocol/mysql_backend.c b/server/modules/protocol/mysql_backend.c index 9865174a8..12643d953 100644 --- a/server/modules/protocol/mysql_backend.c +++ b/server/modules/protocol/mysql_backend.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include "mysql_client_server_protocol.h" diff --git a/server/modules/protocol/mysql_client.c b/server/modules/protocol/mysql_client.c index a31c6473c..445996196 100644 --- a/server/modules/protocol/mysql_client.c +++ b/server/modules/protocol/mysql_client.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/protocol/mysql_common.c b/server/modules/protocol/mysql_common.c index 89ffd890e..af04209e2 100644 --- a/server/modules/protocol/mysql_common.c +++ b/server/modules/protocol/mysql_common.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /* diff --git a/server/modules/protocol/telnetd.c b/server/modules/protocol/telnetd.c index 908ead8b5..d89962cd8 100644 --- a/server/modules/protocol/telnetd.c +++ b/server/modules/protocol/telnetd.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/modules/routing/GaleraHACRoute.c b/server/modules/routing/GaleraHACRoute.c index dca0c302b..2f2627acb 100644 --- a/server/modules/routing/GaleraHACRoute.c +++ b/server/modules/routing/GaleraHACRoute.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/routing/debugcli.c b/server/modules/routing/debugcli.c index ef6faf4dc..2e5a79381 100644 --- a/server/modules/routing/debugcli.c +++ b/server/modules/routing/debugcli.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/routing/debugcmd.c b/server/modules/routing/debugcmd.c index 070c37ef3..8f51d531a 100644 --- a/server/modules/routing/debugcmd.c +++ b/server/modules/routing/debugcmd.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/routing/readconnroute.c b/server/modules/routing/readconnroute.c index bc2d5633a..c00a5a0a4 100644 --- a/server/modules/routing/readconnroute.c +++ b/server/modules/routing/readconnroute.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ /** diff --git a/server/modules/routing/readwritesplit/readwritesplit.c b/server/modules/routing/readwritesplit/readwritesplit.c index e08386089..0ad46b0e4 100644 --- a/server/modules/routing/readwritesplit/readwritesplit.c +++ b/server/modules/routing/readwritesplit/readwritesplit.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/server/modules/routing/testroute.c b/server/modules/routing/testroute.c index ad6b2ca96..47a581c5d 100644 --- a/server/modules/routing/testroute.c +++ b/server/modules/routing/testroute.c @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include #include diff --git a/table_replication_consistency/table_replication_consistency.h b/table_replication_consistency/table_replication_consistency.h index b7a79af27..0d5faefde 100644 --- a/table_replication_consistency/table_replication_consistency.h +++ b/table_replication_consistency/table_replication_consistency.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2013, MariaDB Corporation Ab +Copyright (C) 2013-2014, MariaDB Corporation Ab This file is distributed as part of the MariaDB Corporation MaxScale. It is free diff --git a/table_replication_consistency/table_replication_listener.h b/table_replication_consistency/table_replication_listener.h index 1fd43dea9..2c1b31794 100644 --- a/table_replication_consistency/table_replication_listener.h +++ b/table_replication_consistency/table_replication_listener.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2013, MariaDB Corporation Ab +Copyright (C) 2013-2014, MariaDB Corporation Ab This file is distributed as part of the MariaDB Corporation MaxScale. It is free diff --git a/table_replication_consistency/table_replication_metadata.h b/table_replication_consistency/table_replication_metadata.h index 36f2979ab..910d63295 100644 --- a/table_replication_consistency/table_replication_metadata.h +++ b/table_replication_consistency/table_replication_metadata.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2013, MariaDB Corporation Ab +Copyright (C) 2013-2014, MariaDB Corporation Ab This file is distributed as part of the MariaDB Corporation MaxScale. It is free diff --git a/table_replication_consistency/table_replication_parser.h b/table_replication_consistency/table_replication_parser.h index 8baa624d6..5a854e2f7 100644 --- a/table_replication_consistency/table_replication_parser.h +++ b/table_replication_consistency/table_replication_parser.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2013, MariaDB Corporation Ab +Copyright (C) 2013-2014, MariaDB Corporation Ab This file is distributed as part of the MariaDB Corporation MaxScale. It is free diff --git a/utils/skygw_debug.h b/utils/skygw_debug.h index 7c070cd6f..0b966ece0 100644 --- a/utils/skygw_debug.h +++ b/utils/skygw_debug.h @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #include diff --git a/utils/skygw_types.h b/utils/skygw_types.h index 9d586e042..4410cc23a 100644 --- a/utils/skygw_types.h +++ b/utils/skygw_types.h @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */ #if !defined(SKYGW_TYPES_H) #define SKYGW_TYPES_H diff --git a/utils/skygw_utils.cc b/utils/skygw_utils.cc index a5776e47f..dbd13cc43 100644 --- a/utils/skygw_utils.cc +++ b/utils/skygw_utils.cc @@ -13,7 +13,7 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright MariaDB Corporation Ab 2013 + * Copyright MariaDB Corporation Ab 2013-2014 */