summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2016-02-06 02:27:52 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-22 19:06:53 (GMT)
commit0fa104d5cea8a15db94e07c503f9cbd50483c26d (patch)
treea29384957c386e6a45725fda29804ffa882b3d9b
parentdd299dc2a76662551eb96fede37ba370367c9ba8 (diff)
downloadpatchelf-0fa104d5cea8a15db94e07c503f9cbd50483c26d.zip
patchelf-0fa104d5cea8a15db94e07c503f9cbd50483c26d.tar.gz
patchelf-0fa104d5cea8a15db94e07c503f9cbd50483c26d.tar.bz2
Add a license header
Because why not?
-rw-r--r--src/patchelf.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index ddde0c1..a405174 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -1,3 +1,21 @@
+/*
+ * PatchELF is a utility to modify properties of ELF executables and libraries
+ * Copyright (C) 2004-2016 Eelco Dolstra <edolstra@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string>
#include <vector>
#include <set>