Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.
This commit is contained in:
Gerwin Klein 2020-03-01 17:40:51 +08:00
parent 80d8b02f30
commit 79da079239
849 changed files with 1553 additions and 6399 deletions

View file

@ -1,14 +1,9 @@
# #
# Copyright 2019, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
additional_commands: additional_commands:
add_sources: add_sources:
kwargs: kwargs:

6
.gitignore vendored
View file

@ -1,11 +1,7 @@
# #
# Copyright 2014, General Dynamics C4 Systems # Copyright 2014, General Dynamics C4 Systems
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(GD_GPL)
# #
# generated python bytecode # generated python bytecode

View file

@ -1,11 +1,7 @@
# #
# Copyright 2014, General Dynamics C4 Systems # Copyright 2014, General Dynamics C4 Systems
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(GD_GPL)
# #
This file lists known caveats in the seL4 API and implementation. This file lists known caveats in the seL4 API and implementation.

View file

@ -1,11 +1,7 @@
# #
# Copyright 2014, General Dynamics C4 Systems # Copyright 2014, General Dynamics C4 Systems
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(GD_GPL)
# #
* Intel VT-d (I/O MMU) support * Intel VT-d (I/O MMU) support

View file

@ -1,13 +1,7 @@
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
cmake_minimum_required(VERSION 3.8.2) cmake_minimum_required(VERSION 3.8.2)

View file

@ -1,13 +1,7 @@
<!-- <!--
Copyright 2017, Data61 Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
This software may be distributed and modified according to the terms of SPDX-License-Identifier: GPL-2.0-only
the GNU General Public License version 2. Note that NO WARRANTY is provided.
See "LICENSE_GPLv2.txt" for details.
@TAG(DATA61_GPL)
--> -->
Contributions to the seL4 kernel repository are welcome! Contributions to the seL4 kernel repository are welcome!

View file

@ -1,13 +1,7 @@
# #
# Copyright 2019, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
set(KERNEL_PATH "${CMAKE_CURRENT_LIST_DIR}" CACHE STRING "") set(KERNEL_PATH "${CMAKE_CURRENT_LIST_DIR}" CACHE STRING "")

View file

@ -1,11 +1,7 @@
<!-- <!--
Copyright 2014, General Dynamics C4 Systems Copyright 2014, General Dynamics C4 Systems
This software may be distributed and modified according to the terms of SPDX-License-Identifier: GPL-2.0-only
the GNU General Public License version 2. Note that NO WARRANTY is provided.
See "LICENSE_GPLv2.txt" for details.
@TAG(GD_GPL)
--> -->
The seL4 Repository The seL4 Repository

View file

@ -1,13 +1,7 @@
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
cmake_minimum_required(VERSION 3.7.2) cmake_minimum_required(VERSION 3.7.2)

View file

@ -1,15 +1,10 @@
#!/usr/bin/env -S cmake -P #!/usr/bin/env -S cmake -P
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
# If this file is executed then build the kernel.elf and kernel_all_pp.c file # If this file is executed then build the kernel.elf and kernel_all_pp.c file
include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake) include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake)
cmake_script_build_kernel() cmake_script_build_kernel()

View file

@ -1,15 +1,10 @@
#!/usr/bin/env -S cmake -P #!/usr/bin/env -S cmake -P
# #
# Copyright 2019, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
# If this file is executed then build the kernel.elf and kernel_all_pp.c file # If this file is executed then build the kernel.elf and kernel_all_pp.c file
include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake) include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake)
cmake_script_build_kernel() cmake_script_build_kernel()

View file

@ -1,14 +1,8 @@
#!/usr/bin/env -S cmake -P #!/usr/bin/env -S cmake -P
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
# If this file is executed then build the kernel.elf and kernel_all_pp.c file # If this file is executed then build the kernel.elf and kernel_all_pp.c file

View file

@ -1,15 +1,10 @@
#!/usr/bin/env -S cmake -P #!/usr/bin/env -S cmake -P
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
# If this file is executed then build the kernel.elf and kernel_all_pp.c file # If this file is executed then build the kernel.elf and kernel_all_pp.c file
include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake) include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake)
cmake_script_build_kernel() cmake_script_build_kernel()

View file

@ -1,15 +1,10 @@
#!/usr/bin/env -S cmake -P #!/usr/bin/env -S cmake -P
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
# If this file is executed then build the kernel.elf and kernel_all_pp.c file # If this file is executed then build the kernel.elf and kernel_all_pp.c file
include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake) include(${CMAKE_CURRENT_LIST_DIR}/../tools/helpers.cmake)
cmake_script_build_kernel() cmake_script_build_kernel()

View file

@ -1,13 +1,7 @@
# #
# Copyright 2019, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
# #

View file

@ -1,13 +1,7 @@
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
cmake_minimum_required(VERSION 3.7.2) cmake_minimum_required(VERSION 3.7.2)

View file

@ -1,11 +1,7 @@
# #
# Copyright 2014, General Dynamics C4 Systems # Copyright 2014, General Dynamics C4 Systems
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(GD_GPL)
# #
#GDB macros for displaying seL4 data structures. Currently a work in progress. #GDB macros for displaying seL4 data structures. Currently a work in progress.

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2019, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __IPC_BUFFER_H #ifndef __IPC_BUFFER_H

View file

@ -1,13 +1,7 @@
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
cmake_minimum_required(VERSION 3.7.2) cmake_minimum_required(VERSION 3.7.2)

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_STDINT_H #ifndef __MODE_STDINT_H

View file

@ -1,14 +1,9 @@
/* /*
* Copyright 2019, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_UTIL_H #ifndef __MODE_UTIL_H
#define __MODE_UTIL_H #define __MODE_UTIL_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2019, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __IPC_BUFFER_H #ifndef __IPC_BUFFER_H

View file

@ -1,13 +1,7 @@
# #
# Copyright 2017, Data61 # Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# #
# This software may be distributed and modified according to the terms of # SPDX-License-Identifier: GPL-2.0-only
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(DATA61_GPL)
# #
cmake_minimum_required(VERSION 3.7.2) cmake_minimum_required(VERSION 3.7.2)

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_STDINT_H #ifndef __MODE_STDINT_H

View file

@ -1,14 +1,9 @@
/* /*
* Copyright 2019, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_UTIL_H #ifndef __MODE_UTIL_H
#define __MODE_UTIL_H #define __MODE_UTIL_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __API_H #ifndef __API_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#include <config.h> #include <config.h>

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __FAILURES_H #ifndef __FAILURES_H

View file

@ -1,14 +1,9 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __API_FAULTS_H #ifndef __API_FAULTS_H
#define __API_FAULTS_H #define __API_FAULTS_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __API_SYSCALL_H #ifndef __API_SYSCALL_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __API_TYPES_H #ifndef __API_TYPES_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_FASTPATH_32_H #ifndef __ARCH_FASTPATH_32_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_HARDWARE_32_H #ifndef __ARCH_HARDWARE_32_H

View file

@ -1,14 +1,9 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __KERNEL_MODE_STACK_H #ifndef __KERNEL_MODE_STACK_H
#define __KERNEL_MODE_STACK_H #define __KERNEL_MODE_STACK_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2017, General Dynamics C4 Systems * Copyright 2017, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __MODE_KERNEL_THREAD_H #ifndef __MODE_KERNEL_THREAD_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MODE_KERNEL_VSPACE_H #ifndef __ARCH_MODE_KERNEL_VSPACE_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_32_H #ifndef __ARCH_MACHINE_32_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_MACHINE_DEBUG_H_ #ifndef __ARCH_MODE_MACHINE_DEBUG_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_MACHINE_FPU_H #ifndef __MODE_MACHINE_FPU_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_HARDWARE_32_H #ifndef __ARCH_MACHINE_HARDWARE_32_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_REGISTERSET_32_H #ifndef __ARCH_MACHINE_REGISTERSET_32_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_MACHINE_TIMER_H_ #ifndef __ARCH_MODE_MACHINE_TIMER_H_

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_PL2_32_H #ifndef __ARCH_MACHINE_PL2_32_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MODEL_STATEDATA_32_H #ifndef __ARCH_MODEL_STATEDATA_32_H

View file

@ -1,11 +1,7 @@
-- --
-- Copyright 2014, General Dynamics C4 Systems -- Copyright 2014, General Dynamics C4 Systems
-- --
-- This software may be distributed and modified according to the terms of -- SPDX-License-Identifier: GPL-2.0-only
-- the GNU General Public License version 2. Note that NO WARRANTY is provided.
-- See "LICENSE_GPLv2.txt" for details.
--
-- @TAG(GD_GPL)
-- --
#include <config.h> #include <config.h>

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_OBJECT_STRUCTURES_32_H #ifndef __ARCH_OBJECT_STRUCTURES_32_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_SMP_IPI_H #ifndef __MODE_SMP_IPI_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_SMP_H_ #ifndef __MODE_SMP_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_TYPES_H_ #ifndef __ARCH_MODE_TYPES_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_FASTPATH_64_H #ifndef __ARCH_FASTPATH_64_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_HARDWARE_H #ifndef __ARCH_MODE_HARDWARE_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __KERNEL_MODE_STACK_H #ifndef __KERNEL_MODE_STACK_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2017, General Dynamics C4 Systems * Copyright 2017, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __MODE_KERNEL_THREAD_H #ifndef __MODE_KERNEL_THREAD_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_KERNEL_VSPACE_H_ #ifndef __ARCH_MODE_KERNEL_VSPACE_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_MACHINE_H #ifndef __ARCH_MODE_MACHINE_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_MACHINE_DEBUG_H_ #ifndef __ARCH_MODE_MACHINE_DEBUG_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_MACHINE_FPU_H #ifndef __MODE_MACHINE_FPU_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_HARDWARE_64_H #ifndef __ARCH_MACHINE_HARDWARE_64_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_REGISTERSET_64_H #ifndef __ARCH_MACHINE_REGISTERSET_64_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_MACHINE_TIMER_H_ #ifndef __ARCH_MODE_MACHINE_TIMER_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_MACHINE_PL2_H #ifndef __ARCH_MODE_MACHINE_PL2_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODEL_STATEDATA_64_H #ifndef __ARCH_MODEL_STATEDATA_64_H

View file

@ -1,13 +1,7 @@
-- --
-- Copyright 2017, Data61 -- Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
-- ABN 41 687 119 230.
-- --
-- This software may be distributed and modified according to the terms of -- SPDX-License-Identifier: GPL-2.0-only
-- the GNU General Public License version 2. Note that NO WARRANTY is provided.
-- See "LICENSE_GPLv2.txt" for details.
--
-- @TAG(DATA61_GPL)
-- --
#include <config.h> #include <config.h>

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_OBJECT_STRUCTURES_64_H #ifndef __ARCH_OBJECT_STRUCTURES_64_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_SMP_IPI_H #ifndef __MODE_SMP_IPI_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __MODE_SMP_H_ #ifndef __MODE_SMP_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODE_TYPES_H_ #ifndef __ARCH_MODE_TYPES_H_

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_API_TYPES_H #ifndef __ARCH_API_TYPES_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef ARCH_BENCHMARK_H #ifndef ARCH_BENCHMARK_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2019, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_BOOTINFO_H #ifndef __ARCH_BOOTINFO_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_FASTPATH_H #ifndef __ARCH_FASTPATH_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_KERNEL_BOOT_H #ifndef __ARCH_KERNEL_BOOT_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_KERNEL_THREAD_H #ifndef __ARCH_KERNEL_THREAD_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2016, General Dynamics C4 Systems * Copyright 2016, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __KERNEL_ARM_TRAPS_H #ifndef __KERNEL_ARM_TRAPS_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_KERNEL_VSPACE_H #ifndef __ARCH_KERNEL_VSPACE_H

View file

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

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_H #ifndef __ARCH_MACHINE_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_CAPDL_H #ifndef __ARCH_MACHINE_CAPDL_H

View file

@ -1,14 +1,9 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_DEBUG_H #ifndef __ARCH_MACHINE_DEBUG_H
#define __ARCH_MACHINE_DEBUG_H #define __ARCH_MACHINE_DEBUG_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef ARCH_MACHINE_DEBUG_CONF_H #ifndef ARCH_MACHINE_DEBUG_CONF_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_FPU_H #ifndef __ARCH_MACHINE_FPU_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2019, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_GIC_COMMON_H #ifndef __ARCH_MACHINE_GIC_COMMON_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
/* /*

View file

@ -1,14 +1,8 @@
/* /*
* Copyright 2019, DornerWorks * Copyright 2019, DornerWorks
* Copyright 2019, Data61 * Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_DORNERWORKS_BSD)
*/ */
/* /*

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_HARDWARE_H #ifndef __ARCH_MACHINE_HARDWARE_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
/* /*

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MACHINE_REGISTERSET_H #ifndef __ARCH_MACHINE_REGISTERSET_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_TIMER_H_ #ifndef __ARCH_MACHINE_TIMER_H_

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MACHINE_TLB_H #ifndef __ARCH_MACHINE_TLB_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_MODEL_SMP_H_ #ifndef __ARCH_MODEL_SMP_H_

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_MODEL_STATEDATA_H #ifndef __ARCH_MODEL_STATEDATA_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_OBJECT_INTERRUPT_H #ifndef __ARCH_OBJECT_INTERRUPT_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2016, General Dynamics C4 Systems * Copyright 2016, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_OBJECT_IOSPACE_H #ifndef __ARCH_OBJECT_IOSPACE_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_OBJECT_OBJECTTYPE_H #ifndef __ARCH_OBJECT_OBJECTTYPE_H

View file

@ -1,11 +1,7 @@
-- --
-- Copyright 2014, General Dynamics C4 Systems -- Copyright 2014, General Dynamics C4 Systems
-- --
-- This software may be distributed and modified according to the terms of -- SPDX-License-Identifier: GPL-2.0-only
-- the GNU General Public License version 2. Note that NO WARRANTY is provided.
-- See "LICENSE_GPLv2.txt" for details.
--
-- @TAG(GD_GPL)
-- --
#include <mode/object/structures.bf> #include <mode/object/structures.bf>

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_OBJECT_STRUCTURES_H #ifndef __ARCH_OBJECT_STRUCTURES_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_OBJECT_VCPU_H #ifndef __ARCH_OBJECT_VCPU_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_SMP_IPI_H #ifndef __ARCH_SMP_IPI_H

View file

@ -1,13 +1,7 @@
/* /*
* Copyright 2017, Data61 * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
*/ */
#ifndef __ARCH_SMP_IPI_INLINE_H #ifndef __ARCH_SMP_IPI_INLINE_H

View file

@ -1,11 +1,7 @@
/* /*
* Copyright 2014, General Dynamics C4 Systems * Copyright 2014, General Dynamics C4 Systems
* *
* This software may be distributed and modified according to the terms of * SPDX-License-Identifier: GPL-2.0-only
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(GD_GPL)
*/ */
#ifndef __ARCH_TYPES_H #ifndef __ARCH_TYPES_H

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