Add copyright statements in bsd/

Operating Systems / OSv - Nadav Har'El [cloudius-systems.com] - 15 September 2013 06:22 UTC

Added our copyright statements to some of the files in the top bsd/ directory, and in bsd/porting.

I only added our copyright to files which were completely by us - I did not attempt to hunt which bsd or solaris files we modified to add our copyright to them, I don't think this is important (or, we can do this later).

I also found one header file (uma_stub.h) that had large chunks copied from freebsd, so I added both the freebsd copyright and ours.

fe9e6a8 Add copyright statements in bsd/
bsd/net.cc | 7 +++++++
bsd/net.hh | 7 +++++++
bsd/porting/bus.h | 7 +++++++
bsd/porting/bus_dma.cc | 7 +++++++
bsd/porting/callout.cc | 7 +++++++
bsd/porting/cpu.cc | 6 ++++++
bsd/porting/curthread.h | 7 +++++++
bsd/porting/kthread.cc | 6 ++++++
bsd/porting/kthread.h | 7 +++++++
bsd/porting/mmu.cc | 7 +++++++
bsd/porting/mmu.h | 7 +++++++
bsd/porting/netport.c | 7 +++++++
bsd/porting/netport.h | 7 +++++++
bsd/porting/netport1.cc | 7 +++++++
bsd/porting/networking.c | 7 +++++++
bsd/porting/networking.h | 7 +++++++
bsd/porting/pcpu.cc | 7 +++++++
bsd/porting/pcpu.h | 7 +++++++
bsd/porting/route.h | 7 +++++++
bsd/porting/sync_stub.c | 7 +++++++
bsd/porting/sync_stub.h | 7 +++++++
bsd/porting/synch.cc | 7 +++++++
bsd/porting/synch.h | 7 +++++++
bsd/porting/uma_stub.cc | 7 +++++++
bsd/porting/uma_stub.h | 34 ++++++++++++++++++++++++++++++++++
bsd/uipc_syscalls.h | 7 +++++++
26 files changed, 207 insertions(+)

Upstream: github.com


  • Share