Skip to content

Commit 6ef12c7

Browse files
PistonMinerZephiles
authored andcommitted
elf2rel: Add copyright header
1 parent 5ad7be3 commit 6ef12c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ttyd-tools/elf2rel/elf2rel.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-3.0-or-later
2+
// Copyright 2019 Linus S. (aka PistonMiner)
3+
14
#include "elf2rel.h"
25

36
#include <elfio/elfio.hpp>

ttyd-tools/elf2rel/elf2rel.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-3.0-or-later
2+
// Copyright 2019 Linus S. (aka PistonMiner)
3+
14
#pragma once
25

36
#include <vector>

0 commit comments

Comments
 (0)