Skip to content

Commit 061a193

Browse files
authored
Merge pull request #3611 from tautschnig/standard-file-headers
Add standard file headers
2 parents 5d354a5 + 37638ce commit 061a193

File tree

5 files changed

+35
-13
lines changed

5 files changed

+35
-13
lines changed

unit/util/expr_cast/expr_cast.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
/*
2-
Author: Nathan Phillips <[email protected]>
3-
*/
1+
/*******************************************************************\
2+
3+
Module: Unit tests of expr_dynamic_cast
4+
5+
Author: Nathan Phillips <[email protected]>
6+
7+
\*******************************************************************/
48

59
/// \file
610
/// expr_dynamic_cast Unit Tests

unit/util/expr_cast/expr_undefined_casts.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
/*
2-
Author: Nathan Phillips <[email protected]>
3-
*/
1+
/*******************************************************************\
2+
3+
Module: Unit tests of expr_dynamic_cast
4+
5+
Author: Nathan Phillips <[email protected]>
6+
7+
\*******************************************************************/
48

59
/// \file
610
/// expr_dynamic_cast for types that don't have a cast

unit/util/string_utils/split_string.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
/*
2-
Author: Diffblue Ltd.
3-
*/
1+
/*******************************************************************\
2+
3+
Module: Unit tests of split_string
4+
5+
Author: Diffblue Ltd.
6+
7+
\*******************************************************************/
48

59
/// \file
610
/// split_string Unit Tests

unit/util/string_utils/strip_string.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
/*
2-
Author: Diffblue Ltd.
3-
*/
1+
/*******************************************************************\
2+
3+
Module: Unit tests of strip_string
4+
5+
Author: Diffblue Ltd.
6+
7+
\*******************************************************************/
48

59
/// \file
610
/// strip_string Unit Tests

unit/util/symbol.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/// Author: Diffblue Ltd.
1+
/*******************************************************************\
2+
3+
Module: Unit tests of symbol_tablet
4+
5+
Author: Diffblue Ltd.
6+
7+
\*******************************************************************/
28

39
/// \file Tests for symbol_tablet
410

0 commit comments

Comments
 (0)