Add copyright statement to drivers/*

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

Add Cloudius copyright and license statement to drivers/*.

A couple of header files were based on Linux's BSD-licensed header files (e.g., include/uapi/linux/virtio_net.h) so they included the BSD license, but not any copyright statement, so we can just replace that by our own statement of the BSD license.

c0e0ebf Add copyright statement to drivers/*
drivers/acpi.cc | 7 +++++++
drivers/clock.cc | 7 +++++++
drivers/clock.hh | 7 +++++++
drivers/clockevent.cc | 7 +++++++
drivers/clockevent.hh | 7 +++++++
drivers/console.cc | 7 +++++++
drivers/console.hh | 7 +++++++
drivers/debug-console.cc | 7 +++++++
drivers/debug-console.hh | 7 +++++++
drivers/device.cc | 7 +++++++
drivers/device.hh | 7 +++++++
drivers/driver.cc | 7 +++++++
drivers/driver.hh | 7 +++++++
drivers/hpet.cc | 7 +++++++
drivers/isa-serial.cc | 7 +++++++
drivers/isa-serial.hh | 7 +++++++
drivers/kvmclock.cc | 7 +++++++
drivers/pci-bridge.cc | 7 +++++++
drivers/pci-bridge.hh | 7 +++++++
drivers/pci-device.cc | 7 +++++++
drivers/pci-device.hh | 7 +++++++
drivers/pci-function.cc | 7 +++++++
drivers/pci-function.hh | 7 +++++++
drivers/pci.cc | 29 +++++------------------------
drivers/pci.hh | 29 +++++------------------------
drivers/ramdisk.c | 7 +++++++
drivers/vga.cc | 7 +++++++
drivers/vga.hh | 7 +++++++
drivers/virtio-blk.cc | 7 +++++++
drivers/virtio-blk.hh | 35 +++++++----------------------------
drivers/virtio-net.cc | 7 +++++++
drivers/virtio-net.hh | 33 +++++++--------------------------
drivers/virtio-vring.cc | 7 +++++++
drivers/virtio-vring.hh | 7 +++++++
drivers/virtio.cc | 7 +++++++
drivers/virtio.hh | 7 +++++++
drivers/xenclock.cc | 7 +++++++
drivers/xenfront-blk.cc | 7 +++++++
drivers/xenfront-xenbus.cc | 7 +++++++
drivers/xenfront-xenbus.hh | 7 +++++++
drivers/xenfront.cc | 7 +++++++
drivers/xenfront.hh | 7 +++++++
42 files changed, 290 insertions(+), 102 deletions(-)

Upstream: github.com


  • Share