Add a copyright header (GPL v2)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 10 Aug 2010 23:57:37 +0000 (01:57 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 10 Aug 2010 23:58:19 +0000 (01:58 +0200)
main.c

diff --git a/main.c b/main.c
index 15935834b773c7952549044c9b36e318187c65a0..f0630aef0709e943cafacb4ba4ca66342427b770 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,20 @@
+/*
+ *   Copyright (C) 2010 Felix Fietkau <nbd@openwrt.org>
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License v2 as published by
+ *   the Free Software Foundation.
+ *
+ *   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., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
 #include <sys/ioctl.h>
 
 #include <arpa/inet.h>