From 49e2bf2e5ccbb91fd6fc56fbef417f0ba7b70fbb Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Tue, 31 Dec 2019 10:19:46 -0500 Subject: [PATCH] Update #297: Add copyright header Adds a NOSA copyright header to all files touched as part of the fix for #297. --- .../portable/coveragetest-posixfile.c | 10 ++++++++++ .../portable/coveragetest-posixgettime.c | 10 ++++++++++ src/unit-test-coverage/portable/coveragetest-posixio.c | 10 ++++++++++ src/unit-test-coverage/posix/modules/CMakeLists.txt | 10 ++++++++++ src/unit-test-coverage/posix/modules/src/ut-osapi.c | 10 ++++++++++ src/unit-test-coverage/posix/src/coveragetest-osapi.c | 10 ++++++++++ src/unit-test-coverage/shared/modules/CMakeLists.txt | 10 ++++++++++ .../shared/modules/src/ut-osapi-binsem.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-clock.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-common.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-countsem.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-dir.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-errors.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-file.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-filesys.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-fpu.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-heap.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-idmap.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-interrupts.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-module.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-mutex.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-network.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-printf.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-queue.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-select.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-sockets.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-task.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-time.c | 10 ++++++++++ .../shared/modules/src/ut-osapi-timebase.c | 10 ++++++++++ .../shared/src/coveragetest-binsem.c | 10 ++++++++++ .../shared/src/coveragetest-common.c | 10 ++++++++++ .../shared/src/coveragetest-countsem.c | 10 ++++++++++ src/unit-test-coverage/shared/src/coveragetest-file.c | 10 ++++++++++ .../shared/src/coveragetest-filesys.c | 10 ++++++++++ src/unit-test-coverage/shared/src/coveragetest-idmap.c | 10 ++++++++++ .../shared/src/coveragetest-module.c | 10 ++++++++++ src/unit-test-coverage/shared/src/coveragetest-mutex.c | 10 ++++++++++ .../shared/src/coveragetest-printf.c | 10 ++++++++++ src/unit-test-coverage/shared/src/coveragetest-queue.c | 10 ++++++++++ .../shared/src/coveragetest-select.c | 10 ++++++++++ .../shared/src/coveragetest-sockets.c | 10 ++++++++++ src/unit-test-coverage/shared/src/coveragetest-task.c | 10 ++++++++++ src/unit-test-coverage/shared/src/coveragetest-time.c | 10 ++++++++++ .../shared/src/coveragetest-timebase.c | 10 ++++++++++ src/unit-test-coverage/ut-stubs/inc/OCS_basetypes.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/inc/OCS_blkIo.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/inc/OCS_iv.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/inc/OCS_stat.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/inc/OCS_symLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/inc/OCS_vxWorks.h | 10 ++++++++++ .../ut-stubs/override_inc/arpa/inet.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/assert.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/blkIo.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/cbioLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/complex.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/ctype.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/dirent.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/dlfcn.h | 10 ++++++++++ .../ut-stubs/override_inc/dosFsLib.h | 10 ++++++++++ .../ut-stubs/override_inc/drv/hdisk/ataDrv.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/errno.h | 10 ++++++++++ .../ut-stubs/override_inc/errnoLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/fcntl.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/fenv.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/float.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/hostLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/intLib.h | 10 ++++++++++ .../ut-stubs/override_inc/inttypes.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/ioLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/iv.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/loadLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/locale.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/logLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/math.h | 10 ++++++++++ .../ut-stubs/override_inc/memPartLib.h | 10 ++++++++++ .../ut-stubs/override_inc/moduleLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/mqueue.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/msgQLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/net/if.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/netdb.h | 10 ++++++++++ .../ut-stubs/override_inc/netinet/in.h | 10 ++++++++++ .../ut-stubs/override_inc/netinet/tcp.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/objLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/poll.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/pthread.h | 10 ++++++++++ .../ut-stubs/override_inc/ramDiskCbio.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/ramDrv.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/sched.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/semLib.h | 10 ++++++++++ .../ut-stubs/override_inc/semaphore.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/setjmp.h | 10 ++++++++++ .../ut-stubs/override_inc/shellLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/signal.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/stat.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/stdarg.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/stdio.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/stdlib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/string.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/strings.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/symLib.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/ioctl.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/sys/ipc.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/mman.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/select.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/signal.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/socket.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/stat.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/statvfs.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/time.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/times.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/types.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/sys/un.h | 10 ++++++++++ .../ut-stubs/override_inc/sys/wait.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/sysLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/taskLib.h | 10 ++++++++++ .../ut-stubs/override_inc/taskVarLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/termios.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/tgmath.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/time.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/timers.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/ulimit.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/unistd.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/unldLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/usrLib.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/version.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/vxWorks.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/wchar.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/override_inc/wctype.h | 10 ++++++++++ .../ut-stubs/override_inc/xbdBlkDev.h | 10 ++++++++++ .../ut-stubs/override_inc/xbdRamDisk.h | 10 ++++++++++ src/unit-test-coverage/ut-stubs/src/libc-ctype-stubs.c | 10 ++++++++++ src/unit-test-coverage/ut-stubs/src/libc-stdio-stubs.c | 10 ++++++++++ .../ut-stubs/src/libc-stdlib-stubs.c | 10 ++++++++++ .../ut-stubs/src/libc-string-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-dirent-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-errno-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-fcntl-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-ioctl-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-mqueue-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-pthread-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-sched-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-semaphore-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-signal-stubs.c | 10 ++++++++++ src/unit-test-coverage/ut-stubs/src/posix-stat-stubs.c | 10 ++++++++++ src/unit-test-coverage/ut-stubs/src/posix-time-stubs.c | 10 ++++++++++ .../ut-stubs/src/posix-unistd-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-ataDrv-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-dosFsLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-errnoLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-intLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-loadLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-memPartLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-moduleLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-msgQLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-ramDrv-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-semLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-shellLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-symLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-sysLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-taskLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-taskVarLib-stubs.c | 10 ++++++++++ .../ut-stubs/src/vxworks-xbdBlkDev-stubs.c | 10 ++++++++++ src/unit-test-coverage/vxworks/modules/CMakeLists.txt | 10 ++++++++++ src/unit-test-coverage/vxworks/modules/inc/ut-osapi.h | 10 ++++++++++ .../vxworks/modules/inc/ut-osfilesys.h | 10 ++++++++++ .../vxworks/modules/inc/ut-osloader.h | 10 ++++++++++ .../vxworks/modules/inc/ut-ostimer.h | 10 ++++++++++ src/unit-test-coverage/vxworks/modules/src/ut-osapi.c | 10 ++++++++++ .../vxworks/modules/src/ut-osfileapi.c | 10 ++++++++++ .../vxworks/modules/src/ut-osfilesys.c | 10 ++++++++++ .../vxworks/modules/src/ut-osloader.c | 10 ++++++++++ .../vxworks/modules/src/ut-ostimer.c | 10 ++++++++++ .../vxworks/src/coveragetest-osapi.c | 10 ++++++++++ .../vxworks/src/coveragetest-osfileapi.c | 10 ++++++++++ .../vxworks/src/coveragetest-osfilesys.c | 10 ++++++++++ .../vxworks/src/coveragetest-osloader.c | 10 ++++++++++ .../vxworks/src/coveragetest-ostimer.c | 10 ++++++++++ .../vxworks/src/coveragetest-printf.c | 10 ++++++++++ 178 files changed, 1780 insertions(+) diff --git a/src/unit-test-coverage/portable/coveragetest-posixfile.c b/src/unit-test-coverage/portable/coveragetest-posixfile.c index 41c06f3a2..5de2a5017 100644 --- a/src/unit-test-coverage/portable/coveragetest-posixfile.c +++ b/src/unit-test-coverage/portable/coveragetest-posixfile.c @@ -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 * diff --git a/src/unit-test-coverage/portable/coveragetest-posixgettime.c b/src/unit-test-coverage/portable/coveragetest-posixgettime.c index c8add0bb2..bbe3e4f14 100644 --- a/src/unit-test-coverage/portable/coveragetest-posixgettime.c +++ b/src/unit-test-coverage/portable/coveragetest-posixgettime.c @@ -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 * diff --git a/src/unit-test-coverage/portable/coveragetest-posixio.c b/src/unit-test-coverage/portable/coveragetest-posixio.c index 2ac5c8c82..fc4e4c3cd 100644 --- a/src/unit-test-coverage/portable/coveragetest-posixio.c +++ b/src/unit-test-coverage/portable/coveragetest-posixio.c @@ -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 * diff --git a/src/unit-test-coverage/posix/modules/CMakeLists.txt b/src/unit-test-coverage/posix/modules/CMakeLists.txt index 4d7abc06c..c48a887bf 100644 --- a/src/unit-test-coverage/posix/modules/CMakeLists.txt +++ b/src/unit-test-coverage/posix/modules/CMakeLists.txt @@ -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 # -------------------------------------- diff --git a/src/unit-test-coverage/posix/modules/src/ut-osapi.c b/src/unit-test-coverage/posix/modules/src/ut-osapi.c index 6773046d3..534461fae 100644 --- a/src/unit-test-coverage/posix/modules/src/ut-osapi.c +++ b/src/unit-test-coverage/posix/modules/src/ut-osapi.c @@ -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" diff --git a/src/unit-test-coverage/posix/src/coveragetest-osapi.c b/src/unit-test-coverage/posix/src/coveragetest-osapi.c index 726686318..d6a4181dc 100644 --- a/src/unit-test-coverage/posix/src/coveragetest-osapi.c +++ b/src/unit-test-coverage/posix/src/coveragetest-osapi.c @@ -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 * diff --git a/src/unit-test-coverage/shared/modules/CMakeLists.txt b/src/unit-test-coverage/shared/modules/CMakeLists.txt index aaecf2a1b..0b35829ef 100644 --- a/src/unit-test-coverage/shared/modules/CMakeLists.txt +++ b/src/unit-test-coverage/shared/modules/CMakeLists.txt @@ -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 # -------------------------------------- diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-binsem.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-binsem.c index 306fa1f65..6839ead86 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-binsem.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-binsem.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-clock.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-clock.c index 19cb202eb..30aab8328 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-clock.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-clock.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-common.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-common.c index 56b5f7a91..1c6895c17 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-common.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-common.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-countsem.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-countsem.c index 9e0dd4d7a..951b86d67 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-countsem.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-countsem.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-dir.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-dir.c index b8e9ad77d..5c1d85ef5 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-dir.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-dir.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-errors.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-errors.c index 9a7f79fb8..c106acd60 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-errors.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-errors.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-file.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-file.c index 95395aff0..cfd1f6c3c 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-file.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-file.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-filesys.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-filesys.c index 1f0e4f2d1..eef3dd0cd 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-filesys.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-filesys.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-fpu.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-fpu.c index 8199bc72a..83a6f8074 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-fpu.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-fpu.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-heap.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-heap.c index 6f558ae1e..933af12e4 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-heap.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-heap.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-idmap.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-idmap.c index 9085c5340..50ac5e041 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-idmap.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-idmap.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-interrupts.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-interrupts.c index 435ef484b..6a09c9036 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-interrupts.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-interrupts.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-module.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-module.c index 302d4c1bb..9b4af5148 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-module.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-module.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-mutex.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-mutex.c index 22ab5db4e..b1679f380 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-mutex.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-mutex.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-network.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-network.c index 70516f642..614adaf8b 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-network.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-network.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-printf.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-printf.c index d83c14e4b..52f18eff9 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-printf.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-printf.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-queue.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-queue.c index 694fcafa9..b75a1655b 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-queue.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-queue.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-select.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-select.c index ca4496898..08f3b1562 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-select.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-select.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-sockets.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-sockets.c index be27e09ac..8a68e7516 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-sockets.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-sockets.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-task.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-task.c index ef8d4c184..09fc647da 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-task.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-task.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-time.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-time.c index 0994ff7f7..74ec80abe 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-time.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-time.c @@ -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" diff --git a/src/unit-test-coverage/shared/modules/src/ut-osapi-timebase.c b/src/unit-test-coverage/shared/modules/src/ut-osapi-timebase.c index 70340d8f5..0c17797a2 100644 --- a/src/unit-test-coverage/shared/modules/src/ut-osapi-timebase.c +++ b/src/unit-test-coverage/shared/modules/src/ut-osapi-timebase.c @@ -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-timebase.h" diff --git a/src/unit-test-coverage/shared/src/coveragetest-binsem.c b/src/unit-test-coverage/shared/src/coveragetest-binsem.c index 3ef269199..75238a7e2 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-binsem.c +++ b/src/unit-test-coverage/shared/src/coveragetest-binsem.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-common.c b/src/unit-test-coverage/shared/src/coveragetest-common.c index 62d74b522..117b17c65 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-common.c +++ b/src/unit-test-coverage/shared/src/coveragetest-common.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-countsem.c b/src/unit-test-coverage/shared/src/coveragetest-countsem.c index 0c3a6ca71..166a61274 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-countsem.c +++ b/src/unit-test-coverage/shared/src/coveragetest-countsem.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-file.c b/src/unit-test-coverage/shared/src/coveragetest-file.c index 015b17b9a..f9184b205 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-file.c +++ b/src/unit-test-coverage/shared/src/coveragetest-file.c @@ -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_file.c * diff --git a/src/unit-test-coverage/shared/src/coveragetest-filesys.c b/src/unit-test-coverage/shared/src/coveragetest-filesys.c index 8166767d3..4de8f830b 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-filesys.c +++ b/src/unit-test-coverage/shared/src/coveragetest-filesys.c @@ -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_filesys.c * diff --git a/src/unit-test-coverage/shared/src/coveragetest-idmap.c b/src/unit-test-coverage/shared/src/coveragetest-idmap.c index 7fdf8384e..a4b021ba2 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-idmap.c +++ b/src/unit-test-coverage/shared/src/coveragetest-idmap.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-module.c b/src/unit-test-coverage/shared/src/coveragetest-module.c index f8a69226c..06eccaf65 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-module.c +++ b/src/unit-test-coverage/shared/src/coveragetest-module.c @@ -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_module.c * diff --git a/src/unit-test-coverage/shared/src/coveragetest-mutex.c b/src/unit-test-coverage/shared/src/coveragetest-mutex.c index 3434983e9..8713389ee 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-mutex.c +++ b/src/unit-test-coverage/shared/src/coveragetest-mutex.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-printf.c b/src/unit-test-coverage/shared/src/coveragetest-printf.c index 7b02c614c..d543a8c70 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-printf.c +++ b/src/unit-test-coverage/shared/src/coveragetest-printf.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-queue.c b/src/unit-test-coverage/shared/src/coveragetest-queue.c index 57e87355f..0385be681 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-queue.c +++ b/src/unit-test-coverage/shared/src/coveragetest-queue.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-select.c b/src/unit-test-coverage/shared/src/coveragetest-select.c index 5d0b35165..dc5860496 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-select.c +++ b/src/unit-test-coverage/shared/src/coveragetest-select.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-sockets.c b/src/unit-test-coverage/shared/src/coveragetest-sockets.c index ac10be346..fc6c898d2 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-sockets.c +++ b/src/unit-test-coverage/shared/src/coveragetest-sockets.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-task.c b/src/unit-test-coverage/shared/src/coveragetest-task.c index 68987f8ae..65afee5c0 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-task.c +++ b/src/unit-test-coverage/shared/src/coveragetest-task.c @@ -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 * diff --git a/src/unit-test-coverage/shared/src/coveragetest-time.c b/src/unit-test-coverage/shared/src/coveragetest-time.c index 003c237c7..01f9b6451 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-time.c +++ b/src/unit-test-coverage/shared/src/coveragetest-time.c @@ -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_timer.c * diff --git a/src/unit-test-coverage/shared/src/coveragetest-timebase.c b/src/unit-test-coverage/shared/src/coveragetest-timebase.c index 9136ed324..0fb83b95c 100644 --- a/src/unit-test-coverage/shared/src/coveragetest-timebase.c +++ b/src/unit-test-coverage/shared/src/coveragetest-timebase.c @@ -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_timebase.c * diff --git a/src/unit-test-coverage/ut-stubs/inc/OCS_basetypes.h b/src/unit-test-coverage/ut-stubs/inc/OCS_basetypes.h index 501da9ec8..d02838745 100644 --- a/src/unit-test-coverage/ut-stubs/inc/OCS_basetypes.h +++ b/src/unit-test-coverage/ut-stubs/inc/OCS_basetypes.h @@ -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 coverage stub basic data types */ #ifndef _OSAL_STUB_BASETYPES_H_ #define _OSAL_STUB_BASETYPES_H_ diff --git a/src/unit-test-coverage/ut-stubs/inc/OCS_blkIo.h b/src/unit-test-coverage/ut-stubs/inc/OCS_blkIo.h index bf955c96d..95d7b4beb 100644 --- a/src/unit-test-coverage/ut-stubs/inc/OCS_blkIo.h +++ b/src/unit-test-coverage/ut-stubs/inc/OCS_blkIo.h @@ -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 coverage stub basic data types */ #ifndef _OSAL_STUB_BLKIO_H_ #define _OSAL_STUB_BLKIO_H_ diff --git a/src/unit-test-coverage/ut-stubs/inc/OCS_iv.h b/src/unit-test-coverage/ut-stubs/inc/OCS_iv.h index 4f82dd57d..7e26c2438 100644 --- a/src/unit-test-coverage/ut-stubs/inc/OCS_iv.h +++ b/src/unit-test-coverage/ut-stubs/inc/OCS_iv.h @@ -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 coverage stub replacement for iv.h */ #ifndef _OSAL_STUB_IV_H_ #define _OSAL_STUB_IV_H_ diff --git a/src/unit-test-coverage/ut-stubs/inc/OCS_stat.h b/src/unit-test-coverage/ut-stubs/inc/OCS_stat.h index 4a33b2d14..54d30410d 100644 --- a/src/unit-test-coverage/ut-stubs/inc/OCS_stat.h +++ b/src/unit-test-coverage/ut-stubs/inc/OCS_stat.h @@ -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 coverage stub replacement for stat.h */ #ifndef _OSAL_STUB_STAT_H_ #define _OSAL_STUB_STAT_H_ diff --git a/src/unit-test-coverage/ut-stubs/inc/OCS_symLib.h b/src/unit-test-coverage/ut-stubs/inc/OCS_symLib.h index 741a1c900..7dbaf15b4 100644 --- a/src/unit-test-coverage/ut-stubs/inc/OCS_symLib.h +++ b/src/unit-test-coverage/ut-stubs/inc/OCS_symLib.h @@ -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 coverage stub replacement for symLib.h */ #ifndef _OSAL_STUB_SYMLIB_H_ #define _OSAL_STUB_SYMLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/inc/OCS_vxWorks.h b/src/unit-test-coverage/ut-stubs/inc/OCS_vxWorks.h index cbc16c25f..c05782245 100644 --- a/src/unit-test-coverage/ut-stubs/inc/OCS_vxWorks.h +++ b/src/unit-test-coverage/ut-stubs/inc/OCS_vxWorks.h @@ -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 coverage stub replacement for vxWorks.h */ #ifndef _OSAL_STUB_VXWORKS_H_ #define _OSAL_STUB_VXWORKS_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/arpa/inet.h b/src/unit-test-coverage/ut-stubs/override_inc/arpa/inet.h index 14631330e..a4894b428 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/arpa/inet.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/arpa/inet.h @@ -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 coverage stub replacement for arpa/inet.h */ #ifndef _OSAL_OVERRIDE_ARPA_INET_H_ #define _OSAL_OVERRIDE_ARPA_INET_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/assert.h b/src/unit-test-coverage/ut-stubs/override_inc/assert.h index d58e67051..c7c94d454 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/assert.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/assert.h @@ -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 coverage stub replacement for assert.h */ #ifndef _OSAL_OVERRIDE_ASSERT_H_ #define _OSAL_OVERRIDE_ASSERT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/blkIo.h b/src/unit-test-coverage/ut-stubs/override_inc/blkIo.h index 6cd45666f..36b971bb3 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/blkIo.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/blkIo.h @@ -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 coverage stub replacement for blkIo.h */ #ifndef _OSAL_OVERRIDE_BLKIO_H_ #define _OSAL_OVERRIDE_BLKIO_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/cbioLib.h b/src/unit-test-coverage/ut-stubs/override_inc/cbioLib.h index 0410a7cdc..23c706bb9 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/cbioLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/cbioLib.h @@ -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 coverage stub replacement for cbioLib.h */ #ifndef _OSAL_OVERRIDE_CBIOLIB_H_ #define _OSAL_OVERRIDE_CBIOLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/complex.h b/src/unit-test-coverage/ut-stubs/override_inc/complex.h index e3a1f1501..43d8f031c 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/complex.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/complex.h @@ -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 coverage stub replacement for complex.h */ #ifndef _OSAL_OVERRIDE_COMPLEX_H_ #define _OSAL_OVERRIDE_COMPLEX_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/ctype.h b/src/unit-test-coverage/ut-stubs/override_inc/ctype.h index a0639c787..9b4672c4d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/ctype.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/ctype.h @@ -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 coverage stub replacement for ctype.h */ #ifndef _OSAL_OVERRIDE_CTYPE_H_ #define _OSAL_OVERRIDE_CTYPE_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/dirent.h b/src/unit-test-coverage/ut-stubs/override_inc/dirent.h index 79cd8d5fc..3cda5ea30 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/dirent.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/dirent.h @@ -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 coverage stub replacement for dirent.h */ #ifndef _OSAL_OVERRIDE_DIRENT_H_ #define _OSAL_OVERRIDE_DIRENT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/dlfcn.h b/src/unit-test-coverage/ut-stubs/override_inc/dlfcn.h index d91b9b6ed..b9d6120f0 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/dlfcn.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/dlfcn.h @@ -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 coverage stub replacement for dlfcn.h */ #ifndef _OSAL_OVERRIDE_DLFCN_H_ #define _OSAL_OVERRIDE_DLFCN_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/dosFsLib.h b/src/unit-test-coverage/ut-stubs/override_inc/dosFsLib.h index 52dd7dab3..3385ae14e 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/dosFsLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/dosFsLib.h @@ -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 coverage stub replacement for dosFsLib.h */ #ifndef _OSAL_OVERRIDE_DOSFSLIB_H_ #define _OSAL_OVERRIDE_DOSFSLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/drv/hdisk/ataDrv.h b/src/unit-test-coverage/ut-stubs/override_inc/drv/hdisk/ataDrv.h index 265476dba..fefdb37fd 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/drv/hdisk/ataDrv.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/drv/hdisk/ataDrv.h @@ -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 coverage stub replacement for drv/hdisk/ataDrv.h */ #ifndef _OSAL_OVERRIDE_DRV_HDISK_ATADRV_H_ #define _OSAL_OVERRIDE_DRV_HDISK_ATADRV_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/errno.h b/src/unit-test-coverage/ut-stubs/override_inc/errno.h index 814bf80cb..a7bae704a 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/errno.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/errno.h @@ -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 coverage stub replacement for errno.h */ #ifndef _OSAL_OVERRIDE_ERRNO_H_ #define _OSAL_OVERRIDE_ERRNO_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/errnoLib.h b/src/unit-test-coverage/ut-stubs/override_inc/errnoLib.h index dd37ac85b..c3bc41bdf 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/errnoLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/errnoLib.h @@ -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 coverage stub replacement for errnoLib.h */ #ifndef _OSAL_OVERRIDE_ERRNOLIB_H_ #define _OSAL_OVERRIDE_ERRNOLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/fcntl.h b/src/unit-test-coverage/ut-stubs/override_inc/fcntl.h index 85826e11d..8c668fdc1 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/fcntl.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/fcntl.h @@ -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 coverage stub replacement for fcntl.h */ #ifndef _OSAL_OVERRIDE_FCNTL_H_ #define _OSAL_OVERRIDE_FCNTL_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/fenv.h b/src/unit-test-coverage/ut-stubs/override_inc/fenv.h index bc36489a5..db7bddf1f 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/fenv.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/fenv.h @@ -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 coverage stub replacement for fenv.h */ #ifndef _OSAL_OVERRIDE_FENV_H_ #define _OSAL_OVERRIDE_FENV_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/float.h b/src/unit-test-coverage/ut-stubs/override_inc/float.h index 24698a585..2969db723 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/float.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/float.h @@ -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 coverage stub replacement for float.h */ #ifndef _OSAL_OVERRIDE_FLOAT_H_ #define _OSAL_OVERRIDE_FLOAT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/hostLib.h b/src/unit-test-coverage/ut-stubs/override_inc/hostLib.h index 8064f6273..ed34907e1 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/hostLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/hostLib.h @@ -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 coverage stub replacement for hostLib.h */ #ifndef _OSAL_OVERRIDE_HOSTLIB_H_ #define _OSAL_OVERRIDE_HOSTLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/intLib.h b/src/unit-test-coverage/ut-stubs/override_inc/intLib.h index 72f9a4f31..635566ac4 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/intLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/intLib.h @@ -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 coverage stub replacement for intLib.h */ #ifndef _OSAL_OVERRIDE_INTLIB_H_ #define _OSAL_OVERRIDE_INTLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/inttypes.h b/src/unit-test-coverage/ut-stubs/override_inc/inttypes.h index 8e1178ad0..26a43adea 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/inttypes.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/inttypes.h @@ -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 coverage stub replacement for inttypes.h */ #ifndef _OSAL_OVERRIDE_INTTYPES_H_ #define _OSAL_OVERRIDE_INTTYPES_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/ioLib.h b/src/unit-test-coverage/ut-stubs/override_inc/ioLib.h index 466dfbdcf..1d227481c 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/ioLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/ioLib.h @@ -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 coverage stub replacement for ioLib.h */ #ifndef _OSAL_OVERRIDE_IOLIB_H_ #define _OSAL_OVERRIDE_IOLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/iv.h b/src/unit-test-coverage/ut-stubs/override_inc/iv.h index 944f0d3af..f1c60ecf2 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/iv.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/iv.h @@ -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 coverage stub replacement for iv.h */ #ifndef _OSAL_OVERRIDE_IV_H_ #define _OSAL_OVERRIDE_IV_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/loadLib.h b/src/unit-test-coverage/ut-stubs/override_inc/loadLib.h index 764eec679..8748f8ad5 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/loadLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/loadLib.h @@ -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 coverage stub replacement for loadLib.h */ #ifndef _OSAL_OVERRIDE_LOADLIB_H_ #define _OSAL_OVERRIDE_LOADLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/locale.h b/src/unit-test-coverage/ut-stubs/override_inc/locale.h index 95adc9980..a6631944d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/locale.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/locale.h @@ -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 coverage stub replacement for locale.h */ #ifndef _OSAL_OVERRIDE_LOCALE_H_ #define _OSAL_OVERRIDE_LOCALE_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/logLib.h b/src/unit-test-coverage/ut-stubs/override_inc/logLib.h index 7a5b264b0..5355b8d81 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/logLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/logLib.h @@ -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 coverage stub replacement for logLib.h */ #ifndef _OSAL_OVERRIDE_LOGLIB_H_ #define _OSAL_OVERRIDE_LOGLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/math.h b/src/unit-test-coverage/ut-stubs/override_inc/math.h index ca63b318c..76c320aef 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/math.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/math.h @@ -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 coverage stub replacement for math.h */ #ifndef _OSAL_OVERRIDE_MATH_H_ #define _OSAL_OVERRIDE_MATH_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/memPartLib.h b/src/unit-test-coverage/ut-stubs/override_inc/memPartLib.h index a66b040d4..1da0e06a2 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/memPartLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/memPartLib.h @@ -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 coverage stub replacement for memPartLib.h */ #ifndef _OSAL_OVERRIDE_MEMPARTLIB_H_ #define _OSAL_OVERRIDE_MEMPARTLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/moduleLib.h b/src/unit-test-coverage/ut-stubs/override_inc/moduleLib.h index 865f2988d..ebd18e65b 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/moduleLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/moduleLib.h @@ -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 coverage stub replacement for moduleLib.h */ #ifndef _OSAL_OVERRIDE_MODULELIB_H_ #define _OSAL_OVERRIDE_MODULELIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/mqueue.h b/src/unit-test-coverage/ut-stubs/override_inc/mqueue.h index 4e5ac10df..f62a5d122 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/mqueue.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/mqueue.h @@ -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 coverage stub replacement for mqueue.h */ #ifndef _OSAL_OVERRIDE_MQUEUE_H_ #define _OSAL_OVERRIDE_MQUEUE_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/msgQLib.h b/src/unit-test-coverage/ut-stubs/override_inc/msgQLib.h index 0ab524535..f66bf8e48 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/msgQLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/msgQLib.h @@ -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 coverage stub replacement for msgQLib.h */ #ifndef _OSAL_OVERRIDE_MSGQLIB_H_ #define _OSAL_OVERRIDE_MSGQLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/net/if.h b/src/unit-test-coverage/ut-stubs/override_inc/net/if.h index 04a4339fb..a8e33b6a9 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/net/if.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/net/if.h @@ -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 coverage stub replacement for net/if.h */ #ifndef _OSAL_OVERRIDE_NET_IF_H_ #define _OSAL_OVERRIDE_NET_IF_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/netdb.h b/src/unit-test-coverage/ut-stubs/override_inc/netdb.h index ad4b41634..8aeaa0fe2 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/netdb.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/netdb.h @@ -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 coverage stub replacement for netdb.h */ #ifndef _OSAL_OVERRIDE_NETDB_H_ #define _OSAL_OVERRIDE_NETDB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/netinet/in.h b/src/unit-test-coverage/ut-stubs/override_inc/netinet/in.h index 1c1a345a2..c76a707c0 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/netinet/in.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/netinet/in.h @@ -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 coverage stub replacement for netinet/in.h */ #ifndef _OSAL_OVERRIDE_NETINET_IN_H_ #define _OSAL_OVERRIDE_NETINET_IN_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/netinet/tcp.h b/src/unit-test-coverage/ut-stubs/override_inc/netinet/tcp.h index 339b51362..f70358840 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/netinet/tcp.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/netinet/tcp.h @@ -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 coverage stub replacement for netinet/tcp.h */ #ifndef _OSAL_OVERRIDE_NETINET_TCP_H_ #define _OSAL_OVERRIDE_NETINET_TCP_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/objLib.h b/src/unit-test-coverage/ut-stubs/override_inc/objLib.h index 8f89ca270..5fa900277 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/objLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/objLib.h @@ -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 coverage stub replacement for objLib.h */ #ifndef _OSAL_OVERRIDE_OBJLIB_H_ #define _OSAL_OVERRIDE_OBJLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/poll.h b/src/unit-test-coverage/ut-stubs/override_inc/poll.h index 6c924930b..6ec759bd4 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/poll.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/poll.h @@ -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 coverage stub replacement for poll.h */ #ifndef _OSAL_OVERRIDE_POLL_H_ #define _OSAL_OVERRIDE_POLL_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/pthread.h b/src/unit-test-coverage/ut-stubs/override_inc/pthread.h index 003c9f6a7..3a7ac40a7 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/pthread.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/pthread.h @@ -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 coverage stub replacement for pthread.h */ #ifndef _OSAL_OVERRIDE_PTHREAD_H_ #define _OSAL_OVERRIDE_PTHREAD_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/ramDiskCbio.h b/src/unit-test-coverage/ut-stubs/override_inc/ramDiskCbio.h index f979f63b0..6665f0e6d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/ramDiskCbio.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/ramDiskCbio.h @@ -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 coverage stub replacement for ramDiskCbio.h */ #ifndef _OSAL_OVERRIDE_RAMDISKCBIO_H_ #define _OSAL_OVERRIDE_RAMDISKCBIO_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/ramDrv.h b/src/unit-test-coverage/ut-stubs/override_inc/ramDrv.h index 15c39e62a..04e547fa7 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/ramDrv.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/ramDrv.h @@ -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 coverage stub replacement for ramDrv.h */ #ifndef _OSAL_OVERRIDE_RAMDRV_H_ #define _OSAL_OVERRIDE_RAMDRV_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sched.h b/src/unit-test-coverage/ut-stubs/override_inc/sched.h index f8d50cd35..35d74c08d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sched.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sched.h @@ -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 coverage stub replacement for sched.h */ #ifndef _OSAL_OVERRIDE_SCHED_H_ #define _OSAL_OVERRIDE_SCHED_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/semLib.h b/src/unit-test-coverage/ut-stubs/override_inc/semLib.h index 369fc73e1..18bd28d5c 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/semLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/semLib.h @@ -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 coverage stub replacement for semLib.h */ #ifndef _OSAL_OVERRIDE_SEMLIB_H_ #define _OSAL_OVERRIDE_SEMLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/semaphore.h b/src/unit-test-coverage/ut-stubs/override_inc/semaphore.h index 6a8a22bfb..0e787f1f0 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/semaphore.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/semaphore.h @@ -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 coverage stub replacement for semaphore.h */ #ifndef _OSAL_OVERRIDE_SEMAPHORE_H_ #define _OSAL_OVERRIDE_SEMAPHORE_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/setjmp.h b/src/unit-test-coverage/ut-stubs/override_inc/setjmp.h index 34e446463..281520fd1 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/setjmp.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/setjmp.h @@ -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 coverage stub replacement for setjmp.h */ #ifndef _OSAL_OVERRIDE_SETJMP_H_ #define _OSAL_OVERRIDE_SETJMP_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/shellLib.h b/src/unit-test-coverage/ut-stubs/override_inc/shellLib.h index 973d9d589..a9a75fd7d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/shellLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/shellLib.h @@ -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 coverage stub replacement for shellLib.h */ #ifndef _OSAL_OVERRIDE_SHELLLIB_H_ #define _OSAL_OVERRIDE_SHELLLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/signal.h b/src/unit-test-coverage/ut-stubs/override_inc/signal.h index 1b1ad9cb8..3490f61bb 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/signal.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/signal.h @@ -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 coverage stub replacement for signal.h */ #ifndef _OSAL_OVERRIDE_SIGNAL_H_ #define _OSAL_OVERRIDE_SIGNAL_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/stat.h b/src/unit-test-coverage/ut-stubs/override_inc/stat.h index 0af71bf8c..630fe01f6 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/stat.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/stat.h @@ -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 coverage stub replacement for stat.h */ #ifndef _OSAL_OVERRIDE_STAT_H_ #define _OSAL_OVERRIDE_STAT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/stdarg.h b/src/unit-test-coverage/ut-stubs/override_inc/stdarg.h index 2f90e7c78..7429837d9 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/stdarg.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/stdarg.h @@ -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 coverage stub replacement for stdarg.h */ #ifndef _OSAL_OVERRIDE_STDARG_H_ #define _OSAL_OVERRIDE_STDARG_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/stdio.h b/src/unit-test-coverage/ut-stubs/override_inc/stdio.h index c54dd64df..567d3cc8b 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/stdio.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/stdio.h @@ -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 coverage stub replacement for stdio.h */ #ifndef _OSAL_OVERRIDE_STDIO_H_ #define _OSAL_OVERRIDE_STDIO_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/stdlib.h b/src/unit-test-coverage/ut-stubs/override_inc/stdlib.h index 55d307c54..851e3d000 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/stdlib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/stdlib.h @@ -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 coverage stub replacement for stdlib.h */ #ifndef _OSAL_OVERRIDE_STDLIB_H_ #define _OSAL_OVERRIDE_STDLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/string.h b/src/unit-test-coverage/ut-stubs/override_inc/string.h index 0ed9ea553..6024db6f7 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/string.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/string.h @@ -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 coverage stub replacement for string.h */ #ifndef _OSAL_OVERRIDE_STRING_H_ #define _OSAL_OVERRIDE_STRING_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/strings.h b/src/unit-test-coverage/ut-stubs/override_inc/strings.h index 892ccc5b4..956241a34 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/strings.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/strings.h @@ -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 coverage stub replacement for strings.h */ #ifndef _OSAL_OVERRIDE_STRINGS_H_ #define _OSAL_OVERRIDE_STRINGS_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/symLib.h b/src/unit-test-coverage/ut-stubs/override_inc/symLib.h index 2939c2781..7dcf0784d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/symLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/symLib.h @@ -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 coverage stub replacement for symLib.h */ #ifndef _OSAL_OVERRIDE_SYMLIB_H_ #define _OSAL_OVERRIDE_SYMLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/ioctl.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/ioctl.h index 21a47c1bc..786a83cc7 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/ioctl.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/ioctl.h @@ -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 coverage stub replacement for sys/ioctl.h */ #ifndef _OSAL_OVERRIDE_SYS_IOCTL_H_ #define _OSAL_OVERRIDE_SYS_IOCTL_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/ipc.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/ipc.h index e515b4184..050d23f8c 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/ipc.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/ipc.h @@ -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 coverage stub replacement for sys/ipc.h */ #ifndef _OSAL_OVERRIDE_SYS_IPC_H_ #define _OSAL_OVERRIDE_SYS_IPC_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/mman.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/mman.h index 8fdb12737..81b957a13 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/mman.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/mman.h @@ -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 coverage stub replacement for sys/mman.h */ #ifndef _OSAL_OVERRIDE_SYS_MMAN_H_ #define _OSAL_OVERRIDE_SYS_MMAN_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/select.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/select.h index d96f499bf..aa1168376 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/select.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/select.h @@ -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 coverage stub replacement for sys/select.h */ #ifndef _OSAL_OVERRIDE_SYS_SELECT_H_ #define _OSAL_OVERRIDE_SYS_SELECT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/signal.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/signal.h index b956844a4..d48bcc18b 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/signal.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/signal.h @@ -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 coverage stub replacement for sys/signal.h */ #ifndef _OSAL_OVERRIDE_SYS_SIGNAL_H_ #define _OSAL_OVERRIDE_SYS_SIGNAL_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/socket.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/socket.h index 4137a849f..968051687 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/socket.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/socket.h @@ -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 coverage stub replacement for sys/socket.h */ #ifndef _OSAL_OVERRIDE_SYS_SOCKET_H_ #define _OSAL_OVERRIDE_SYS_SOCKET_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/stat.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/stat.h index c73f80f70..3b25fe23a 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/stat.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/stat.h @@ -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 coverage stub replacement for sys/stat.h */ #ifndef _OSAL_OVERRIDE_SYS_STAT_H_ #define _OSAL_OVERRIDE_SYS_STAT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/statvfs.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/statvfs.h index 6ed4b1c09..c29e22f38 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/statvfs.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/statvfs.h @@ -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 coverage stub replacement for sys/statvfs.h */ #ifndef _OSAL_OVERRIDE_SYS_STATVFS_H_ #define _OSAL_OVERRIDE_SYS_STATVFS_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/time.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/time.h index e73aeff4c..b9f6ce108 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/time.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/time.h @@ -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 coverage stub replacement for sys/time.h */ #ifndef _OSAL_OVERRIDE_SYS_TIME_H_ #define _OSAL_OVERRIDE_SYS_TIME_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/times.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/times.h index 322a0c82c..4308509c4 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/times.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/times.h @@ -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 coverage stub replacement for sys/times.h */ #ifndef _OSAL_OVERRIDE_SYS_TIMES_H_ #define _OSAL_OVERRIDE_SYS_TIMES_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/types.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/types.h index fbeee6240..d85fdf184 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/types.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/types.h @@ -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 coverage stub replacement for sys/types.h */ #ifndef _OSAL_OVERRIDE_SYS_TYPES_H_ #define _OSAL_OVERRIDE_SYS_TYPES_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/un.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/un.h index 1f05119e6..edcc370b7 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/un.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/un.h @@ -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 coverage stub replacement for sys/un.h */ #ifndef _OSAL_OVERRIDE_SYS_UN_H_ #define _OSAL_OVERRIDE_SYS_UN_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sys/wait.h b/src/unit-test-coverage/ut-stubs/override_inc/sys/wait.h index a4af8b9d6..d6ddbaac3 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sys/wait.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sys/wait.h @@ -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 coverage stub replacement for sys/wait.h */ #ifndef _OSAL_OVERRIDE_SYS_WAIT_H_ #define _OSAL_OVERRIDE_SYS_WAIT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/sysLib.h b/src/unit-test-coverage/ut-stubs/override_inc/sysLib.h index 8aa68630e..caeb92a1b 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/sysLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/sysLib.h @@ -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 coverage stub replacement for sysLib.h */ #ifndef _OSAL_OVERRIDE_SYSLIB_H_ #define _OSAL_OVERRIDE_SYSLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/taskLib.h b/src/unit-test-coverage/ut-stubs/override_inc/taskLib.h index e2d4a976f..2c7d2ed13 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/taskLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/taskLib.h @@ -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 coverage stub replacement for taskLib.h */ #ifndef _OSAL_OVERRIDE_TASKLIB_H_ #define _OSAL_OVERRIDE_TASKLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/taskVarLib.h b/src/unit-test-coverage/ut-stubs/override_inc/taskVarLib.h index 9ddc34570..105d6b786 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/taskVarLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/taskVarLib.h @@ -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 coverage stub replacement for taskVarLib.h */ #ifndef _OSAL_OVERRIDE_TASKVARLIB_H_ #define _OSAL_OVERRIDE_TASKVARLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/termios.h b/src/unit-test-coverage/ut-stubs/override_inc/termios.h index 9d726f0d3..740c7c63c 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/termios.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/termios.h @@ -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 coverage stub replacement for termios.h */ #ifndef _OSAL_OVERRIDE_TERMIOS_H_ #define _OSAL_OVERRIDE_TERMIOS_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/tgmath.h b/src/unit-test-coverage/ut-stubs/override_inc/tgmath.h index dbdc4c29d..ce133083f 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/tgmath.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/tgmath.h @@ -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 coverage stub replacement for tgmath.h */ #ifndef _OSAL_OVERRIDE_TGMATH_H_ #define _OSAL_OVERRIDE_TGMATH_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/time.h b/src/unit-test-coverage/ut-stubs/override_inc/time.h index d288daf96..95c6e56c9 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/time.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/time.h @@ -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 coverage stub replacement for time.h */ #ifndef _OSAL_OVERRIDE_TIME_H_ #define _OSAL_OVERRIDE_TIME_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/timers.h b/src/unit-test-coverage/ut-stubs/override_inc/timers.h index fabf8e807..031378966 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/timers.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/timers.h @@ -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 coverage stub replacement for timers.h */ #ifndef _OSAL_OVERRIDE_TIMERS_H_ #define _OSAL_OVERRIDE_TIMERS_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/ulimit.h b/src/unit-test-coverage/ut-stubs/override_inc/ulimit.h index f1c6d48e1..69966c5a9 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/ulimit.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/ulimit.h @@ -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 coverage stub replacement for ulimit.h */ #ifndef _OSAL_OVERRIDE_ULIMIT_H_ #define _OSAL_OVERRIDE_ULIMIT_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/unistd.h b/src/unit-test-coverage/ut-stubs/override_inc/unistd.h index 0aa40f2b5..61fda413e 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/unistd.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/unistd.h @@ -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 coverage stub replacement for unistd.h */ #ifndef _OSAL_OVERRIDE_UNISTD_H_ #define _OSAL_OVERRIDE_UNISTD_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/unldLib.h b/src/unit-test-coverage/ut-stubs/override_inc/unldLib.h index 3962c1636..42f702c38 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/unldLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/unldLib.h @@ -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 coverage stub replacement for unldLib.h */ #ifndef _OSAL_OVERRIDE_UNLDLIB_H_ #define _OSAL_OVERRIDE_UNLDLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/usrLib.h b/src/unit-test-coverage/ut-stubs/override_inc/usrLib.h index ed3230863..337f6ed1b 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/usrLib.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/usrLib.h @@ -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 coverage stub replacement for usrLib.h */ #ifndef _OSAL_OVERRIDE_USRLIB_H_ #define _OSAL_OVERRIDE_USRLIB_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/version.h b/src/unit-test-coverage/ut-stubs/override_inc/version.h index 71046c263..491932203 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/version.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/version.h @@ -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 coverage stub replacement for version.h */ #ifndef _OSAL_OVERRIDE_VERSION_H_ #define _OSAL_OVERRIDE_VERSION_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/vxWorks.h b/src/unit-test-coverage/ut-stubs/override_inc/vxWorks.h index 736b4e6af..aef6b0501 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/vxWorks.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/vxWorks.h @@ -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 coverage stub replacement for vxWorks.h */ #ifndef _OSAL_OVERRIDE_VXWORKS_H_ #define _OSAL_OVERRIDE_VXWORKS_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/wchar.h b/src/unit-test-coverage/ut-stubs/override_inc/wchar.h index 1bced4ec8..3a45a3125 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/wchar.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/wchar.h @@ -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 coverage stub replacement for wchar.h */ #ifndef _OSAL_OVERRIDE_WCHAR_H_ #define _OSAL_OVERRIDE_WCHAR_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/wctype.h b/src/unit-test-coverage/ut-stubs/override_inc/wctype.h index 79533acb8..573ddaa7b 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/wctype.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/wctype.h @@ -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 coverage stub replacement for wctype.h */ #ifndef _OSAL_OVERRIDE_WCTYPE_H_ #define _OSAL_OVERRIDE_WCTYPE_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/xbdBlkDev.h b/src/unit-test-coverage/ut-stubs/override_inc/xbdBlkDev.h index c51624ab6..de5c9e03d 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/xbdBlkDev.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/xbdBlkDev.h @@ -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 coverage stub replacement for xbdBlkDev.h */ #ifndef _OSAL_OVERRIDE_XBDBLKDEV_H_ #define _OSAL_OVERRIDE_XBDBLKDEV_H_ diff --git a/src/unit-test-coverage/ut-stubs/override_inc/xbdRamDisk.h b/src/unit-test-coverage/ut-stubs/override_inc/xbdRamDisk.h index 3e421abf0..a713d1ca0 100644 --- a/src/unit-test-coverage/ut-stubs/override_inc/xbdRamDisk.h +++ b/src/unit-test-coverage/ut-stubs/override_inc/xbdRamDisk.h @@ -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 coverage stub replacement for xbdRamDisk.h */ #ifndef _OSAL_OVERRIDE_XBDRAMDISK_H_ #define _OSAL_OVERRIDE_XBDRAMDISK_H_ diff --git a/src/unit-test-coverage/ut-stubs/src/libc-ctype-stubs.c b/src/unit-test-coverage/ut-stubs/src/libc-ctype-stubs.c index f897303a8..c815f3af5 100644 --- a/src/unit-test-coverage/ut-stubs/src/libc-ctype-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/libc-ctype-stubs.c @@ -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 coverage stub replacement for string.h */ #include #include "utstubs.h" diff --git a/src/unit-test-coverage/ut-stubs/src/libc-stdio-stubs.c b/src/unit-test-coverage/ut-stubs/src/libc-stdio-stubs.c index 33c45c992..b1bfbcca4 100644 --- a/src/unit-test-coverage/ut-stubs/src/libc-stdio-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/libc-stdio-stubs.c @@ -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 coverage stub replacement for stdio.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/libc-stdlib-stubs.c b/src/unit-test-coverage/ut-stubs/src/libc-stdlib-stubs.c index 29b2a8fd7..7008aa452 100644 --- a/src/unit-test-coverage/ut-stubs/src/libc-stdlib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/libc-stdlib-stubs.c @@ -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 coverage stub replacement for stdlib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/libc-string-stubs.c b/src/unit-test-coverage/ut-stubs/src/libc-string-stubs.c index 4992024e2..64c1915b9 100644 --- a/src/unit-test-coverage/ut-stubs/src/libc-string-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/libc-string-stubs.c @@ -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 coverage stub replacement for string.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-dirent-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-dirent-stubs.c index 210882404..99a6cbfb9 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-dirent-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-dirent-stubs.c @@ -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 coverage stub replacement for dirent.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-errno-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-errno-stubs.c index 69e8b2d0e..4d6ec19ff 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-errno-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-errno-stubs.c @@ -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 coverage stub replacement for errno.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-fcntl-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-fcntl-stubs.c index 220acbd49..14bd1155f 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-fcntl-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-fcntl-stubs.c @@ -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 coverage stub replacement for functions in fcntl.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-ioctl-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-ioctl-stubs.c index ba0d2152c..92464706c 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-ioctl-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-ioctl-stubs.c @@ -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 coverage stub replacement for functions in sys/ioctl.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-mqueue-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-mqueue-stubs.c index edcc399e4..cb8be5759 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-mqueue-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-mqueue-stubs.c @@ -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 coverage stub replacement for mqueue.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-pthread-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-pthread-stubs.c index e6d182bc4..afdc6bd69 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-pthread-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-pthread-stubs.c @@ -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 coverage stub replacement for pthread.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-sched-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-sched-stubs.c index b86e50d48..d5ba46993 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-sched-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-sched-stubs.c @@ -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 coverage stub replacement for sched.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-semaphore-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-semaphore-stubs.c index 9f3473ad7..82d65849c 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-semaphore-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-semaphore-stubs.c @@ -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 coverage stub replacement for semaphore.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-signal-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-signal-stubs.c index d028b8da5..cee024968 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-signal-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-signal-stubs.c @@ -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 coverage stub replacement for signal.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-stat-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-stat-stubs.c index f27a64911..cab573ee8 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-stat-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-stat-stubs.c @@ -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 coverage stub replacement for functions in sys/stat.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-time-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-time-stubs.c index 6574c47c0..2e96bb268 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-time-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-time-stubs.c @@ -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 coverage stub replacement for time.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/posix-unistd-stubs.c b/src/unit-test-coverage/ut-stubs/src/posix-unistd-stubs.c index d97505397..69cf62914 100644 --- a/src/unit-test-coverage/ut-stubs/src/posix-unistd-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/posix-unistd-stubs.c @@ -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 coverage stub replacement for unistd.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-ataDrv-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-ataDrv-stubs.c index 78c5fbccc..f36bbd9dc 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-ataDrv-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-ataDrv-stubs.c @@ -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 coverage stub replacement for ataDrv.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-dosFsLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-dosFsLib-stubs.c index b3d17870b..906a4798f 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-dosFsLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-dosFsLib-stubs.c @@ -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 coverage stub replacement for dosFsLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-errnoLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-errnoLib-stubs.c index e0f3049a5..a803e066e 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-errnoLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-errnoLib-stubs.c @@ -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 coverage stub replacement for errnoLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-intLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-intLib-stubs.c index 62b72ee84..4aee060d5 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-intLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-intLib-stubs.c @@ -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 coverage stub replacement for intLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-loadLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-loadLib-stubs.c index b823b3437..8e97e15d0 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-loadLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-loadLib-stubs.c @@ -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 coverage stub replacement for loadLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-memPartLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-memPartLib-stubs.c index ad9ee01b8..0425562bf 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-memPartLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-memPartLib-stubs.c @@ -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 coverage stub replacement for memPartLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-moduleLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-moduleLib-stubs.c index 5063d951b..fa75e12f7 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-moduleLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-moduleLib-stubs.c @@ -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 coverage stub replacement for moduleLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-msgQLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-msgQLib-stubs.c index 3cf9b8a56..cadeb1cb6 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-msgQLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-msgQLib-stubs.c @@ -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 coverage stub replacement for msgQLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-ramDrv-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-ramDrv-stubs.c index cc15c10bd..1d430ae66 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-ramDrv-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-ramDrv-stubs.c @@ -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 coverage stub replacement for ramDrv.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-semLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-semLib-stubs.c index 4a349a66a..37e23268c 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-semLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-semLib-stubs.c @@ -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 coverage stub replacement for semLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-shellLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-shellLib-stubs.c index 8cdabd169..bf8962a60 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-shellLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-shellLib-stubs.c @@ -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 coverage stub replacement for shellLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-symLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-symLib-stubs.c index a51a47d71..651ce4dc5 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-symLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-symLib-stubs.c @@ -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 coverage stub replacement for symLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-sysLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-sysLib-stubs.c index 2a92f4a6a..37b2093ff 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-sysLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-sysLib-stubs.c @@ -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 coverage stub replacement for sysLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-taskLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-taskLib-stubs.c index 59b692146..f8ae1b555 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-taskLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-taskLib-stubs.c @@ -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 coverage stub replacement for taskLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-taskVarLib-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-taskVarLib-stubs.c index 32a28669f..332ccefc7 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-taskVarLib-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-taskVarLib-stubs.c @@ -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 coverage stub replacement for taskVarLib.h */ #include #include diff --git a/src/unit-test-coverage/ut-stubs/src/vxworks-xbdBlkDev-stubs.c b/src/unit-test-coverage/ut-stubs/src/vxworks-xbdBlkDev-stubs.c index 13ade4899..b62aa82a9 100644 --- a/src/unit-test-coverage/ut-stubs/src/vxworks-xbdBlkDev-stubs.c +++ b/src/unit-test-coverage/ut-stubs/src/vxworks-xbdBlkDev-stubs.c @@ -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 coverage stub replacement for xbdBlkDev.h */ #include #include diff --git a/src/unit-test-coverage/vxworks/modules/CMakeLists.txt b/src/unit-test-coverage/vxworks/modules/CMakeLists.txt index c1d394f9d..4ef5b121c 100644 --- a/src/unit-test-coverage/vxworks/modules/CMakeLists.txt +++ b/src/unit-test-coverage/vxworks/modules/CMakeLists.txt @@ -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 # -------------------------------------- diff --git a/src/unit-test-coverage/vxworks/modules/inc/ut-osapi.h b/src/unit-test-coverage/vxworks/modules/inc/ut-osapi.h index c5a4d5ec4..5f7f39a55 100644 --- a/src/unit-test-coverage/vxworks/modules/inc/ut-osapi.h +++ b/src/unit-test-coverage/vxworks/modules/inc/ut-osapi.h @@ -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 coverage stub replacement for file mode bits * this file is shared by several UT replacement headers */ #ifndef _OSAL_UT_OSAPI_H_ diff --git a/src/unit-test-coverage/vxworks/modules/inc/ut-osfilesys.h b/src/unit-test-coverage/vxworks/modules/inc/ut-osfilesys.h index b92e1124b..149a74258 100644 --- a/src/unit-test-coverage/vxworks/modules/inc/ut-osfilesys.h +++ b/src/unit-test-coverage/vxworks/modules/inc/ut-osfilesys.h @@ -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 coverage stub replacement for file mode bits * this file is shared by several UT replacement headers */ #ifndef _OSAL_UT_OSFILESYS_H_ diff --git a/src/unit-test-coverage/vxworks/modules/inc/ut-osloader.h b/src/unit-test-coverage/vxworks/modules/inc/ut-osloader.h index 9b6f1fe8a..bd0aca388 100644 --- a/src/unit-test-coverage/vxworks/modules/inc/ut-osloader.h +++ b/src/unit-test-coverage/vxworks/modules/inc/ut-osloader.h @@ -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 coverage stub replacement for file mode bits * this file is shared by several UT replacement headers */ #ifndef _OSAL_UT_OSLOADER_H_ diff --git a/src/unit-test-coverage/vxworks/modules/inc/ut-ostimer.h b/src/unit-test-coverage/vxworks/modules/inc/ut-ostimer.h index 502b7e0be..86c9522de 100644 --- a/src/unit-test-coverage/vxworks/modules/inc/ut-ostimer.h +++ b/src/unit-test-coverage/vxworks/modules/inc/ut-ostimer.h @@ -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 coverage stub replacement for file mode bits * this file is shared by several UT replacement headers */ #ifndef _OSAL_UT_OSTIMER_H_ diff --git a/src/unit-test-coverage/vxworks/modules/src/ut-osapi.c b/src/unit-test-coverage/vxworks/modules/src/ut-osapi.c index 12317bd30..a46f68668 100644 --- a/src/unit-test-coverage/vxworks/modules/src/ut-osapi.c +++ b/src/unit-test-coverage/vxworks/modules/src/ut-osapi.c @@ -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.h" diff --git a/src/unit-test-coverage/vxworks/modules/src/ut-osfileapi.c b/src/unit-test-coverage/vxworks/modules/src/ut-osfileapi.c index 26a9ec958..dfb39ab43 100644 --- a/src/unit-test-coverage/vxworks/modules/src/ut-osfileapi.c +++ b/src/unit-test-coverage/vxworks/modules/src/ut-osfileapi.c @@ -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-osfileapi.h" diff --git a/src/unit-test-coverage/vxworks/modules/src/ut-osfilesys.c b/src/unit-test-coverage/vxworks/modules/src/ut-osfilesys.c index 7d0f52fb1..10f2693df 100644 --- a/src/unit-test-coverage/vxworks/modules/src/ut-osfilesys.c +++ b/src/unit-test-coverage/vxworks/modules/src/ut-osfilesys.c @@ -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" diff --git a/src/unit-test-coverage/vxworks/modules/src/ut-osloader.c b/src/unit-test-coverage/vxworks/modules/src/ut-osloader.c index 61cb224f7..071f51429 100644 --- a/src/unit-test-coverage/vxworks/modules/src/ut-osloader.c +++ b/src/unit-test-coverage/vxworks/modules/src/ut-osloader.c @@ -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" diff --git a/src/unit-test-coverage/vxworks/modules/src/ut-ostimer.c b/src/unit-test-coverage/vxworks/modules/src/ut-ostimer.c index aa8c3d472..28d0127a1 100644 --- a/src/unit-test-coverage/vxworks/modules/src/ut-ostimer.c +++ b/src/unit-test-coverage/vxworks/modules/src/ut-ostimer.c @@ -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" diff --git a/src/unit-test-coverage/vxworks/src/coveragetest-osapi.c b/src/unit-test-coverage/vxworks/src/coveragetest-osapi.c index 5e3e09081..855d4694d 100644 --- a/src/unit-test-coverage/vxworks/src/coveragetest-osapi.c +++ b/src/unit-test-coverage/vxworks/src/coveragetest-osapi.c @@ -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 * diff --git a/src/unit-test-coverage/vxworks/src/coveragetest-osfileapi.c b/src/unit-test-coverage/vxworks/src/coveragetest-osfileapi.c index 71fb2d1e7..35eab6101 100644 --- a/src/unit-test-coverage/vxworks/src/coveragetest-osfileapi.c +++ b/src/unit-test-coverage/vxworks/src/coveragetest-osfileapi.c @@ -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 * diff --git a/src/unit-test-coverage/vxworks/src/coveragetest-osfilesys.c b/src/unit-test-coverage/vxworks/src/coveragetest-osfilesys.c index 341a7ecfb..8226121bf 100644 --- a/src/unit-test-coverage/vxworks/src/coveragetest-osfilesys.c +++ b/src/unit-test-coverage/vxworks/src/coveragetest-osfilesys.c @@ -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 * diff --git a/src/unit-test-coverage/vxworks/src/coveragetest-osloader.c b/src/unit-test-coverage/vxworks/src/coveragetest-osloader.c index 13205fe3d..fd6158050 100644 --- a/src/unit-test-coverage/vxworks/src/coveragetest-osloader.c +++ b/src/unit-test-coverage/vxworks/src/coveragetest-osloader.c @@ -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 * diff --git a/src/unit-test-coverage/vxworks/src/coveragetest-ostimer.c b/src/unit-test-coverage/vxworks/src/coveragetest-ostimer.c index 5cd2a0d02..bde1ccf1e 100644 --- a/src/unit-test-coverage/vxworks/src/coveragetest-ostimer.c +++ b/src/unit-test-coverage/vxworks/src/coveragetest-ostimer.c @@ -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 * diff --git a/src/unit-test-coverage/vxworks/src/coveragetest-printf.c b/src/unit-test-coverage/vxworks/src/coveragetest-printf.c index b2476d4a3..13768da72 100644 --- a/src/unit-test-coverage/vxworks/src/coveragetest-printf.c +++ b/src/unit-test-coverage/vxworks/src/coveragetest-printf.c @@ -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 *