From 2359b2bb193baad6e6bcb8679e798b2330fad888 Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Mon, 15 Apr 2013 18:16:02 +0200 Subject: [PATCH] GPL Header added --- protocol_1.0/README | 19 +++++++++++++++++++ protocol_1.0/mod_skysql.c | 23 +++++++++++++++++++++-- protocol_1.0/skysql_backend.c | 20 +++++++++++++++++++- protocol_1.0/skysql_client.h | 22 ++++++++++++++++++++-- protocol_1.0/skysql_gw.h | 20 +++++++++++++++++++- protocol_1.0/skysql_utils.c | 20 +++++++++++++++++++- 6 files changed, 117 insertions(+), 7 deletions(-) diff --git a/protocol_1.0/README b/protocol_1.0/README index 1b85f2722..b7d300d8c 100644 --- a/protocol_1.0/README +++ b/protocol_1.0/README @@ -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 diff --git a/protocol_1.0/mod_skysql.c b/protocol_1.0/mod_skysql.c index 7ad3b167d..8617fdf42 100644 --- a/protocol_1.0/mod_skysql.c +++ b/protocol_1.0/mod_skysql.c @@ -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 // By Massimiliano Pinto 2012/2013 -// SkySQL AB ////////////////////////////////// -// + + ////////////////////////////////// // // // S K Y S Q L G A T E W A Y // diff --git a/protocol_1.0/skysql_backend.c b/protocol_1.0/skysql_backend.c index 53abfc150..e5a1f55f0 100644 --- a/protocol_1.0/skysql_backend.c +++ b/protocol_1.0/skysql_backend.c @@ -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 // By Massimiliano Pinto 2012/2013 -// SkySQL AB //////////////////////////////////////// #include "skysql_gw.h" diff --git a/protocol_1.0/skysql_client.h b/protocol_1.0/skysql_client.h index cf1155f57..b6eaa36cb 100644 --- a/protocol_1.0/skysql_client.h +++ b/protocol_1.0/skysql_client.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 -// SkySQL AB //////////////////////////////////////// #include "ap_config.h" diff --git a/protocol_1.0/skysql_gw.h b/protocol_1.0/skysql_gw.h index 9f26a5007..c45eef3ed 100644 --- a/protocol_1.0/skysql_gw.h +++ b/protocol_1.0/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 // By Massimiliano Pinto 2012/2013 -// SkySQL AB //////////////////////////////////////// #include "ap_config.h" diff --git a/protocol_1.0/skysql_utils.c b/protocol_1.0/skysql_utils.c index 9eaf2c027..9e4adf223 100644 --- a/protocol_1.0/skysql_utils.c +++ b/protocol_1.0/skysql_utils.c @@ -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 // By Massimiliano Pinto 2012/2013 -// SkySQL AB //////////////////////////////////////// #include "skysql_gw.h"