From 2dcf5dd4e22826b9edbb1cb7bfaead643d353818 Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Mon, 13 Mar 2023 13:00:10 -0400 Subject: [PATCH] Fix #39, scrub line ending whitespace Remove extra whitespace from all line endings --- cfecfs/CMakeLists.txt | 8 +-- cfecfs/eds2cfetbl/CMakeLists.txt | 8 +-- cfecfs/missionlib/CMakeLists.txt | 2 +- .../eds/70-cfe_sb_parameter_map.lua | 8 +-- .../eds/80-build_cfe_sb_interfacedb.lua | 8 +-- .../eds/90-write_intf_hierarchy.lua | 8 +-- cfecfs/missionlib/fsw/CMakeLists.txt | 4 +- cfecfs/missionlib/lua/CMakeLists.txt | 8 +-- .../lua/inc/cfe_missionlib_lua_softwarebus.h | 8 +-- cfecfs/missionlib/python/CMakeLists.txt | 70 +++++++++---------- .../python/inc/cfe_missionlib_python.h | 8 +-- .../src/cfe_missionlib_python_database.c | 8 +-- .../src/cfe_missionlib_python_interface.c | 8 +-- .../src/cfe_missionlib_python_internal.h | 8 +-- .../python/src/cfe_missionlib_python_module.c | 8 +-- .../python/src/cfe_missionlib_python_setup.c | 8 +-- .../python/src/cfe_missionlib_python_topic.c | 8 +-- cfecfs/testexecutive/CMakeLists.txt | 8 +-- cfecfs/testexecutive/inc/testexec.h | 8 +-- .../testexecutive/modules/remote_interface.c | 8 +-- cfecfs/testexecutive/src/test_interface.c | 8 +-- cfecfs/testexecutive/src/testctrl.c | 8 +-- cfecfs/testexecutive/src/testexec.c | 8 +-- cfecfs/util/CMakeLists.txt | 8 +-- cfecfs/util/cmdUtil.c | 8 +-- edslib/configtest/edslib_longdouble.c | 8 +-- edslib/eds/40-seds_write_headers.lua | 8 +-- .../eds/45-seds_write_datatypedb_objects.lua | 8 +-- .../eds/50-seds_write_displaydb_objects.lua | 8 +-- edslib/eds/55-write_edsdb_makefiles.lua | 8 +-- edslib/fsw/inc/edslib_api_types.h | 8 +-- edslib/fsw/inc/edslib_binding_objects.h | 8 +-- edslib/fsw/inc/edslib_database_types.h | 8 +-- edslib/fsw/inc/edslib_datatypedb.h | 8 +-- edslib/fsw/inc/edslib_displaydb.h | 8 +-- edslib/fsw/inc/edslib_id.h | 8 +-- edslib/fsw/inc/edslib_init.h | 8 +-- edslib/fsw/src/edslib_binding_objects.c | 8 +-- edslib/fsw/src/edslib_datatypedb_api.c | 8 +-- .../fsw/src/edslib_datatypedb_constraints.c | 8 +-- .../fsw/src/edslib_datatypedb_errorcontrol.c | 8 +-- edslib/fsw/src/edslib_datatypedb_iterator.c | 8 +-- edslib/fsw/src/edslib_datatypedb_load_store.c | 8 +-- edslib/fsw/src/edslib_datatypedb_lookup.c | 8 +-- .../fsw/src/edslib_datatypedb_pack_unpack.c | 8 +-- edslib/fsw/src/edslib_displaydb_api.c | 8 +-- edslib/fsw/src/edslib_displaydb_base64.c | 8 +-- edslib/fsw/src/edslib_displaydb_iterator.c | 8 +-- edslib/fsw/src/edslib_displaydb_locate.c | 8 +-- edslib/fsw/src/edslib_displaydb_lookup.c | 8 +-- edslib/fsw/src/edslib_displaydb_stringconv.c | 8 +-- edslib/fsw/src/edslib_init.c | 8 +-- edslib/fsw/src/edslib_internal.h | 8 +-- edslib/fsw/src/edslib_msgid_api.c | 8 +-- edslib/json/CMakeLists.txt | 8 +-- edslib/json/inc/edslib_json_objects.h | 10 +-- edslib/json/src/edslib_json_objects.c | 8 +-- edslib/lua/CMakeLists.txt | 8 +-- edslib/lua/inc/edslib_lua51_compatibility.h | 10 +-- edslib/lua/inc/edslib_lua_objects.h | 8 +-- edslib/python/CMakeLists.txt | 8 +-- edslib/python/inc/edslib_python.h | 8 +-- edslib/python/src/edslib_python_accessor.c | 8 +-- edslib/python/src/edslib_python_array.c | 8 +-- edslib/python/src/edslib_python_base.c | 8 +-- edslib/python/src/edslib_python_buffer.c | 8 +-- edslib/python/src/edslib_python_container.c | 8 +-- edslib/python/src/edslib_python_conversions.c | 8 +-- edslib/python/src/edslib_python_database.c | 8 +-- .../python/src/edslib_python_databaseentry.c | 8 +-- .../python/src/edslib_python_dynamicarray.c | 8 +-- edslib/python/src/edslib_python_internal.h | 8 +-- edslib/python/src/edslib_python_module.c | 8 +-- edslib/python/src/edslib_python_number.c | 8 +-- .../python/src/edslib_python_packedobject.c | 8 +-- edslib/python/src/edslib_python_scalar.c | 8 +-- edslib/python/src/edslib_python_setup.c | 8 +-- edslib/unit-test/CMakeLists.txt | 8 +-- edslib/unit-test/eds/UT1.xml | 4 +- edslib/unit-test/eds/UTHDR.xml | 20 +++--- edslib/unit-test/eds/ut-base-types.xml | 6 +- edslib/unit-test/edslib_basic_test.c | 10 +-- edslib/unit-test/edslib_full_test.c | 8 +-- edslib/unit-test/edslib_test.c | 8 +-- tool/scripts/05-seds_parse_defines.lua | 8 +-- tool/scripts/10-seds_resolve_refs.lua | 8 +-- .../15-seds_create_implicit_scalars.lua | 8 +-- tool/scripts/20-seds_resolve_sizes.lua | 8 +-- tool/scripts/25-seds_resolve_constraints.lua | 8 +-- tool/scripts/30-seds_resolve_components.lua | 8 +-- tool/scripts/85-seds_write_resolved_xml.lua | 8 +-- tool/src/seds_checksum.c | 8 +-- tool/src/seds_checksum.h | 8 +-- tool/src/seds_generic_props.c | 8 +-- tool/src/seds_generic_props.h | 8 +-- tool/src/seds_global.h | 8 +-- tool/src/seds_instance_methods.lua | 8 +-- tool/src/seds_instance_node.c | 8 +-- tool/src/seds_instance_node.h | 8 +-- tool/src/seds_memreq.c | 8 +-- tool/src/seds_memreq.h | 8 +-- tool/src/seds_outputfile.c | 8 +-- tool/src/seds_outputfile.h | 8 +-- tool/src/seds_plugin.c | 8 +-- tool/src/seds_plugin.h | 8 +-- tool/src/seds_preprocess.c | 8 +-- tool/src/seds_preprocess.h | 8 +-- tool/src/seds_runtime.lua | 8 +-- tool/src/seds_tool_main.c | 8 +-- tool/src/seds_tree_methods.lua | 8 +-- tool/src/seds_tree_node.c | 8 +-- tool/src/seds_tree_node.h | 8 +-- tool/src/seds_user_message.c | 8 +-- tool/src/seds_user_message.h | 8 +-- tool/src/seds_xmlparser.c | 8 +-- tool/src/seds_xmlparser.h | 8 +-- 116 files changed, 496 insertions(+), 496 deletions(-) diff --git a/cfecfs/CMakeLists.txt b/cfecfs/CMakeLists.txt index 4d23d48..f82474d 100644 --- a/cfecfs/CMakeLists.txt +++ b/cfecfs/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/eds2cfetbl/CMakeLists.txt b/cfecfs/eds2cfetbl/CMakeLists.txt index 460a9d1..459dafb 100644 --- a/cfecfs/eds2cfetbl/CMakeLists.txt +++ b/cfecfs/eds2cfetbl/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/CMakeLists.txt b/cfecfs/missionlib/CMakeLists.txt index eee8251..cd05375 100644 --- a/cfecfs/missionlib/CMakeLists.txt +++ b/cfecfs/missionlib/CMakeLists.txt @@ -67,7 +67,7 @@ if (IS_CFS_MISSION_BUILD) while(DEFINED TGT${TGTID}_NAME) set(TGTNAMELIST "${TGTNAMELIST}DEFINE_TGTNAME(${TGT${TGTID}_NAME})\n") math(EXPR TGTID "${TGTID} + 1") - endwhile() + endwhile() endif() # Update the output only if different - avoid unnecessary rebuilds diff --git a/cfecfs/missionlib/eds/70-cfe_sb_parameter_map.lua b/cfecfs/missionlib/eds/70-cfe_sb_parameter_map.lua index 04abf56..9a7a06a 100644 --- a/cfecfs/missionlib/eds/70-cfe_sb_parameter_map.lua +++ b/cfecfs/missionlib/eds/70-cfe_sb_parameter_map.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/eds/80-build_cfe_sb_interfacedb.lua b/cfecfs/missionlib/eds/80-build_cfe_sb_interfacedb.lua index b097f42..f26dbbf 100644 --- a/cfecfs/missionlib/eds/80-build_cfe_sb_interfacedb.lua +++ b/cfecfs/missionlib/eds/80-build_cfe_sb_interfacedb.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/eds/90-write_intf_hierarchy.lua b/cfecfs/missionlib/eds/90-write_intf_hierarchy.lua index 479b0f3..abbaa01 100644 --- a/cfecfs/missionlib/eds/90-write_intf_hierarchy.lua +++ b/cfecfs/missionlib/eds/90-write_intf_hierarchy.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/fsw/CMakeLists.txt b/cfecfs/missionlib/fsw/CMakeLists.txt index e4a75e1..6a42a65 100644 --- a/cfecfs/missionlib/fsw/CMakeLists.txt +++ b/cfecfs/missionlib/fsw/CMakeLists.txt @@ -138,14 +138,14 @@ target_include_directories(cfe_missionlib INTERFACE add_library(cfe_missionlib_pic STATIC EXCLUDE_FROM_ALL src/cfe_missionlib_api.c ) -set_target_properties(cfe_missionlib_pic PROPERTIES +set_target_properties(cfe_missionlib_pic PROPERTIES POSITION_INDEPENDENT_CODE TRUE COMPILE_DEFINITIONS "_EDSLIB_BUILD_") add_library(cfe_missionlib_runtime_pic STATIC EXCLUDE_FROM_ALL src/cfe_missionlib_api.c ${RUNTIME_SOURCE} ) -set_target_properties(cfe_missionlib_runtime_pic PROPERTIES +set_target_properties(cfe_missionlib_runtime_pic PROPERTIES POSITION_INDEPENDENT_CODE TRUE COMPILE_DEFINITIONS "_EDSLIB_BUILD_") # UT stubs are only needed for a CFS target build diff --git a/cfecfs/missionlib/lua/CMakeLists.txt b/cfecfs/missionlib/lua/CMakeLists.txt index e855fbd..9f0412c 100644 --- a/cfecfs/missionlib/lua/CMakeLists.txt +++ b/cfecfs/missionlib/lua/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/lua/inc/cfe_missionlib_lua_softwarebus.h b/cfecfs/missionlib/lua/inc/cfe_missionlib_lua_softwarebus.h index e6de7ab..7f81f69 100644 --- a/cfecfs/missionlib/lua/inc/cfe_missionlib_lua_softwarebus.h +++ b/cfecfs/missionlib/lua/inc/cfe_missionlib_lua_softwarebus.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/CMakeLists.txt b/cfecfs/missionlib/python/CMakeLists.txt index ae482cf..ce19cb6 100644 --- a/cfecfs/missionlib/python/CMakeLists.txt +++ b/cfecfs/missionlib/python/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -23,7 +23,7 @@ ######################################################### # # This code works with both Python 2 and Python 3.x -# +# # Version 3.x is preferred. # # However some old software may only provide a Python2.7 module @@ -36,8 +36,8 @@ # Alternatively, the toolchain can also directly specify where # Python headers/libs can be found by setting cachevars directly: # PYTHON_FOUND = TRUE -# PYTHON_INCLUDE_DIRS = directory containing Python headers -# PYTHON_LIBS = libraries to put on link line (-l switches) +# PYTHON_INCLUDE_DIRS = directory containing Python headers +# PYTHON_LIBS = libraries to put on link line (-l switches) # project(CFE_MISSIONLIB_PYTHONBINDINGS C) @@ -46,30 +46,30 @@ if(NOT PYTHON_FOUND) # By default, try to find Python3>=3.4 if no version specified... # This simplifies building as a simple local library. - + # But do not assume this default when cross-compiling or building CFS, # because if the toolchain isn't configured correctly, searching could # find the wrong version and break the build # (in particular, pkg-config might find the host version instead of - # the cross version and try to use it) - + # the cross version and try to use it) + # In any sort of cross-compile or CFS build, then the user needs to # explicitly do something to enable Python bindings. if (NOT DEFINED CFE_MISSIONLIB_PYTHON_SEARCH_VERSION AND - NOT CMAKE_CROSSCOMPILING AND - NOT IS_CFS_ARCH_BUILD) + NOT CMAKE_CROSSCOMPILING AND + NOT IS_CFS_ARCH_BUILD) set(CFE_MISSIONLIB_PYTHON_SEARCH_VERSION python3>=3.4) endif() - + if (CFE_MISSIONLIB_PYTHON_SEARCH_VERSION) find_edslib_dependency(PYTHON Python.h ${CFE_MISSIONLIB_PYTHON_SEARCH_VERSION}) endif (CFE_MISSIONLIB_PYTHON_SEARCH_VERSION) - + endif(NOT PYTHON_FOUND) # The final decision on whether to build the standalone module # should be made by the user or parent build script. -option(CFE_MISSIONLIB_PYTHON_BUILD_STANDALONE_MODULE +option(CFE_MISSIONLIB_PYTHON_BUILD_STANDALONE_MODULE "Build a generic Python module that can be imported into standalone Python code" OFF) @@ -86,33 +86,33 @@ else () include_directories(${EDS_CFECFS_MISSIONLIB_FSW_SOURCE_DIR}/src) include_directories(${PYTHON_INCLUDE_DIRS}) include_directories(${global_MISSION_DIR}/inc) - + set(CFE_MISSIONLIB_PYTHON_SOURCE_LIST src/cfe_missionlib_python_database.c src/cfe_missionlib_python_interface.c src/cfe_missionlib_python_topic.c src/cfe_missionlib_python_setup.c ) - + # # The "static" library target is always defined but will only be built on demand # it should work pretty much the same with any build (with or without CFS) # - # This static library is used when building a custom Python interpreter executable + # This static library is used when building a custom Python interpreter executable # that includes the EdsLib module built-in. (Otherwise Python would typically use # a dynamic module with the "import" logic instead - see the "objects" target instead) # - add_library(cfe_missionlib_python_static STATIC EXCLUDE_FROM_ALL + add_library(cfe_missionlib_python_static STATIC EXCLUDE_FROM_ALL ${CFE_MISSIONLIB_PYTHON_SOURCE_LIST}) - target_link_libraries(cfe_missionlib_python_static + target_link_libraries(cfe_missionlib_python_static ${PYTHON_LIBRARIES}) - + # - # The "cfe_missionlib_python_pic" library target is the basis for a dynamically-loaded + # The "cfe_missionlib_python_pic" library target is the basis for a dynamically-loaded # Python modules. # - # This isn't directly built as a complete module here because this code does - # not include an initialization/entry point function. Such a function needs to + # This isn't directly built as a complete module here because this code does + # not include an initialization/entry point function. Such a function needs to # be supplied based on the environment it is being loaded into. # # This is compiled as position-independent code (PIC) if the toolchain supports it @@ -127,16 +127,16 @@ else () # This depends on whether it is Python 2 or 3 -- see edslib_python_module.c # # This approach allows one or both of these targets to be built while - # building the core logic only once, while still creating a single module - # file at runtime. - add_library(cfe_missionlib_python_pic STATIC EXCLUDE_FROM_ALL + # building the core logic only once, while still creating a single module + # file at runtime. + add_library(cfe_missionlib_python_pic STATIC EXCLUDE_FROM_ALL ${CFE_MISSIONLIB_PYTHON_SOURCE_LIST}) - set_target_properties(cfe_missionlib_python_pic PROPERTIES + set_target_properties(cfe_missionlib_python_pic PROPERTIES POSITION_INDEPENDENT_CODE TRUE) #target_link_libraries(cfe_missionlib_python_pic cfe_missionlib_pic )#missionlib_runtime_pic) - + if (CFE_MISSIONLIB_PYTHON_BUILD_STANDALONE_MODULE) - + # # Create a standalone Python module # @@ -150,21 +150,21 @@ else () # This is what Python looks for as it loads the module as part of "import" # (The init function is a different signature depending on Python 2 or 3) # - add_library(cfe_missionlib_python_module MODULE + add_library(cfe_missionlib_python_module MODULE src/cfe_missionlib_python_module.c $ $ $) # Per Python naming conventions, the output file should be called only "CFE_MissionLib" - # to match the name of the module it defines. It will be installed into a + # to match the name of the module it defines. It will be installed into a # Python-specific subdirectory to avoid name conflicts with the non-Python MissionLib. set_target_properties(cfe_missionlib_python_module PROPERTIES PREFIX "" OUTPUT_NAME "CFE_MissionLib") #target_link_libraries(cfe_missionlib_python_module cfe_missionlib_python_pic edslib_runtime_pic) - + install(TARGETS cfe_missionlib_python_module DESTINATION "lib/python") - + endif (CFE_MISSIONLIB_PYTHON_BUILD_STANDALONE_MODULE) endif() - + diff --git a/cfecfs/missionlib/python/inc/cfe_missionlib_python.h b/cfecfs/missionlib/python/inc/cfe_missionlib_python.h index 98b635b..5bbdfcc 100644 --- a/cfecfs/missionlib/python/inc/cfe_missionlib_python.h +++ b/cfecfs/missionlib/python/inc/cfe_missionlib_python.h @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/src/cfe_missionlib_python_database.c b/cfecfs/missionlib/python/src/cfe_missionlib_python_database.c index 4eb8302..e654fd0 100644 --- a/cfecfs/missionlib/python/src/cfe_missionlib_python_database.c +++ b/cfecfs/missionlib/python/src/cfe_missionlib_python_database.c @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/src/cfe_missionlib_python_interface.c b/cfecfs/missionlib/python/src/cfe_missionlib_python_interface.c index 0fae693..55f244a 100644 --- a/cfecfs/missionlib/python/src/cfe_missionlib_python_interface.c +++ b/cfecfs/missionlib/python/src/cfe_missionlib_python_interface.c @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/src/cfe_missionlib_python_internal.h b/cfecfs/missionlib/python/src/cfe_missionlib_python_internal.h index b5cece9..582dea3 100644 --- a/cfecfs/missionlib/python/src/cfe_missionlib_python_internal.h +++ b/cfecfs/missionlib/python/src/cfe_missionlib_python_internal.h @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/src/cfe_missionlib_python_module.c b/cfecfs/missionlib/python/src/cfe_missionlib_python_module.c index 7e6bdae..5540911 100644 --- a/cfecfs/missionlib/python/src/cfe_missionlib_python_module.c +++ b/cfecfs/missionlib/python/src/cfe_missionlib_python_module.c @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/src/cfe_missionlib_python_setup.c b/cfecfs/missionlib/python/src/cfe_missionlib_python_setup.c index 050dccf..8c50fbd 100644 --- a/cfecfs/missionlib/python/src/cfe_missionlib_python_setup.c +++ b/cfecfs/missionlib/python/src/cfe_missionlib_python_setup.c @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/missionlib/python/src/cfe_missionlib_python_topic.c b/cfecfs/missionlib/python/src/cfe_missionlib_python_topic.c index 146e14d..84ff109 100644 --- a/cfecfs/missionlib/python/src/cfe_missionlib_python_topic.c +++ b/cfecfs/missionlib/python/src/cfe_missionlib_python_topic.c @@ -1,16 +1,16 @@ /* * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/testexecutive/CMakeLists.txt b/cfecfs/testexecutive/CMakeLists.txt index 0998e72..ed2b0ce 100644 --- a/cfecfs/testexecutive/CMakeLists.txt +++ b/cfecfs/testexecutive/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/testexecutive/inc/testexec.h b/cfecfs/testexecutive/inc/testexec.h index 8ed20de..445a246 100644 --- a/cfecfs/testexecutive/inc/testexec.h +++ b/cfecfs/testexecutive/inc/testexec.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/testexecutive/modules/remote_interface.c b/cfecfs/testexecutive/modules/remote_interface.c index 01926c5..c5f7c4a 100644 --- a/cfecfs/testexecutive/modules/remote_interface.c +++ b/cfecfs/testexecutive/modules/remote_interface.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/testexecutive/src/test_interface.c b/cfecfs/testexecutive/src/test_interface.c index eb34cb6..7dcba98 100644 --- a/cfecfs/testexecutive/src/test_interface.c +++ b/cfecfs/testexecutive/src/test_interface.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/testexecutive/src/testctrl.c b/cfecfs/testexecutive/src/testctrl.c index d352d93..994c2fc 100644 --- a/cfecfs/testexecutive/src/testctrl.c +++ b/cfecfs/testexecutive/src/testctrl.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/testexecutive/src/testexec.c b/cfecfs/testexecutive/src/testexec.c index dec0f93..57196c7 100644 --- a/cfecfs/testexecutive/src/testexec.c +++ b/cfecfs/testexecutive/src/testexec.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/util/CMakeLists.txt b/cfecfs/util/CMakeLists.txt index 84b1266..1f1be13 100644 --- a/cfecfs/util/CMakeLists.txt +++ b/cfecfs/util/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/cfecfs/util/cmdUtil.c b/cfecfs/util/cmdUtil.c index 53fe27d..c47e45d 100644 --- a/cfecfs/util/cmdUtil.c +++ b/cfecfs/util/cmdUtil.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/configtest/edslib_longdouble.c b/edslib/configtest/edslib_longdouble.c index 4be7fb0..7b667a2 100644 --- a/edslib/configtest/edslib_longdouble.c +++ b/edslib/configtest/edslib_longdouble.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/eds/40-seds_write_headers.lua b/edslib/eds/40-seds_write_headers.lua index 794742a..5b5f7c8 100644 --- a/edslib/eds/40-seds_write_headers.lua +++ b/edslib/eds/40-seds_write_headers.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/eds/45-seds_write_datatypedb_objects.lua b/edslib/eds/45-seds_write_datatypedb_objects.lua index c936822..b1eaff4 100644 --- a/edslib/eds/45-seds_write_datatypedb_objects.lua +++ b/edslib/eds/45-seds_write_datatypedb_objects.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/eds/50-seds_write_displaydb_objects.lua b/edslib/eds/50-seds_write_displaydb_objects.lua index ec2228b..13fbfd7 100644 --- a/edslib/eds/50-seds_write_displaydb_objects.lua +++ b/edslib/eds/50-seds_write_displaydb_objects.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/eds/55-write_edsdb_makefiles.lua b/edslib/eds/55-write_edsdb_makefiles.lua index 99b43a3..39f12b8 100644 --- a/edslib/eds/55-write_edsdb_makefiles.lua +++ b/edslib/eds/55-write_edsdb_makefiles.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_api_types.h b/edslib/fsw/inc/edslib_api_types.h index 8b8c7e6..eac75ba 100644 --- a/edslib/fsw/inc/edslib_api_types.h +++ b/edslib/fsw/inc/edslib_api_types.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_binding_objects.h b/edslib/fsw/inc/edslib_binding_objects.h index ee2f4e4..2c12c54 100644 --- a/edslib/fsw/inc/edslib_binding_objects.h +++ b/edslib/fsw/inc/edslib_binding_objects.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_database_types.h b/edslib/fsw/inc/edslib_database_types.h index e1b6dba..ed3671a 100644 --- a/edslib/fsw/inc/edslib_database_types.h +++ b/edslib/fsw/inc/edslib_database_types.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_datatypedb.h b/edslib/fsw/inc/edslib_datatypedb.h index 2bef404..0431c78 100644 --- a/edslib/fsw/inc/edslib_datatypedb.h +++ b/edslib/fsw/inc/edslib_datatypedb.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_displaydb.h b/edslib/fsw/inc/edslib_displaydb.h index 732a474..608b2fb 100644 --- a/edslib/fsw/inc/edslib_displaydb.h +++ b/edslib/fsw/inc/edslib_displaydb.h @@ -1,17 +1,17 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_id.h b/edslib/fsw/inc/edslib_id.h index 6afe95e..2bad9a3 100644 --- a/edslib/fsw/inc/edslib_id.h +++ b/edslib/fsw/inc/edslib_id.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/inc/edslib_init.h b/edslib/fsw/inc/edslib_init.h index f7db0a7..1a931e3 100644 --- a/edslib/fsw/inc/edslib_init.h +++ b/edslib/fsw/inc/edslib_init.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_binding_objects.c b/edslib/fsw/src/edslib_binding_objects.c index f538eb9..6b460c8 100644 --- a/edslib/fsw/src/edslib_binding_objects.c +++ b/edslib/fsw/src/edslib_binding_objects.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_api.c b/edslib/fsw/src/edslib_datatypedb_api.c index 99899cd..754751c 100644 --- a/edslib/fsw/src/edslib_datatypedb_api.c +++ b/edslib/fsw/src/edslib_datatypedb_api.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_constraints.c b/edslib/fsw/src/edslib_datatypedb_constraints.c index e522e7e..b4aa631 100644 --- a/edslib/fsw/src/edslib_datatypedb_constraints.c +++ b/edslib/fsw/src/edslib_datatypedb_constraints.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_errorcontrol.c b/edslib/fsw/src/edslib_datatypedb_errorcontrol.c index d89de84..2314ad2 100644 --- a/edslib/fsw/src/edslib_datatypedb_errorcontrol.c +++ b/edslib/fsw/src/edslib_datatypedb_errorcontrol.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_iterator.c b/edslib/fsw/src/edslib_datatypedb_iterator.c index 7384065..a90be28 100644 --- a/edslib/fsw/src/edslib_datatypedb_iterator.c +++ b/edslib/fsw/src/edslib_datatypedb_iterator.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_load_store.c b/edslib/fsw/src/edslib_datatypedb_load_store.c index c87ab5e..1e6cbfb 100644 --- a/edslib/fsw/src/edslib_datatypedb_load_store.c +++ b/edslib/fsw/src/edslib_datatypedb_load_store.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_lookup.c b/edslib/fsw/src/edslib_datatypedb_lookup.c index 755d4a9..95aac1f 100644 --- a/edslib/fsw/src/edslib_datatypedb_lookup.c +++ b/edslib/fsw/src/edslib_datatypedb_lookup.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_datatypedb_pack_unpack.c b/edslib/fsw/src/edslib_datatypedb_pack_unpack.c index a1bbd63..cdf66ea 100644 --- a/edslib/fsw/src/edslib_datatypedb_pack_unpack.c +++ b/edslib/fsw/src/edslib_datatypedb_pack_unpack.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_displaydb_api.c b/edslib/fsw/src/edslib_displaydb_api.c index bc8254f..74b47e6 100644 --- a/edslib/fsw/src/edslib_displaydb_api.c +++ b/edslib/fsw/src/edslib_displaydb_api.c @@ -1,17 +1,17 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_displaydb_base64.c b/edslib/fsw/src/edslib_displaydb_base64.c index bdb6f47..4b807b2 100644 --- a/edslib/fsw/src/edslib_displaydb_base64.c +++ b/edslib/fsw/src/edslib_displaydb_base64.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_displaydb_iterator.c b/edslib/fsw/src/edslib_displaydb_iterator.c index 51f93ae..9e034f8 100644 --- a/edslib/fsw/src/edslib_displaydb_iterator.c +++ b/edslib/fsw/src/edslib_displaydb_iterator.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_displaydb_locate.c b/edslib/fsw/src/edslib_displaydb_locate.c index f7fe817..9ecaff6 100644 --- a/edslib/fsw/src/edslib_displaydb_locate.c +++ b/edslib/fsw/src/edslib_displaydb_locate.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_displaydb_lookup.c b/edslib/fsw/src/edslib_displaydb_lookup.c index 9bfbc13..8b5137c 100644 --- a/edslib/fsw/src/edslib_displaydb_lookup.c +++ b/edslib/fsw/src/edslib_displaydb_lookup.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_displaydb_stringconv.c b/edslib/fsw/src/edslib_displaydb_stringconv.c index 2c0f6bb..cdad98d 100644 --- a/edslib/fsw/src/edslib_displaydb_stringconv.c +++ b/edslib/fsw/src/edslib_displaydb_stringconv.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_init.c b/edslib/fsw/src/edslib_init.c index a770303..0cd24ed 100644 --- a/edslib/fsw/src/edslib_init.c +++ b/edslib/fsw/src/edslib_init.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_internal.h b/edslib/fsw/src/edslib_internal.h index 4a1f384..83f5279 100644 --- a/edslib/fsw/src/edslib_internal.h +++ b/edslib/fsw/src/edslib_internal.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/fsw/src/edslib_msgid_api.c b/edslib/fsw/src/edslib_msgid_api.c index 1b2042a..b7670db 100644 --- a/edslib/fsw/src/edslib_msgid_api.c +++ b/edslib/fsw/src/edslib_msgid_api.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/json/CMakeLists.txt b/edslib/json/CMakeLists.txt index 9d369b6..a8af51f 100644 --- a/edslib/json/CMakeLists.txt +++ b/edslib/json/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/json/inc/edslib_json_objects.h b/edslib/json/inc/edslib_json_objects.h index 05246d9..e6bcd84 100644 --- a/edslib/json/inc/edslib_json_objects.h +++ b/edslib/json/inc/edslib_json_objects.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -23,7 +23,7 @@ * \file edslib_json_objects.h * \ingroup json * \author joseph.p.hickey@nasa.gov - * + * * API definition for EdsLib-JSON binding library */ diff --git a/edslib/json/src/edslib_json_objects.c b/edslib/json/src/edslib_json_objects.c index 27c716f..86456f0 100644 --- a/edslib/json/src/edslib_json_objects.c +++ b/edslib/json/src/edslib_json_objects.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/lua/CMakeLists.txt b/edslib/lua/CMakeLists.txt index d64384d..a6d222c 100644 --- a/edslib/lua/CMakeLists.txt +++ b/edslib/lua/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/lua/inc/edslib_lua51_compatibility.h b/edslib/lua/inc/edslib_lua51_compatibility.h index b40a473..404c193 100644 --- a/edslib/lua/inc/edslib_lua51_compatibility.h +++ b/edslib/lua/inc/edslib_lua51_compatibility.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -23,7 +23,7 @@ * \file edslib_lua51_compatibility.h * \ingroup lua * \author joseph.p.hickey@nasa.gov - * + * * Compatibility shim to support Lua 5.1, which despite being EOL * for some time, is still distributed in some Enterprise Linux * distributions. diff --git a/edslib/lua/inc/edslib_lua_objects.h b/edslib/lua/inc/edslib_lua_objects.h index ddf586b..bbe8f88 100644 --- a/edslib/lua/inc/edslib_lua_objects.h +++ b/edslib/lua/inc/edslib_lua_objects.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/CMakeLists.txt b/edslib/python/CMakeLists.txt index a42640c..c7330f4 100644 --- a/edslib/python/CMakeLists.txt +++ b/edslib/python/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/inc/edslib_python.h b/edslib/python/inc/edslib_python.h index 2570f1d..13905a5 100644 --- a/edslib/python/inc/edslib_python.h +++ b/edslib/python/inc/edslib_python.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_accessor.c b/edslib/python/src/edslib_python_accessor.c index d4cfe6c..8fa5dcd 100644 --- a/edslib/python/src/edslib_python_accessor.c +++ b/edslib/python/src/edslib_python_accessor.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_array.c b/edslib/python/src/edslib_python_array.c index 3b52875..ef47c24 100644 --- a/edslib/python/src/edslib_python_array.c +++ b/edslib/python/src/edslib_python_array.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_base.c b/edslib/python/src/edslib_python_base.c index e463bf0..6d66c6e 100644 --- a/edslib/python/src/edslib_python_base.c +++ b/edslib/python/src/edslib_python_base.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_buffer.c b/edslib/python/src/edslib_python_buffer.c index 70bff19..0aef823 100644 --- a/edslib/python/src/edslib_python_buffer.c +++ b/edslib/python/src/edslib_python_buffer.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_container.c b/edslib/python/src/edslib_python_container.c index 223d7e7..74cc75a 100644 --- a/edslib/python/src/edslib_python_container.c +++ b/edslib/python/src/edslib_python_container.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_conversions.c b/edslib/python/src/edslib_python_conversions.c index 7a75091..a6581a1 100644 --- a/edslib/python/src/edslib_python_conversions.c +++ b/edslib/python/src/edslib_python_conversions.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_database.c b/edslib/python/src/edslib_python_database.c index 58ce34b..321e447 100644 --- a/edslib/python/src/edslib_python_database.c +++ b/edslib/python/src/edslib_python_database.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_databaseentry.c b/edslib/python/src/edslib_python_databaseentry.c index 055310f..5d1c2b5 100644 --- a/edslib/python/src/edslib_python_databaseentry.c +++ b/edslib/python/src/edslib_python_databaseentry.c @@ -1,17 +1,17 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_dynamicarray.c b/edslib/python/src/edslib_python_dynamicarray.c index 1d22a8a..dfe8399 100644 --- a/edslib/python/src/edslib_python_dynamicarray.c +++ b/edslib/python/src/edslib_python_dynamicarray.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_internal.h b/edslib/python/src/edslib_python_internal.h index d2a64d1..f64ea79 100644 --- a/edslib/python/src/edslib_python_internal.h +++ b/edslib/python/src/edslib_python_internal.h @@ -1,17 +1,17 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_module.c b/edslib/python/src/edslib_python_module.c index f0437b1..0e8439b 100644 --- a/edslib/python/src/edslib_python_module.c +++ b/edslib/python/src/edslib_python_module.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_number.c b/edslib/python/src/edslib_python_number.c index 490d840..8df855d 100644 --- a/edslib/python/src/edslib_python_number.c +++ b/edslib/python/src/edslib_python_number.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_packedobject.c b/edslib/python/src/edslib_python_packedobject.c index 8b6e75c..07e2728 100644 --- a/edslib/python/src/edslib_python_packedobject.c +++ b/edslib/python/src/edslib_python_packedobject.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_scalar.c b/edslib/python/src/edslib_python_scalar.c index 801177a..54e4229 100644 --- a/edslib/python/src/edslib_python_scalar.c +++ b/edslib/python/src/edslib_python_scalar.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/python/src/edslib_python_setup.c b/edslib/python/src/edslib_python_setup.c index 914ebd5..bf9618c 100644 --- a/edslib/python/src/edslib_python_setup.c +++ b/edslib/python/src/edslib_python_setup.c @@ -1,17 +1,17 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation * LEW-20211-1, Python Bindings for the Core Flight Executive Mission Library - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/unit-test/CMakeLists.txt b/edslib/unit-test/CMakeLists.txt index 37f6491..0499bb8 100644 --- a/edslib/unit-test/CMakeLists.txt +++ b/edslib/unit-test/CMakeLists.txt @@ -1,16 +1,16 @@ # # LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation -# +# # Copyright (c) 2020 United States Government as represented by # the Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/unit-test/eds/UT1.xml b/edslib/unit-test/eds/UT1.xml index fe4627d..6e92642 100644 --- a/edslib/unit-test/eds/UT1.xml +++ b/edslib/unit-test/eds/UT1.xml @@ -50,7 +50,7 @@ - + @@ -83,7 +83,7 @@ - + diff --git a/edslib/unit-test/eds/UTHDR.xml b/edslib/unit-test/eds/UTHDR.xml index 745b57a..d6983a2 100644 --- a/edslib/unit-test/eds/UTHDR.xml +++ b/edslib/unit-test/eds/UTHDR.xml @@ -1,11 +1,11 @@ - + - + @@ -27,11 +27,11 @@ - + - + @@ -43,10 +43,10 @@ - + - + @@ -58,10 +58,10 @@ - + - + @@ -73,8 +73,8 @@ - + - + diff --git a/edslib/unit-test/eds/ut-base-types.xml b/edslib/unit-test/eds/ut-base-types.xml index df80da4..bdbae27 100644 --- a/edslib/unit-test/eds/ut-base-types.xml +++ b/edslib/unit-test/eds/ut-base-types.xml @@ -4,9 +4,9 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/edslib/unit-test/edslib_basic_test.c b/edslib/unit-test/edslib_basic_test.c index 1cf32b2..1fa6d9b 100644 --- a/edslib/unit-test/edslib_basic_test.c +++ b/edslib/unit-test/edslib_basic_test.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -23,7 +23,7 @@ * \file edslib_basic_test.c * \ingroup edslib * \author joseph.p.hickey@nasa.gov - * + * * Basic testing of the "data type" EDS structures */ diff --git a/edslib/unit-test/edslib_full_test.c b/edslib/unit-test/edslib_full_test.c index 1cc5969..0dcadb6 100644 --- a/edslib/unit-test/edslib_full_test.c +++ b/edslib/unit-test/edslib_full_test.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/edslib/unit-test/edslib_test.c b/edslib/unit-test/edslib_test.c index b11522a..82269dd 100644 --- a/edslib/unit-test/edslib_test.c +++ b/edslib/unit-test/edslib_test.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/05-seds_parse_defines.lua b/tool/scripts/05-seds_parse_defines.lua index 89db476..b81e451 100644 --- a/tool/scripts/05-seds_parse_defines.lua +++ b/tool/scripts/05-seds_parse_defines.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/10-seds_resolve_refs.lua b/tool/scripts/10-seds_resolve_refs.lua index 0d5c605..e78318e 100644 --- a/tool/scripts/10-seds_resolve_refs.lua +++ b/tool/scripts/10-seds_resolve_refs.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/15-seds_create_implicit_scalars.lua b/tool/scripts/15-seds_create_implicit_scalars.lua index 30c8cf3..9dc8a7b 100644 --- a/tool/scripts/15-seds_create_implicit_scalars.lua +++ b/tool/scripts/15-seds_create_implicit_scalars.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/20-seds_resolve_sizes.lua b/tool/scripts/20-seds_resolve_sizes.lua index 5ecb724..fc9f7a2 100644 --- a/tool/scripts/20-seds_resolve_sizes.lua +++ b/tool/scripts/20-seds_resolve_sizes.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/25-seds_resolve_constraints.lua b/tool/scripts/25-seds_resolve_constraints.lua index 6ea62ad..5d52b47 100644 --- a/tool/scripts/25-seds_resolve_constraints.lua +++ b/tool/scripts/25-seds_resolve_constraints.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/30-seds_resolve_components.lua b/tool/scripts/30-seds_resolve_components.lua index 993ec2c..e79d131 100644 --- a/tool/scripts/30-seds_resolve_components.lua +++ b/tool/scripts/30-seds_resolve_components.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/scripts/85-seds_write_resolved_xml.lua b/tool/scripts/85-seds_write_resolved_xml.lua index b3d55e1..c9ee9f1 100644 --- a/tool/scripts/85-seds_write_resolved_xml.lua +++ b/tool/scripts/85-seds_write_resolved_xml.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_checksum.c b/tool/src/seds_checksum.c index e693d29..1bfe1fd 100644 --- a/tool/src/seds_checksum.c +++ b/tool/src/seds_checksum.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_checksum.h b/tool/src/seds_checksum.h index 699813b..7dfd16c 100644 --- a/tool/src/seds_checksum.h +++ b/tool/src/seds_checksum.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_generic_props.c b/tool/src/seds_generic_props.c index 440450b..59372e4 100644 --- a/tool/src/seds_generic_props.c +++ b/tool/src/seds_generic_props.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_generic_props.h b/tool/src/seds_generic_props.h index faaa3e7..963c6fd 100644 --- a/tool/src/seds_generic_props.h +++ b/tool/src/seds_generic_props.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_global.h b/tool/src/seds_global.h index d7691aa..a7b4cb2 100644 --- a/tool/src/seds_global.h +++ b/tool/src/seds_global.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_instance_methods.lua b/tool/src/seds_instance_methods.lua index 44fe302..9db379e 100644 --- a/tool/src/seds_instance_methods.lua +++ b/tool/src/seds_instance_methods.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_instance_node.c b/tool/src/seds_instance_node.c index e6bdd98..a7debae 100644 --- a/tool/src/seds_instance_node.c +++ b/tool/src/seds_instance_node.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_instance_node.h b/tool/src/seds_instance_node.h index e1a5fa8..fc58c4e 100644 --- a/tool/src/seds_instance_node.h +++ b/tool/src/seds_instance_node.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_memreq.c b/tool/src/seds_memreq.c index b2b3b9e..42893a7 100644 --- a/tool/src/seds_memreq.c +++ b/tool/src/seds_memreq.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_memreq.h b/tool/src/seds_memreq.h index 6047c00..b8067f6 100644 --- a/tool/src/seds_memreq.h +++ b/tool/src/seds_memreq.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_outputfile.c b/tool/src/seds_outputfile.c index 8f1d03b..62c5641 100644 --- a/tool/src/seds_outputfile.c +++ b/tool/src/seds_outputfile.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_outputfile.h b/tool/src/seds_outputfile.h index d15deb8..267e617 100644 --- a/tool/src/seds_outputfile.h +++ b/tool/src/seds_outputfile.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_plugin.c b/tool/src/seds_plugin.c index d7e7ce8..19011ca 100644 --- a/tool/src/seds_plugin.c +++ b/tool/src/seds_plugin.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_plugin.h b/tool/src/seds_plugin.h index a8d7501..df689c9 100644 --- a/tool/src/seds_plugin.h +++ b/tool/src/seds_plugin.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_preprocess.c b/tool/src/seds_preprocess.c index 51ae8cc..85b728b 100644 --- a/tool/src/seds_preprocess.c +++ b/tool/src/seds_preprocess.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_preprocess.h b/tool/src/seds_preprocess.h index 6dcdcae..b510c5d 100644 --- a/tool/src/seds_preprocess.h +++ b/tool/src/seds_preprocess.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_runtime.lua b/tool/src/seds_runtime.lua index 2e79b85..5b85e50 100644 --- a/tool/src/seds_runtime.lua +++ b/tool/src/seds_runtime.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_tool_main.c b/tool/src/seds_tool_main.c index 181fec0..dc0dd34 100644 --- a/tool/src/seds_tool_main.c +++ b/tool/src/seds_tool_main.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_tree_methods.lua b/tool/src/seds_tree_methods.lua index 11c44af..a00f1c4 100644 --- a/tool/src/seds_tree_methods.lua +++ b/tool/src/seds_tree_methods.lua @@ -1,16 +1,16 @@ -- -- LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation --- +-- -- Copyright (c) 2020 United States Government as represented by -- the Administrator of the National Aeronautics and Space Administration. -- All Rights Reserved. --- +-- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at --- +-- -- http://www.apache.org/licenses/LICENSE-2.0 --- +-- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_tree_node.c b/tool/src/seds_tree_node.c index b23c474..866358c 100644 --- a/tool/src/seds_tree_node.c +++ b/tool/src/seds_tree_node.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_tree_node.h b/tool/src/seds_tree_node.h index 2f2acd7..64e68c4 100644 --- a/tool/src/seds_tree_node.h +++ b/tool/src/seds_tree_node.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_user_message.c b/tool/src/seds_user_message.c index 3b04cb1..bc8858e 100644 --- a/tool/src/seds_user_message.c +++ b/tool/src/seds_user_message.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_user_message.h b/tool/src/seds_user_message.h index e4bfcfb..7f544c8 100644 --- a/tool/src/seds_user_message.h +++ b/tool/src/seds_user_message.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_xmlparser.c b/tool/src/seds_xmlparser.c index ea60b04..9b5ae0c 100644 --- a/tool/src/seds_xmlparser.c +++ b/tool/src/seds_xmlparser.c @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/tool/src/seds_xmlparser.h b/tool/src/seds_xmlparser.h index 501fa4f..af66e21 100644 --- a/tool/src/seds_xmlparser.h +++ b/tool/src/seds_xmlparser.h @@ -1,16 +1,16 @@ /* * LEW-19710-1, CCSDS SOIS Electronic Data Sheet Implementation - * + * * Copyright (c) 2020 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.