Talloc was Debianized by Jelmer Vernooij on Mon Apr 30 01:48:43 CEST 2007. It was obtained from the Samba projects' Subversion repository. The tarball was created by running: svn export svn://svn.samba.org/samba/tags/TALLOC_`echo -n $VERSION | tr . _` talloc-$VERSION cd talloc-$VERSION && ./autogen.sh && cd .. tar cvz talloc-$VERSION > talloc_$VERSION.orig.tar.gz where VERSION should be replaced with the version of talloc (currently 1.0). Talloc is copyright (C) 2004 Andrew Tridgell and (C) 2006 Stefan Metzmacher and published under the following license: 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 3 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. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The upstream source also contains a single file (libreplace/timegm.c) that is licensed under the BSD license. This file is not used when building the Debian package.