[SCM] xwax/master: Imported Upstream version 1.6

dhj-guest at users.alioth.debian.org dhj-guest at users.alioth.debian.org
Mon Aug 15 10:20:30 UTC 2016


The following commit has been merged in the master branch:
commit 2f6186ce1eedfc4351b21d3a44e25e6328f1df98
Author: Daniel James <daniel at 64studio.com>
Date:   Mon Aug 15 11:13:32 2016 +0100

    Imported Upstream version 1.6

diff --git a/CHANGES b/CHANGES
index 1351e34..7bc2ce5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,14 @@
-v1.6 (work in progress)
------------------------
+v1.6 (2016-08-13)
+-----------------
 
 * Added timecode creator (for the adventurous)
 * Correct interpretation of ALSA's buffer size
+* Command-line flag to remove all window decorations (--no-decor)
+* A dummy deck for test cases
+* Internal restructing in preparation for new features
+* Build without warnings on modern compilers
+
+Acknowledgements: Daniel James, Alessio Treglia
 
 v1.5 (2014-02-09)
 -----------------
diff --git a/Makefile b/Makefile
index a136d85..c010d50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Mark Hills <mark at xwax.org>
+# Copyright (C) 2016 Mark Hills <mark at xwax.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2, as
diff --git a/README b/README
index 829f22f..986a1ba 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 xwax: Digital vinyl on Linux
 
-(C) Copyright 2015 Mark Hills <mark at xwax.org>
+(C) Copyright 2016 Mark Hills <mark at xwax.org>
 
 For installation instructions, see the INSTALL file. Instructions can
 be found in the xwax(1) man page and http://xwax.org/
diff --git a/alsa.c b/alsa.c
index d7d2be3..10327f2 100644
--- a/alsa.c
+++ b/alsa.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/alsa.h b/alsa.h
index 7bf2dc2..9407861 100644
--- a/alsa.h
+++ b/alsa.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/controller.c b/controller.c
index 222fd8d..f609470 100644
--- a/controller.c
+++ b/controller.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/controller.h b/controller.h
index 938d8a5..7064b46 100644
--- a/controller.h
+++ b/controller.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/cues.c b/cues.c
index dc3a77d..be111fb 100644
--- a/cues.c
+++ b/cues.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/cues.h b/cues.h
index 50778bd..711ecfe 100644
--- a/cues.h
+++ b/cues.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/debug.h b/debug.h
index a8a7e26..0d79d11 100644
--- a/debug.h
+++ b/debug.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/deck.c b/deck.c
index 258c21c..5713d1a 100644
--- a/deck.c
+++ b/deck.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/deck.h b/deck.h
index cd5a2e4..fad736c 100644
--- a/deck.h
+++ b/deck.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/device.c b/device.c
index 2d4b888..c3a5fbf 100644
--- a/device.c
+++ b/device.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/device.h b/device.h
index 727192b..9f2b140 100644
--- a/device.h
+++ b/device.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/dicer.c b/dicer.c
index f3a303d..aba6bf2 100644
--- a/dicer.c
+++ b/dicer.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/dicer.h b/dicer.h
index 7076e0d..969ebe5 100644
--- a/dicer.h
+++ b/dicer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/dummy.c b/dummy.c
index 0a564e9..86177ce 100644
--- a/dummy.c
+++ b/dummy.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/dummy.h b/dummy.h
index 46832fa..c290973 100644
--- a/dummy.h
+++ b/dummy.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/excrate.c b/excrate.c
index 6dc5690..e3bb305 100644
--- a/excrate.c
+++ b/excrate.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/excrate.h b/excrate.h
index dd61a7d..944eef0 100644
--- a/excrate.h
+++ b/excrate.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/external.c b/external.c
index f2f7157..7e4d37b 100644
--- a/external.c
+++ b/external.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/external.h b/external.h
index 6e1e585..baa8c4e 100644
--- a/external.h
+++ b/external.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/import b/import
index 528fa88..525c07d 100755
--- a/import
+++ b/import
@@ -16,18 +16,26 @@ RATE="$2"
 case "$FILE" in
 
 *.cdaudio)
-    echo "Calling CD extract..." >&2
-    exec cdparanoia -r `cat "$FILE"` -
-    ;;
+	echo "Calling CD extract..." >&2
+	exec cdparanoia -r `cat "$FILE"` -
+	;;
 
 *.mp3)
-    echo "Calling MP3 decoder..." >&2
-    exec mpg123 -q -s --rate "$RATE" --stereo "$FILE"
-    ;;
+	echo "Calling MP3 decoder..." >&2
+	exec mpg123 -q -s --rate "$RATE" --stereo "$FILE"
+	;;
 
 *)
-    echo "Calling fallback decoder..." >&2
-    exec ffmpeg -v 0 -i "$FILE" -f s16le -ar "$RATE" -
-    ;;
+	echo "Calling fallback decoder..." >&2
+
+	FFMPEG=$(which ffmpeg 2> /dev/null || which avconv 2> /dev/null)
+
+	if [ -z "$FFMPEG" ]; then
+		echo "$0: no ffmpeg or avconv available to decode file" >&2
+		exit 1
+	fi
+
+	exec "$FFMPEG" -v 0 -i "$FILE" -f s16le -ar "$RATE" -
+	;;
 
 esac
diff --git a/index.c b/index.c
index fa0d7b8..6a056f0 100644
--- a/index.c
+++ b/index.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/index.h b/index.h
index f71b9b0..cb9deb1 100644
--- a/index.h
+++ b/index.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/interface.c b/interface.c
index ebe3eaa..acaa89b 100644
--- a/interface.c
+++ b/interface.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/interface.h b/interface.h
index ae81b79..8e0ba44 100644
--- a/interface.h
+++ b/interface.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/jack.c b/jack.c
index 07ca9d3..8ddf8e0 100644
--- a/jack.c
+++ b/jack.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/jack.h b/jack.h
index 82478a8..61f055d 100644
--- a/jack.h
+++ b/jack.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/layout.h b/layout.h
index c4c4971..fa57d0f 100644
--- a/layout.h
+++ b/layout.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/library.c b/library.c
index 4c35161..68d227e 100644
--- a/library.c
+++ b/library.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/library.h b/library.h
index 98805be..5b630fd 100644
--- a/library.h
+++ b/library.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/list.h b/list.h
index a775d67..9e76ddb 100644
--- a/list.h
+++ b/list.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/listbox.c b/listbox.c
index 4e861d7..2a32be7 100644
--- a/listbox.c
+++ b/listbox.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/listbox.h b/listbox.h
index 0d20556..7d5bcb2 100644
--- a/listbox.h
+++ b/listbox.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/lut.c b/lut.c
index d84f89a..e0f632c 100644
--- a/lut.c
+++ b/lut.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/lut.h b/lut.h
index 87a179e..18a2e4b 100644
--- a/lut.h
+++ b/lut.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/midi.c b/midi.c
index 8d637d0..4106603 100644
--- a/midi.c
+++ b/midi.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/midi.h b/midi.h
index 54ec9a1..53c7b25 100644
--- a/midi.h
+++ b/midi.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/mktimecode.c b/mktimecode.c
index 1df31b5..76b0118 100644
--- a/mktimecode.c
+++ b/mktimecode.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -30,7 +30,7 @@
 #include <stdlib.h>
 
 #define BANNER "xwax timecode generator " \
-    "(C) Copyright 2015 Mark Hills <mark at xwax.org>"
+    "(C) Copyright 2016 Mark Hills <mark at xwax.org>"
 
 #define RATE 44100
 #define RESOLUTION 4000
diff --git a/mutex.h b/mutex.h
index 7710edf..49e9700 100644
--- a/mutex.h
+++ b/mutex.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/observer.h b/observer.h
index 96552c1..766fe5b 100644
--- a/observer.h
+++ b/observer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/oss.c b/oss.c
index 0eb7e0a..17eab91 100644
--- a/oss.c
+++ b/oss.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/oss.h b/oss.h
index 0edcd7b..ea37b7a 100644
--- a/oss.h
+++ b/oss.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/pitch.h b/pitch.h
index 2a34142..fdb65ab 100644
--- a/pitch.h
+++ b/pitch.h
@@ -1,5 +1,5 @@
 /* 
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/player.c b/player.c
index 27f9d09..c90904a 100644
--- a/player.c
+++ b/player.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/player.h b/player.h
index 560fb17..3925678 100644
--- a/player.h
+++ b/player.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/realtime.c b/realtime.c
index cb8827c..bf9f3be 100644
--- a/realtime.c
+++ b/realtime.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/realtime.h b/realtime.h
index 3d708f0..cb477ea 100644
--- a/realtime.h
+++ b/realtime.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/rig.c b/rig.c
index 836fd11..fc34bd4 100644
--- a/rig.c
+++ b/rig.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/rig.h b/rig.h
index f34e5b4..ecf826d 100644
--- a/rig.h
+++ b/rig.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/selector.c b/selector.c
index ea63449..cbcb66c 100644
--- a/selector.c
+++ b/selector.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>,
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>,
  *                    Yves Adler <yves.adler at googlemail.com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/selector.h b/selector.h
index 1ed9ded..b60ad8f 100644
--- a/selector.h
+++ b/selector.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>,
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>,
  *                    Yves Adler <yves.adler at googlemail.com>
  *
  * This program is free software; you can redistribute it and/or
diff --git a/spin.h b/spin.h
index 6c6ff38..b175733 100644
--- a/spin.h
+++ b/spin.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/status.c b/status.c
index 46c357a..a37c5e8 100644
--- a/status.c
+++ b/status.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/status.h b/status.h
index 88f8c12..0ed8ca4 100644
--- a/status.h
+++ b/status.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/thread.c b/thread.c
index 1e32df6..0e7ff28 100644
--- a/thread.c
+++ b/thread.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/thread.h b/thread.h
index 1217ad7..f4beb70 100644
--- a/thread.h
+++ b/thread.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/timecoder.c b/timecoder.c
index 67546cc..a9adb2a 100644
--- a/timecoder.c
+++ b/timecoder.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/timecoder.h b/timecoder.h
index bd58e01..a8c7b98 100644
--- a/timecoder.h
+++ b/timecoder.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/track.c b/track.c
index 8fa2c6b..2140ed1 100644
--- a/track.c
+++ b/track.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/track.h b/track.h
index 4a562a2..e16a759 100644
--- a/track.h
+++ b/track.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/xwax.c b/xwax.c
index d11a7ae..b1f5d9e 100644
--- a/xwax.c
+++ b/xwax.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -57,7 +57,7 @@
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
 
 char *banner = "xwax " VERSION \
-    " (C) Copyright 2015 Mark Hills <mark at xwax.org>";
+    " (C) Copyright 2016 Mark Hills <mark at xwax.org>";
 
 size_t ndeck;
 struct deck deck[3];
diff --git a/xwax.h b/xwax.h
index a47f7b7..9dac565 100644
--- a/xwax.h
+++ b/xwax.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Mark Hills <mark at xwax.org>
+ * Copyright (C) 2016 Mark Hills <mark at xwax.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

-- 
xwax packaging



More information about the pkg-multimedia-commits mailing list