| 1 |
This is the tenace package, a bridge hand viewer and editor written and
|
| 2 |
maintained by Christoph Berg <cb@df7cb.de>.
|
| 3 |
|
| 4 |
Upstream website: http://www.df7cb.de/bridge/tenace/
|
| 5 |
|
| 6 |
License and copyright:
|
| 7 |
/*
|
| 8 |
* tenace - bridge hand viewer and editor
|
| 9 |
* Copyright (C) 2005-2009 Christoph Berg <cb@df7cb.de>
|
| 10 |
*
|
| 11 |
* This program is free software; you can redistribute it and/or modify
|
| 12 |
* it under the terms of the GNU General Public License as published by
|
| 13 |
* the Free Software Foundation; either version 2 of the License, or
|
| 14 |
* (at your option) any later version.
|
| 15 |
*
|
| 16 |
* This program is distributed in the hope that it will be useful,
|
| 17 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 18 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 19 |
* GNU General Public License for more details.
|
| 20 |
*/
|
| 21 |
|
| 22 |
On Debian systems, the complete text of the GNU General Public License can be
|
| 23 |
found in the file /usr/share/common-licenses/GPL.
|
| 24 |
|
| 25 |
The shipped bonded.svg file has been copied from gnome-cards-data and has been
|
| 26 |
around for at least 10 years, author unknown. It is also GPL-licensed.
|
| 27 |
|
| 28 |
The dds/ directory contains a copy of the double dummy solver library:
|
| 29 |
(Not used for Debian builds.)
|
| 30 |
|
| 31 |
/* DDS 1.1.9 A bridge double dummy solver. */
|
| 32 |
/* Copyright (C) 2006-2008 by Bo Haglund */
|
| 33 |
/* Cleanups and porting to Linux and MacOSX (C) 2006 by Alex Martelli */
|
| 34 |
/* */
|
| 35 |
/* This program is free software; you can redistribute it and/or */
|
| 36 |
/* modify it under the terms of the GNU General Public License */
|
| 37 |
/* as published by the Free software Foundation; either version 2 */
|
| 38 |
/* of the License, or (at your option) any later version. */
|