diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:18:06 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-15 17:18:06 +0200 |
commit | e48c760ee1d369be0cf15eeb3962d48bab9f97ea (patch) | |
tree | 37d51d7aeebfec1e76d61c7c5bc5c2b7c28679d7 | |
parent | 58cc52ab9af7752c486f3b8a6a9ad1a9c78f16cd (diff) |
misc: remove two header comments
It's ridiculous to have a header comment here.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | corking.c | 6 | ||||
-rw-r--r-- | cpusched.c | 6 |
2 files changed, 0 insertions, 12 deletions
@@ -1,9 +1,3 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2009, 2010 Daniel Borkmann. - * Subject to the GPL, version 2. - */ - #include <sys/types.h> #include <sys/socket.h> #include <linux/udp.h> @@ -1,9 +1,3 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2011 Daniel Borkmann. - * Subject to the GPL, version 2. - */ - #define _GNU_SOURCE #include <search.h> #include <limits.h> |