diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-04 15:07:32 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-04 15:07:32 +0200 |
commit | bfe5db1ea8018aaa940dc6e991110fac62b85516 (patch) | |
tree | 2421ffdc0af48a262c417026ade59734d9de8d3a /proto-shell.c | |
parent | e64619267d7b4e5f5fec57718c0e11e7844dc9ee (diff) |
add copyright headers
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/proto-shell.c b/proto-shell.c index ea15fd9..6312d9e 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -1,3 +1,16 @@ +/* + * netifd - network interface daemon + * Copyright (C) 2012 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 version 2 + * 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. + */ #define _GNU_SOURCE #include <string.h> |