summaryrefslogtreecommitdiff
path: root/built_in.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 12:22:03 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 12:22:03 +0200
commit5ead7d42066286031cdd75b833fc9d3a2f6b3a53 (patch)
treebeb8d52f0417c5835a453e21235f3f8272530579 /built_in.h
parent01525e848cd682d51319383c9968979224255b53 (diff)
misc: cleanup header comments
Remove header comments where appropriate. And also clean up colorize a bit. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'built_in.h')
-rw-r--r--built_in.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/built_in.h b/built_in.h
index ea81257..1cca2d7 100644
--- a/built_in.h
+++ b/built_in.h
@@ -1,13 +1,8 @@
-/*
- * netsniff-ng - the packet sniffing beast
- * Copyright 2009-2012 Daniel Borkmann.
- * Parts taken from the Linux kernel, GPL, version 2.
- * Subject to the GPL, version 2.
- */
-
#ifndef BUILT_IN_H
#define BUILT_IN_H
+/* Parts taken from the Linux kernel, GPL, version 2. */
+
#include <linux/if_packet.h>
#include <assert.h>
#include <endian.h>