summaryrefslogtreecommitdiff
path: root/openmpt123
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2019-01-07 18:57:41 +0000
committerJames Cowgill <jcowgill@debian.org>2019-01-07 18:57:41 +0000
commit4a8fa2c67bafdb2ce2c2611154628f58a6016787 (patch)
tree0b1967eed7470a42aeef995ae286e260a3cd36f3 /openmpt123
parentfa977e826b34fe2fcfeb253f50d8def6127068b6 (diff)
New upstream version 0.4.1
Diffstat (limited to 'openmpt123')
-rw-r--r--openmpt123/openmpt123.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/openmpt123/openmpt123.cpp b/openmpt123/openmpt123.cpp
index 3e4a646..b5b4b51 100644
--- a/openmpt123/openmpt123.cpp
+++ b/openmpt123/openmpt123.cpp
@@ -8,7 +8,7 @@
*/
static const char * const license =
-"Copyright (c) 2004-2018, OpenMPT contributors" "\n"
+"Copyright (c) 2004-2019, OpenMPT contributors" "\n"
"Copyright (c) 1997-2003, Olivier Lapicque" "\n"
"All rights reserved." "\n"
"" "\n"
@@ -441,7 +441,7 @@ static std::string seconds_to_string( double time ) {
static void show_info( std::ostream & log, bool verbose ) {
log << "openmpt123" << " v" << OPENMPT123_VERSION_STRING << ", libopenmpt " << openmpt::string::get( "library_version" ) << " (" << "OpenMPT " << openmpt::string::get( "core_version" ) << ")" << std::endl;
- log << "Copyright (c) 2013-2018 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
+ log << "Copyright (c) 2013-2019 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
if ( !verbose ) {
log << std::endl;
return;
@@ -530,7 +530,7 @@ static void show_info( std::ostream & log, bool verbose ) {
static void show_man_version( textout & log ) {
log << "openmpt123" << " v" << OPENMPT123_VERSION_STRING << std::endl;
log << std::endl;
- log << "Copyright (c) 2013-2018 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
+ log << "Copyright (c) 2013-2019 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
}
static void show_short_version( textout & log ) {