Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 37 → Rev 38

/trunk/debian/changelog
11,7 → 11,7
* Build with --enable-debug.
* Update debian/copyright, using machine-readable format.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 14 Sep 2019 22:30:55 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 14 Sep 2019 23:44:59 +0200
 
oidentd (2.3.2-1) unstable; urgency=low
 
/trunk/debian/copyright
8,6 → 8,24
originally written by Ryan McCabe <ryan@numb.org>.
License: GPL-2
 
Files: *
Copyright: 2019, Janik Rabe <oidentd@janikrabe.com>
License: GFDL-NIV-1.3+
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
.
On Debian systems, the text of the GFDL, version 1.3, may be found in
the file /usr/share/common-licenses/GFDL-1.3.
 
Files: debian/*
Copyright: 1999-2001 Sean E. Perry <shaleh@debian.org>
2001-2006 Martin Waitz <tali@debian.org>
2009-2010 Stefan Bauer <stefan.bauer@cubewerk.de>
2015-2016, 2019 Magnus Holmgren <holmgren@debian.org>
License: GPL-2
 
Files: INSTALL
Copyright: 2019, Janik Rabe
License: FSFAP
15,7 → 33,17
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
 
Files: config.guess config.sub
Copyright: 1992-2018 Free Software Foundation, Inc.
License: GPL-3+
Comment: As a special exception to the GNU General Public License, if
you distribute this file as part of a program that contains a
configuration script generated by Autoconf, you may include it under
the same distribution terms that you use for the rest of that
program. This Exception is an additional permission under section 7
of the GNU General Public License, version 3 ("GPLv3").
 
Files: compile depcomp missing ylwrap
Copyright: 1996-2018, Free Software Foundation, Inc.
License: GPL-2+
31,18 → 59,32
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
 
Files: doc/*.adoc
Copyright: 2019, Janik Rabe <oidentd@janikrabe.com>
License: GFDL-NIV-1.3+
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Files: install-sh
Copyright: 1994 X Consortium
License: X11
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
On Debian systems, the text of the GFDL, version 1.3, may be found in
the file /usr/share/common-licenses/GFDL-1.3.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.
Except as contained in this notice, the name of the X Consortium shall not
be used in advertising or otherwise to promote the sale, use or other deal-
ings in this Software without prior written authorization from the X Consor-
tium.
 
Files: src/*
Files: configure.ac src/*
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
1998-2006, Ryan McCabe <ryan@numb.org>
License: GPL-2
56,7 → 98,7
Copyright: 1984, 1989, 1990, 2000-2015, 2018, 2019, Free Software Foundation
2001-2006 Ryan McCabe <ryan@numb.org>
2018-2019 Janik Rabe <oidentd@janikrabe.com>
License: GPL-3+
License: GPL-3+ or GPL-2
Comment:
As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
84,33 → 126,76
License: GPL-2
 
Files: src/kernel/freebsd.c src/kernel/freebsd5.c
src/kernel/legacy/netbsd.c
src/kernel/legacy/openbsd24.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
1998-2006, Ryan McCabe <ryan@numb.org>
License: public-domain
License: GPL-2
Comment:
This file was originally taken from the pidentd 2.x software package.
The original copyright notice is as follows:
.
This program is in the public domain and may be used freely
by anyone who wants to.
.
The IP masquerading functionality has been taken from openbsd.c and
is distributed under the same copyright.
.
However, since both Ryan and Janik are claiming copyright to their
modifications to the code, the result cannot be in the public domain,
and must be assumed to be licensed under the same license as the rest
of their code.
 
Files: src/kernel/legacy/darwin.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
1998-2006, Ryan McCabe <ryan@numb.org>
License: GPL-2
Comment:
This is basically a modified version of the NetBSD file found in
this directory. It's distributed under the same copyright.
The original copyright notice is as follows:
.
This program is in the public domain and may be used freely
by anyone who wants to.
.
NAT code taken from the OpenBSD NAT code by
Slawomir Piotrowski <slawek@telsatgp.com.pl>
.
However, since both Ryan and Janik are claiming copyright to their
modifications to the code, the result cannot be in the public domain,
and must be assumed to be licensed under the same license as the rest
of their code.
 
Files: src/kernel/legacy/openbsd.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
2000, Slawomir Piotrowski <slawek@telsatgp.com.pl>
1998-2006, Ryan McCabe <ryan@numb.org>
License: GPL-2
Comment:
This file was originally taken from the pidentd 2.x software package.
The original copyright notice is as follows:
.
This program is in the public domain and may be used freely
by anyone who wants to.
.
The IP masquerading functionality has been taken from openbsd.c and
is distributed under the same copyright.
.
However, since both Ryan, Slawomir, and Janik are claiming copyright
to their modifications to the code, the result cannot be in the
public domain, and must be assumed to be licensed under the same
license as the rest of their code.
 
Files: src/kernel/legacy/solaris*.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
2001-2006, Ryan McCabe <ryan@numb.org>
1997-1999, Peter Eriksson <pen@lysator.liu.se>
1995-1999, Casper Dik <Casper.Dik@Holland.Sun.COM>
License: Free with no misappropriation
License: dont-claim-you-wrote-it
This program is free software; you can redistribute it and/or
modify it as you wish - as long as you don't claim that you wrote
it.
 
Files: src/kernel/legacy/darwin.c
src/kernel/legacy/netbsd.c
src/kernel/legacy/openbsd24.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
1998-2006, Ryan McCabe <ryan@numb.org>
License: public-domain
 
Files: src/kernel/legacy/openbsd.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
2000, Slawomir Piotrowski <slawek@telsatgp.com.pl>
1998-2006, Ryan McCabe <ryan@numb.org>
License: public-domain
 
Files: src/kernel/legacy/openbsd29.c
Copyright: 2018, 2019, Janik Rabe <oidentd@janikrabe.com>
1998-2006, Ryan McCabe <ryan@numb.org>
237,7 → 322,20
Files: */Makefile.in
Copyright: 1994-2018 Free Software Foundation, Inc.
License: FSFULLR
This Makefile.in is free software; the Free Software Foundation
 
Files: aclocal.m4
Copyright: 1996-2018 Free Software Foundation, Inc.
License: FSFULLR
 
Files: config.h.in
Copyright: public domain
License: public-domain
Likely non-copyright-protected automatically generated list of defines
(unlike other files generated by autotools, this doesn't get a
copyright notice).
 
License: FSFULLR
This file is free software; the Free Software Foundation
gives unlimited permission to copy and/or distribute it,
with or without modifications, as long as this notice is preserved.
.
288,3 → 386,17
On Debian systems, the text of the LGPL, version 2.1, is available in
the file /usr/share/common-licenses/LGPL-2.1, and the current version
in /usr/share/common-licenses/LGPL.
 
License: GPL-3+
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.
This program 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
General Public License for more details.
.
On Debian systems, the text of the GPL, version 3, is available in
the file /usr/share/common-licenses/GPL-3.