Skip to content

Commit

Permalink
Update nasa#297: Add copyright header
Browse files Browse the repository at this point in the history
Adds a NOSA copyright header to all files touched
as part of the fix for nasa#297.
  • Loading branch information
jphickey committed Dec 31, 2019
1 parent a2a97b7 commit 49e2bf2
Show file tree
Hide file tree
Showing 178 changed files with 1,780 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/unit-test-coverage/portable/coveragetest-posixfile.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/*
* Filename: osapi_testcase_common.c
*
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/portable/coveragetest-posixgettime.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/*
* Filename: osapi_testcase_common.c
*
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/portable/coveragetest-posixio.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/*
* Filename: osapi_testcase_common.c
*
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/posix/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#
# Copyright (c) 2019, United States government as represented by the
# administrator of the National Aeronautics Space Administration.
# All rights reserved. This software was created at NASA Goddard
# Space Flight Center pursuant to government contracts.
#
# This is governed by the NASA Open Source Agreement and may be used,
# distributed and modified only according to the terms of that agreement.
#

# --------------------------------------
# OSAL SHARED LAYER FOR COVERAGE TESTING
# --------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/posix/modules/src/ut-osapi.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"

Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/posix/src/coveragetest-osapi.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/*
* Filename: osapi_testcase_common.c
*
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#
# Copyright (c) 2019, United States government as represented by the
# administrator of the National Aeronautics Space Administration.
# All rights reserved. This software was created at NASA Goddard
# Space Flight Center pursuant to government contracts.
#
# This is governed by the NASA Open Source Agreement and may be used,
# distributed and modified only according to the terms of that agreement.
#

# --------------------------------------
# OSAL SHARED LAYER FOR COVERAGE TESTING
# --------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-binsem.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-binsem.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-clock.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-clock.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-common.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-common.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-countsem.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-countsem.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-dir.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-dir.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-errors.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-errors.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-file.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-file.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-filesys.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-filesys.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-fpu.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-fpu.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-heap.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-heap.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-idmap.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-idmap.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-interrupts.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-interrupts.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-module.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-module.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-mutex.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-mutex.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-network.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-network.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-printf.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-printf.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-queue.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-queue.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-select.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-select.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-sockets.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-sockets.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-task.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-task.h"
Expand Down
10 changes: 10 additions & 0 deletions src/unit-test-coverage/shared/modules/src/ut-osapi-time.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2019, United States government as represented by the
* administrator of the National Aeronautics Space Administration.
* All rights reserved. This software was created at NASA Goddard
* Space Flight Center pursuant to government contracts.
*
* This is governed by the NASA Open Source Agreement and may be used,
* distributed and modified only according to the terms of that agreement.
*/

/* pull in the OSAL configuration */
#include "osconfig.h"
#include "ut-osapi-time.h"
Expand Down
Loading

0 comments on commit 49e2bf2

Please sign in to comment.