Skip to content

Commit b27d7e8

Browse files
authored
FASTTRACK: Merge #26
Fix #25 and release updates Document and copyright header changes only
2 parents ce379c6 + 447f59a commit b27d7e8

10 files changed

+12
-11
lines changed

LICENSE-18128-Apache-2_0.pdf

-93.1 KB
Binary file not shown.

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ This lab application is a non-flight utility to send commands to the cFS Bundle.
66

77
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.
88

9-
## Release Notes
9+
## Version Notes
1010

11-
- 2.3.0:
11+
- **2.3.0 OFFICIAL RELEASE**:
1212
- Minor updates (see #12)
1313
- Not backwards compatible with OSAL 4.2.1
14+
- Released as part of cFE 6.7.0, Apache 2.0
1415
- **2.2.0a OFFICIAL RELEASE**:
15-
- Released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf).
16+
- Released as part of cFE 6.6.0a, Apache 2.0
1617

1718
## Known issues
1819

fsw/mission_inc/ci_lab_perfids.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/platform_inc/ci_lab_msgids.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/src/ci_lab_app.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/src/ci_lab_app.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/src/ci_lab_defs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/src/ci_lab_events.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/src/ci_lab_msg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*******************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

fsw/src/ci_lab_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/************************************************************************
22
**
3-
** GSC-18128-1, "Core Flight Executive Version 6.6"
3+
** GSC-18128-1, "Core Flight Executive Version 6.7"
44
**
55
** Copyright (c) 2006-2019 United States Government as represented by
66
** the Administrator of the National Aeronautics and Space Administration.

0 commit comments

Comments
 (0)