Switching license from GPL2 to AGPL3.

This commit is contained in:
lotodore
2011-07-02 14:49:09 +00:00
parent 2c62a097e4
commit 3107ea1dff
13 changed files with 221 additions and 234 deletions
+17 -18
View File
@@ -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 <db/serverdbcallback.h> #include <db/serverdbcallback.h>
+17 -18
View File
@@ -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 <db/serverdbfactory.h> #include <db/serverdbfactory.h>
+17 -18
View File
@@ -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 <db/serverdbfactorygeneric.h> #include <db/serverdbfactorygeneric.h>
#include <db/serverdbgeneric.h> #include <db/serverdbgeneric.h>
+17 -18
View File
@@ -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 <boost/bind.hpp> #include <boost/bind.hpp>
#include <db/serverdbgeneric.h> #include <db/serverdbgeneric.h>
+17 -18
View File
@@ -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 <db/serverdbinterface.h> #include <db/serverdbinterface.h>
+17 -18
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2010 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 <db/serverdbnoaction.h> #include <db/serverdbnoaction.h>
+17 -18
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2010 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 database callback for async database operations. */ /* Server database callback for async database operations. */
#ifndef _DBDEFS_H_ #ifndef _DBDEFS_H_
+17 -18
View File
@@ -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 database callback for async database operations. */ /* Server database callback for async database operations. */
#ifndef _SERVERDBCALLBACK_H_ #ifndef _SERVERDBCALLBACK_H_
+17 -18
View File
@@ -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 database factory. */ /* Server database factory. */
#ifndef _SERVERDBFACTORY_H_ #ifndef _SERVERDBFACTORY_H_
+17 -18
View File
@@ -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 database factory for generic objects. */ /* Server database factory for generic objects. */
#ifndef _SERVERDBFACTORYGENERIC_H_ #ifndef _SERVERDBFACTORYGENERIC_H_
+17 -18
View File
@@ -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. * *****************************************************************************/
***************************************************************************/
/* Generic server database implementation. Basically does nothing. */ /* Generic server database implementation. Basically does nothing. */
#ifndef _SERVERDBGENERIC_H_ #ifndef _SERVERDBGENERIC_H_
+17 -18
View File
@@ -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 database interface. */ /* Server database interface. */
#ifndef _SERVERDBINTERFACE_H_ #ifndef _SERVERDBINTERFACE_H_
+17 -18
View File
@@ -1,21 +1,20 @@
/*************************************************************************** /*****************************************************************************
* Copyright (C) 2010 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. * *****************************************************************************/
***************************************************************************/
/* Generic server database implementation. Basically does nothing. */ /* Generic server database implementation. Basically does nothing. */
#ifndef _SERVERDBNOACTION_H_ #ifndef _SERVERDBNOACTION_H_