From 94e7ec2e703247f5e41641c95c825919e8a66b4b Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Tue, 26 Nov 2024 18:06:14 +0100 Subject: convert build script to debian directory for fehqlibs --- fehqlibs-deb/debian/copyright | 228 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 fehqlibs-deb/debian/copyright (limited to 'fehqlibs-deb/debian/copyright') diff --git a/fehqlibs-deb/debian/copyright b/fehqlibs-deb/debian/copyright new file mode 100644 index 0000000..c3b6534 --- /dev/null +++ b/fehqlibs-deb/debian/copyright @@ -0,0 +1,228 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fehqlibs +Upstream-Contact: +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: BUILD + CHANGELOG + CONTENT.md + FILES + INSTALL.md + README.md + TARGETS + VERSION + compile + conf-build + configure + include/alloc.h + include/base64.h + include/buffer.h + include/byte.h + include/case.h + include/cdbmake.h + include/cdbread.h + include/close.h + include/constmap.h + include/direntry.h + include/dnsresolv.h + include/env.h + include/error.h + include/exit.h + include/fd.h + include/fifo.h + include/fmt.h + include/genalloc.h + include/getln.h + include/getoptb.h + include/iopause.h + include/ip.h + include/lock.h + include/logmsg.h + include/ndelay.h + include/open.h + include/pathexec.h + include/prot.h + include/readclose.h + include/readwrite.h + include/rename.h + include/scan.h + include/seek.h + include/select.h + include/sig.h + include/socket_if.h + include/str.h + include/stralloc.h + include/tai.h + include/taia.h + include/timeout.h + include/timeoutconn.h + include/uint_t.h + include/wait.h + install + makelib + man/INSTALL + man/alloc.3 + man/buffer.3 + man/byte.3 + man/case.3 + man/cdbmake.3 + man/cdbread.3 + man/constmap.3 + man/dns.3 + man/dnsstub.3 + man/env.3 + man/error.3 + man/fd.3 + man/fmt.3 + man/getln.3 + man/getoptb.3 + man/iopause.3 + man/ip4.3 + man/ip6.3 + man/logmsg.3 + man/pathexec.3 + man/scan.3 + man/socket_bind.3 + man/socket_connect.3 + man/socket_if.3 + man/socket_info.3 + man/socket_recv.3 + man/socket_send.3 + man/socket_setup.3 + man/socket_tcp.3 + man/socket_udp.3 + man/str.3 + man/stralloc.3 + man/taia.3 + man/timeout.3 + man/timeoutconn.3 + man/wait.3 + sharedlib + src/Makefile + src/TARGETS + src/alloc.c + src/base64.c + src/buffer.c + src/byte.c + src/case.c + src/cdbmake.c + src/cdbread.c + src/constmap.c + src/dnsstub/Makefile + src/dnsstub/README.md + src/dnsstub/TARGETS + src/dnsstub/dns_cname.c + src/dnsstub/dns_dfd.c + src/dnsstub/dns_domain.c + src/dnsstub/dns_dtda.c + src/dnsstub/dns_ip.c + src/dnsstub/dns_ipq.c + src/dnsstub/dns_mx.c + src/dnsstub/dns_name.c + src/dnsstub/dns_nd.c + src/dnsstub/dns_packet.c + src/dnsstub/dns_random.c + src/dnsstub/dns_rcip.c + src/dnsstub/dns_rcrw.c + src/dnsstub/dns_resolve.c + src/dnsstub/dns_sortip.c + src/dnsstub/dns_transmit.c + src/dnsstub/dns_txt.c + src/env.c + src/errstr.c + src/fd.c + src/fmt.c + src/getln.c + src/getoptb.c + src/iopause.c + src/ip4.c + src/ip6.c + src/lock.c + src/logmsg.c + src/ndelay.c + src/open.c + src/pathexec.c + src/prot.c + src/readclose.c + src/scan.c + src/seek.c + src/sharedlib + src/sig.c + src/socket_bind.c + src/socket_connect.c + src/socket_if.c + src/socket_info.c + src/socket_recv.c + src/socket_send.c + src/socket_setup.c + src/socket_tcp.c + src/socket_udp.c + src/str.c + src/stralloc.c + src/tai.c + src/taia.c + src/timeout.c + src/timeoutconn.c + src/uint128p.c + src/uint16p.c + src/uint32p.c + src/uint64p.c + src/uint8p.c + src/wait.c +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# man/x.html + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. + +#---------------------------------------------------------------------------- +# License file: LICENSE + AUTHOR + ====== + . + Author: + Dr. Erwin Hoffmann - FEHCom Germany + Web-Site: + https://www.fehcom.de + E-Mail: + feh@fehcom.de + . + . + LICENSE + ======= + . + fehQlibs is free software placed into the Public Domain. + fehQlibs is based on D.J. Bernstein's 'qmail' and 'ucspi-tcp' also put in the Public Domain. + . + This includes: + You can download and use fehQlibs (and parts of it) as you like. + You can modify the source code without notification to or permission by the author. + Please check: + http://www.cr.yp.to/softwarelaw.html + Note: + fehQlibs may use/may depend on third party software with different + license and/or distribution conditions. + . + . + FITNESS + ======= + . + The Author does not guarantee a specific fitness of fehQlibs. + If you use fehQlibs, it's on your own risk. + . + . + DISTRIBUTION + ============ + . + fehQlibs may be included in ports and packages under the following conditions: + . + - The files VERSION and BUILD has to be part of the distribution. + - This LICENSE file has to be included in the distribution. + . -- cgit v1.2.3