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.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'quicktun.h') diff --git a/quicktun.h b/quicktun.h index 187fbc1..e25b657 100644 --- a/quicktun.h +++ b/quicktun.h @@ -1,3 +1,18 @@ +/* + * Quicktun tunnel driver - userspace interface + * 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. + */ + #ifndef __QUICKTUN_H #define __QUICKTUN_H -- cgit v1.2.3