Skip to content
Snippets Groups Projects
Commit 4a134100 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Add copyright statement to files in include subdirectory

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).
parent e29aa259
No related branches found
No related tags found
No related merge requests found
Showing
with 139 additions and 0 deletions
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef ALIGN_HH_ #ifndef ALIGN_HH_
#define ALIGN_HH_ #define ALIGN_HH_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
// alloc_tracker is used to track living allocations, and the call chain which // alloc_tracker is used to track living allocations, and the call chain which
// lead to each allocation. This is useful for leak detection. // lead to each allocation. This is useful for leak detection.
// //
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef _ALTERNATIVE_HH_ #ifndef _ALTERNATIVE_HH_
#define _ALTERNATIVE_HH_ #define _ALTERNATIVE_HH_
......
Unless otherwise stated, the header files in this directory have been
copied from the Musl project.
The Musl "COPYRIGHT" file states that "[these] files are trivial, in my
opinion not copyrightable in the first place, and hereby explicitly released
to the Public Domain".
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef BARRIER_HH_ #ifndef BARRIER_HH_
#define BARRIER_HH_ #define BARRIER_HH_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef DEBUG_H #ifndef DEBUG_H
#define DEBUG_H #define DEBUG_H
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef __DHCP_HH__ #ifndef __DHCP_HH__
#define __DHCP_HH__ #define __DHCP_HH__
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef ELF_HH #ifndef ELF_HH
#define ELF_HH #define ELF_HH
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef EVENTLIST_H #ifndef EVENTLIST_H
#define EVENTLIST_H #define EVENTLIST_H
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef INCLUDED_EXECINFO_H #ifndef INCLUDED_EXECINFO_H
#define INCLUDED_EXECINFO_H #define INCLUDED_EXECINFO_H
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef WORDSIZE_H_ #ifndef WORDSIZE_H_
#define WORDSIZE_H_ #define WORDSIZE_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef GLIBCCOMPAT_CTYPE_H_ #ifndef GLIBCCOMPAT_CTYPE_H_
#define GLIBCCOMPAT_CTYPE_H_ #define GLIBCCOMPAT_CTYPE_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef GLIBCCOMPAT_FEATURES_H_ #ifndef GLIBCCOMPAT_FEATURES_H_
#define GLIBCCOMPAT_FEATURES_H_ #define GLIBCCOMPAT_FEATURES_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef GLIBCCOMPAT_LOCALE_H_ #ifndef GLIBCCOMPAT_LOCALE_H_
#define GLIBCCOMPAT_LOCALE_H_ #define GLIBCCOMPAT_LOCALE_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef CDEFS_H_ #ifndef CDEFS_H_
#define CDEFS_H_ #define CDEFS_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#include <errno.h> #include <errno.h>
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef GLIBCCOMPAT_IOCTL_H_ #ifndef GLIBCCOMPAT_IOCTL_H_
#define GLIBCCOMPAT_IOCTL_H_ #define GLIBCCOMPAT_IOCTL_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef GLIBCCOMPAT_XLOCALE_H_ #ifndef GLIBCCOMPAT_XLOCALE_H_
#define GLIBCCOMPAT_XLOCALE_H_ #define GLIBCCOMPAT_XLOCALE_H_
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef OSV_ILOG2_HH #ifndef OSV_ILOG2_HH
#define OSV_ILOG2_HH #define OSV_ILOG2_HH
......
/*
* Copyright (C) 2013 Cloudius Systems, Ltd.
*
* This work is open source software, licensed under the terms of the
* BSD license as described in the LICENSE file in the top-level directory.
*/
#ifndef INTERRUPT_HH_ #ifndef INTERRUPT_HH_
#define INTERRUPT_HH_ #define INTERRUPT_HH_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment