summaryrefslogtreecommitdiff
path: root/cpusched.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-15 17:18:06 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-15 17:18:06 +0200
commite48c760ee1d369be0cf15eeb3962d48bab9f97ea (patch)
tree37d51d7aeebfec1e76d61c7c5bc5c2b7c28679d7 /cpusched.c
parent58cc52ab9af7752c486f3b8a6a9ad1a9c78f16cd (diff)
misc: remove two header comments
It's ridiculous to have a header comment here. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'cpusched.c')
-rw-r--r--cpusched.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpusched.c b/cpusched.c
index 13ed9a7..6df33f2 100644
--- a/cpusched.c
+++ b/cpusched.c
@@ -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>