GPL Header added
This commit is contained in:
@ -1 +1,20 @@
|
|||||||
|
/*
|
||||||
|
This file is distributed as part of the SkySQL Gateway. 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.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with
|
||||||
|
this program; if not, write to the Free Software Foundation, Inc., 51
|
||||||
|
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Copyright SkySQL Ab
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
Apache 2.4.2
|
Apache 2.4.2
|
||||||
|
|||||||
@ -1,9 +1,28 @@
|
|||||||
|
/*
|
||||||
|
This file is distributed as part of the SkySQL Gateway. 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.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with
|
||||||
|
this program; if not, write to the Free Software Foundation, Inc., 51
|
||||||
|
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Copyright SkySQL Ab
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
// SKYSQL GATEWAY main module
|
// SKYSQL GATEWAY main module
|
||||||
// By Massimiliano Pinto 2012/2013
|
// By Massimiliano Pinto 2012/2013
|
||||||
// SkySQL AB
|
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
//
|
|
||||||
|
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
// //
|
// //
|
||||||
// S K Y S Q L G A T E W A Y //
|
// S K Y S Q L G A T E W A Y //
|
||||||
|
|||||||
@ -1,7 +1,25 @@
|
|||||||
|
/*
|
||||||
|
This file is distributed as part of the SkySQL Gateway. 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.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with
|
||||||
|
this program; if not, write to the Free Software Foundation, Inc., 51
|
||||||
|
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Copyright SkySQL Ab
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
// SKYSQL Backend
|
// SKYSQL Backend
|
||||||
// By Massimiliano Pinto 2012/2013
|
// By Massimiliano Pinto 2012/2013
|
||||||
// SkySQL AB
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
|
|
||||||
#include "skysql_gw.h"
|
#include "skysql_gw.h"
|
||||||
|
|||||||
@ -1,7 +1,25 @@
|
|||||||
|
/*
|
||||||
|
This file is distributed as part of the SkySQL Gateway. 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.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with
|
||||||
|
this program; if not, write to the Free Software Foundation, Inc., 51
|
||||||
|
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Copyright SkySQL Ab
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
// SKYSQL header file
|
// SKYSQL mysql protocol header file
|
||||||
// By Massimiliano Pinto 2012/2013
|
// By Massimiliano Pinto 2012/2013
|
||||||
// SkySQL AB
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
|
|
||||||
#include "ap_config.h"
|
#include "ap_config.h"
|
||||||
|
|||||||
@ -1,7 +1,25 @@
|
|||||||
|
/*
|
||||||
|
This file is distributed as part of the SkySQL Gateway. 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.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with
|
||||||
|
this program; if not, write to the Free Software Foundation, Inc., 51
|
||||||
|
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Copyright SkySQL Ab
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
// SKYSQL header file
|
// SKYSQL header file
|
||||||
// By Massimiliano Pinto 2012/2013
|
// By Massimiliano Pinto 2012/2013
|
||||||
// SkySQL AB
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
|
|
||||||
#include "ap_config.h"
|
#include "ap_config.h"
|
||||||
|
|||||||
@ -1,7 +1,25 @@
|
|||||||
|
/*
|
||||||
|
This file is distributed as part of the SkySQL Gateway. 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.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along with
|
||||||
|
this program; if not, write to the Free Software Foundation, Inc., 51
|
||||||
|
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Copyright SkySQL Ab
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
// SKYSQL Utils
|
// SKYSQL Utils
|
||||||
// By Massimiliano Pinto 2012/2013
|
// By Massimiliano Pinto 2012/2013
|
||||||
// SkySQL AB
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
|
|
||||||
#include "skysql_gw.h"
|
#include "skysql_gw.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user