flowtop: Don't duplicate copyright/bug report/license string
commit3014b89a4ba246bef6e35ac7411b57c0aec4676e
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:55:06 +0000 (5 17:55 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:55:06 +0000 (5 17:55 +0200)
treed5bf95e2a8be151439ac878cb187e78c46a3d271
parentc5371dbd3bf60eb9ea2239dc2af009b61bdf933b
flowtop: 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 flowtop.o slightly smaller:

before:
   text    data     bss     dec     hex filename
  15601       4      48   15653    3d25 flowtop/flowtop.o

after:
   text    data     bss     dec     hex filename
  15228       4      48   15280    3bb0 flowtop/flowtop.o

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