bpfc: Don't duplicate copyright/bug report/license string
commite46767f61986d982501ec59233fabddc2876f63d
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:57:29 +0000 (5 17:57 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 5 Sep 2014 15:57:29 +0000 (5 17:57 +0200)
tree7ca71aac900ffcff9504f6e7b9e538500e2312ab
parent3014b89a4ba246bef6e35ac7411b57c0aec4676e
bpfc: 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 bpfc.o slightly smaller:

before:
   text    data     bss     dec     hex filename
   3594       0       0    3594     e0a bpfc/bpfc.o

after:
   text    data     bss     dec     hex filename
   3313       0       0    3313     cf1 bpfc/bpfc.o

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