Switching license from GPL2 to AGPL3.

This commit is contained in:
lotodore
2011-07-02 14:57:03 +00:00
parent ea82f58815
commit 0e85294519
10 changed files with 180 additions and 182 deletions
+18 -19
View File
@@ -1,22 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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 "clientbero.h" #include "clientbero.h"
ClientBeRo::ClientBeRo(HandInterface* hi, int /*id*/, unsigned /*dP*/, int sB, GameState gS) ClientBeRo::ClientBeRo(HandInterface* hi, int /*id*/, unsigned /*dP*/, int sB, GameState gS)
+18 -19
View File
@@ -1,22 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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 CLIENTBERO_H #ifndef CLIENTBERO_H
#define CLIENTBERO_H #define CLIENTBERO_H
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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 "clientboard.h" #include "clientboard.h"
#include <handinterface.h> #include <handinterface.h>
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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. * *****************************************************************************/
***************************************************************************/
#ifndef CLIENTBOARD_H #ifndef CLIENTBOARD_H
#define CLIENTBOARD_H #define CLIENTBOARD_H
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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 "clientenginefactory.h" #include "clientenginefactory.h"
#include "clienthand.h" #include "clienthand.h"
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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. * *****************************************************************************/
***************************************************************************/
#ifndef CLIENTENGINEFACTORY_H #ifndef CLIENTENGINEFACTORY_H
#define CLIENTENGINEFACTORY_H #define CLIENTENGINEFACTORY_H
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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 "clienthand.h" #include "clienthand.h"
#include <game_defs.h> #include <game_defs.h>
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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. * *****************************************************************************/
***************************************************************************/
#ifndef CLIENTHAND_H #ifndef CLIENTHAND_H
#define CLIENTHAND_H #define CLIENTHAND_H
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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 "clientplayer.h" #include "clientplayer.h"
#include <handinterface.h> #include <handinterface.h>
+18 -18
View File
@@ -1,21 +1,21 @@
/*************************************************************************** /*****************************************************************************
* 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. * *****************************************************************************/
***************************************************************************/
#ifndef CLIENTPLAYER_H #ifndef CLIENTPLAYER_H
#define CLIENTPLAYER_H #define CLIENTPLAYER_H