Version printing: "Owl" instead of "Open Wireless"

This commit is contained in:
Matteo Cypriani 2012-02-06 10:42:32 +01:00
parent 1ebc0c57ed
commit 3ed19bb012
4 changed files with 4 additions and 4 deletions

View File

@ -1418,7 +1418,7 @@ void print_usage()
void print_version() void print_version()
{ {
printf("This is OwlPS Aggregator, part of the Open Wireless" printf("This is OwlPS Aggregator, part of the Owl"
" Positioning System project.\n" " Positioning System project.\n"
"Version: %s.\n", "Version: %s.\n",
#ifdef OWLPS_VERSION #ifdef OWLPS_VERSION

View File

@ -586,7 +586,7 @@ void print_usage()
void print_version() void print_version()
{ {
printf("This is OwlPS Client, part of the Open Wireless" printf("This is OwlPS Client, part of the Owl"
" Positioning System project.\n" " Positioning System project.\n"
"Version: %s.\n" "Version: %s.\n"
"Compilation-time options:\n" "Compilation-time options:\n"

View File

@ -1590,7 +1590,7 @@ void print_usage()
void print_version() void print_version()
{ {
printf("This is OwlPS Listener, part of the Open Wireless Positioning" printf("This is OwlPS Listener, part of the Owl Positioning"
" System project.\n" " System project.\n"
"Version: %s.\n" "Version: %s.\n"
"Compilation-time options:\n" "Compilation-time options:\n"

View File

@ -346,7 +346,7 @@ void UserInterface::print_information() const
if (Configuration::is_configured("version")) if (Configuration::is_configured("version"))
{ {
cout cout
<< "This is OwlPS Positioning, part of the Open Wireless" << "This is OwlPS Positioning, part of the Owl"
<< " Positioning System project.\nVersion: " << << " Positioning System project.\nVersion: " <<
#ifdef OWLPS_VERSION #ifdef OWLPS_VERSION
OWLPS_VERSION OWLPS_VERSION