From 3ed19bb0120cb63ba7e3dbdf59fcc564fc74683b Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Mon, 6 Feb 2012 10:42:32 +0100 Subject: [PATCH] Version printing: "Owl" instead of "Open Wireless" --- owlps-aggregator/owlps-aggregatord.c | 2 +- owlps-client/owlps-client.c | 2 +- owlps-listener/owlps-listenerd.c | 2 +- owlps-positioning/src/userinterface.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/owlps-aggregator/owlps-aggregatord.c b/owlps-aggregator/owlps-aggregatord.c index d310512..6681cd6 100644 --- a/owlps-aggregator/owlps-aggregatord.c +++ b/owlps-aggregator/owlps-aggregatord.c @@ -1418,7 +1418,7 @@ void print_usage() 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" "Version: %s.\n", #ifdef OWLPS_VERSION diff --git a/owlps-client/owlps-client.c b/owlps-client/owlps-client.c index c2ef3bb..0cbeaa0 100644 --- a/owlps-client/owlps-client.c +++ b/owlps-client/owlps-client.c @@ -586,7 +586,7 @@ void print_usage() 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" "Version: %s.\n" "Compilation-time options:\n" diff --git a/owlps-listener/owlps-listenerd.c b/owlps-listener/owlps-listenerd.c index 8a18504..3f65627 100644 --- a/owlps-listener/owlps-listenerd.c +++ b/owlps-listener/owlps-listenerd.c @@ -1590,7 +1590,7 @@ void print_usage() 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" "Version: %s.\n" "Compilation-time options:\n" diff --git a/owlps-positioning/src/userinterface.cc b/owlps-positioning/src/userinterface.cc index 6f9ba2f..6d7984d 100644 --- a/owlps-positioning/src/userinterface.cc +++ b/owlps-positioning/src/userinterface.cc @@ -346,7 +346,7 @@ void UserInterface::print_information() const if (Configuration::is_configured("version")) { cout - << "This is OwlPS Positioning, part of the Open Wireless" + << "This is OwlPS Positioning, part of the Owl" << " Positioning System project.\nVersion: " << #ifdef OWLPS_VERSION OWLPS_VERSION