Update version and copyright info

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 10 years ago
parent 4e8b8e75ee
commit c5132d8f7b
  1. 2
      README
  2. 2
      src/commands.c
  3. 2
      src/info.c
  4. 4
      src/main.c
  5. 2
      src/options.c
  6. 2
      src/read_config.c
  7. 2
      src/sound.c
  8. 2
      src/sound_aix.c
  9. 2
      src/sound_alsa.c
  10. 2
      src/sound_beos.cpp
  11. 2
      src/sound_bsd.c
  12. 2
      src/sound_coreaudio.c
  13. 2
      src/sound_dart.c
  14. 2
      src/sound_file.c
  15. 2
      src/sound_hpux.c
  16. 2
      src/sound_netbsd.c
  17. 2
      src/sound_null.c
  18. 2
      src/sound_oss.c
  19. 2
      src/sound_pulseaudio.c
  20. 2
      src/sound_qnx.c
  21. 2
      src/sound_sgi.c
  22. 2
      src/sound_solaris.c
  23. 2
      src/sound_wav.c
  24. 2
      src/sound_win32.c
  25. 2
      src/terminal.c
  26. 2
      src/xmp.1

@ -58,7 +58,7 @@ directly to cmatsuoka@gmail.com.
LICENSE LICENSE
Extended Module Player 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 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 the terms of the GNU General Public License as published by the Free Software

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * 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) { if (opt.verbose > 0) {
report("Extended Module Player " VERSION "\n" 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); report("Using %s\n", sound->description);

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -1,5 +1,5 @@
/* Extended Module Player /* 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 * This file is part of the Extended Module Player and is distributed
* under the terms of the GNU General Public License. See the COPYING * under the terms of the GNU General Public License. See the COPYING

@ -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 .PP
.SH "NAME" .SH "NAME"
xmp - Extended Module Player xmp - Extended Module Player

Loading…
Cancel
Save