Changed old references to SkySQL to MariaDB Corporation and Gateway to MaxScale.

This commit is contained in:
Markus Makela
2014-10-10 16:38:54 +03:00
parent cd1bea82e8
commit be08f22ae1
3 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
#include <unistd.h> #include <unistd.h>
static char* server_options[] = { static char* server_options[] = {
"SkySQL Gateway", "MariaDB Corporation MaxScale",
"--no-defaults", "--no-defaults",
"--datadir=.", "--datadir=.",
"--language=.", "--language=.",

View File

@ -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 * 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, * GNU General Public License as published by the Free Software Foundation,
* version 2. * version 2.
@ -13,11 +13,11 @@
* this program; if not, write to the Free Software Foundation, Inc., 51 * this program; if not, write to the Free Software Foundation, Inc., 51
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 * The buffer management is based on the principle of a linked list
* of variable size buffer, the intention beign to allow longer * of variable size buffer, the intention beign to allow longer

View File

@ -1,7 +1,7 @@
#ifndef _FILTER_HARNESS_H #ifndef _FILTER_HARNESS_H
#define _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 * 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, * GNU General Public License as published by the Free Software Foundation,
* version 2. * version 2.
@ -15,7 +15,7 @@
* this program; if not, write to the Free Software Foundation, Inc., 51 * this program; if not, write to the Free Software Foundation, Inc., 51
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* *
* Copyright SkySQL Ab 2013 * Copyright MariaDB Corporation Ab 2014
*/ */
/** /**