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

before:
   text    data     bss     dec     hex filename
  22146       0    1456   23602    5c32 ifpps/ifpps.o

after:
   text    data     bss     dec     hex filename
  21807       0    1456   23263    5adf ifpps/ifpps.o

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