Skip to content

corintio/pokerai-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All source code in this archive is provided under GPL v2 or later, EXCEPT  
WHEN OTHERWISE indicated, i.e. there are several exceptions that are listed 
below.
 
All licensing issues (for the original code as well as our modifications) 
are covered by this single LICENSE.TXT.

Indiana, http://pokerai.org/pf3, 2008

=============================================================================
General license  
=============================================================================

This archive 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; either version 2 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
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

=============================================================================
The work of pokerai.org members
=============================================================================
The work of various PokerAI.org members
(in this thread: http://pokerai.org/pf3/viewtopic.php?f=3&t=16):
* Indiana
* Spears
* Adrian20XX 
* Timmy 
and others was used in modifying and assembling the codebase. All of that 
is made available under GPL v2 or later.

=============================================================================
Steve Brecher's evaluator and poker code
=============================================================================

Steve Brecher made his code available in the public domain:
http://www.stevebrecher.com/Software/software.html

From his website:
"Hold�Em Showdown and its source code are in the public domain (not copyrighted). 
You are free to give a copy to anyone."

As part of this distribution, however, it is published under GPL v2 or later. 
You can still obtain the original codebase from the author's website.

=============================================================================
Ray Wooten (TwoPlusTwo) poker evaluator and Cactus Kev
=============================================================================

The Ray Wooten, twoplustwo, and all derivations of it are made available 
through GPL v2 or later, based on the following:

(See http://pokerai.org/pf3/viewtopic.php?f=3&t=1451)

1) mykey1961 claimed that he first came with the idea of LUT-based 7-cards
hand evaluator, and that he makes this available in the public domain.

2) RayW posted his code on 2 2 udner GPL:
// HandRankSetup.cpp : Sets up the HandRank File for VERY fast Lookups
// by Ray Wotton and the 2 2 list My code is GPL, use it as you like
(see http://archives1.twoplustwo.com/showflat.php?Cat=0&Number=8513906&page=0&fpart=13&vc=1)

As RayW used Cactus Kev
(Cactus Kev's Eval Routine ref http://www.suffecool.net/poker/evaluator.html)
in his original work, and the resulting code was published and made
available under GPL, and stayed in the public domain without any complains,
we believe that the Cactus Kev code is hence made available under GPL. 

As a result, we make all of the code as part of this distribution 
available under GPL.

=============================================================================
JPoker library
=============================================================================
We have contacted Andrew Plock to clarify if he can give us permission to 
distribute jpoker library (http://www.pokerstove.com/download/jpoker.tar.gz)
as part of this archive under GPL v2 or later.

As we do not have permission yet, the closest applicable license is the 
one for pokerstove:
http://www.pokerstove.com/download/license.php

which however explicitely states that it applies to pokerstoves only, and 
that the software can only be distributed completely unmodified.

=============================================================================
University of Alberta Poker Evaluator 
=============================================================================

The university of Alberta Evaluator can be modified and redistributued under 
the following license agreement (source code originally obtained from 
Aaron Davidson http://spaz.ca/poker/):

/***************************************************************************
   Copyright (c) 2000:
         University of Alberta,
         Deptartment of Computing Science
         Computer Poker Research Group

   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:

   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
   2. Redistributions in binary form must reproduce the above copyright    
      notice, this list of conditions and the following disclaimer in the  
      documentation and/or other materials provided with the distribution. 
   3. The name of the author may not be used to endorse or promote products
      derived from this software without specific prior written permission.

   THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

***************************************************************************/


=============================================================================
Moritz Hammer DAG based evaluator
=============================================================================

Copyright (c) 2008 Moritz Hammer ([email protected]). All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the
   distribution.

3. The name of the author may not be used to endorse or promote
   products derived from this software without specific prior written
   permission.

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

About

Code from contest for Java 7-Card Poker Hand Evaluators, held by Indiana in 2007

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published