From c5132d8f7b9dd84e73fa28f52a9ceb3551a2ad39 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Tue, 19 Apr 2016 18:38:50 -0300 Subject: [PATCH] Update version and copyright info Signed-off-by: Claudio Matsuoka --- README | 2 +- src/commands.c | 2 +- src/info.c | 2 +- src/main.c | 4 ++-- src/options.c | 2 +- src/read_config.c | 2 +- src/sound.c | 2 +- src/sound_aix.c | 2 +- src/sound_alsa.c | 2 +- src/sound_beos.cpp | 2 +- src/sound_bsd.c | 2 +- src/sound_coreaudio.c | 2 +- src/sound_dart.c | 2 +- src/sound_file.c | 2 +- src/sound_hpux.c | 2 +- src/sound_netbsd.c | 2 +- src/sound_null.c | 2 +- src/sound_oss.c | 2 +- src/sound_pulseaudio.c | 2 +- src/sound_qnx.c | 2 +- src/sound_sgi.c | 2 +- src/sound_solaris.c | 2 +- src/sound_wav.c | 2 +- src/sound_win32.c | 2 +- src/terminal.c | 2 +- src/xmp.1 | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README b/README index c62243b..f428dfa 100644 --- a/README +++ b/README @@ -58,7 +58,7 @@ directly to cmatsuoka@gmail.com. LICENSE Extended Module Player -Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr +Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/src/commands.c b/src/commands.c index 03119c4..5a44076 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/info.c b/src/info.c index ceb08fa..ae11e15 100644 --- a/src/info.c +++ b/src/info.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/main.c b/src/main.c index 42fcd85..6a019eb 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING @@ -272,7 +272,7 @@ int main(int argc, char **argv) if (opt.verbose > 0) { report("Extended Module Player " VERSION "\n" - "Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr\n"); + "Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr\n"); report("Using %s\n", sound->description); diff --git a/src/options.c b/src/options.c index cd6814c..295a257 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/read_config.c b/src/read_config.c index 0494cbb..8deb8fa 100644 --- a/src/read_config.c +++ b/src/read_config.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound.c b/src/sound.c index 1d711c8..1aedcf1 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_aix.c b/src/sound_aix.c index 3d78ee9..4b9059c 100644 --- a/src/sound_aix.c +++ b/src/sound_aix.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_alsa.c b/src/sound_alsa.c index ef83672..4defb06 100644 --- a/src/sound_alsa.c +++ b/src/sound_alsa.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_beos.cpp b/src/sound_beos.cpp index 57beb39..bf94ce5 100644 --- a/src/sound_beos.cpp +++ b/src/sound_beos.cpp @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_bsd.c b/src/sound_bsd.c index faf6539..150a4cb 100644 --- a/src/sound_bsd.c +++ b/src/sound_bsd.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_coreaudio.c b/src/sound_coreaudio.c index d3c96c6..581fe70 100644 --- a/src/sound_coreaudio.c +++ b/src/sound_coreaudio.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_dart.c b/src/sound_dart.c index e742b87..7f95883 100644 --- a/src/sound_dart.c +++ b/src/sound_dart.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_file.c b/src/sound_file.c index 690bcd0..a4404ec 100644 --- a/src/sound_file.c +++ b/src/sound_file.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_hpux.c b/src/sound_hpux.c index 743b702..30f0eb2 100644 --- a/src/sound_hpux.c +++ b/src/sound_hpux.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_netbsd.c b/src/sound_netbsd.c index 3f493ac..28bf552 100644 --- a/src/sound_netbsd.c +++ b/src/sound_netbsd.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_null.c b/src/sound_null.c index 6cc4ce6..baf8d03 100644 --- a/src/sound_null.c +++ b/src/sound_null.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_oss.c b/src/sound_oss.c index d3c84bb..4aff622 100644 --- a/src/sound_oss.c +++ b/src/sound_oss.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_pulseaudio.c b/src/sound_pulseaudio.c index 7fad691..c325cd8 100644 --- a/src/sound_pulseaudio.c +++ b/src/sound_pulseaudio.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_qnx.c b/src/sound_qnx.c index fc0817c..15d2754 100644 --- a/src/sound_qnx.c +++ b/src/sound_qnx.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_sgi.c b/src/sound_sgi.c index 0a50476..e03ae1f 100644 --- a/src/sound_sgi.c +++ b/src/sound_sgi.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_solaris.c b/src/sound_solaris.c index c5ce60e..531c338 100644 --- a/src/sound_solaris.c +++ b/src/sound_solaris.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_wav.c b/src/sound_wav.c index d6eebef..7510553 100644 --- a/src/sound_wav.c +++ b/src/sound_wav.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/sound_win32.c b/src/sound_win32.c index 4cfe546..0a95382 100644 --- a/src/sound_win32.c +++ b/src/sound_win32.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/terminal.c b/src/terminal.c index 58d85fe..a6302b7 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1,5 +1,5 @@ /* Extended Module Player - * Copyright (C) 1996-2014 Claudio Matsuoka and Hipolito Carraro Jr + * Copyright (C) 1996-2016 Claudio Matsuoka and Hipolito Carraro Jr * * This file is part of the Extended Module Player and is distributed * under the terms of the GNU General Public License. See the COPYING diff --git a/src/xmp.1 b/src/xmp.1 index 4d4ec85..60637ea 100644 --- a/src/xmp.1 +++ b/src/xmp.1 @@ -1,4 +1,4 @@ -.TH "XMP" "1" "Version 4\&.0\&.10" "Nov 2014" "Extended Module Player" +.TH "XMP" "1" "Version 4\&.0\&.11" "Mar 2016" "Extended Module Player" .PP .SH "NAME" xmp - Extended Module Player