From 0fa104d5cea8a15db94e07c503f9cbd50483c26d Mon Sep 17 00:00:00 2001 From: darealshinji Date: Sat, 6 Feb 2016 03:27:52 +0100 Subject: Add a license header Because why not? --- src/patchelf.cc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 + * + * 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 . + */ + #include #include #include -- cgit v0.12