diff --git a/LICENSE-18128-Apache-2_0.pdf b/LICENSE-18128-Apache-2_0.pdf deleted file mode 100644 index 47a1a9a..0000000 Binary files a/LICENSE-18128-Apache-2_0.pdf and /dev/null differ diff --git a/README.md b/README.md index a5ad6c0..c827fc5 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ This lab application is a non-flight utility to send commands to the cFS Bundle. ci_lab is a simple command uplink application that accepts CCSDS telecommand packets over a UDP/IP port. It does not provide a full CCSDS Telecommand stack implementation. -## Release Notes +## Version Notes -- 2.3.0: +- **2.3.0 OFFICIAL RELEASE**: - Minor updates (see #12) - Not backwards compatible with OSAL 4.2.1 + - Released as part of cFE 6.7.0, Apache 2.0 - **2.2.0a OFFICIAL RELEASE**: - - Released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). + - Released as part of cFE 6.6.0a, Apache 2.0 ## Known issues diff --git a/fsw/mission_inc/ci_lab_perfids.h b/fsw/mission_inc/ci_lab_perfids.h index 039e0ca..e9d72e3 100644 --- a/fsw/mission_inc/ci_lab_perfids.h +++ b/fsw/mission_inc/ci_lab_perfids.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/platform_inc/ci_lab_msgids.h b/fsw/platform_inc/ci_lab_msgids.h index 65b62bb..345e2f9 100644 --- a/fsw/platform_inc/ci_lab_msgids.h +++ b/fsw/platform_inc/ci_lab_msgids.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/src/ci_lab_app.c b/fsw/src/ci_lab_app.c index 064674a..868a5e9 100644 --- a/fsw/src/ci_lab_app.c +++ b/fsw/src/ci_lab_app.c @@ -1,6 +1,6 @@ /******************************************************************************* ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/src/ci_lab_app.h b/fsw/src/ci_lab_app.h index a1a2a20..600b13d 100644 --- a/fsw/src/ci_lab_app.h +++ b/fsw/src/ci_lab_app.h @@ -1,6 +1,6 @@ /******************************************************************************* ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/src/ci_lab_defs.h b/fsw/src/ci_lab_defs.h index 1e15c76..9dc8bd4 100644 --- a/fsw/src/ci_lab_defs.h +++ b/fsw/src/ci_lab_defs.h @@ -1,6 +1,6 @@ /******************************************************************************* ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/src/ci_lab_events.h b/fsw/src/ci_lab_events.h index 39e6480..493cf36 100644 --- a/fsw/src/ci_lab_events.h +++ b/fsw/src/ci_lab_events.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/src/ci_lab_msg.h b/fsw/src/ci_lab_msg.h index f4e85a7..7f921cd 100644 --- a/fsw/src/ci_lab_msg.h +++ b/fsw/src/ci_lab_msg.h @@ -1,6 +1,6 @@ /******************************************************************************* ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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. diff --git a/fsw/src/ci_lab_version.h b/fsw/src/ci_lab_version.h index a307453..85165ba 100644 --- a/fsw/src/ci_lab_version.h +++ b/fsw/src/ci_lab_version.h @@ -1,6 +1,6 @@ /************************************************************************ ** -** GSC-18128-1, "Core Flight Executive Version 6.6" +** 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.