Skip to content

Commit

Permalink
Merge pull request #1728 from pavll/fix-1727-correct-some-file-headers
Browse files Browse the repository at this point in the history
Fix #1727, mistakes in some copyright headers
  • Loading branch information
astrogeco authored Aug 9, 2021
2 parents 84bb9d7 + 2db8161 commit 7e5e4e5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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

0 comments on commit 7e5e4e5

Please sign in to comment.