Switching license from GPL2 to AGPL3.
This commit is contained in:
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2011 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
// Connectivity test program for PokerTH
|
// Connectivity test program for PokerTH
|
||||||
|
|
||||||
|
|||||||
+17
-19
@@ -1,22 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef GAME_DEFS_H
|
#ifndef GAME_DEFS_H
|
||||||
#define GAME_DEFS_H
|
#define GAME_DEFS_H
|
||||||
|
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2007 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
/* Game data. */
|
/* Game data. */
|
||||||
|
|
||||||
#ifndef _GAMEDATA_H_
|
#ifndef _GAMEDATA_H_
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2011 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
// Load test program for PokerTH
|
// Load test program for PokerTH
|
||||||
|
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2009 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
#include "pch_lib.h"
|
#include "pch_lib.h"
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2009 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
|
|
||||||
/* Note: ASIO needs to be included first! */
|
/* Note: ASIO needs to be included first! */
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2007 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include <playerdata.h>
|
#include <playerdata.h>
|
||||||
|
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2007 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
/* Player data. */
|
/* Player data. */
|
||||||
|
|
||||||
#ifndef _PLAYERDATA_H_
|
#ifndef _PLAYERDATA_H_
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2007 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include <net/netpacket.h>
|
#include <net/netpacket.h>
|
||||||
#include "session.h"
|
#include "session.h"
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2009 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
/* Server data. */
|
/* Server data. */
|
||||||
|
|
||||||
#ifndef _SERVERDATA_H_
|
#ifndef _SERVERDATA_H_
|
||||||
|
|||||||
+17
-19
@@ -1,22 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <net/socket_helper.h>
|
#include <net/socket_helper.h>
|
||||||
#include "session.h"
|
#include "session.h"
|
||||||
|
|||||||
+17
-19
@@ -1,22 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2006 by FThauer FHammer *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* f.thauer@web.de *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* (at your option) any later version. *
|
* License, or (at your option) any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* GNU General Public License for more details. *
|
* GNU Affero General Public License for more details. *
|
||||||
* *
|
* *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* along with this program; if not, write to the *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* Free Software Foundation, Inc., *
|
*****************************************************************************/
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
#ifndef STDSESSION_H
|
#ifndef STDSESSION_H
|
||||||
#define STDSESSION_H
|
#define STDSESSION_H
|
||||||
|
|
||||||
|
|||||||
+17
-18
@@ -1,21 +1,20 @@
|
|||||||
/***************************************************************************
|
/*****************************************************************************
|
||||||
* Copyright (C) 2008 by Lothar May *
|
* PokerTH - The open source texas holdem engine *
|
||||||
* *
|
* Copyright (C) 2006-2011 Felix Hammer, Florian Thauer, Lothar May *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* *
|
||||||
* it under the terms of the GNU General Public License as published by *
|
* This program is free software: you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or *
|
* it under the terms of the GNU Affero General Public License as *
|
||||||
* (at your option) any later version. *
|
* published by the Free Software Foundation, either version 3 of the *
|
||||||
* *
|
* License, or (at your option) any later version. *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* *
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License for more details. *
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* *
|
* GNU Affero 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 *
|
* You should have received a copy of the GNU Affero General Public License *
|
||||||
* Free Software Foundation, Inc., *
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
*****************************************************************************/
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
#include <boost/iostreams/filtering_streambuf.hpp>
|
#include <boost/iostreams/filtering_streambuf.hpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user