Clarify libctb getopt license, copyright and provenance

This is the original getopt() implementation by Henry Spencer placed in
the public domain as mentioned in https://irreal.org/blog/?p=6240,
http://esr.ibiblio.org/?p=7552, and where this code can also be found in
https://sources.debian.org/src/apg/2.2.3.dfsg.1-5/getopt.c/?hl=84#L84
for reference including its provenance.
This commit is contained in:
Guillem Jover 2023-06-26 12:19:43 +02:00
parent d83bfed471
commit 9fafc85962
3 changed files with 15 additions and 11 deletions

10
LICENSE
View File

@ -191,10 +191,12 @@ Copyright: 2001-2010 Joachim Buermann
License: wxWindows
Files: src/mod/endpoints/mod_gsmopen/libctb-0.16/src/win32/getopt.cpp
Copyright: 2001 ?
License: clueless and unacceptable
FIXME -- this cannot go in Debian -- the license is stated as:
(I think Open Source)
Copyright: 1984 Henry Spencer
License: public-domain
Comment:
https://irreal.org/blog/?p=6240
http://esr.ibiblio.org/?p=7552
https://sources.debian.org/src/apg/2.2.3.dfsg.1-5/getopt.c/?hl=84#L84
Files: src/mod/endpoints/mod_rtmp/libamf/src/types.[ch]
Copyright: 2007, 2008 Marc Noirot <marc.noirot AT gmail.com>

10
debian/copyright vendored
View File

@ -191,10 +191,12 @@ Copyright: 2001-2010 Joachim Buermann
License: wxWindows
Files: src/mod/endpoints/mod_gsmopen/libctb-0.16/src/win32/getopt.cpp
Copyright: 2001 ?
License: clueless and unacceptable
FIXME -- this cannot go in Debian -- the license is stated as:
(I think Open Source)
Copyright: 1984 Henry Spencer
License: public-domain
Comment:
https://irreal.org/blog/?p=6240
http://esr.ibiblio.org/?p=7552
https://sources.debian.org/src/apg/2.2.3.dfsg.1-5/getopt.c/?hl=84#L84
Files: src/mod/endpoints/mod_rtmp/libamf/src/types.[ch]
Copyright: 2007, 2008 Marc Noirot <marc.noirot AT gmail.com>

View File

@ -1,10 +1,10 @@
/////////////////////////////////////////////////////////////////////////////
// Name: win32/getopt.cpp
// Purpose:
// Author: unknown, I found it in the internet
// Author: Henry Spencer
// Id: $Id: getopt.cpp,v 1.1.1.1 2004/11/24 10:30:11 jb Exp $
// Copyright: (c) 2001 ?
// Licence: (I think Open Source)
// Copyright: (c) 1984 Henry Spencer
// Licence: public domain
/////////////////////////////////////////////////////////////////////////////
#include <stdio.h>