Skip to content

Commit 37638ce

Browse files
committed
Add standard file headers
The author was specified as required by cpplint, but otherwise the header did not look like the one we usually use.
1 parent 8dc53f0 commit 37638ce

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)