summaryrefslogtreecommitdiff
path: root/openmpt123
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-02-04 20:43:13 +0000
committerJames Cowgill <jcowgill@debian.org>2018-02-04 20:43:13 +0000
commitc995e8a34a0e305a46d6960fe6d2caea109352f6 (patch)
tree04f0f12500c759351d285b0dbf08dfe892705045 /openmpt123
parent521dfbf1745f9d1a698d61268546d43465e56d43 (diff)
New upstream version 0.3.6
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 87a760e..c6da320 100644
--- a/openmpt123/openmpt123.cpp
+++ b/openmpt123/openmpt123.cpp
@@ -10,7 +10,7 @@
static const char * const license =
"The OpenMPT code is licensed under the BSD license." "\n"
"" "\n"
-"Copyright (c) 2004-2017, OpenMPT contributors" "\n"
+"Copyright (c) 2004-2018, 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-2017 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
+ log << "Copyright (c) 2013-2018 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-2017 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
+ log << "Copyright (c) 2013-2018 OpenMPT developers <https://lib.openmpt.org/>" << std::endl;
}
static void show_short_version( textout & log ) {