libsel4: fix licenses

- some were incorrectly marked GPL (libsel4 is BSD)
- update NICTA --> DATA61 etc
- fix tags D61 --> DATA61
- update year to 2017
This commit is contained in:
Anna Lyons 2017-06-19 11:11:34 +10:00
parent 6f52cd3db2
commit 07f948331f
134 changed files with 461 additions and 305 deletions

View file

@ -1,11 +1,13 @@
#
# Copyright 2014, NICTA
# Copyright 2017, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(NICTA_BSD)
# @TAG(DATA61_BSD)
#
libs-$(CONFIG_LIB_SEL4) += libsel4

View file

@ -1,11 +1,13 @@
#
# Copyright 2014, NICTA
# Copyright 2017, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(NICTA_BSD)
# @TAG(DATA61_BSD)
#
menu "libsel4"

View file

@ -1,11 +1,13 @@
#
# Copyright 2014, NICTA
# Copyright 2017, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(NICTA_BSD)
# @TAG(DATA61_BSD)
#
# Tools

View file

@ -1,12 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApiArm" label_prefix="arm_">
<interface name="seL4_ARM_PageTable" manual_name="Page Table">

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_CONSTANTS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_SEL4_DEPRECATED_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_FUNCTIONS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_MAPPING

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __ARCH_OBJECTTYPE_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,12 +1,13 @@
--
-- Copyright 2016, Data61
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
-- This software may be distributed and modified according to the terms of
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61BSD)
-- @TAG(DATA61_BSD)
--
-- this file contains types shared between libsel4 and the kernel

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_SHARED_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_SIMPLE_TYPES_H_

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_SYSCALLS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_TYPES_H

View file

@ -1,12 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApiX86" label_prefix="x86_">
<struct name="seL4_VCPUContext">

View file

@ -7,7 +7,7 @@
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(D61_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_BOOTINFO_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_CONSTANTS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_DEPRECATED_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_FUNCTIONS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_MAPPING

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __ARCH_OBJECT_TYPE_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,13 +1,13 @@
--
-- Copyright 2016, Data61
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230
-- ABN 41 687 119 230.
--
-- This software may be distributed and modified according to the terms of
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61BSD)
-- @TAG(DATA61_BSD)
--
-- this file contains sel4arch specific types shared between libsel4 and the kernel

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_SYSCALLS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_ARCH_TYPES_H

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,12 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<!-- Please see syscalls.xsd to see the format of this file -->
<syscalls>

View file

@ -1,12 +1,14 @@
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<xsd:annotation>

View file

@ -1,12 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApi">

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
/**

View file

@ -1,11 +1,13 @@
/*
* Copyright 2016, General Dynamics C4 Systems
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(GD_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef BENCHMARK_TRACE_POINTS_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2016, General Dynamics C4 Systems
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(GD_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef BENCHMARK_TRACK_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2016, General Dynamics C4 Systems
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(GD_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef BENCHMARK_TRACK_UTIL_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_BOOTINFO_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_BOOTINFO_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __API_CONSTANTS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
/**

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_DEPRECATED_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __ERRORS_H

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_MACROS_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __API_OBJECTTYPE_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SHARED_TYPES_H

View file

@ -1,11 +1,13 @@
--
-- Copyright 2014, NICTA
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
-- This software may be distributed and modified according to the terms of
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(NICTA_BSD)
-- @TAG(DATA61_BSD)
--
-- this file contains types shared between libsel4 and the kernel

View file

@ -1,5 +1,5 @@
--
-- Copyright 2016, Data61
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
@ -7,7 +7,7 @@
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61_BSD)
-- @TAG(DATA61_BSD)
--
-- this file contains types shared between libsel4 and the kernel

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SIMPLE_TYPES_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2016, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SYSCALLS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_TYPES_H

View file

@ -1,11 +1,13 @@
--
-- Copyright 2014, NICTA
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
-- This software may be distributed and modified according to the terms of
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(NICTA_BSD)
-- @TAG(DATA61_BSD)
--
base 32

View file

@ -1,5 +1,5 @@
--
-- Copyright 2016, Data61
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
@ -7,7 +7,7 @@
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61_BSD)
-- @TAG(DATA61_BSD)
--
base 64

View file

@ -1,12 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApiAarch32" label_prefix="aarch32_">
<struct name="seL4_UserContext">

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_CONSTANTS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SEL4_DEPRECATED_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_FUNCTIONS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_MAPPING

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __SEL4_ARCH_OBJECT_TYPE_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SIMPLE_TYPES_H_

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SYSCALLS_H

View file

@ -1,5 +1,5 @@
--
-- Copyright 2016, Data61
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
@ -7,7 +7,7 @@
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61BSD)
-- @TAG(DATA61_BSD)
--
#include <autoconf.h>

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_TYPES_H

View file

@ -1,14 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2016, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(D61_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApiAarch64" label_prefix="aarch64_">
<struct name="seL4_UserContext">

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_CONSTANTS_H

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SEL4_DEPRECATED_H

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_FAULTS_H

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_FUNCTIONS_H_

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_MAPPING_H_

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_OBJECTTYPE_H_

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_PFIPC_H_

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SIMPLE_TYPES_H_

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_SYSCALLS_H_

View file

@ -1,13 +1,13 @@
--
-- Copyright 2016, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230
--
-- This software may be distributed and modified according to the terms of
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61BSD)
--
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
-- This software may be distributed and modified according to the terms of
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(DATA61_BSD)
--
#include <autoconf.h>

View file

@ -1,13 +1,13 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_GPL)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_TYPES_H_

View file

@ -1,12 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2014, NICTA
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApiIa32">
<struct name="seL4_UserContext">

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_CONSTANTS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SEL4_DEPRECATED_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_FUNCTIONS_H

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_MAPPING

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __SEL4_ARCH_OBJECT_TYPE_H

View file

@ -1,10 +1,12 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#include <sel4/deprecated.h>

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SIMPLE_TYPES_H_

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_SYSCALLS_H

View file

@ -1,5 +1,5 @@
--
-- Copyright 2016, Data61
-- Copyright 2017, Data61
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
--
@ -7,7 +7,7 @@
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
-- See "LICENSE_BSD2.txt" for details.
--
-- @TAG(D61BSD)
-- @TAG(DATA61_BSD)
--
#include <autoconf.h>

View file

@ -1,11 +1,13 @@
/*
* Copyright 2014, NICTA
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(NICTA_BSD)
* @TAG(DATA61_BSD)
*/
#ifndef __LIBSEL4_SEL4_ARCH_TYPES_H

View file

@ -1,14 +1,14 @@
<?xml version="1.0" ?>
<!--
Copyright 2016, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(D61_BSD)
@TAG(DATA61_BSD)
-->
<api name="ObjectApiX64" label_prefix="x86_64_">
<struct name="seL4_UserContext">

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

View file

@ -1,5 +1,5 @@
/*
* Copyright 2016, Data61
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*

Some files were not shown because too many files have changed in this diff Show more