Added Cloudius copyright statement to our own code in include/. Also added include/api/LICENSE saying that these are copied from Musl and public domain (according to the Musl COPYRIGHT file).
4a13410 Add copyright statement to files in include subdirectory
include/align.hh | 7 +++++++
include/alloctracker.hh | 7 +++++++
include/alternative.hh | 7 +++++++
include/api/LICENSE | 6 ++++++
include/barrier.hh | 7 +++++++
include/debug.hh | 7 +++++++
include/dhcp.hh | 7 +++++++
include/elf.hh | 7 +++++++
include/eventlist.hh | 7 +++++++
include/execinfo.h | 7 +++++++
include/glibc-compat/bits/wordsize.h | 7 +++++++
include/glibc-compat/ctype.h | 7 +++++++
include/glibc-compat/features.h | 7 +++++++
include/glibc-compat/locale.h | 7 +++++++
include/glibc-compat/sys/cdefs.h | 7 +++++++
include/glibc-compat/sys/errno.h | 7 +++++++
include/glibc-compat/sys/ioctl.h | 7 +++++++
include/glibc-compat/xlocale.h | 7 +++++++
include/ilog2.hh | 7 +++++++
include/interrupt.hh | 7 +++++++
include/irqlock.hh | 7 +++++++
include/lockfree/mutex.hh | 7 +++++++
include/lockfree/queue-mpsc.hh | 7 +++++++
include/lockfree/ring.hh | 7 +++++++
include/mempool.hh | 7 +++++++
include/mmio.hh | 7 +++++++
include/mmu.hh | 7 +++++++
include/osv/callstack.hh | 7 +++++++
include/osv/compiler.h | 7 +++++++
include/osv/condvar.h | 7 +++++++
include/osv/debug.h | 7 +++++++
include/osv/dentry.h | 7 +++++++
include/osv/error.h | 7 +++++++
include/osv/execinfo.hh | 7 +++++++
include/osv/fcntl.h | 7 +++++++
include/osv/ioctl.h | 7 +++++++
include/osv/lazy_indirect.hh | 7 +++++++
include/osv/lockless-queue.hh | 7 +++++++
include/osv/mutex.h | 7 +++++++
include/osv/pagealloc.hh | 7 +++++++
include/osv/per-cpu-counter.hh | 7 +++++++
include/osv/percpu-worker.hh | 7 +++++++
include/osv/percpu.hh | 7 +++++++
include/osv/power.hh | 7 +++++++
include/osv/prex.h | 7 +++++++
include/osv/printf.hh | 7 +++++++
include/osv/pvclock-abi.hh | 7 +++++++
include/osv/rcu.hh | 7 +++++++
include/osv/rwlock.h | 7 +++++++
include/osv/semaphore.hh | 7 +++++++
include/osv/trace.hh | 7 +++++++
include/osv/types.h | 7 +++++++
include/osv/wait_record.hh | 7 +++++++
include/preempt-lock.hh | 7 +++++++
include/prio.hh | 7 +++++++
include/sched.hh | 7 +++++++
include/tls.hh | 7 +++++++
57 files changed, 398 insertions(+)
Upstream: github.com