Author: bkuhn
Date: Sun Nov 16 04:14:26 2008
New Revision: 4915

URL: http://svn.gna.org/viewcvs/pokersource?rev=4915&view=rev
Log:
This is a "bombing run" patch to change all GPLv2-only license notices in
poker-eval.  As outlined in GPLv3-assent.txt, all copyright holders have
assented to GPLv3-or-later.

Added:
    branches/license-change/poker-eval/GPLv3-assent.txt
      - copied, changed from r4914, branches/license-change/poker-eval/GPLv3.txt
Removed:
    branches/license-change/poker-eval/GPLv2
    branches/license-change/poker-eval/GPLv3.txt
Modified:
    branches/license-change/poker-eval/LICENSE
    branches/license-change/poker-eval/Makefile.am
    branches/license-change/poker-eval/WHATS-HERE.Java
    branches/license-change/poker-eval/configure.ac
    branches/license-change/poker-eval/csharp/API.cs
    branches/license-change/poker-eval/csharp/Enum.cs
    branches/license-change/poker-eval/csharp/EnumResult.cs
    branches/license-change/poker-eval/csharp/GameParams.cs
    branches/license-change/poker-eval/csharp/Makefile
    branches/license-change/poker-eval/csharp/StdDeck.cs
    branches/license-change/poker-eval/csharp/Test.cs
    branches/license-change/poker-eval/debian/copyright
    branches/license-change/poker-eval/examples/Makefile.am
    branches/license-change/poker-eval/examples/eval.c
    branches/license-change/poker-eval/examples/fish.c
    branches/license-change/poker-eval/examples/five_card_hands.c
    branches/license-change/poker-eval/examples/getopt_w32.c
    branches/license-change/poker-eval/examples/getopt_w32.h
    branches/license-change/poker-eval/examples/hcmp2.c
    branches/license-change/poker-eval/examples/hcmpn.c
    branches/license-change/poker-eval/examples/pokenum.c
    branches/license-change/poker-eval/examples/seven_card_hands.c
    branches/license-change/poker-eval/examples/usedecks.c
    branches/license-change/poker-eval/examples/utest1
    branches/license-change/poker-eval/include/Makefile.am
    branches/license-change/poker-eval/include/combinations.h
    branches/license-change/poker-eval/include/deck.h
    branches/license-change/poker-eval/include/deck_astud.h
    branches/license-change/poker-eval/include/deck_joker.h
    branches/license-change/poker-eval/include/deck_std.h
    branches/license-change/poker-eval/include/deck_undef.h
    branches/license-change/poker-eval/include/enumdefs.h
    branches/license-change/poker-eval/include/enumerate.h
    branches/license-change/poker-eval/include/enumord.h
    branches/license-change/poker-eval/include/evx_defs.h
    branches/license-change/poker-eval/include/game_astud.h
    branches/license-change/poker-eval/include/game_joker.h
    branches/license-change/poker-eval/include/game_std.h
    branches/license-change/poker-eval/include/handval.h
    branches/license-change/poker-eval/include/handval_low.h
    branches/license-change/poker-eval/include/inlines/eval.h
    branches/license-change/poker-eval/include/inlines/eval_astud.h
    branches/license-change/poker-eval/include/inlines/eval_joker.h
    branches/license-change/poker-eval/include/inlines/eval_joker_low.h
    branches/license-change/poker-eval/include/inlines/eval_joker_low8.h
    branches/license-change/poker-eval/include/inlines/eval_low.h
    branches/license-change/poker-eval/include/inlines/eval_low27.h
    branches/license-change/poker-eval/include/inlines/eval_low8.h
    branches/license-change/poker-eval/include/inlines/eval_omaha.h
    branches/license-change/poker-eval/include/inlines/eval_type.h
    branches/license-change/poker-eval/include/inlines/evx5.h
    branches/license-change/poker-eval/include/inlines/evx7.h
    branches/license-change/poker-eval/include/inlines/evx_action.h
    branches/license-change/poker-eval/include/inlines/evx_inlines.h
    branches/license-change/poker-eval/include/poker_config.h.in
    branches/license-change/poker-eval/include/poker_defs.h
    branches/license-change/poker-eval/include/poker_wrapper.h
    branches/license-change/poker-eval/include/pokereval_export.h
    branches/license-change/poker-eval/include/rules_astud.h
    branches/license-change/poker-eval/include/rules_joker.h
    branches/license-change/poker-eval/include/rules_std.h
    branches/license-change/poker-eval/include/rules_undef.h
    branches/license-change/poker-eval/lib/Makefile.am
    branches/license-change/poker-eval/lib/combinations.c
    branches/license-change/poker-eval/lib/deck.c
    branches/license-change/poker-eval/lib/deck_astud.c
    branches/license-change/poker-eval/lib/deck_joker.c
    branches/license-change/poker-eval/lib/deck_std.c
    branches/license-change/poker-eval/lib/enumerate.c
    branches/license-change/poker-eval/lib/enumord.c
    branches/license-change/poker-eval/lib/evx.c
    branches/license-change/poker-eval/lib/evx_generate.c
    branches/license-change/poker-eval/lib/evx_preamble.cfrag
    branches/license-change/poker-eval/lib/lowball.c
    branches/license-change/poker-eval/lib/mktab_astud.c
    branches/license-change/poker-eval/lib/mktab_basic.c
    branches/license-change/poker-eval/lib/mktab_evx.c
    branches/license-change/poker-eval/lib/mktab_joker.c
    branches/license-change/poker-eval/lib/mktab_lowball.c
    branches/license-change/poker-eval/lib/mktab_packed.c
    branches/license-change/poker-eval/lib/mktable.c
    branches/license-change/poker-eval/lib/mktable.h
    branches/license-change/poker-eval/lib/mktable_utils.c
    branches/license-change/poker-eval/lib/poker_wrapper.c
    branches/license-change/poker-eval/lib/rules_astud.c
    branches/license-change/poker-eval/lib/rules_joker.c
    branches/license-change/poker-eval/lib/rules_std.c
    branches/license-change/poker-eval/make_master.sh
    branches/license-change/poker-eval/tests/Makefile.am
    branches/license-change/poker-eval/tests/digtest5.c
    branches/license-change/poker-eval/tests/digtest7.c
    branches/license-change/poker-eval/tests/enumtest1.c
    branches/license-change/poker-eval/tests/enumtest2.c
    branches/license-change/poker-eval/tests/enumtest3.c
    branches/license-change/poker-eval/tests/enumtest5.c
    branches/license-change/poker-eval/tests/enumtest7.c
    branches/license-change/poker-eval/tests/joktest1.c
    branches/license-change/poker-eval/tests/poker_wrapper.c
    branches/license-change/poker-eval/tests/razz.c
    branches/license-change/poker-eval/tests/run.in


_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits

Reply via email to