Skip to content

Commit d430ddc

Browse files
author
Matthias Güdemann
committed
Replace copyright notice with author entry
1 parent 631acab commit d430ddc

12 files changed

+12
-13
lines changed

src/goto-programs/lazy_goto_functions_map.h

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

33
/// \file
44
/// A lazy wrapper for goto_functionst.

src/goto-programs/lazy_goto_model.cpp

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

33
/// \file
44
/// Model for lazy loading of functions

src/goto-programs/lazy_goto_model.h

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

33
/// \file
44
/// Model for lazy loading of functions

src/util/journalling_symbol_table.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
// Copyright 2016-2018 DiffBlue Limited. All Rights Reserved.
1+
/// Author: Diffblue Ltd.
32

43
/// \file
54
/// A symbol table writer that records which entries have been updated

src/util/symbol_table.cpp

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

33
#include "symbol_table.h"
44

src/util/symbol_table.h

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

33
/// \file
44
/// Symbol table

src/util/symbol_table_base.cpp

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

33
#include "symbol_table_base.h"
44

src/util/symbol_table_base.h

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

33
/// \file
44
/// Symbol table base class interface

unit/sharing_node.cpp

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

33
/// \file Tests for sharing-node utility
44

unit/util/expr_iterator.cpp

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+
/// Author: Diffblue Ltd.
22

33
/// \file Tests for depth_iteratort and friends
44

unit/util/symbol_table.cpp

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

33
/// \file Tests for symbol_tablet
44

unit/wp.cpp

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

33
#include <iostream>
44

0 commit comments

Comments
 (0)