Skip to content

Commit

Permalink
Add copyright headers to all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Aug 19, 2016
1 parent 1feb380 commit 6eb10ca
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dwarf/abbrev.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

using namespace std;
Expand Down
4 changes: 4 additions & 0 deletions dwarf/attrs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "dwarf++.hh"

using namespace std;
Expand Down
4 changes: 4 additions & 0 deletions dwarf/cursor.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

#include <stdexcept>
Expand Down
4 changes: 4 additions & 0 deletions dwarf/data.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _DWARFPP_DW_HH_
#define _DWARFPP_DW_HH_

Expand Down
4 changes: 4 additions & 0 deletions dwarf/die.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

using namespace std;
Expand Down
4 changes: 4 additions & 0 deletions dwarf/die_str_map.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

#include <cstring>
Expand Down
4 changes: 4 additions & 0 deletions dwarf/dwarf++.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _DWARFPP_HH_
#define _DWARFPP_HH_

Expand Down
4 changes: 4 additions & 0 deletions dwarf/dwarf.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

using namespace std;
Expand Down
4 changes: 4 additions & 0 deletions dwarf/elf.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "dwarf++.hh"

#include <cstring>
Expand Down
4 changes: 4 additions & 0 deletions dwarf/expr.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

using namespace std;
Expand Down
4 changes: 4 additions & 0 deletions dwarf/internal.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _DWARFPP_INTERNAL_HH_
#define _DWARFPP_INTERNAL_HH_

Expand Down
4 changes: 4 additions & 0 deletions dwarf/line.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

#include <cassert>
Expand Down
4 changes: 4 additions & 0 deletions dwarf/rangelist.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

using namespace std;
Expand Down
4 changes: 4 additions & 0 deletions dwarf/small_vector.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _DWARFPP_SMALL_VECTOR_HH_
#define _DWARFPP_SMALL_VECTOR_HH_

Expand Down
4 changes: 4 additions & 0 deletions dwarf/value.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "internal.hh"

#include <cstring>
Expand Down
4 changes: 4 additions & 0 deletions elf/common.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _ELFPP_COMMON_HH_
#define _ELFPP_COMMON_HH_

Expand Down
4 changes: 4 additions & 0 deletions elf/data.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _ELFPP_DATA_HH_
#define _ELFPP_DATA_HH_

Expand Down
4 changes: 4 additions & 0 deletions elf/elf++.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _ELFPP_HH_
#define _ELFPP_HH_

Expand Down
4 changes: 4 additions & 0 deletions elf/elf.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "elf++.hh"

#include <cstring>
Expand Down
4 changes: 4 additions & 0 deletions elf/enum-print.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) 2013 Austin T. Clements. All rights reserved.
# Use of this source code is governed by an MIT license
# that can be found in the LICENSE file.

import sys, re
from optparse import OptionParser

Expand Down
4 changes: 4 additions & 0 deletions elf/mmap_loader.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#include "elf++.hh"

#include <system_error>
Expand Down
4 changes: 4 additions & 0 deletions elf/to_hex.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2013 Austin T. Clements. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

#ifndef _ELFPP_TO_HEX_HH_
#define _ELFPP_TO_HEX_HH_

Expand Down

0 comments on commit 6eb10ca

Please sign in to comment.