I interpet this as a blanket permision.
-debian/*
------------
-
-debian/init is from an original init script example by Miquel van
-Smoorenburg and Ian Murdock. Modified by Richard Kettlewell.
-
-debian/rules was once from an example from Joey Hess and is now
-(after most of it was deleted) probably entirely the work of Ian
-Jackson.
-
-
aes.[ch]
--------
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+sha512.[ch]
+-----------
+
+ Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
+
+ This program 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.
+
+ Written by David Madore, considerably copypasting from
+ Scott G. Miller's sha1.c
+
+
+u64.h
+-----
+
+ uint64_t-like operations that work even on hosts lacking uint64_t
+
+ Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
+
+ This program 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.
+
+ Written by Paul Eggert.
+
+
base91/
-------
exception to the GPL to apply to your modified version as well.
-sha512.[ch]
------------
-
- Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
-
- This program 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.
-
- Written by David Madore, considerably copypasting from
- Scott G. Miller's sha1.c
-
-
-u64.h
------
-
- uint64_t-like operations that work even on hosts lacking uint64_t
-
- Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
-
- This program 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.
-
- Written by Paul Eggert.
-
-
argparseactionnoyes.py
----------------------
all retrieved 4.11.2019 and rechecked 12.11.2022
-subdirmk
---------
+subdirmk/
+---------
Copyright 2019-2020 Ian Jackson
Copyright 2019 Mark Wooding
If not, see https://www.gnu.org/.
+debian/
+-------
+
+debian/init is from an original init script example by Miquel van
+Smoorenburg and Ian Murdock. Modified by Richard Kettlewell.
+
+debian/rules was once from an example from Joey Hess and is now
+(after most of it was deleted) probably entirely the work of Ian
+Jackson.
+
+The remainder of debian/ is by the authors of Secnet (with possible
+future changes made by Debian contributors).
+
+
configure
---------