summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corking.c6
-rw-r--r--cpusched.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/corking.c b/corking.c
index ce10324..d37409f 100644
--- a/corking.c
+++ b/corking.c
@@ -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>
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>