diff options
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | configure | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,6 @@ # netsniff-ng build system # Copyright 2012 - 2013 Daniel Borkmann <borkmann@gnumaniacs.org> +# Copyright 2013 Tobias Klauser <tklauser@distanz.ch> # Subject to the GNU GPL, version 2. -include Config @@ -1,5 +1,9 @@ #!/bin/bash # This isn't a configure generated by autoconf! +# netsniff-ng build system +# Copyright 2013 Tobias Klauser <tklauser@distanz.ch> +# Copyright 2013 Daniel Borkmann <borkmann@gnumaniacs.org> +# Subject to the GNU GPL, version 2. MISSING_PKG_CONFIG=0 MISSING_DEFS=0 |