From ecddb268a93ea19d57d5ab2c34ad763f1650ebd1 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 24 Oct 2015 12:21:35 -0400 Subject: Copyright headers --- src/ftee/main.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/ftee') 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 -- cgit v1.2.3-54-g00ecf