netsniff-ng: Don't duplicate copyright/bug report/license string
commitc9b7b2e197e51743bd29b75e270865bb141145cb
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:45:38 +0000 (5 17:45 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:45:38 +0000 (5 17:45 +0200)
tree5a192b18208fe3654e76cbe7f14d12eab2423167
parent253e0e9a1bf6f6f4c3572c1562f838685a8a25d7
netsniff-ng: Don't duplicate copyright/bug report/license string

Move the copyright/bug report/license string to an own constant and use
it for the output of help() and version() to avoid duplication and
prevent the strings from getting out of sync. This makes the text
section of netsniff-ng.o slightly smaller:

before:
   text    data     bss     dec     hex filename
  26998       8      68   27074    69c2 netsniff-ng/netsniff-ng.o

after:
   text    data     bss     dec     hex filename
  26582       8      68   26658    6822 netsniff-ng/netsniff-ng.o

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
netsniff-ng.c