Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1727, mistakes in some copyright headers #1728

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/cfe_assert/src/cfe_assert_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: cfe_assert_main.c
** File: cfe_assert_init.c
**
** Purpose:
** Implementation of the CFE assert (UT assert wrapper) functions.
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_assert/src/cfe_assert_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: cfe_assert.h
** File: cfe_assert_priv.h
**
** Purpose:
** Specification for the CFE assert (UT assert wrapper) functions.
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_assert/src/cfe_assert_runner.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: cfe_testrunner_main.c
** File: cfe_assert_runner.c
**
** Purpose:
** Implementation of the CFE testrunner (UT testrunner wrapper) functions.
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/cfe_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: cfe_test.c
** File: cfe_test.h
**
** Purpose:
** Initialization routine for CFE functional test
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/es_cds_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: es_info_test.c
** File: es_cds_test.c
**
** Purpose:
** Functional test of basic ES Critical Data Store APIs
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/es_mempool_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: es_info_test.c
** File: es_mempool_test.c
**
** Purpose:
** Functional test of basic ES Mempool APIs
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/fs_header_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: es_info_test.c
** File: fs_header_test.c
**
** Purpose:
** Functional test of basic FS Header APIs
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/sb_pipe_mang_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: es_info_test.c
** File: sb_pipe_mang_test.c
**
** Purpose:
** Functional test of Sb Pipe Managment APIs
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/time_current_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: es_info_test.c
** File: time_current_test.c
**
** Purpose:
** Functional test of basic Time Current APIs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/*
** File: ut_es_stubs.c
** File: cfe_es_core_internal_handlers.c
**
** Purpose:
** Unit test stubs for Executive Service routines
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/*
** File: ut_es_stubs.c
** File: cfe_fs_core_internal_handlers.c
**
** Purpose:
** Unit test stubs for Executive Service routines
Expand Down
2 changes: 1 addition & 1 deletion modules/resourceid/fsw/src/cfe_resourceid_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/*
** File:
** cfe_resource_api.c
** cfe_resource_api.c
**
** Purpose:
** Function definitions related to CFE resource management
Expand Down