diff --git a/GroundSystem.py b/GroundSystem.py index a7f9863..8dd9d49 100644 --- a/GroundSystem.py +++ b/GroundSystem.py @@ -1,15 +1,15 @@ +# !/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,10 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# cFS Ground System Version 2.0.0 -# -# !/usr/bin/env python3 -# + import shlex import subprocess import sys diff --git a/RoutingService.py b/RoutingService.py index f361d8b..5e8ff70 100644 --- a/RoutingService.py +++ b/RoutingService.py @@ -1,15 +1,15 @@ +#!/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,8 +17,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python3 -# import socket from struct import unpack diff --git a/Subsystems/cmdGui/CHeaderParser.py b/Subsystems/cmdGui/CHeaderParser.py index f687f89..a0e4872 100644 --- a/Subsystems/cmdGui/CHeaderParser.py +++ b/Subsystems/cmdGui/CHeaderParser.py @@ -1,15 +1,13 @@ # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,9 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # + ############################################################################## -# Filename: CHeaderParser.py -# # Created in Winter 2014-15 # Created by Winter Intern for NASA GSFC Code 582 # diff --git a/Subsystems/cmdGui/CommandParser.py b/Subsystems/cmdGui/CommandParser.py index 177844c..41aa138 100644 --- a/Subsystems/cmdGui/CommandParser.py +++ b/Subsystems/cmdGui/CommandParser.py @@ -1,15 +1,13 @@ # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # + import glob import pickle import re diff --git a/Subsystems/cmdGui/CommandSystem.py b/Subsystems/cmdGui/CommandSystem.py index 5a9233b..9c10774 100644 --- a/Subsystems/cmdGui/CommandSystem.py +++ b/Subsystems/cmdGui/CommandSystem.py @@ -1,15 +1,15 @@ +# !/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,8 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# !/usr/bin/env python3 -# + import csv import pickle import shlex diff --git a/Subsystems/cmdGui/HTMLDocsParser.py b/Subsystems/cmdGui/HTMLDocsParser.py index f47965d..b2ec598 100644 --- a/Subsystems/cmdGui/HTMLDocsParser.py +++ b/Subsystems/cmdGui/HTMLDocsParser.py @@ -1,15 +1,13 @@ # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, diff --git a/Subsystems/cmdGui/MiniCmdUtil.py b/Subsystems/cmdGui/MiniCmdUtil.py index 52f5187..2e24636 100644 --- a/Subsystems/cmdGui/MiniCmdUtil.py +++ b/Subsystems/cmdGui/MiniCmdUtil.py @@ -1,15 +1,13 @@ # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, diff --git a/Subsystems/cmdGui/Parameter.py b/Subsystems/cmdGui/Parameter.py index 1b73b02..4c420f2 100644 --- a/Subsystems/cmdGui/Parameter.py +++ b/Subsystems/cmdGui/Parameter.py @@ -1,15 +1,13 @@ # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # + import getopt import pickle import re diff --git a/Subsystems/cmdGui/UdpCommands.py b/Subsystems/cmdGui/UdpCommands.py index f448a64..1617353 100644 --- a/Subsystems/cmdGui/UdpCommands.py +++ b/Subsystems/cmdGui/UdpCommands.py @@ -1,15 +1,15 @@ +# !/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# !/usr/bin/env python3 + # # UdpCommands.py -- This is a class that creates a simple command dialog and # sends commands using the cmdUtil UDP C program. diff --git a/Subsystems/cmdUtil/SendUdp.c b/Subsystems/cmdUtil/SendUdp.c index efc707f..3742a86 100644 --- a/Subsystems/cmdUtil/SendUdp.c +++ b/Subsystems/cmdUtil/SendUdp.c @@ -1,22 +1,20 @@ -/* -** GSC-18128-1, "Core Flight Executive Version 6.7" -** -** Copyright (c) 2006-2019 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. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ +/************************************************************************ + * NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + ************************************************************************/ /* * Udp packet send routine diff --git a/Subsystems/cmdUtil/SendUdp.h b/Subsystems/cmdUtil/SendUdp.h index a51b214..c3850a0 100644 --- a/Subsystems/cmdUtil/SendUdp.h +++ b/Subsystems/cmdUtil/SendUdp.h @@ -1,22 +1,21 @@ -/* -** GSC-18128-1, "Core Flight Executive Version 6.7" -** -** Copyright (c) 2006-2019 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. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ +/************************************************************************ + * NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + ************************************************************************/ + #ifndef SENDUDP_H #define SENDUDP_H diff --git a/Subsystems/cmdUtil/cmdUtil.c b/Subsystems/cmdUtil/cmdUtil.c index 751919a..08de7f1 100644 --- a/Subsystems/cmdUtil/cmdUtil.c +++ b/Subsystems/cmdUtil/cmdUtil.c @@ -1,22 +1,20 @@ -/* - * GSC-18128-1, "Core Flight Executive Version 6.7" - * - * Copyright (c) 2006-2019 United States Government as represented by - * the Administrator of the National Aeronautics and Space Administration. - * All Rights Reserved. +/************************************************************************ + * NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” * - * 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 + * Copyright (c) 2020 United States Government as represented by the + * Administrator of the National Aeronautics and Space Administration. + * All Rights Reserved. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + ************************************************************************/ /* * Command utility. This program will build a Command packet diff --git a/Subsystems/tlmGUI/EventMessage.py b/Subsystems/tlmGUI/EventMessage.py index df2e359..1d22cbb 100644 --- a/Subsystems/tlmGUI/EventMessage.py +++ b/Subsystems/tlmGUI/EventMessage.py @@ -1,15 +1,15 @@ +# !/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# !/usr/bin/env python3 + # # EVS Events page # diff --git a/Subsystems/tlmGUI/GenericTelemetry.py b/Subsystems/tlmGUI/GenericTelemetry.py index 8171601..315f1cc 100644 --- a/Subsystems/tlmGUI/GenericTelemetry.py +++ b/Subsystems/tlmGUI/GenericTelemetry.py @@ -1,15 +1,14 @@ +#!/usr/bin/env python3 # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,8 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python3 -# + import csv import getopt import mmap diff --git a/Subsystems/tlmGUI/TelemetrySystem.py b/Subsystems/tlmGUI/TelemetrySystem.py index 7fcfd39..621e460 100644 --- a/Subsystems/tlmGUI/TelemetrySystem.py +++ b/Subsystems/tlmGUI/TelemetrySystem.py @@ -1,15 +1,15 @@ +#!/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,8 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python3 -# + import csv import getopt import shlex diff --git a/TlmMQRecv.py b/TlmMQRecv.py index f2f2fae..e99c370 100644 --- a/TlmMQRecv.py +++ b/TlmMQRecv.py @@ -1,15 +1,15 @@ +#!/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,8 +17,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python3 -# import zmq diff --git a/TlmUDPSender.py b/TlmUDPSender.py index 108299b..f4f01c3 100644 --- a/TlmUDPSender.py +++ b/TlmUDPSender.py @@ -1,15 +1,15 @@ +#!/usr/bin/env python3 + # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,8 +17,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#!/usr/bin/env python3 -# # # Send UDP messages for debugging (not used by Ground System) diff --git a/_version.py b/_version.py index 5326403..a9bc3f9 100644 --- a/_version.py +++ b/_version.py @@ -1,15 +1,13 @@ # -# GSC-18128-1, "Core Flight Executive Version 6.7" +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” # -# Copyright (c) 2006-2019 United States Government as represented by -# the Administrator of the National Aeronautics and Space Administration. +# 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 +# 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, @@ -17,7 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# # Development Build Macro Definitions _cFS_GrndSys_build_number = 12 diff --git a/setup.py b/setup.py index cd61db7..2d5de43 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,21 @@ +# +# NASA Docket No. GSC-18,719-1, and identified as “core Flight System: Bootes” +# +# 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. +# See the License for the specific language governing permissions and +# limitations under the License. +# + from setuptools import setup from _version import __version__ as _version