From ecddb268a93ea19d57d5ab2c34ad763f1650ebd1 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 24 Oct 2015 12:21:35 -0400 Subject: [PATCH] Copyright headers --- mkdeb.sh | 1 + src/ftee/main.c | 19 +++++++++++++++++++ src/libtrace/libtrace.c | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/mkdeb.sh b/mkdeb.sh index 9f07d1083..64d9fbe63 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -44,6 +44,7 @@ fakeroot dpkg-deb --build debian lintian debian.deb mv debian.deb ../firejail_$2_1_amd64.deb echo "if building a 32bit package, rename the deb file manually" +cd .. rm -fr $CODE_DIR diff --git a/src/ftee/main.c b/src/ftee/main.c index 4dca3cf48..71549b66b 100644 --- a/src/ftee/main.c +++ b/src/ftee/main.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) + * + * This file is part of firejail project + * + * 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 2 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, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ #include "ftee.h" #include #include diff --git a/src/libtrace/libtrace.c b/src/libtrace/libtrace.c index a785ec698..1eb1cf931 100644 --- a/src/libtrace/libtrace.c +++ b/src/libtrace/libtrace.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2014, 2015 Firejail Authors + * + * This file is part of firejail project + * + * 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 2 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, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ #define _GNU_SOURCE #include #include