From 3d82d03d20801d5c088e81ddaee0e85c5dc4f109 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 26 Apr 2011 16:22:18 +0200 Subject: Add license headers --- quicktun.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'quicktun.c') diff --git a/quicktun.c b/quicktun.c index 347dd66..3af7758 100644 --- a/quicktun.c +++ b/quicktun.c @@ -1,3 +1,18 @@ +/* + * Quicktun tunnel driver + * Copyright (C) 2011 Matthias Schiffer + * + * 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. + */ + #include #include #include -- cgit v1.2.3