Skip to content

Commit 7966fca

Browse files
committed
Update banners for gdb api files
1 parent 55fbebb commit 7966fca

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
// Copyright 2018 Malte Mues
1+
/*******************************************************************\
2+
3+
Module: GDB Machine Interface API unit tests
4+
5+
Author: Malte Mues <[email protected]>
6+
Daniel Poetzl
7+
8+
\*******************************************************************/
9+
210
#include <testing-utils/use_catch.h>
311

412
#ifdef __linux__

0 commit comments

Comments
 (0)