Skip to content

Commit d85100d

Browse files
authored
Merge pull request #3000 from mgudemann/enhancement/diffblue/normalize_diffblue
Remove occurrences of DiffBlue
2 parents af8fabc + fa4fd5b commit d85100d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

jbmc/unit/java_bytecode/ci_lazy_methods/lazy_load_lambdas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit tests for parsing generic classes
44
5-
Author: DiffBlue Limited. All rights reserved.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

jbmc/unit/java_bytecode/java_bytecode_convert_method/convert_initalizers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit tests for converting constructors and static initializers
44
5-
Author: DiffBlue Limited.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

jbmc/unit/solvers/refinement/string_refinement/dependency_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Module: Unit tests for dependency graph
44
solvers/refinement/string_refinement.cpp
55
6-
Author: DiffBlue Ltd.
6+
Author: Diffblue Ltd.
77
88
\*******************************************************************/
99

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ void goto_analyzer_parse_optionst::help()
788788
std::cout << '\n' << banner_string("GOTO-ANALYZER", CBMC_VERSION) << '\n'
789789
<<
790790
"* * Copyright (C) 2017-2018 * *\n"
791-
"* * Daniel Kroening, DiffBlue * *\n"
791+
"* * Daniel Kroening, Diffblue * *\n"
792792
"* * [email protected] * *\n"
793793
"\n"
794794
"Usage: Purpose:\n"

src/util/fixed_keys_map_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 DiffBlue Limited. All Rights Reserved.
1+
// Copyright 2018 Diffblue Limited.
22

33
/// \file
44
/// A wrapper for maps that gives read-write access to elements but without

unit/testing-utils/free_form_cmdline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit test utilities
44
5-
Author: DiffBlue Limited.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

unit/testing-utils/free_form_cmdline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit test utilities
44
5-
Author: DiffBlue Limited.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

unit/testing-utils/message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit test utilities
44
5-
Author: DiffBlue Limited. All rights reserved.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

unit/testing-utils/require_symbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit test utilities
44
5-
Author: DiffBlue Limited. All rights reserved.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

unit/testing-utils/require_symbol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Module: Unit test utilities
44
5-
Author: DiffBlue Limited. All rights reserved.
5+
Author: Diffblue Limited.
66
77
\*******************************************************************/
88

0 commit comments

Comments
 (0)