1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
This package was debianized by David Nebauer <david@nebauer.org> on
Tue, 20 Sep 2005 18:40:46 +0930.
Original source may be found at: http://libdbi.sourceforge.net/
Files: debian/*
Copyright: (C) 2005-2007 David Nebauer <david@nebauer.org>
(C) 2001-2005, David A. Parker <david@neongoat.com>
(C) 2007, Thomas Goirand <thomas@goirand.fr>
License: LGPL v2.1
Upstream Authors:
Main developers:
* David A. Parker <david@neongoat.com>
* Mark Tobenkin <mark@brentwoodradio.com>
* Markus Hoenicka <markus@mhoenicka.de>
These people have also contributed to the project:
(if we forgot you, please let us know!)
* Peter O'Gorman <pogma@opendarwin.org>
- configure/Makefile/libtool fixes, OSX guru
* Christian M. Stamgren <christian@centiongroup.com>
- bugfixes, mysql tweaks, list_* tweaks, error tweaks
* Ashish Ranjan <ashishwave@yahoo.com>
- Mingw port
* Ryan Eatmon <reatmon@jabber.org>
- bugfixes
* Andreas Johansson <andreas.johansson@cention.se>
- beginnings of sequencing
* Ron Arts <raarts@netland.nl>
- caught large memory leak
* <sad@spider.ru>
- atoll.c bugfix
* Christophe GIAUME <christophe@giaume.com>
- Solaris asprintf bugfix
* jellifish <jellyfish@pisem.net>
- fixed wrong mysql INSERT query behavior
* Ollie Cook <ollie@uk.clara.net>
- fixed mysql driver returning empty string as NULL
* Martin Kutschker <Martin.T.Kutschker@blackbox.net>
- assistance with bugfixes
* Toby Thain <qu1j0t3@sourceforge.net>
- improve error handling, code cleanups
Licensed under the terms of LGPL V 2.1
Files: *
Copyright: (C) 2001-2005, David Parker <david@neongoat.com>
(C) 2001-2004, Mark Tobenkin <mark@brentwoodradio.com>
(C) 2001-2007, Markus Hoenicka <markus@mhoenicka.de>
License: LGPL v2.1
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
The documentation of the project is licensed under the GFDL, granted
the fact that there are no invariant section so it remains fully free.
Files: doc/*
Copyright: (C) 2001-2005, Neon Goat Productions <david@neongoat.com>
(C) 2001-2007, Markus Hoenicka <mhoenicka@users.sourceforge.net>
(C) 2001-2005, David A. Parker <david@neongoat.com>
License: GFDL
On Debian systems, the complete text of the GNU Lesser General Public
License (LGPL) may be found in /usr/share/common-licenses/LGPL-2.1.
On Debian systems, the complete text of the GNU Free Documentation License
(GFDL) may be found in /usr/share/common-licenses/GFDL.
|