freebsd-dev/lib/libc/net
Pedro F. Giffuni df57947f08 spdx: initial adoption of licensing ID tags.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
2017-11-18 14:26:50 +00:00
..
base64.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
byteorder.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ether_addr.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ethers.3
eui64.3
eui64.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
gai_strerror.3
gai_strerror.c
getaddrinfo.3 Silently handle freeaddrinfo(NULL) for compatibility with code which 2017-09-14 19:18:24 +00:00
getaddrinfo.c Silently handle freeaddrinfo(NULL) for compatibility with code which 2017-09-14 19:18:24 +00:00
gethostbydns.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
gethostbyht.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
gethostbyname.3 mdoc style: start new sentence on new line 2017-10-04 12:58:30 +00:00
gethostbynis.c Remove _gethostbynisname() and _gethostbynisaddr(). These functions 2015-12-25 10:49:40 +00:00
gethostnamadr.c libc: spelling fixes. 2016-04-30 01:24:24 +00:00
getifaddrs.3 Fix ifa_data description. 2014-11-25 15:09:34 +00:00
getifaddrs.c libc: replace 0 with NULL for pointers. 2016-04-10 19:33:58 +00:00
getifmaddrs.3 Update manpages for r250887. 2013-05-21 21:39:18 +00:00
getifmaddrs.c Switch to 2-clause license and standard text 2013-06-06 21:09:27 +00:00
getipnodebyname.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getnameinfo.3 Add NI_NUMERICSCOPE. 2016-07-28 10:05:41 +00:00
getnameinfo.c Remove the NATM framework including the en(4), fatm(4), hatm(4), and 2017-04-24 21:21:49 +00:00
getnetbydns.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getnetbyht.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getnetbynis.c
getnetent.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getnetnamadr.c libc: spelling fixes. 2016-04-30 01:24:24 +00:00
getproto.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getprotoent.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getprotoent.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getprotoname.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getservent.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getservent.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
hesiod.3
hesiod.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
if_indextoname.3
if_indextoname.c
if_nameindex.c
if_nametoindex.c Zero out a local variable also when PURIFY is not defined. 2015-09-10 10:23:23 +00:00
inet6_opt_init.3
inet6_option_space.3
inet6_rth_space.3
inet6_rthdr_space.3
inet_net.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
inet.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ip6opt.c Minor indentation issue. 2016-04-20 16:03:53 +00:00
linkaddr.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
linkaddr.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
Makefile.inc Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. 2016-03-26 03:46:12 +00:00
map_v4v6.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
name6.c 'addrlen' does not matter when we need to find the first non-zero bit in 2016-08-31 18:49:50 +00:00
netdb_private.h Remove _gethostbynisname() and _gethostbynisaddr(). These functions 2015-12-25 10:49:40 +00:00
nscache.c Define _NS_PRIVATE to make declarations visible. 2015-09-20 04:17:03 +00:00
nscachedcli.c libc: spelling fixes. 2016-04-30 01:24:24 +00:00
nsdispatch.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
nsdispatch.c Don't dlclose NSS modules from nss_atexit(). 2017-07-11 17:59:15 +00:00
nslexer.l Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 21:21:01 +00:00
nsparser.y Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 21:21:01 +00:00
nss_backends.h
nss_compat.c Don't conflate enum nss_status return values values with int (NS_SUCCESS, 2016-08-16 11:38:45 +00:00
ntoh.c Add missing includes to eliminate -Wmissing-prototypes warnings 2015-09-20 04:15:37 +00:00
rcmd.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rcmd.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rcmdsh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rcmdsh.c libc: Use namespace.h in a few more files. 2015-12-20 23:05:20 +00:00
recv.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
res_config.h libc: spelling fixes. 2016-04-30 01:24:24 +00:00
resolver.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rthdr.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
sctp_bindx.3 Don't end up manpage titles with a full stop. 2017-05-24 21:02:53 +00:00
sctp_connectx.3 Remove the advertising clause from the Regents of the University of 2013-05-28 20:37:48 +00:00
sctp_freepaddrs.3 Remove the advertising clause from the Regents of the University of 2013-05-28 20:37:48 +00:00
sctp_getaddrlen.3 Remove the advertising clause from the Regents of the University of 2013-05-28 20:37:48 +00:00
sctp_getassocid.3 Don't end up manpage titles with a full stop. 2017-05-24 21:02:53 +00:00
sctp_getpaddrs.3 Remove the advertising clause from the Regents of the University of 2013-05-28 20:37:48 +00:00
sctp_opt_info.3 Remove the advertising clause from the Regents of the University of 2013-05-28 20:37:48 +00:00
sctp_recvmsg.3 sendmsg(3) -> sendmsg(2) 2016-02-29 17:19:15 +00:00
sctp_send.3 sctp_send(3): start sentences on new lines 2017-05-23 07:10:20 +00:00
sctp_sendmsg.3 sendmsg(3) -> sendmsg(2) 2016-02-29 17:19:15 +00:00
sctp_sys_calls.c Fix a bug in sctp_sendmsgx(), where the sid provided by the user 2016-12-07 21:24:49 +00:00
send.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sockatmark.3
sockatmark.c Add missing includes to eliminate -Wmissing-prototypes warnings 2015-09-20 04:15:37 +00:00
sourcefilter.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
sourcefilter.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
Symbol.map Add an SCTP symbol which was missed in 2015-03-28 09:08:57 +00:00
vars.c