From c1bc5071b0f513ad1e8622f76f9c3db4229480fe Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Mon, 22 Mar 2010 14:54:46 -0300 Subject: Change the application name on help message, besides the copyright year. --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 5f7b4a268..60203922e 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ /* * This file is part of the PySide project. * - * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). * * Contact: PySide team * @@ -112,8 +112,8 @@ int main(int argc, char *argv[]) GeneratorList generators; if (args.contains("version")) { - std::cout << "generator v" GENERATORRUNNER_VERSION << std::endl; - std::cout << "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)" << std::endl; + std::cout << "generatorrunner v" GENERATORRUNNER_VERSION << std::endl; + std::cout << "Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies)" << std::endl; return EXIT_SUCCESS; } -- cgit v1.2.3