Skip to content

Commit 0b9480b

Browse files
committed
Update banners for gdb api files
1 parent a49c421 commit 0b9480b

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

src/memory-analyzer/gdb_api.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
// Copyright 2018 Author: Malte Mues <[email protected]>
1+
/*******************************************************************\
2+
3+
Module: GDB Machine Interface API
4+
5+
Author: Malte Mues <[email protected]>
6+
Daniel Poetzl
7+
8+
\*******************************************************************/
9+
210
#ifdef __linux__
311
#include <cctype>
412
#include <cerrno>

src/memory-analyzer/gdb_api.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
// Copyright 2018 Author: Malte Mues
1+
/*******************************************************************\
2+
3+
Module: GDB Machine Interface API
4+
5+
Author: Malte Mues <[email protected]>
6+
Daniel Poetzl
7+
8+
\*******************************************************************/
9+
210
#ifdef __linux__
311
#ifndef CPROVER_MEMORY_ANALYZER_GDB_API_H
412
#define CPROVER_MEMORY_ANALYZER_GDB_API_H

unit/memory-analyzer/gdb_api.cpp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
// Copyright 2018 Malte Mues
2-
#include <testing-utils/catch.hpp>
1+
/*******************************************************************\
2+
3+
Module: GDB Machine Interface API unit tests
4+
5+
Author: Malte Mues <[email protected]>
6+
Daniel Poetzl
7+
8+
\*******************************************************************/
9+
10+
#include <testing-utils/use_catch.h>
311

412
#ifdef __linux__
513
// \file Test that the regex expression used work as expected.

0 commit comments

Comments
 (0)