trafgen: Don't duplicate copyright/bug report/license string
commit253e0e9a1bf6f6f4c3572c1562f838685a8a25d7
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:36:54 +0000 (5 17:36 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:43:29 +0000 (5 17:43 +0200)
treebc1baafb8ed71c776c0c40d893f563bd31715d7c
parent5ba6970df808af47d284f43f9ce92059849155a0
trafgen: 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 trafgen.o slightly smaller:

before:
   text    data     bss     dec     hex filename
  18512       0     104   18616    48b8 trafgen/trafgen.o

after:
   text    data     bss     dec     hex filename
  18240       0     104   18344    47a8 trafgen/trafgen.o

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