From be08f22ae1bb0c19f8d526d2a6a9234b8d20b37c Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 10 Oct 2014 16:38:54 +0300 Subject: [PATCH] Changed old references to SkySQL to MariaDB Corporation and Gateway to MaxScale. --- query_classifier/test/classify.c | 2 +- server/core/buffer.c | 6 +++--- server/modules/filter/test/harness.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/query_classifier/test/classify.c b/query_classifier/test/classify.c index 96a001771..4fe33a68b 100644 --- a/query_classifier/test/classify.c +++ b/query_classifier/test/classify.c @@ -9,7 +9,7 @@ #include static char* server_options[] = { - "SkySQL Gateway", + "MariaDB Corporation MaxScale", "--no-defaults", "--datadir=.", "--language=.", diff --git a/server/core/buffer.c b/server/core/buffer.c index 46315cf69..9ee13c87f 100644 --- a/server/core/buffer.c +++ b/server/core/buffer.c @@ -1,5 +1,5 @@ /* - * This file is distributed as part of the SkySQL Gateway. It is free + * 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 * GNU General Public License as published by the Free Software Foundation, * version 2. @@ -13,11 +13,11 @@ * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright SkySQL Ab 2013 + * Copyright MariaDB Corporation Ab 2014 */ /** - * @file buffer.h - The Gateway buffer management functions + * @file buffer.h - The MaxScale buffer management functions * * The buffer management is based on the principle of a linked list * of variable size buffer, the intention beign to allow longer diff --git a/server/modules/filter/test/harness.h b/server/modules/filter/test/harness.h index 69b12b9d9..c30c266c2 100644 --- a/server/modules/filter/test/harness.h +++ b/server/modules/filter/test/harness.h @@ -1,7 +1,7 @@ #ifndef _FILTER_HARNESS_H #define _FILTER_HARNESS_H /* - * This file is distributed as part of the SkySQL Gateway. It is free + * 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 * GNU General Public License as published by the Free Software Foundation, * version 2. @@ -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 SkySQL Ab 2013 + * Copyright MariaDB Corporation Ab 2014 */ /**