aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-22 14:54:46 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-22 14:54:46 -0300
commitc1bc5071b0f513ad1e8622f76f9c3db4229480fe (patch)
tree47a2ea10b6b765c6d4a75fdd670b6e0bbcb44b5b
parent74eb21fa674315cbfba994a451cbc58d7ffaab66 (diff)
Change the application name on help message, besides the copyright year.
-rw-r--r--main.cpp6
1 files 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 <contact@pyside.org>
*
@@ -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;
}