From 78b9949fa486acc9a192df6e6283699fbe9b813a Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 8 Jul 2013 18:29:47 +0200 Subject: configure: make: misc: update header comment Add a header comment to the configure script with Tobias as the primary author, and also mention Tobias as an author in the Makefile itself for his changes. Signed-off-by: Daniel Borkmann --- Makefile | 1 + configure | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 36ec443..5fe3447 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ # netsniff-ng build system # Copyright 2012 - 2013 Daniel Borkmann +# Copyright 2013 Tobias Klauser # Subject to the GNU GPL, version 2. -include Config diff --git a/configure b/configure index 2cbeb62..f31cfa0 100755 --- a/configure +++ b/configure @@ -1,5 +1,9 @@ #!/bin/bash # This isn't a configure generated by autoconf! +# netsniff-ng build system +# Copyright 2013 Tobias Klauser +# Copyright 2013 Daniel Borkmann +# Subject to the GNU GPL, version 2. MISSING_PKG_CONFIG=0 MISSING_DEFS=0 -- cgit v1.2.3-54-g00ecf