From dd9aa0e0a68cfc250f3167fe573c21c84b89357c Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Sat, 6 Jan 2018 01:08:25 +0100 Subject: [PATCH] More explicit Copyright in files --- sys/src/cmd/acme/fsys.c | 3 +++ sys/src/cmd/auth/as.c | 15 +++++++++++++ sys/src/cmd/auth/asn12dsa.c | 12 +++++++++++ sys/src/cmd/auth/asn12rsa.c | 15 +++++++++++++ sys/src/cmd/auth/authcmdlib.h | 12 +++++++++++ sys/src/cmd/auth/authsrv.c | 16 ++++++++++++++ sys/src/cmd/auth/challenge.c | 15 +++++++++++++ sys/src/cmd/auth/changeuser.c | 12 +++++++++++ sys/src/cmd/auth/convbio.c | 15 +++++++++++++ sys/src/cmd/auth/convkeys.c | 15 +++++++++++++ sys/src/cmd/auth/cron.c | 15 +++++++++++++ sys/src/cmd/auth/debug.c | 16 ++++++++++++++ sys/src/cmd/auth/dsa2pub.c | 15 +++++++++++++ sys/src/cmd/auth/dsa2ssh.c | 12 +++++++++++ sys/src/cmd/auth/dsagen.c | 15 +++++++++++++ sys/src/cmd/auth/factotum/apop.c | 13 +++++++++++ sys/src/cmd/auth/factotum/chap.c | 13 +++++++++++ sys/src/cmd/auth/factotum/confirm.c | 12 +++++++++++ sys/src/cmd/auth/factotum/dat.h | 12 +++++++++++ sys/src/cmd/auth/factotum/ecdsa.c | 12 +++++++++++ sys/src/cmd/auth/factotum/fgui.c | 12 +++++++++++ sys/src/cmd/auth/factotum/fs.c | 12 +++++++++++ sys/src/cmd/auth/factotum/httpdigest.c | 13 +++++++++++ sys/src/cmd/auth/factotum/log.c | 12 +++++++++++ sys/src/cmd/auth/factotum/p9any.c | 13 +++++++++++ sys/src/cmd/auth/factotum/p9cr.c | 13 +++++++++++ sys/src/cmd/auth/factotum/p9sk1.c | 13 +++++++++++ sys/src/cmd/auth/factotum/pass.c | 13 +++++++++++ sys/src/cmd/auth/factotum/rpc.c | 13 +++++++++++ sys/src/cmd/auth/factotum/rsa.c | 16 ++++++++++++++ sys/src/cmd/auth/factotum/sshrsa.c | 13 +++++++++++ sys/src/cmd/auth/factotum/util.c | 12 +++++++++++ sys/src/cmd/auth/factotum/wep.c | 13 +++++++++++ sys/src/cmd/auth/factotum/wpapsk.c | 13 +++++++++++ sys/src/cmd/auth/guard.srv.c | 16 ++++++++++++++ sys/src/cmd/auth/httpauth.c | 15 +++++++++++++ sys/src/cmd/auth/keyfs.c | 12 +++++++++++ sys/src/cmd/auth/lib/error.c | 15 +++++++++++++ sys/src/cmd/auth/lib/fs.c | 11 ++++++++++ sys/src/cmd/auth/lib/getauthkey.c | 15 +++++++++++++ sys/src/cmd/auth/lib/getexpiration.c | 15 +++++++++++++ sys/src/cmd/auth/lib/keyfmt.c | 15 +++++++++++++ sys/src/cmd/auth/lib/log.c | 15 +++++++++++++ sys/src/cmd/auth/lib/netcheck.c | 15 +++++++++++++ sys/src/cmd/auth/lib/okpasswd.c | 15 +++++++++++++ sys/src/cmd/auth/lib/private.c | 15 +++++++++++++ sys/src/cmd/auth/lib/querybio.c | 15 +++++++++++++ sys/src/cmd/auth/lib/rdbio.c | 15 +++++++++++++ sys/src/cmd/auth/lib/readarg.c | 15 +++++++++++++ sys/src/cmd/auth/lib/readln.c | 15 +++++++++++++ sys/src/cmd/auth/lib/readn.c | 15 +++++++++++++ sys/src/cmd/auth/lib/readwrite.c | 15 +++++++++++++ sys/src/cmd/auth/lib/wrbio.c | 15 +++++++++++++ sys/src/cmd/auth/login.c | 12 +++++++++++ sys/src/cmd/auth/netkey.c | 15 +++++++++++++ sys/src/cmd/auth/newns.c | 12 +++++++++++ sys/src/cmd/auth/none.c | 15 +++++++++++++ sys/src/cmd/auth/passwd.c | 12 +++++++++++ sys/src/cmd/auth/pemdecode.c | 12 +++++++++++ sys/src/cmd/auth/pemencode.c | 16 ++++++++++++++ sys/src/cmd/auth/printnetkey.c | 15 +++++++++++++ sys/src/cmd/auth/readnvram.c | 12 +++++++++++ sys/src/cmd/auth/respond.c | 10 ++++++++- sys/src/cmd/auth/rsa2any.c | 12 +++++++++++ sys/src/cmd/auth/rsa2any.h | 15 +++++++++++++ sys/src/cmd/auth/rsa2csr.c | 16 ++++++++++++++ sys/src/cmd/auth/rsa2pub.c | 12 +++++++++++ sys/src/cmd/auth/rsa2ssh.c | 15 +++++++++++++ sys/src/cmd/auth/rsa2x509.c | 12 +++++++++++ sys/src/cmd/auth/rsafill.c | 15 +++++++++++++ sys/src/cmd/auth/rsagen.c | 12 +++++++++++ sys/src/cmd/auth/secstore/SConn.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/SConn.h | 15 +++++++++++++ sys/src/cmd/auth/secstore/aescbc.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/dirls.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/password.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/secchk.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/secstore.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/secstore.h | 12 +++++++++++ sys/src/cmd/auth/secstore/secstored.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/secuser.c | 15 +++++++++++++ sys/src/cmd/auth/secstore/util.c | 15 +++++++++++++ sys/src/cmd/auth/secureidcheck.c | 16 ++++++++++++++ sys/src/cmd/auth/uniq.c | 12 +++++++++++ sys/src/cmd/auth/userpasswd.c | 11 ++++++++++ sys/src/cmd/auth/warning.c | 15 +++++++++++++ sys/src/cmd/auth/wrkey.c | 15 +++++++++++++ sys/src/cmd/awk/awk.h | 13 +++++++++++ sys/src/cmd/awk/popen.c | 20 +++++++++++++++++ sys/src/cmd/cpu.c | 7 ++++++ sys/src/cmd/disk/format.c | 15 +++++++++++++ sys/src/cmd/disk/mkext.c | 15 +++++++++++++ sys/src/cmd/disk/mkfs.c | 15 +++++++++++++ sys/src/cmd/disk/prep/edit.c | 15 +++++++++++++ sys/src/cmd/disk/prep/edit.h | 15 +++++++++++++ sys/src/cmd/disk/prep/prep.c | 15 +++++++++++++ sys/src/cmd/disk/rofs/mkrofs.c | 15 +++++++++++++ sys/src/cmd/disk/rofs/paqfs.h | 15 +++++++++++++ sys/src/cmd/disk/rofs/rofs.c | 16 ++++++++++++++ sys/src/cmd/field.c | 15 +++++++++++++ sys/src/cmd/hjfs/9p.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/auth.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/buf.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/cons.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/conv.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/dat.h | 20 +++++++++++++++++ sys/src/cmd/hjfs/dev.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/dump.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/fns.h | 20 +++++++++++++++++ sys/src/cmd/hjfs/fs1.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/fs2.c | 20 +++++++++++++++++ sys/src/cmd/hjfs/main.c | 20 +++++++++++++++++ sys/src/cmd/import.c | 3 +++ sys/src/cmd/init.c | 13 +++++++++++ sys/src/cmd/ip/dhcpd/dat.h | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/db.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/dhcpd.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/dhcpleases.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/ndb.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/ping.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/testlook.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/testlookup.c | 15 +++++++++++++ sys/src/cmd/ip/dhcpd/testping.c | 15 +++++++++++++ sys/src/cmd/ip/ipconfig/ipconfig.h | 15 +++++++++++++ sys/src/cmd/ip/ipconfig/ipv6.c | 15 +++++++++++++ sys/src/cmd/ip/ipconfig/main.c | 15 +++++++++++++ sys/src/cmd/ip/ipconfig/ppp.c | 15 +++++++++++++ sys/src/cmd/ip/timesync.c | 15 +++++++++++++ sys/src/cmd/mount.c | 3 +++ sys/src/cmd/ndb/convDNS2M.c | 15 +++++++++++++ sys/src/cmd/ndb/convM2DNS.c | 15 +++++++++++++ sys/src/cmd/ndb/cs.c | 15 +++++++++++++ sys/src/cmd/ndb/csquery.c | 15 +++++++++++++ sys/src/cmd/ndb/dblookup.c | 15 +++++++++++++ sys/src/cmd/ndb/dn.c | 15 +++++++++++++ sys/src/cmd/ndb/dnarea.c | 15 +++++++++++++ sys/src/cmd/ndb/dnnotify.c | 30 ++++++++++++++++++++++++++ sys/src/cmd/ndb/dnresolve.c | 15 +++++++++++++ sys/src/cmd/ndb/dns.c | 12 +++++++++++ sys/src/cmd/ndb/dns.h | 15 +++++++++++++ sys/src/cmd/ndb/dnsdebug.c | 15 +++++++++++++ sys/src/cmd/ndb/dnserver.c | 15 +++++++++++++ sys/src/cmd/ndb/dnsgetip.c | 15 +++++++++++++ sys/src/cmd/ndb/dnsquery.c | 12 +++++++++++ sys/src/cmd/ndb/dnstcp.c | 15 +++++++++++++ sys/src/cmd/ndb/dnudpserver.c | 15 +++++++++++++ sys/src/cmd/ndb/idn.c | 15 +++++++++++++ sys/src/cmd/ndb/inform.c | 15 +++++++++++++ sys/src/cmd/ndb/ipquery.c | 15 +++++++++++++ sys/src/cmd/ndb/mkdb.c | 15 +++++++++++++ sys/src/cmd/ndb/mkhash.c | 15 +++++++++++++ sys/src/cmd/ndb/mkhosts.c | 15 +++++++++++++ sys/src/cmd/ndb/query.c | 15 +++++++++++++ sys/src/cmd/pict/readv210.c | 20 +++++++++++++++++ sys/src/cmd/ramfs.c | 3 +++ sys/src/cmd/rio/dat.h | 15 +++++++++++++ sys/src/cmd/rio/data.c | 15 +++++++++++++ sys/src/cmd/rio/fns.h | 15 +++++++++++++ sys/src/cmd/rio/fsys.c | 16 ++++++++++++++ sys/src/cmd/rio/rio.c | 15 +++++++++++++ sys/src/cmd/rio/scrl.c | 15 +++++++++++++ sys/src/cmd/rio/time.c | 15 +++++++++++++ sys/src/cmd/rio/util.c | 15 +++++++++++++ sys/src/cmd/rio/wctl.c | 15 +++++++++++++ sys/src/cmd/rio/wind.c | 15 +++++++++++++ sys/src/cmd/rio/xfid.c | 15 +++++++++++++ sys/src/cmd/srv.c | 3 +++ sys/src/cmd/sys/ctrace.c | 20 +++++++++++++++++ sys/src/cmd/tar.c | 13 +++++++++++ sys/src/cmd/usb/audio/audio.c | 20 +++++++++++++++++ sys/src/cmd/usb/disk/disk.c | 20 +++++++++++++++++ sys/src/cmd/usb/disk/scsierrs.c | 20 +++++++++++++++++ sys/src/cmd/usb/disk/scsireq.c | 20 +++++++++++++++++ sys/src/cmd/usb/disk/scsireq.h | 20 +++++++++++++++++ sys/src/cmd/usb/disk/ums.h | 20 +++++++++++++++++ sys/src/cmd/usb/ether/asix.c | 20 +++++++++++++++++ sys/src/cmd/usb/ether/aue.c | 20 +++++++++++++++++ sys/src/cmd/usb/ether/cdc.c | 20 +++++++++++++++++ sys/src/cmd/usb/ether/dat.h | 20 +++++++++++++++++ sys/src/cmd/usb/ether/ether.c | 20 +++++++++++++++++ sys/src/cmd/usb/ether/rndis.c | 20 +++++++++++++++++ sys/src/cmd/usb/ether/smsc.c | 20 +++++++++++++++++ sys/src/cmd/usb/joy/hid.h | 21 ++++++++++++++++++ sys/src/cmd/usb/joy/joy.c | 21 ++++++++++++++++++ sys/src/cmd/usb/kb/hid.h | 21 ++++++++++++++++++ sys/src/cmd/usb/kb/kb.c | 21 ++++++++++++++++++ sys/src/cmd/usb/lib/dev.c | 20 +++++++++++++++++ sys/src/cmd/usb/lib/dump.c | 20 +++++++++++++++++ sys/src/cmd/usb/lib/parse.c | 20 +++++++++++++++++ sys/src/cmd/usb/lib/usb.h | 20 +++++++++++++++++ sys/src/cmd/usb/ptp/ptp.c | 20 +++++++++++++++++ sys/src/cmd/usb/serial/ftdi.c | 20 +++++++++++++++++ sys/src/cmd/usb/serial/prolific.c | 20 +++++++++++++++++ sys/src/cmd/usb/serial/serial.c | 20 +++++++++++++++++ sys/src/cmd/usb/serial/serial.h | 20 +++++++++++++++++ sys/src/cmd/usb/serial/silabs.c | 20 +++++++++++++++++ sys/src/cmd/usb/serial/ucons.c | 20 +++++++++++++++++ sys/src/cmd/usb/usbd/dat.h | 20 +++++++++++++++++ sys/src/cmd/usb/usbd/fns.h | 20 +++++++++++++++++ sys/src/cmd/usb/usbd/hname.c | 20 +++++++++++++++++ sys/src/cmd/usb/usbd/hub.c | 20 +++++++++++++++++ sys/src/cmd/usb/usbd/usbd.c | 20 +++++++++++++++++ sys/src/cmd/xargs.c | 15 +++++++++++++ sys/src/lib/9p/post.c | 12 +++++++++++ sys/src/lib/auth/amount.c | 16 ++++++++++++++ sys/src/lib/auth/auth_chuid.c | 12 +++++++++++ sys/src/lib/auth/newns.c | 16 ++++++++++++++ sys/src/lib/c/9sys/dial.c | 3 +++ sys/src/lib/draw/newwindow.c | 3 +++ sys/src/lib/ndb/dnsquery.c | 3 +++ sys/src/lib/thread/dial.c | 3 +++ 211 files changed, 3196 insertions(+), 1 deletion(-) diff --git a/sys/src/cmd/acme/fsys.c b/sys/src/cmd/acme/fsys.c index f6e6274..908113c 100644 --- a/sys/src/cmd/acme/fsys.c +++ b/sys/src/cmd/acme/fsys.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/cmd/auth/as.c b/sys/src/cmd/auth/as.c index 6bb4762..f805063 100644 --- a/sys/src/cmd/auth/as.c +++ b/sys/src/cmd/auth/as.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * as user cmd [arg...] - run cmd with args as user on this cpu server. * must be hostowner for this to work. diff --git a/sys/src/cmd/auth/asn12dsa.c b/sys/src/cmd/auth/asn12dsa.c index d799f86..4d2bd76 100644 --- a/sys/src/cmd/auth/asn12dsa.c +++ b/sys/src/cmd/auth/asn12dsa.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/asn12rsa.c b/sys/src/cmd/auth/asn12rsa.c index 5a05c44..ff598d2 100644 --- a/sys/src/cmd/auth/asn12rsa.c +++ b/sys/src/cmd/auth/asn12rsa.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/authcmdlib.h b/sys/src/cmd/auth/authcmdlib.h index c93e685..1851588 100644 --- a/sys/src/cmd/auth/authcmdlib.h +++ b/sys/src/cmd/auth/authcmdlib.h @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #pragma lib "./lib.$O.a" enum{ diff --git a/sys/src/cmd/auth/authsrv.c b/sys/src/cmd/auth/authsrv.c index c2783f5..6619ce3 100644 --- a/sys/src/cmd/auth/authsrv.c +++ b/sys/src/cmd/auth/authsrv.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/auth/challenge.c b/sys/src/cmd/auth/challenge.c index 811308a..d2db1e6 100644 --- a/sys/src/cmd/auth/challenge.c +++ b/sys/src/cmd/auth/challenge.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/changeuser.c b/sys/src/cmd/auth/changeuser.c index d340064..6628f1a 100644 --- a/sys/src/cmd/auth/changeuser.c +++ b/sys/src/cmd/auth/changeuser.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/convbio.c b/sys/src/cmd/auth/convbio.c index 7e18cb3..12861b5 100644 --- a/sys/src/cmd/auth/convbio.c +++ b/sys/src/cmd/auth/convbio.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/convkeys.c b/sys/src/cmd/auth/convkeys.c index 03b8220..1d10b51 100644 --- a/sys/src/cmd/auth/convkeys.c +++ b/sys/src/cmd/auth/convkeys.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/cron.c b/sys/src/cmd/auth/cron.c index 8c5d4ab..bb5c6d4 100644 --- a/sys/src/cmd/auth/cron.c +++ b/sys/src/cmd/auth/cron.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/debug.c b/sys/src/cmd/auth/debug.c index b2333a1..7f64a8f 100644 --- a/sys/src/cmd/auth/debug.c +++ b/sys/src/cmd/auth/debug.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * Test various aspects of the authentication setup. */ diff --git a/sys/src/cmd/auth/dsa2pub.c b/sys/src/cmd/auth/dsa2pub.c index 08e72db..9497a36 100644 --- a/sys/src/cmd/auth/dsa2pub.c +++ b/sys/src/cmd/auth/dsa2pub.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/dsa2ssh.c b/sys/src/cmd/auth/dsa2ssh.c index 7f2733f..44d43c7 100644 --- a/sys/src/cmd/auth/dsa2ssh.c +++ b/sys/src/cmd/auth/dsa2ssh.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/dsagen.c b/sys/src/cmd/auth/dsagen.c index 2853d0b..95c549c 100644 --- a/sys/src/cmd/auth/dsagen.c +++ b/sys/src/cmd/auth/dsagen.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/factotum/apop.c b/sys/src/cmd/auth/factotum/apop.c index c2e3ab8..1d3fb67 100644 --- a/sys/src/cmd/auth/factotum/apop.c +++ b/sys/src/cmd/auth/factotum/apop.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * APOP, CRAM - MD5 challenge/response authentication * diff --git a/sys/src/cmd/auth/factotum/chap.c b/sys/src/cmd/auth/factotum/chap.c index a20eef1..eeee23b 100644 --- a/sys/src/cmd/auth/factotum/chap.c +++ b/sys/src/cmd/auth/factotum/chap.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * CHAP, MSCHAP * diff --git a/sys/src/cmd/auth/factotum/confirm.c b/sys/src/cmd/auth/factotum/confirm.c index b56339e..5c4bd2b 100644 --- a/sys/src/cmd/auth/factotum/confirm.c +++ b/sys/src/cmd/auth/factotum/confirm.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include "dat.h" Logbuf confbuf; diff --git a/sys/src/cmd/auth/factotum/dat.h b/sys/src/cmd/auth/factotum/dat.h index f994fe0..fc76098 100644 --- a/sys/src/cmd/auth/factotum/dat.h +++ b/sys/src/cmd/auth/factotum/dat.h @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/factotum/ecdsa.c b/sys/src/cmd/auth/factotum/ecdsa.c index 4eaf531..7313805 100644 --- a/sys/src/cmd/auth/factotum/ecdsa.c +++ b/sys/src/cmd/auth/factotum/ecdsa.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include "dat.h" enum { diff --git a/sys/src/cmd/auth/factotum/fgui.c b/sys/src/cmd/auth/factotum/fgui.c index ce372e8..b64ac2f 100644 --- a/sys/src/cmd/auth/factotum/fgui.c +++ b/sys/src/cmd/auth/factotum/fgui.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include "dat.h" #include #include diff --git a/sys/src/cmd/auth/factotum/fs.c b/sys/src/cmd/auth/factotum/fs.c index 5e9672d..24b5154 100644 --- a/sys/src/cmd/auth/factotum/fs.c +++ b/sys/src/cmd/auth/factotum/fs.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include "dat.h" int askforkeys = 1; diff --git a/sys/src/cmd/auth/factotum/httpdigest.c b/sys/src/cmd/auth/factotum/httpdigest.c index 71e997c..424e9ce 100644 --- a/sys/src/cmd/auth/factotum/httpdigest.c +++ b/sys/src/cmd/auth/factotum/httpdigest.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * HTTPDIGEST - MD5 challenge/response authentication (RFC 2617) * diff --git a/sys/src/cmd/auth/factotum/log.c b/sys/src/cmd/auth/factotum/log.c index 3be88e5..6985061 100644 --- a/sys/src/cmd/auth/factotum/log.c +++ b/sys/src/cmd/auth/factotum/log.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include "dat.h" static void diff --git a/sys/src/cmd/auth/factotum/p9any.c b/sys/src/cmd/auth/factotum/p9any.c index f197945..1acb3c5 100644 --- a/sys/src/cmd/auth/factotum/p9any.c +++ b/sys/src/cmd/auth/factotum/p9any.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * p9any - protocol negotiator. * diff --git a/sys/src/cmd/auth/factotum/p9cr.c b/sys/src/cmd/auth/factotum/p9cr.c index a85b918..b384415 100644 --- a/sys/src/cmd/auth/factotum/p9cr.c +++ b/sys/src/cmd/auth/factotum/p9cr.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * p9cr, vnc - textual challenge/response authentication * diff --git a/sys/src/cmd/auth/factotum/p9sk1.c b/sys/src/cmd/auth/factotum/p9sk1.c index 1b8f49b..3226312 100644 --- a/sys/src/cmd/auth/factotum/p9sk1.c +++ b/sys/src/cmd/auth/factotum/p9sk1.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * p9sk1, dp9ik - Plan 9 secret (private) key authentication. * dp9ik uses AuthPAK diffie hellman key exchange with the diff --git a/sys/src/cmd/auth/factotum/pass.c b/sys/src/cmd/auth/factotum/pass.c index 5c7d355..5935fb6 100644 --- a/sys/src/cmd/auth/factotum/pass.c +++ b/sys/src/cmd/auth/factotum/pass.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * This is just a repository for a password. * We don't want to encourage this, there's diff --git a/sys/src/cmd/auth/factotum/rpc.c b/sys/src/cmd/auth/factotum/rpc.c index ee9ae46..8b23bf9 100644 --- a/sys/src/cmd/auth/factotum/rpc.c +++ b/sys/src/cmd/auth/factotum/rpc.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * Factotum RPC * diff --git a/sys/src/cmd/auth/factotum/rsa.c b/sys/src/cmd/auth/factotum/rsa.c index 1cd9672..ea9834a 100644 --- a/sys/src/cmd/auth/factotum/rsa.c +++ b/sys/src/cmd/auth/factotum/rsa.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + /* * RSA authentication. * diff --git a/sys/src/cmd/auth/factotum/sshrsa.c b/sys/src/cmd/auth/factotum/sshrsa.c index 67abf79..d8e6380 100644 --- a/sys/src/cmd/auth/factotum/sshrsa.c +++ b/sys/src/cmd/auth/factotum/sshrsa.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * SSH RSA authentication. * diff --git a/sys/src/cmd/auth/factotum/util.c b/sys/src/cmd/auth/factotum/util.c index 25ead5d..1341d41 100644 --- a/sys/src/cmd/auth/factotum/util.c +++ b/sys/src/cmd/auth/factotum/util.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include "dat.h" diff --git a/sys/src/cmd/auth/factotum/wep.c b/sys/src/cmd/auth/factotum/wep.c index eb5551b..be24078 100644 --- a/sys/src/cmd/auth/factotum/wep.c +++ b/sys/src/cmd/auth/factotum/wep.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * The caller supplies the device, we do the flavoring. There * are no phases, everything happens in the init routine. diff --git a/sys/src/cmd/auth/factotum/wpapsk.c b/sys/src/cmd/auth/factotum/wpapsk.c index 197a459..bed0517 100644 --- a/sys/src/cmd/auth/factotum/wpapsk.c +++ b/sys/src/cmd/auth/factotum/wpapsk.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * WPA-PSK * diff --git a/sys/src/cmd/auth/guard.srv.c b/sys/src/cmd/auth/guard.srv.c index 966eea4..e9163c3 100644 --- a/sys/src/cmd/auth/guard.srv.c +++ b/sys/src/cmd/auth/guard.srv.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + /* * guard service */ diff --git a/sys/src/cmd/auth/httpauth.c b/sys/src/cmd/auth/httpauth.c index e4c83d5..fe92bb9 100644 --- a/sys/src/cmd/auth/httpauth.c +++ b/sys/src/cmd/auth/httpauth.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/keyfs.c b/sys/src/cmd/auth/keyfs.c index 63c5dbf..2c15394 100644 --- a/sys/src/cmd/auth/keyfs.c +++ b/sys/src/cmd/auth/keyfs.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + /* * keyfs */ diff --git a/sys/src/cmd/auth/lib/error.c b/sys/src/cmd/auth/lib/error.c index 17aaa6a..adb0109 100644 --- a/sys/src/cmd/auth/lib/error.c +++ b/sys/src/cmd/auth/lib/error.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/fs.c b/sys/src/cmd/auth/lib/fs.c index d65b3de..a4ec6ec 100644 --- a/sys/src/cmd/auth/lib/fs.c +++ b/sys/src/cmd/auth/lib/fs.c @@ -1,3 +1,14 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/getauthkey.c b/sys/src/cmd/auth/lib/getauthkey.c index e84d0e5..ce2cb84 100644 --- a/sys/src/cmd/auth/lib/getauthkey.c +++ b/sys/src/cmd/auth/lib/getauthkey.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/getexpiration.c b/sys/src/cmd/auth/lib/getexpiration.c index af7f783..5c04d91 100644 --- a/sys/src/cmd/auth/lib/getexpiration.c +++ b/sys/src/cmd/auth/lib/getexpiration.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/keyfmt.c b/sys/src/cmd/auth/lib/keyfmt.c index 5be57ab..86d0f0a 100644 --- a/sys/src/cmd/auth/lib/keyfmt.c +++ b/sys/src/cmd/auth/lib/keyfmt.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/log.c b/sys/src/cmd/auth/lib/log.c index 828cd8e..c8ecfd4 100644 --- a/sys/src/cmd/auth/lib/log.c +++ b/sys/src/cmd/auth/lib/log.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/netcheck.c b/sys/src/cmd/auth/lib/netcheck.c index e1f825a..f118956 100644 --- a/sys/src/cmd/auth/lib/netcheck.c +++ b/sys/src/cmd/auth/lib/netcheck.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/okpasswd.c b/sys/src/cmd/auth/lib/okpasswd.c index 8ec841e..f8e52aa 100644 --- a/sys/src/cmd/auth/lib/okpasswd.c +++ b/sys/src/cmd/auth/lib/okpasswd.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/private.c b/sys/src/cmd/auth/lib/private.c index b7cbe2c..65a5b99 100644 --- a/sys/src/cmd/auth/lib/private.c +++ b/sys/src/cmd/auth/lib/private.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/querybio.c b/sys/src/cmd/auth/lib/querybio.c index 081205e..abe6b7a 100644 --- a/sys/src/cmd/auth/lib/querybio.c +++ b/sys/src/cmd/auth/lib/querybio.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/rdbio.c b/sys/src/cmd/auth/lib/rdbio.c index 15473c1..43692fc 100644 --- a/sys/src/cmd/auth/lib/rdbio.c +++ b/sys/src/cmd/auth/lib/rdbio.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/readarg.c b/sys/src/cmd/auth/lib/readarg.c index e6b9b5b..6f4a514 100644 --- a/sys/src/cmd/auth/lib/readarg.c +++ b/sys/src/cmd/auth/lib/readarg.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/readln.c b/sys/src/cmd/auth/lib/readln.c index ccdc0cf..bc10913 100644 --- a/sys/src/cmd/auth/lib/readln.c +++ b/sys/src/cmd/auth/lib/readln.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/readn.c b/sys/src/cmd/auth/lib/readn.c index dbbe952..1ae49af 100644 --- a/sys/src/cmd/auth/lib/readn.c +++ b/sys/src/cmd/auth/lib/readn.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/readwrite.c b/sys/src/cmd/auth/lib/readwrite.c index e20be1e..0d3b7b9 100644 --- a/sys/src/cmd/auth/lib/readwrite.c +++ b/sys/src/cmd/auth/lib/readwrite.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/lib/wrbio.c b/sys/src/cmd/auth/lib/wrbio.c index 70dd972..ce97c8e 100644 --- a/sys/src/cmd/auth/lib/wrbio.c +++ b/sys/src/cmd/auth/lib/wrbio.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/login.c b/sys/src/cmd/auth/login.c index c61185c..2eb89d3 100644 --- a/sys/src/cmd/auth/login.c +++ b/sys/src/cmd/auth/login.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/auth/netkey.c b/sys/src/cmd/auth/netkey.c index 43f506b..a49488d 100644 --- a/sys/src/cmd/auth/netkey.c +++ b/sys/src/cmd/auth/netkey.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/newns.c b/sys/src/cmd/auth/newns.c index 57e9fb8..87e91f2 100644 --- a/sys/src/cmd/auth/newns.c +++ b/sys/src/cmd/auth/newns.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/none.c b/sys/src/cmd/auth/none.c index e74cc7d..dcf32e2 100644 --- a/sys/src/cmd/auth/none.c +++ b/sys/src/cmd/auth/none.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/passwd.c b/sys/src/cmd/auth/passwd.c index 8290618..d79fd8f 100644 --- a/sys/src/cmd/auth/passwd.c +++ b/sys/src/cmd/auth/passwd.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/pemdecode.c b/sys/src/cmd/auth/pemdecode.c index 53f1b2b..9d88ab1 100644 --- a/sys/src/cmd/auth/pemdecode.c +++ b/sys/src/cmd/auth/pemdecode.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/auth/pemencode.c b/sys/src/cmd/auth/pemencode.c index ee2e434..bfc58d4 100644 --- a/sys/src/cmd/auth/pemencode.c +++ b/sys/src/cmd/auth/pemencode.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/auth/printnetkey.c b/sys/src/cmd/auth/printnetkey.c index 3299256..38e4c1a 100644 --- a/sys/src/cmd/auth/printnetkey.c +++ b/sys/src/cmd/auth/printnetkey.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/readnvram.c b/sys/src/cmd/auth/readnvram.c index 407896d..be252ab 100644 --- a/sys/src/cmd/auth/readnvram.c +++ b/sys/src/cmd/auth/readnvram.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* readnvram */ #include #include diff --git a/sys/src/cmd/auth/respond.c b/sys/src/cmd/auth/respond.c index 817a0b2..dc23c44 100644 --- a/sys/src/cmd/auth/respond.c +++ b/sys/src/cmd/auth/respond.c @@ -1,3 +1,11 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ #include #include #include @@ -31,4 +39,4 @@ main(int argc, char **argv) print("\n"); } - \ No newline at end of file + diff --git a/sys/src/cmd/auth/rsa2any.c b/sys/src/cmd/auth/rsa2any.c index 278b528..21b4c77 100644 --- a/sys/src/cmd/auth/rsa2any.c +++ b/sys/src/cmd/auth/rsa2any.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/rsa2any.h b/sys/src/cmd/auth/rsa2any.h index ed2caff..7bb3c2b 100644 --- a/sys/src/cmd/auth/rsa2any.h +++ b/sys/src/cmd/auth/rsa2any.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ DSApriv*getdsakey(int argc, char **argv, int needprivate, Attr **pa); RSApriv*getrsakey(int argc, char **argv, int needprivate, Attr **pa); uint8_t* put4(uint8_t *p, uint32_t n); diff --git a/sys/src/cmd/auth/rsa2csr.c b/sys/src/cmd/auth/rsa2csr.c index f8f28c9..a4ff162 100644 --- a/sys/src/cmd/auth/rsa2csr.c +++ b/sys/src/cmd/auth/rsa2csr.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/auth/rsa2pub.c b/sys/src/cmd/auth/rsa2pub.c index ca08734..b2efe2b 100644 --- a/sys/src/cmd/auth/rsa2pub.c +++ b/sys/src/cmd/auth/rsa2pub.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/rsa2ssh.c b/sys/src/cmd/auth/rsa2ssh.c index 8d683de..8ae1de4 100644 --- a/sys/src/cmd/auth/rsa2ssh.c +++ b/sys/src/cmd/auth/rsa2ssh.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/rsa2x509.c b/sys/src/cmd/auth/rsa2x509.c index 4f14ed5..97c93cb 100644 --- a/sys/src/cmd/auth/rsa2x509.c +++ b/sys/src/cmd/auth/rsa2x509.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/rsafill.c b/sys/src/cmd/auth/rsafill.c index 0ef1826..d65f764 100644 --- a/sys/src/cmd/auth/rsafill.c +++ b/sys/src/cmd/auth/rsafill.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/rsagen.c b/sys/src/cmd/auth/rsagen.c index 8ab255a..514326c 100644 --- a/sys/src/cmd/auth/rsagen.c +++ b/sys/src/cmd/auth/rsagen.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/secstore/SConn.c b/sys/src/cmd/auth/secstore/SConn.c index bc6bd1f..21d9fc0 100644 --- a/sys/src/cmd/auth/secstore/SConn.c +++ b/sys/src/cmd/auth/secstore/SConn.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #define PORTABLE_SYSCALLS #include #include diff --git a/sys/src/cmd/auth/secstore/SConn.h b/sys/src/cmd/auth/secstore/SConn.h index fd700c2..51d8df2 100644 --- a/sys/src/cmd/auth/secstore/SConn.h +++ b/sys/src/cmd/auth/secstore/SConn.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* delimited, authenticated, encrypted connection */ enum { Maxmsg = 4096, /* messages > Maxmsg bytes are truncated */ diff --git a/sys/src/cmd/auth/secstore/aescbc.c b/sys/src/cmd/auth/secstore/aescbc.c index 0c70b40..ac20f6c 100644 --- a/sys/src/cmd/auth/secstore/aescbc.c +++ b/sys/src/cmd/auth/secstore/aescbc.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* encrypt file by writing v2hdr, 16byte initialization vector, diff --git a/sys/src/cmd/auth/secstore/dirls.c b/sys/src/cmd/auth/secstore/dirls.c index 679ebce..801b655 100644 --- a/sys/src/cmd/auth/secstore/dirls.c +++ b/sys/src/cmd/auth/secstore/dirls.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/secstore/password.c b/sys/src/cmd/auth/secstore/password.c index 4925a92..921ba8f 100644 --- a/sys/src/cmd/auth/secstore/password.c +++ b/sys/src/cmd/auth/secstore/password.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* password.c */ #include #include diff --git a/sys/src/cmd/auth/secstore/secchk.c b/sys/src/cmd/auth/secstore/secchk.c index 4157487..e88c159 100644 --- a/sys/src/cmd/auth/secstore/secchk.c +++ b/sys/src/cmd/auth/secstore/secchk.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/secstore/secstore.c b/sys/src/cmd/auth/secstore/secstore.c index 1232938..8d2c989 100644 --- a/sys/src/cmd/auth/secstore/secstore.c +++ b/sys/src/cmd/auth/secstore/secstore.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* secstore - network login client */ #define PORTABLE_SYSCALLS #include diff --git a/sys/src/cmd/auth/secstore/secstore.h b/sys/src/cmd/auth/secstore/secstore.h index 4313c18..7043c8f 100644 --- a/sys/src/cmd/auth/secstore/secstore.h +++ b/sys/src/cmd/auth/secstore/secstore.h @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #define LOG "secstore" #define SECSTORE_DIR "/adm/secstore" diff --git a/sys/src/cmd/auth/secstore/secstored.c b/sys/src/cmd/auth/secstore/secstored.c index 6232a58..288d8dd 100644 --- a/sys/src/cmd/auth/secstore/secstored.c +++ b/sys/src/cmd/auth/secstore/secstored.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* secstored - secure store daemon */ #define PORTABLE_SYSCALLS #include diff --git a/sys/src/cmd/auth/secstore/secuser.c b/sys/src/cmd/auth/secstore/secuser.c index 0012148..d24cbd8 100644 --- a/sys/src/cmd/auth/secstore/secuser.c +++ b/sys/src/cmd/auth/secstore/secuser.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/secstore/util.c b/sys/src/cmd/auth/secstore/util.c index b9cc655..f063183 100644 --- a/sys/src/cmd/auth/secstore/util.c +++ b/sys/src/cmd/auth/secstore/util.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/secureidcheck.c b/sys/src/cmd/auth/secureidcheck.c index c3fc54f..9d91e2c 100644 --- a/sys/src/cmd/auth/secureidcheck.c +++ b/sys/src/cmd/auth/secureidcheck.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * This code uses RADIUS as a portable way to validate tokens such as SecurID. * It is relatively simple to send a UDP packet and get a response, but various diff --git a/sys/src/cmd/auth/uniq.c b/sys/src/cmd/auth/uniq.c index 98b4362..db7d3d8 100644 --- a/sys/src/cmd/auth/uniq.c +++ b/sys/src/cmd/auth/uniq.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/userpasswd.c b/sys/src/cmd/auth/userpasswd.c index e847349..0a65281 100644 --- a/sys/src/cmd/auth/userpasswd.c +++ b/sys/src/cmd/auth/userpasswd.c @@ -1,3 +1,14 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/auth/warning.c b/sys/src/cmd/auth/warning.c index 611be5c..3c45601 100644 --- a/sys/src/cmd/auth/warning.c +++ b/sys/src/cmd/auth/warning.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/auth/wrkey.c b/sys/src/cmd/auth/wrkey.c index c692699..19e608a 100644 --- a/sys/src/cmd/auth/wrkey.c +++ b/sys/src/cmd/auth/wrkey.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include #include diff --git a/sys/src/cmd/awk/awk.h b/sys/src/cmd/awk/awk.h index 9d876d3..e0680da 100644 --- a/sys/src/cmd/awk/awk.h +++ b/sys/src/cmd/awk/awk.h @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* Copyright (c) Lucent Technologies 1997 All Rights Reserved diff --git a/sys/src/cmd/awk/popen.c b/sys/src/cmd/awk/popen.c index 111bf36..8a7cdbb 100644 --- a/sys/src/cmd/awk/popen.c +++ b/sys/src/cmd/awk/popen.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/cpu.c b/sys/src/cmd/cpu.c index 5648e5a..445bc15 100644 --- a/sys/src/cmd/cpu.c +++ b/sys/src/cmd/cpu.c @@ -6,6 +6,13 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * cpu.c - Make a connection to a cpu server diff --git a/sys/src/cmd/disk/format.c b/sys/src/cmd/disk/format.c index 076c5ac..c4a8875 100644 --- a/sys/src/cmd/disk/format.c +++ b/sys/src/cmd/disk/format.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/disk/mkext.c b/sys/src/cmd/disk/mkext.c index 185cd8b..5c060d1 100644 --- a/sys/src/cmd/disk/mkext.c +++ b/sys/src/cmd/disk/mkext.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/disk/mkfs.c b/sys/src/cmd/disk/mkfs.c index 723d474..974bd34 100644 --- a/sys/src/cmd/disk/mkfs.c +++ b/sys/src/cmd/disk/mkfs.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/disk/prep/edit.c b/sys/src/cmd/disk/prep/edit.c index 2fbff23..48de592 100644 --- a/sys/src/cmd/disk/prep/edit.c +++ b/sys/src/cmd/disk/prep/edit.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * disk partition editor */ diff --git a/sys/src/cmd/disk/prep/edit.h b/sys/src/cmd/disk/prep/edit.h index d255585..2d5e87d 100644 --- a/sys/src/cmd/disk/prep/edit.h +++ b/sys/src/cmd/disk/prep/edit.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ typedef struct Part Part; struct Part { char *name; diff --git a/sys/src/cmd/disk/prep/prep.c b/sys/src/cmd/disk/prep/prep.c index b3782eb..e244842 100644 --- a/sys/src/cmd/disk/prep/prep.c +++ b/sys/src/cmd/disk/prep/prep.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * prep - prepare plan9 disk partition */ diff --git a/sys/src/cmd/disk/rofs/mkrofs.c b/sys/src/cmd/disk/rofs/mkrofs.c index 48262d6..f8e8a80 100644 --- a/sys/src/cmd/disk/rofs/mkrofs.c +++ b/sys/src/cmd/disk/rofs/mkrofs.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/disk/rofs/paqfs.h b/sys/src/cmd/disk/rofs/paqfs.h index 28d8217..c2ac790 100644 --- a/sys/src/cmd/disk/rofs/paqfs.h +++ b/sys/src/cmd/disk/rofs/paqfs.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ typedef struct PaqHeader PaqHeader; typedef struct PaqBlock PaqBlock; typedef struct PaqTrailer PaqTrailer; diff --git a/sys/src/cmd/disk/rofs/rofs.c b/sys/src/cmd/disk/rofs/rofs.c index 11d52b2..11cbb87 100644 --- a/sys/src/cmd/disk/rofs/rofs.c +++ b/sys/src/cmd/disk/rofs/rofs.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + #include #include #include diff --git a/sys/src/cmd/field.c b/sys/src/cmd/field.c index 2c96fdf..00be0a5 100644 --- a/sys/src/cmd/field.c +++ b/sys/src/cmd/field.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/9p.c b/sys/src/cmd/hjfs/9p.c index 486f7e6..e375357 100644 --- a/sys/src/cmd/hjfs/9p.c +++ b/sys/src/cmd/hjfs/9p.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/auth.c b/sys/src/cmd/hjfs/auth.c index 63e2f59..5a69ae6 100644 --- a/sys/src/cmd/hjfs/auth.c +++ b/sys/src/cmd/hjfs/auth.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include <9P2000.h> diff --git a/sys/src/cmd/hjfs/buf.c b/sys/src/cmd/hjfs/buf.c index 6549c05..9274dea 100644 --- a/sys/src/cmd/hjfs/buf.c +++ b/sys/src/cmd/hjfs/buf.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/cons.c b/sys/src/cmd/hjfs/cons.c index e13a777..8f342d6 100644 --- a/sys/src/cmd/hjfs/cons.c +++ b/sys/src/cmd/hjfs/cons.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/conv.c b/sys/src/cmd/hjfs/conv.c index 8998921..f05444c 100644 --- a/sys/src/cmd/hjfs/conv.c +++ b/sys/src/cmd/hjfs/conv.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/dat.h b/sys/src/cmd/hjfs/dat.h index fada226..c853b07 100644 --- a/sys/src/cmd/hjfs/dat.h +++ b/sys/src/cmd/hjfs/dat.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ enum { /* affects on-disk structure */ BLOCK = 4096, diff --git a/sys/src/cmd/hjfs/dev.c b/sys/src/cmd/hjfs/dev.c index 71fde37..1050ec8 100644 --- a/sys/src/cmd/hjfs/dev.c +++ b/sys/src/cmd/hjfs/dev.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/dump.c b/sys/src/cmd/hjfs/dump.c index 0b41360..fc800ec 100644 --- a/sys/src/cmd/hjfs/dump.c +++ b/sys/src/cmd/hjfs/dump.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/fns.h b/sys/src/cmd/hjfs/fns.h index 92151a6..fc836f5 100644 --- a/sys/src/cmd/hjfs/fns.h +++ b/sys/src/cmd/hjfs/fns.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ void* emalloc(int); void* erealloc(void*,int); char* estrdup(char*); diff --git a/sys/src/cmd/hjfs/fs1.c b/sys/src/cmd/hjfs/fs1.c index 33bf7d0..e39824a 100644 --- a/sys/src/cmd/hjfs/fs1.c +++ b/sys/src/cmd/hjfs/fs1.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/fs2.c b/sys/src/cmd/hjfs/fs2.c index c1c8c3a..a21b83f 100644 --- a/sys/src/cmd/hjfs/fs2.c +++ b/sys/src/cmd/hjfs/fs2.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/hjfs/main.c b/sys/src/cmd/hjfs/main.c index 760fdd7..6536909 100644 --- a/sys/src/cmd/hjfs/main.c +++ b/sys/src/cmd/hjfs/main.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/import.c b/sys/src/cmd/import.c index 6cd5cb8..6cf95e0 100644 --- a/sys/src/cmd/import.c +++ b/sys/src/cmd/import.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/cmd/init.c b/sys/src/cmd/init.c index 6eb7b76..65d29b4 100644 --- a/sys/src/cmd/init.c +++ b/sys/src/cmd/init.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/dat.h b/sys/src/cmd/ip/dhcpd/dat.h index 489f67a..8b3aa95 100644 --- a/sys/src/cmd/ip/dhcpd/dat.h +++ b/sys/src/cmd/ip/dhcpd/dat.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include "../dhcp.h" enum diff --git a/sys/src/cmd/ip/dhcpd/db.c b/sys/src/cmd/ip/dhcpd/db.c index e5a61ca..01219db 100644 --- a/sys/src/cmd/ip/dhcpd/db.c +++ b/sys/src/cmd/ip/dhcpd/db.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/dhcpd.c b/sys/src/cmd/ip/dhcpd/dhcpd.c index 715219f..bda78b6 100644 --- a/sys/src/cmd/ip/dhcpd/dhcpd.c +++ b/sys/src/cmd/ip/dhcpd/dhcpd.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/dhcpleases.c b/sys/src/cmd/ip/dhcpd/dhcpleases.c index fc5b629..acf8223 100644 --- a/sys/src/cmd/ip/dhcpd/dhcpleases.c +++ b/sys/src/cmd/ip/dhcpd/dhcpleases.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/ndb.c b/sys/src/cmd/ip/dhcpd/ndb.c index 63b0f9f..17be6fd 100644 --- a/sys/src/cmd/ip/dhcpd/ndb.c +++ b/sys/src/cmd/ip/dhcpd/ndb.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * this currently only works for ethernet bootp's -- presotto */ diff --git a/sys/src/cmd/ip/dhcpd/ping.c b/sys/src/cmd/ip/dhcpd/ping.c index 50642b9..4baf40b 100644 --- a/sys/src/cmd/ip/dhcpd/ping.c +++ b/sys/src/cmd/ip/dhcpd/ping.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/testlook.c b/sys/src/cmd/ip/dhcpd/testlook.c index 4feef13..9c7e5bb 100644 --- a/sys/src/cmd/ip/dhcpd/testlook.c +++ b/sys/src/cmd/ip/dhcpd/testlook.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/testlookup.c b/sys/src/cmd/ip/dhcpd/testlookup.c index 94fd019..5f7fbbd 100644 --- a/sys/src/cmd/ip/dhcpd/testlookup.c +++ b/sys/src/cmd/ip/dhcpd/testlookup.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/dhcpd/testping.c b/sys/src/cmd/ip/dhcpd/testping.c index e481179..ac20b4f 100644 --- a/sys/src/cmd/ip/dhcpd/testping.c +++ b/sys/src/cmd/ip/dhcpd/testping.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/ipconfig/ipconfig.h b/sys/src/cmd/ip/ipconfig/ipconfig.h index d0aac87..29fd774 100644 --- a/sys/src/cmd/ip/ipconfig/ipconfig.h +++ b/sys/src/cmd/ip/ipconfig/ipconfig.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ typedef struct Conf Conf; typedef struct Ctl Ctl; diff --git a/sys/src/cmd/ip/ipconfig/ipv6.c b/sys/src/cmd/ip/ipconfig/ipv6.c index 83907bd..8a04bb2 100644 --- a/sys/src/cmd/ip/ipconfig/ipv6.c +++ b/sys/src/cmd/ip/ipconfig/ipv6.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * ipconfig for IPv6 * RS means Router Solicitation diff --git a/sys/src/cmd/ip/ipconfig/main.c b/sys/src/cmd/ip/ipconfig/main.c index b7874ed..b01dd78 100644 --- a/sys/src/cmd/ip/ipconfig/main.c +++ b/sys/src/cmd/ip/ipconfig/main.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * ipconfig - configure parameters of an ip stack */ diff --git a/sys/src/cmd/ip/ipconfig/ppp.c b/sys/src/cmd/ip/ipconfig/ppp.c index 0edc90c..d08ab54 100644 --- a/sys/src/cmd/ip/ipconfig/ppp.c +++ b/sys/src/cmd/ip/ipconfig/ppp.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ip/timesync.c b/sys/src/cmd/ip/timesync.c index 67c71fd..5b4b669 100644 --- a/sys/src/cmd/ip/timesync.c +++ b/sys/src/cmd/ip/timesync.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/mount.c b/sys/src/cmd/mount.c index cfc9987..8778027 100644 --- a/sys/src/cmd/mount.c +++ b/sys/src/cmd/mount.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/cmd/ndb/convDNS2M.c b/sys/src/cmd/ndb/convDNS2M.c index 76a9dca..29d207f 100644 --- a/sys/src/cmd/ndb/convDNS2M.c +++ b/sys/src/cmd/ndb/convDNS2M.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/convM2DNS.c b/sys/src/cmd/ndb/convM2DNS.c index 6af8d72..f14ea92 100644 --- a/sys/src/cmd/ndb/convM2DNS.c +++ b/sys/src/cmd/ndb/convM2DNS.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/cs.c b/sys/src/cmd/ndb/cs.c index e5455af..3be2bcf 100644 --- a/sys/src/cmd/ndb/cs.c +++ b/sys/src/cmd/ndb/cs.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/csquery.c b/sys/src/cmd/ndb/csquery.c index 819a576..91ec9bd 100644 --- a/sys/src/cmd/ndb/csquery.c +++ b/sys/src/cmd/ndb/csquery.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dblookup.c b/sys/src/cmd/ndb/dblookup.c index 6cd40b7..79e4c2e 100644 --- a/sys/src/cmd/ndb/dblookup.c +++ b/sys/src/cmd/ndb/dblookup.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dn.c b/sys/src/cmd/ndb/dn.c index 2d1cce8..cd69d31 100644 --- a/sys/src/cmd/ndb/dn.c +++ b/sys/src/cmd/ndb/dn.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dnarea.c b/sys/src/cmd/ndb/dnarea.c index aa7a318..b58e408 100644 --- a/sys/src/cmd/ndb/dnarea.c +++ b/sys/src/cmd/ndb/dnarea.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dnnotify.c b/sys/src/cmd/ndb/dnnotify.c index 21276f0..325c762 100644 --- a/sys/src/cmd/ndb/dnnotify.c +++ b/sys/src/cmd/ndb/dnnotify.c @@ -1,3 +1,33 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dnresolve.c b/sys/src/cmd/ndb/dnresolve.c index e07f7b4..e49744c 100644 --- a/sys/src/cmd/ndb/dnresolve.c +++ b/sys/src/cmd/ndb/dnresolve.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * domain name resolvers, see rfcs 1035 and 1123 */ diff --git a/sys/src/cmd/ndb/dns.c b/sys/src/cmd/ndb/dns.c index 008c4b2..5b4489b 100644 --- a/sys/src/cmd/ndb/dns.c +++ b/sys/src/cmd/ndb/dns.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/ndb/dns.h b/sys/src/cmd/ndb/dns.h index 50548f5..4d475ee 100644 --- a/sys/src/cmd/ndb/dns.h +++ b/sys/src/cmd/ndb/dns.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #define NS2MS(ns) ((ns) / 1000000L) #define S2MS(s) ((s) * 1000LL) diff --git a/sys/src/cmd/ndb/dnsdebug.c b/sys/src/cmd/ndb/dnsdebug.c index 165779b..e96cdb9 100644 --- a/sys/src/cmd/ndb/dnsdebug.c +++ b/sys/src/cmd/ndb/dnsdebug.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dnserver.c b/sys/src/cmd/ndb/dnserver.c index fdbfa41..8ba85d6 100644 --- a/sys/src/cmd/ndb/dnserver.c +++ b/sys/src/cmd/ndb/dnserver.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/dnsgetip.c b/sys/src/cmd/ndb/dnsgetip.c index 0512816..d00e419 100644 --- a/sys/src/cmd/ndb/dnsgetip.c +++ b/sys/src/cmd/ndb/dnsgetip.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* one-shot resolver */ #include #include diff --git a/sys/src/cmd/ndb/dnsquery.c b/sys/src/cmd/ndb/dnsquery.c index 36f3972..63373e5 100644 --- a/sys/src/cmd/ndb/dnsquery.c +++ b/sys/src/cmd/ndb/dnsquery.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/cmd/ndb/dnstcp.c b/sys/src/cmd/ndb/dnstcp.c index 51ce52d..6cf81c4 100644 --- a/sys/src/cmd/ndb/dnstcp.c +++ b/sys/src/cmd/ndb/dnstcp.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * dnstcp - serve dns via tcp */ diff --git a/sys/src/cmd/ndb/dnudpserver.c b/sys/src/cmd/ndb/dnudpserver.c index 11a5799..eaa1970 100644 --- a/sys/src/cmd/ndb/dnudpserver.c +++ b/sys/src/cmd/ndb/dnudpserver.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/idn.c b/sys/src/cmd/ndb/idn.c index 3b4d0d0..23592a0 100644 --- a/sys/src/cmd/ndb/idn.c +++ b/sys/src/cmd/ndb/idn.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/inform.c b/sys/src/cmd/ndb/inform.c index 6da572c..56def2b 100644 --- a/sys/src/cmd/ndb/inform.c +++ b/sys/src/cmd/ndb/inform.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* RFC2136 DNS inform - necessary for Win2k3 DNS servers */ #include #include diff --git a/sys/src/cmd/ndb/ipquery.c b/sys/src/cmd/ndb/ipquery.c index 1b2ca07..ef3414c 100644 --- a/sys/src/cmd/ndb/ipquery.c +++ b/sys/src/cmd/ndb/ipquery.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/mkdb.c b/sys/src/cmd/ndb/mkdb.c index be016d6..7bb801a 100644 --- a/sys/src/cmd/ndb/mkdb.c +++ b/sys/src/cmd/ndb/mkdb.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/mkhash.c b/sys/src/cmd/ndb/mkhash.c index 778dfbc..70d7e2b 100644 --- a/sys/src/cmd/ndb/mkhash.c +++ b/sys/src/cmd/ndb/mkhash.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/mkhosts.c b/sys/src/cmd/ndb/mkhosts.c index a8716ad..f01ae2b 100644 --- a/sys/src/cmd/ndb/mkhosts.c +++ b/sys/src/cmd/ndb/mkhosts.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/ndb/query.c b/sys/src/cmd/ndb/query.c index e3305cc..2077dcc 100644 --- a/sys/src/cmd/ndb/query.c +++ b/sys/src/cmd/ndb/query.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ /* * search the network database for matches */ diff --git a/sys/src/cmd/pict/readv210.c b/sys/src/cmd/pict/readv210.c index 48a4e97..d7b866f 100644 --- a/sys/src/cmd/pict/readv210.c +++ b/sys/src/cmd/pict/readv210.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * readV210.c - read single uncompressed Quicktime YUV image. * http://developer.apple.com/quicktime/icefloe/dispatch019.html#v210 diff --git a/sys/src/cmd/ramfs.c b/sys/src/cmd/ramfs.c index 85a1796..441bc6c 100644 --- a/sys/src/cmd/ramfs.c +++ b/sys/src/cmd/ramfs.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h index 131865f..ac91056 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ enum { Qdir, /* /dev for this window */ diff --git a/sys/src/cmd/rio/data.c b/sys/src/cmd/rio/data.c index c3adbb8..7e972b6 100644 --- a/sys/src/cmd/rio/data.c +++ b/sys/src/cmd/rio/data.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/fns.h b/sys/src/cmd/rio/fns.h index 3796234..0a0385d 100644 --- a/sys/src/cmd/rio/fns.h +++ b/sys/src/cmd/rio/fns.h @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ int whide(Window*); int wunhide(Window*); void freescrtemps(void); diff --git a/sys/src/cmd/rio/fsys.c b/sys/src/cmd/rio/fsys.c index 302f537..66ccde2 100644 --- a/sys/src/cmd/rio/fsys.c +++ b/sys/src/cmd/rio/fsys.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + #include #include #include diff --git a/sys/src/cmd/rio/rio.c b/sys/src/cmd/rio/rio.c index 2bd5040..3de1fa3 100644 --- a/sys/src/cmd/rio/rio.c +++ b/sys/src/cmd/rio/rio.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/scrl.c b/sys/src/cmd/rio/scrl.c index 22fd3db..72f7e10 100644 --- a/sys/src/cmd/rio/scrl.c +++ b/sys/src/cmd/rio/scrl.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/time.c b/sys/src/cmd/rio/time.c index fd7ff10..ffd056a 100644 --- a/sys/src/cmd/rio/time.c +++ b/sys/src/cmd/rio/time.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/util.c b/sys/src/cmd/rio/util.c index 2f1f167..330bec5 100644 --- a/sys/src/cmd/rio/util.c +++ b/sys/src/cmd/rio/util.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/wctl.c b/sys/src/cmd/rio/wctl.c index 6b55bb6..382f02f 100644 --- a/sys/src/cmd/rio/wctl.c +++ b/sys/src/cmd/rio/wctl.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/wind.c b/sys/src/cmd/rio/wind.c index cca8eaa..15a671a 100644 --- a/sys/src/cmd/rio/wind.c +++ b/sys/src/cmd/rio/wind.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/rio/xfid.c b/sys/src/cmd/rio/xfid.c index 477cbe1..21ef223 100644 --- a/sys/src/cmd/rio/xfid.c +++ b/sys/src/cmd/rio/xfid.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/cmd/srv.c b/sys/src/cmd/srv.c index 444ead0..ae17252 100644 --- a/sys/src/cmd/srv.c +++ b/sys/src/cmd/srv.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/cmd/sys/ctrace.c b/sys/src/cmd/sys/ctrace.c index 94bd954..344b2a3 100644 --- a/sys/src/cmd/sys/ctrace.c +++ b/sys/src/cmd/sys/ctrace.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/tar.c b/sys/src/cmd/tar.c index 1befe61..f93f418 100644 --- a/sys/src/cmd/tar.c +++ b/sys/src/cmd/tar.c @@ -1,3 +1,16 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + /* * tar - `tape archiver', actually usable on any medium. * POSIX "ustar" compliant when extracting, and by default when creating. diff --git a/sys/src/cmd/usb/audio/audio.c b/sys/src/cmd/usb/audio/audio.c index d869cba..36225b7 100644 --- a/sys/src/cmd/usb/audio/audio.c +++ b/sys/src/cmd/usb/audio/audio.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include <9P2000.h> diff --git a/sys/src/cmd/usb/disk/disk.c b/sys/src/cmd/usb/disk/disk.c index e733a2d..b78e8bb 100644 --- a/sys/src/cmd/usb/disk/disk.c +++ b/sys/src/cmd/usb/disk/disk.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * usb/disk - usb mass storage file server * diff --git a/sys/src/cmd/usb/disk/scsierrs.c b/sys/src/cmd/usb/disk/scsierrs.c index 1bf68fe..234fc0a 100644 --- a/sys/src/cmd/usb/disk/scsierrs.c +++ b/sys/src/cmd/usb/disk/scsierrs.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* machine generated. Once. TODO: write the vendor support to bring this in as we should. * But the errors almost never change, so there's no hurry. */ diff --git a/sys/src/cmd/usb/disk/scsireq.c b/sys/src/cmd/usb/disk/scsireq.c index 00ea2f7..d66324d 100644 --- a/sys/src/cmd/usb/disk/scsireq.c +++ b/sys/src/cmd/usb/disk/scsireq.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * This is /sys/src/cmd/scuzz/scsireq.c * changed to add more debug support, to keep diff --git a/sys/src/cmd/usb/disk/scsireq.h b/sys/src/cmd/usb/disk/scsireq.h index 1d3cf0a..baf0cc2 100644 --- a/sys/src/cmd/usb/disk/scsireq.h +++ b/sys/src/cmd/usb/disk/scsireq.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * This is /sys/src/cmd/scuzz/scsireq.h * changed to add more debug support, and to keep diff --git a/sys/src/cmd/usb/disk/ums.h b/sys/src/cmd/usb/disk/ums.h index a96236c..6306a5f 100644 --- a/sys/src/cmd/usb/disk/ums.h +++ b/sys/src/cmd/usb/disk/ums.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * mass storage transport protocols and subclasses, * from usb mass storage class specification overview rev 1.2 diff --git a/sys/src/cmd/usb/ether/asix.c b/sys/src/cmd/usb/ether/asix.c index 9e1d739..00cf0e0 100644 --- a/sys/src/cmd/usb/ether/asix.c +++ b/sys/src/cmd/usb/ether/asix.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * Asix USB ether adapters * I got no documentation for it, thus the bits diff --git a/sys/src/cmd/usb/ether/aue.c b/sys/src/cmd/usb/ether/aue.c index a7d5c9a..0ff58b6 100644 --- a/sys/src/cmd/usb/ether/aue.c +++ b/sys/src/cmd/usb/ether/aue.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * admtek pegasus driver copy-pasted from bill paul's * openbsd/freebsd aue(4) driver, with help diff --git a/sys/src/cmd/usb/ether/cdc.c b/sys/src/cmd/usb/ether/cdc.c index 54fabe3..f73270a 100644 --- a/sys/src/cmd/usb/ether/cdc.c +++ b/sys/src/cmd/usb/ether/cdc.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * generic CDC */ diff --git a/sys/src/cmd/usb/ether/dat.h b/sys/src/cmd/usb/ether/dat.h index 5874bb6..b3c2fa4 100644 --- a/sys/src/cmd/usb/ether/dat.h +++ b/sys/src/cmd/usb/ether/dat.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ typedef struct Block Block; struct Block { diff --git a/sys/src/cmd/usb/ether/ether.c b/sys/src/cmd/usb/ether/ether.c index e777a66..caad1e6 100644 --- a/sys/src/cmd/usb/ether/ether.c +++ b/sys/src/cmd/usb/ether/ether.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/ether/rndis.c b/sys/src/cmd/usb/ether/rndis.c index 759735e..557e0b6 100644 --- a/sys/src/cmd/usb/ether/rndis.c +++ b/sys/src/cmd/usb/ether/rndis.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/ether/smsc.c b/sys/src/cmd/usb/ether/smsc.c index 622e8e1..1797bc3 100644 --- a/sys/src/cmd/usb/ether/smsc.c +++ b/sys/src/cmd/usb/ether/smsc.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * SMSC LAN95XX */ diff --git a/sys/src/cmd/usb/joy/hid.h b/sys/src/cmd/usb/joy/hid.h index 7f849ad..af40b10 100644 --- a/sys/src/cmd/usb/joy/hid.h +++ b/sys/src/cmd/usb/joy/hid.h @@ -1,3 +1,24 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + /* * USB joystick constants */ diff --git a/sys/src/cmd/usb/joy/joy.c b/sys/src/cmd/usb/joy/joy.c index 7c1d43c..dfd5b76 100644 --- a/sys/src/cmd/usb/joy/joy.c +++ b/sys/src/cmd/usb/joy/joy.c @@ -1,3 +1,24 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + /* * USB Human Interaction Device: keyboard and mouse. * diff --git a/sys/src/cmd/usb/kb/hid.h b/sys/src/cmd/usb/kb/hid.h index 81c0175..1634cb5 100644 --- a/sys/src/cmd/usb/kb/hid.h +++ b/sys/src/cmd/usb/kb/hid.h @@ -1,3 +1,24 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + /* * USB keyboard/mouse constants */ diff --git a/sys/src/cmd/usb/kb/kb.c b/sys/src/cmd/usb/kb/kb.c index c032903..2eab708 100644 --- a/sys/src/cmd/usb/kb/kb.c +++ b/sys/src/cmd/usb/kb/kb.c @@ -1,3 +1,24 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + /* * USB Human Interaction Device: keyboard and mouse. * diff --git a/sys/src/cmd/usb/lib/dev.c b/sys/src/cmd/usb/lib/dev.c index 9e3c8f3..0369a98 100644 --- a/sys/src/cmd/usb/lib/dev.c +++ b/sys/src/cmd/usb/lib/dev.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/lib/dump.c b/sys/src/cmd/usb/lib/dump.c index 35cd369..86d7f04 100644 --- a/sys/src/cmd/usb/lib/dump.c +++ b/sys/src/cmd/usb/lib/dump.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/lib/parse.c b/sys/src/cmd/usb/lib/parse.c index ad89102..97ae78e 100644 --- a/sys/src/cmd/usb/lib/parse.c +++ b/sys/src/cmd/usb/lib/parse.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/lib/usb.h b/sys/src/cmd/usb/lib/usb.h index 04f7aaf..edc9688 100644 --- a/sys/src/cmd/usb/lib/usb.h +++ b/sys/src/cmd/usb/lib/usb.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ typedef struct Altc Altc; typedef struct Conf Conf; typedef struct DConf DConf; diff --git a/sys/src/cmd/usb/ptp/ptp.c b/sys/src/cmd/usb/ptp/ptp.c index b47ee78..2a78fe9 100644 --- a/sys/src/cmd/usb/ptp/ptp.c +++ b/sys/src/cmd/usb/ptp/ptp.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/serial/ftdi.c b/sys/src/cmd/usb/serial/ftdi.c index de5fb26..175bfe3 100644 --- a/sys/src/cmd/usb/serial/ftdi.c +++ b/sys/src/cmd/usb/serial/ftdi.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* Future Technology Devices International serial ports */ #include #include diff --git a/sys/src/cmd/usb/serial/prolific.c b/sys/src/cmd/usb/serial/prolific.c index f6a648b..ef9fcc2 100644 --- a/sys/src/cmd/usb/serial/prolific.c +++ b/sys/src/cmd/usb/serial/prolific.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/serial/serial.c b/sys/src/cmd/usb/serial/serial.c index 38c5645..6d00cd4 100644 --- a/sys/src/cmd/usb/serial/serial.c +++ b/sys/src/cmd/usb/serial/serial.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ /* * This part takes care of locking except for initialization and * other threads created by the hw dep. drivers. diff --git a/sys/src/cmd/usb/serial/serial.h b/sys/src/cmd/usb/serial/serial.h index 3b9da3c..67b02c5 100644 --- a/sys/src/cmd/usb/serial/serial.h +++ b/sys/src/cmd/usb/serial/serial.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ typedef struct Serial Serial; typedef struct Serialops Serialops; typedef struct Serialport Serialport; diff --git a/sys/src/cmd/usb/serial/silabs.c b/sys/src/cmd/usb/serial/silabs.c index dea36da..8ef1688 100644 --- a/sys/src/cmd/usb/serial/silabs.c +++ b/sys/src/cmd/usb/serial/silabs.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/serial/ucons.c b/sys/src/cmd/usb/serial/ucons.c index 9658d8c..98024ef 100644 --- a/sys/src/cmd/usb/serial/ucons.c +++ b/sys/src/cmd/usb/serial/ucons.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/usbd/dat.h b/sys/src/cmd/usb/usbd/dat.h index 0c81a38..864e3c7 100644 --- a/sys/src/cmd/usb/usbd/dat.h +++ b/sys/src/cmd/usb/usbd/dat.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ typedef struct Hub Hub; typedef struct DHub DHub; typedef struct Port Port; diff --git a/sys/src/cmd/usb/usbd/fns.h b/sys/src/cmd/usb/usbd/fns.h index cec17cc..34bc661 100644 --- a/sys/src/cmd/usb/usbd/fns.h +++ b/sys/src/cmd/usb/usbd/fns.h @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ int attachdev(Port*); void detachdev(Port*); void work(void); diff --git a/sys/src/cmd/usb/usbd/hname.c b/sys/src/cmd/usb/usbd/hname.c index 4e4680e..476287d 100644 --- a/sys/src/cmd/usb/usbd/hname.c +++ b/sys/src/cmd/usb/usbd/hname.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/usbd/hub.c b/sys/src/cmd/usb/usbd/hub.c index 8cd9b56..e721cba 100644 --- a/sys/src/cmd/usb/usbd/hub.c +++ b/sys/src/cmd/usb/usbd/hub.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/usb/usbd/usbd.c b/sys/src/cmd/usb/usbd/usbd.c index 3c76830..631b93b 100644 --- a/sys/src/cmd/usb/usbd/usbd.c +++ b/sys/src/cmd/usb/usbd/usbd.c @@ -1,3 +1,23 @@ +/* Copyright (c) 20XX 9front + * + * 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: + * + * 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 + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ #include #include #include diff --git a/sys/src/cmd/xargs.c b/sys/src/cmd/xargs.c index c0b9812..052c8c9 100644 --- a/sys/src/cmd/xargs.c +++ b/sys/src/cmd/xargs.c @@ -1,3 +1,18 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ #include #include #include diff --git a/sys/src/lib/9p/post.c b/sys/src/lib/9p/post.c index 9a16feb..050b4f2 100644 --- a/sys/src/lib/9p/post.c +++ b/sys/src/lib/9p/post.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include <9P2000.h> diff --git a/sys/src/lib/auth/amount.c b/sys/src/lib/auth/amount.c index 2de8e1f..14e75b4 100644 --- a/sys/src/lib/auth/amount.c +++ b/sys/src/lib/auth/amount.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + #include #include #include diff --git a/sys/src/lib/auth/auth_chuid.c b/sys/src/lib/auth/auth_chuid.c index 663b125..fc36986 100644 --- a/sys/src/lib/auth/auth_chuid.c +++ b/sys/src/lib/auth/auth_chuid.c @@ -1,3 +1,15 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ + #include #include #include diff --git a/sys/src/lib/auth/newns.c b/sys/src/lib/auth/newns.c index f0d7d2f..69b2529 100644 --- a/sys/src/lib/auth/newns.c +++ b/sys/src/lib/auth/newns.c @@ -1,3 +1,19 @@ +/* + * This file is part of the UCB release of Plan 9. It is subject to the license + * terms in the LICENSE file found in the top-level directory of this + * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No + * part of the UCB release of Plan 9, including this file, may be copied, + * modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ +/* Portions of this file are Copyright (C) 9front's team. + * See /doc/license/9front-mit for details about the licensing. + * See http://code.9front.org/hg/plan9front/ for a list of authors. + */ + #include #include #include diff --git a/sys/src/lib/c/9sys/dial.c b/sys/src/lib/c/9sys/dial.c index 74ff667..0bfd65c 100644 --- a/sys/src/lib/c/9sys/dial.c +++ b/sys/src/lib/c/9sys/dial.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ /* * dial - connect to a service (parallel version) diff --git a/sys/src/lib/draw/newwindow.c b/sys/src/lib/draw/newwindow.c index aa4b69e..d6fbf36 100644 --- a/sys/src/lib/draw/newwindow.c +++ b/sys/src/lib/draw/newwindow.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/lib/ndb/dnsquery.c b/sys/src/lib/ndb/dnsquery.c index c3240d4..b6a12e6 100644 --- a/sys/src/lib/ndb/dnsquery.c +++ b/sys/src/lib/ndb/dnsquery.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ #include #include diff --git a/sys/src/lib/thread/dial.c b/sys/src/lib/thread/dial.c index ae73e12..57b9d91 100644 --- a/sys/src/lib/thread/dial.c +++ b/sys/src/lib/thread/dial.c @@ -6,6 +6,9 @@ * modified, propagated, or distributed except according to the terms contained * in the LICENSE file. */ +/* Portions of this file are Copyright (C) 2015-2018 Giacomo Tesio + * See /doc/license/gpl-2.0.txt for details about the licensing. + */ /* * old single-process version of dial that libthread can cope with