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
|
Talloc was Debianized by Jelmer Vernooij <jelmer@samba.org> 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 <tridge@samba.org> and
(C) 2006 Stefan Metzmacher <metze@samba.org> 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.
|