about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Documentation/.gitignore2
-rw-r--r--Documentation/GNUmakefile2
-rw-r--r--Documentation/dtas-archive.txt2
-rw-r--r--Documentation/dtas-console.txt2
-rw-r--r--Documentation/dtas-ctl.txt2
-rw-r--r--Documentation/dtas-cueedit.txt2
-rw-r--r--Documentation/dtas-enq.txt2
-rw-r--r--Documentation/dtas-env.txt2
-rw-r--r--Documentation/dtas-msinkctl.txt2
-rw-r--r--Documentation/dtas-player.txt2
-rw-r--r--Documentation/dtas-player_effects.txt2
-rw-r--r--Documentation/dtas-player_protocol.txt2
-rw-r--r--Documentation/dtas-player_sink_examples.txt2
-rw-r--r--Documentation/dtas-sinkedit.txt2
-rw-r--r--Documentation/dtas-sourceedit.txt2
-rw-r--r--Documentation/dtas-splitfx.txt2
-rw-r--r--Documentation/dtas-tl.txt2
-rw-r--r--Documentation/dtas-xdelay.txt2
-rwxr-xr-xDocumentation/update-footer.rb2
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--HACKING2
-rw-r--r--INSTALL2
-rw-r--r--README2
-rw-r--r--Rakefile2
-rw-r--r--TODO2
-rwxr-xr-xbin/dtas-archive2
-rwxr-xr-xbin/dtas-console2
-rwxr-xr-xbin/dtas-ctl2
-rwxr-xr-xbin/dtas-cueedit2
-rwxr-xr-xbin/dtas-enq2
-rwxr-xr-xbin/dtas-mlib2
-rwxr-xr-xbin/dtas-msinkctl2
-rwxr-xr-xbin/dtas-partstats2
-rwxr-xr-xbin/dtas-player2
-rwxr-xr-xbin/dtas-readahead2
-rwxr-xr-xbin/dtas-sinkedit2
-rwxr-xr-xbin/dtas-sourceedit2
-rwxr-xr-xbin/dtas-splitfx2
-rwxr-xr-xbin/dtas-tl2
-rwxr-xr-xbin/dtas-xdelay2
-rw-r--r--dtas-linux.gemspec2
-rw-r--r--dtas-mpris.gemspec2
-rw-r--r--dtas.gemspec2
-rw-r--r--lib/dtas.rb2
-rw-r--r--lib/dtas/buffer.rb2
-rw-r--r--lib/dtas/buffer/read_write.rb2
-rw-r--r--lib/dtas/buffer/splice.rb2
-rw-r--r--lib/dtas/command.rb2
-rw-r--r--lib/dtas/compat_onenine.rb2
-rw-r--r--lib/dtas/cue_index.rb2
-rw-r--r--lib/dtas/disclaimer.rb2
-rw-r--r--lib/dtas/edit_client.rb2
-rw-r--r--lib/dtas/fadefx.rb2
-rw-r--r--lib/dtas/format.rb2
-rw-r--r--lib/dtas/mlib.rb2
-rw-r--r--lib/dtas/mlib/migrations/0001_initial.rb2
-rw-r--r--lib/dtas/nonblock.rb2
-rw-r--r--lib/dtas/parse_freq.rb2
-rw-r--r--lib/dtas/parse_time.rb2
-rw-r--r--lib/dtas/partstats.rb2
-rw-r--r--lib/dtas/pipe.rb2
-rw-r--r--lib/dtas/player.rb2
-rw-r--r--lib/dtas/player/client_handler.rb2
-rw-r--r--lib/dtas/process.rb2
-rw-r--r--lib/dtas/replaygain.rb2
-rw-r--r--lib/dtas/rg_state.rb2
-rw-r--r--lib/dtas/serialize.rb2
-rw-r--r--lib/dtas/sigevent.rb2
-rw-r--r--lib/dtas/sigevent/efd.rb2
-rw-r--r--lib/dtas/sigevent/pipe.rb2
-rw-r--r--lib/dtas/sink.rb2
-rw-r--r--lib/dtas/source.rb2
-rw-r--r--lib/dtas/source/av.rb2
-rw-r--r--lib/dtas/source/av_ff_common.rb2
-rw-r--r--lib/dtas/source/cmd.rb2
-rw-r--r--lib/dtas/source/common.rb2
-rw-r--r--lib/dtas/source/ff.rb2
-rw-r--r--lib/dtas/source/file.rb2
-rw-r--r--lib/dtas/source/mp3gain.rb2
-rw-r--r--lib/dtas/source/sox.rb2
-rw-r--r--lib/dtas/source/splitfx.rb2
-rw-r--r--lib/dtas/spawn_fix.rb2
-rw-r--r--lib/dtas/splitfx.rb2
-rw-r--r--lib/dtas/state_file.rb2
-rw-r--r--lib/dtas/tfx.rb2
-rw-r--r--lib/dtas/track.rb2
-rw-r--r--lib/dtas/tracklist.rb2
-rw-r--r--lib/dtas/unix_accepted.rb2
-rw-r--r--lib/dtas/unix_client.rb2
-rw-r--r--lib/dtas/unix_server.rb2
-rw-r--r--lib/dtas/util.rb2
-rw-r--r--lib/dtas/watchable.rb2
-rw-r--r--lib/dtas/writable_iter.rb2
-rw-r--r--lib/dtas/xs.rb2
-rwxr-xr-xperl/dtas-graph2
-rw-r--r--test/covshow.rb2
-rw-r--r--test/helper.rb2
-rw-r--r--test/player_integration.rb2
-rw-r--r--test/test_buffer.rb2
-rw-r--r--test/test_env.rb2
-rw-r--r--test/test_fadefx.rb2
-rw-r--r--test/test_format.rb2
-rw-r--r--test/test_format_change.rb2
-rw-r--r--test/test_mlib.rb2
-rw-r--r--test/test_parse_freq.rb2
-rw-r--r--test/test_player.rb2
-rw-r--r--test/test_player_client_handler.rb2
-rw-r--r--test/test_player_integration.rb2
-rw-r--r--test/test_process.rb2
-rw-r--r--test/test_rg_integration.rb2
-rw-r--r--test/test_rg_state.rb2
-rw-r--r--test/test_sink.rb2
-rw-r--r--test/test_sink_pipe_size.rb2
-rw-r--r--test/test_sink_tee_integration.rb2
-rw-r--r--test/test_source_av.rb2
-rw-r--r--test/test_source_sox.rb2
-rw-r--r--test/test_splitfx.rb2
-rw-r--r--test/test_tfx.rb2
-rw-r--r--test/test_tracklist.rb2
-rw-r--r--test/test_unixserver.rb2
-rw-r--r--test/test_util.rb2
123 files changed, 123 insertions, 123 deletions
diff --git a/.gitignore b/.gitignore
index 8ec29c2..b2ff044 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 /GIT-VERSION-FILE
 /Manifest.txt
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index 57ea590..fc2662e 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 *.1
 *.5
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 52adf98..88df59e 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 all::
 
diff --git a/Documentation/dtas-archive.txt b/Documentation/dtas-archive.txt
index c78e1c4..fdc818d 100644
--- a/Documentation/dtas-archive.txt
+++ b/Documentation/dtas-archive.txt
@@ -47,7 +47,7 @@ implemented by different than sox and less likely to share the same bugs
 
 # COPYRIGHT
 
-Copyright 2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2015-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # CONTACT
diff --git a/Documentation/dtas-console.txt b/Documentation/dtas-console.txt
index 1e58cc4..7468ba6 100644
--- a/Documentation/dtas-console.txt
+++ b/Documentation/dtas-console.txt
@@ -64,7 +64,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-ctl.txt b/Documentation/dtas-ctl.txt
index 5954a12..b2cf20b 100644
--- a/Documentation/dtas-ctl.txt
+++ b/Documentation/dtas-ctl.txt
@@ -67,7 +67,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-cueedit.txt b/Documentation/dtas-cueedit.txt
index ab54705..2fc0510 100644
--- a/Documentation/dtas-cueedit.txt
+++ b/Documentation/dtas-cueedit.txt
@@ -28,7 +28,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-enq.txt b/Documentation/dtas-enq.txt
index 5cadcd6..eecb62e 100644
--- a/Documentation/dtas-enq.txt
+++ b/Documentation/dtas-enq.txt
@@ -33,7 +33,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-env.txt b/Documentation/dtas-env.txt
index 8393b7a..8cbbd0a 100644
--- a/Documentation/dtas-env.txt
+++ b/Documentation/dtas-env.txt
@@ -56,5 +56,5 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2015-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/Documentation/dtas-msinkctl.txt b/Documentation/dtas-msinkctl.txt
index 544be85..01a43c5 100644
--- a/Documentation/dtas-msinkctl.txt
+++ b/Documentation/dtas-msinkctl.txt
@@ -49,7 +49,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-player.txt b/Documentation/dtas-player.txt
index 1ea6c3b..c8a17df 100644
--- a/Documentation/dtas-player.txt
+++ b/Documentation/dtas-player.txt
@@ -116,7 +116,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-player_effects.txt b/Documentation/dtas-player_effects.txt
index efe6825..91e846c 100644
--- a/Documentation/dtas-player_effects.txt
+++ b/Documentation/dtas-player_effects.txt
@@ -53,5 +53,5 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/Documentation/dtas-player_protocol.txt b/Documentation/dtas-player_protocol.txt
index 54b87ca..9efd0a1 100644
--- a/Documentation/dtas-player_protocol.txt
+++ b/Documentation/dtas-player_protocol.txt
@@ -322,5 +322,5 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/Documentation/dtas-player_sink_examples.txt b/Documentation/dtas-player_sink_examples.txt
index d7ea73e..80d33c4 100644
--- a/Documentation/dtas-player_sink_examples.txt
+++ b/Documentation/dtas-player_sink_examples.txt
@@ -74,7 +74,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-sinkedit.txt b/Documentation/dtas-sinkedit.txt
index 9a5ac09..07f8ecb 100644
--- a/Documentation/dtas-sinkedit.txt
+++ b/Documentation/dtas-sinkedit.txt
@@ -61,7 +61,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-sourceedit.txt b/Documentation/dtas-sourceedit.txt
index e3592d3..8e87008 100644
--- a/Documentation/dtas-sourceedit.txt
+++ b/Documentation/dtas-sourceedit.txt
@@ -69,7 +69,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-splitfx.txt b/Documentation/dtas-splitfx.txt
index 108c530..352c0a5 100644
--- a/Documentation/dtas-splitfx.txt
+++ b/Documentation/dtas-splitfx.txt
@@ -180,7 +180,7 @@ imbalance in a live concert recording from the audience:
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-tl.txt b/Documentation/dtas-tl.txt
index a1bb74d..e36055d 100644
--- a/Documentation/dtas-tl.txt
+++ b/Documentation/dtas-tl.txt
@@ -87,7 +87,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/dtas-xdelay.txt b/Documentation/dtas-xdelay.txt
index ebc13e5..7253d1f 100644
--- a/Documentation/dtas-xdelay.txt
+++ b/Documentation/dtas-xdelay.txt
@@ -68,7 +68,7 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 # SEE ALSO
diff --git a/Documentation/update-footer.rb b/Documentation/update-footer.rb
index 642bdb2..ee6583b 100755
--- a/Documentation/update-footer.rb
+++ b/Documentation/update-footer.rb
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright 2015 all contributors <dtas-all@nongnu.org>
+# Copyright 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 contact = %q{
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 84680a7..9ffd851 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 CONSTANT = "DTAS::VERSION"
diff --git a/GNUmakefile b/GNUmakefile
index 2af7646..1cb0f17 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 all::
 pkg = dtas
diff --git a/HACKING b/HACKING
index 38ccb22..cc78355 100644
--- a/HACKING
+++ b/HACKING
@@ -23,5 +23,5 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>.\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>.\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/INSTALL b/INSTALL
index 04c2bf9..244874e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -61,5 +61,5 @@ No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/README b/README
index 5cf155e..e208b19 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ Atom: <http://80x24.org/dtas-all/new.atom>
 
 ## Copyright
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
 
 dtas is copyrighted Free Software by all contributors, see logs
diff --git a/Rakefile b/Rakefile
index be25eec..075260b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>.
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>.
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'tempfile'
diff --git a/TODO b/TODO
index 165ac24..31a9cb6 100644
--- a/TODO
+++ b/TODO
@@ -5,5 +5,5 @@
 
 # COPYRIGHT
 
-Copyright 2013-2015 all contributors <dtas-all@nongnu.org>\
+Copyright 2013-2016 all contributors <dtas-all@nongnu.org>\
 License: GPL-3.0+ <http://www.gnu.org/licenses/gpl-3.0.txt>
diff --git a/bin/dtas-archive b/bin/dtas-archive
index 93eddaa..ded1ee7 100755
--- a/bin/dtas-archive
+++ b/bin/dtas-archive
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 usage = "#$0 SOURCE DESTINATION"
diff --git a/bin/dtas-console b/bin/dtas-console
index 0f0db7e..298a809 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 #
diff --git a/bin/dtas-ctl b/bin/dtas-ctl
index 3408f0c..3505f01 100755
--- a/bin/dtas-ctl
+++ b/bin/dtas-ctl
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'dtas/unix_client'
diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit
index 75c8a59..e6dc31f 100755
--- a/bin/dtas-cueedit
+++ b/bin/dtas-cueedit
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'tempfile'
diff --git a/bin/dtas-enq b/bin/dtas-enq
index 4c010a6..9c05113 100755
--- a/bin/dtas-enq
+++ b/bin/dtas-enq
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'dtas/unix_client'
diff --git a/bin/dtas-mlib b/bin/dtas-mlib
index 9c0b01a..8661776 100755
--- a/bin/dtas-mlib
+++ b/bin/dtas-mlib
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 usage = "#$0 [-d DATABASE-URI] ACTION [ARGS]"
diff --git a/bin/dtas-msinkctl b/bin/dtas-msinkctl
index 17a5956..1bfa9fd 100755
--- a/bin/dtas-msinkctl
+++ b/bin/dtas-msinkctl
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yaml'
diff --git a/bin/dtas-partstats b/bin/dtas-partstats
index 40bc622..5d910f6 100755
--- a/bin/dtas-partstats
+++ b/bin/dtas-partstats
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 # TODO
diff --git a/bin/dtas-player b/bin/dtas-player
index 0a14390..3641207 100755
--- a/bin/dtas-player
+++ b/bin/dtas-player
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 Thread.abort_on_exception = $stderr.sync = $stdout.sync = true
diff --git a/bin/dtas-readahead b/bin/dtas-readahead
index c02353a..36d34c4 100755
--- a/bin/dtas-readahead
+++ b/bin/dtas-readahead
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 #
diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit
index 8176a53..67fca2c 100755
--- a/bin/dtas-sinkedit
+++ b/bin/dtas-sinkedit
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'optparse'
diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit
index 713d424..97f0135 100755
--- a/bin/dtas-sourceedit
+++ b/bin/dtas-sourceedit
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'optparse'
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index 7a2ea79..bc17c8f 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yaml'
diff --git a/bin/dtas-tl b/bin/dtas-tl
index 11beea9..71d6c0c 100755
--- a/bin/dtas-tl
+++ b/bin/dtas-tl
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 # WARNING: totally unstable API, use dtas-ctl for scripting (but the protocol
diff --git a/bin/dtas-xdelay b/bin/dtas-xdelay
index 4d48e50..e3e7356 100755
--- a/bin/dtas-xdelay
+++ b/bin/dtas-xdelay
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 USAGE = "Usage: #$0 [-x FREQ] [-l] /dev/fd/LO /dev/fd/HI DELAY [DELAY ...]"
diff --git a/dtas-linux.gemspec b/dtas-linux.gemspec
index 2b536eb..8a3d2d1 100644
--- a/dtas-linux.gemspec
+++ b/dtas-linux.gemspec
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 #
 # this just declares dependencies to make gem installation a little easier
diff --git a/dtas-mpris.gemspec b/dtas-mpris.gemspec
index 711dd9a..0b8d102 100644
--- a/dtas-mpris.gemspec
+++ b/dtas-mpris.gemspec
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-2.0+ or later <http://www.gnu.org/licenses/gpl-2.0.txt>
 # This is GPL-2.0+ instead of GPL-3.0+ because ruby-dbus is LGPL-2.1 (only)
 Gem::Specification.new do |s|
diff --git a/dtas.gemspec b/dtas.gemspec
index 9f961bd..28d080a 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
diff --git a/lib/dtas.rb b/lib/dtas.rb
index ac0733f..468d87a 100644
--- a/lib/dtas.rb
+++ b/lib/dtas.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 
diff --git a/lib/dtas/buffer.rb b/lib/dtas/buffer.rb
index a6124de..ee525cd 100644
--- a/lib/dtas/buffer.rb
+++ b/lib/dtas/buffer.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'io/wait'
diff --git a/lib/dtas/buffer/read_write.rb b/lib/dtas/buffer/read_write.rb
index 5a32e2d..4dce4ee 100644
--- a/lib/dtas/buffer/read_write.rb
+++ b/lib/dtas/buffer/read_write.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'io/nonblock'
diff --git a/lib/dtas/buffer/splice.rb b/lib/dtas/buffer/splice.rb
index 42737a1..f47c062 100644
--- a/lib/dtas/buffer/splice.rb
+++ b/lib/dtas/buffer/splice.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'io/nonblock'
diff --git a/lib/dtas/command.rb b/lib/dtas/command.rb
index e7df32d..c695b76 100644
--- a/lib/dtas/command.rb
+++ b/lib/dtas/command.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative 'serialize'
diff --git a/lib/dtas/compat_onenine.rb b/lib/dtas/compat_onenine.rb
index 2755a7f..2c8ea3f 100644
--- a/lib/dtas/compat_onenine.rb
+++ b/lib/dtas/compat_onenine.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 
 # Make Ruby 1.9.3 look like Ruby 2.0.0 to us
diff --git a/lib/dtas/cue_index.rb b/lib/dtas/cue_index.rb
index 568fd56..c81eb8b 100644
--- a/lib/dtas/cue_index.rb
+++ b/lib/dtas/cue_index.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/disclaimer.rb b/lib/dtas/disclaimer.rb
index 9211403..2016701 100644
--- a/lib/dtas/disclaimer.rb
+++ b/lib/dtas/disclaimer.rb
@@ -1,5 +1,5 @@
 # :enddoc:
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 DTAS_PROGNAME = File.basename($0)
diff --git a/lib/dtas/edit_client.rb b/lib/dtas/edit_client.rb
index da34023..141fbb8 100644
--- a/lib/dtas/edit_client.rb
+++ b/lib/dtas/edit_client.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'tempfile'
diff --git a/lib/dtas/fadefx.rb b/lib/dtas/fadefx.rb
index 577d103..1f1d5c1 100644
--- a/lib/dtas/fadefx.rb
+++ b/lib/dtas/fadefx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/format.rb b/lib/dtas/format.rb
index 0e1ba57..001a444 100644
--- a/lib/dtas/format.rb
+++ b/lib/dtas/format.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/mlib.rb b/lib/dtas/mlib.rb
index 0012159..fddf8ad 100644
--- a/lib/dtas/mlib.rb
+++ b/lib/dtas/mlib.rb
@@ -1,5 +1,5 @@
 # -*- encoding: utf-8 -*-
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 #
diff --git a/lib/dtas/mlib/migrations/0001_initial.rb b/lib/dtas/mlib/migrations/0001_initial.rb
index dfab271..b4e1ea3 100644
--- a/lib/dtas/mlib/migrations/0001_initial.rb
+++ b/lib/dtas/mlib/migrations/0001_initial.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 
 Sequel.migration do
diff --git a/lib/dtas/nonblock.rb b/lib/dtas/nonblock.rb
index 1a4b8b0..ab33b82 100644
--- a/lib/dtas/nonblock.rb
+++ b/lib/dtas/nonblock.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 
 class DTAS::Nonblock < IO # :nodoc:
diff --git a/lib/dtas/parse_freq.rb b/lib/dtas/parse_freq.rb
index 1d1e850..d38b44f 100644
--- a/lib/dtas/parse_freq.rb
+++ b/lib/dtas/parse_freq.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/parse_time.rb b/lib/dtas/parse_time.rb
index f4215cb..98e12e6 100644
--- a/lib/dtas/parse_time.rb
+++ b/lib/dtas/parse_time.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/partstats.rb b/lib/dtas/partstats.rb
index 30be807..cd37e0a 100644
--- a/lib/dtas/partstats.rb
+++ b/lib/dtas/partstats.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/pipe.rb b/lib/dtas/pipe.rb
index 7bb57ed..02a420a 100644
--- a/lib/dtas/pipe.rb
+++ b/lib/dtas/pipe.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 begin
diff --git a/lib/dtas/player.rb b/lib/dtas/player.rb
index 06300b4..461fcdb 100644
--- a/lib/dtas/player.rb
+++ b/lib/dtas/player.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yaml'
diff --git a/lib/dtas/player/client_handler.rb b/lib/dtas/player/client_handler.rb
index 617a20c..991b17f 100644
--- a/lib/dtas/player/client_handler.rb
+++ b/lib/dtas/player/client_handler.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../xs'
diff --git a/lib/dtas/process.rb b/lib/dtas/process.rb
index 310e0b2..eeaaf76 100644
--- a/lib/dtas/process.rb
+++ b/lib/dtas/process.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'io/wait'
diff --git a/lib/dtas/replaygain.rb b/lib/dtas/replaygain.rb
index 63eb615..b94ded2 100644
--- a/lib/dtas/replaygain.rb
+++ b/lib/dtas/replaygain.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 
diff --git a/lib/dtas/rg_state.rb b/lib/dtas/rg_state.rb
index caf1cc7..883515d 100644
--- a/lib/dtas/rg_state.rb
+++ b/lib/dtas/rg_state.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 #
diff --git a/lib/dtas/serialize.rb b/lib/dtas/serialize.rb
index f03e244..1777163 100644
--- a/lib/dtas/serialize.rb
+++ b/lib/dtas/serialize.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 
diff --git a/lib/dtas/sigevent.rb b/lib/dtas/sigevent.rb
index 55dc0f0..78a9167 100644
--- a/lib/dtas/sigevent.rb
+++ b/lib/dtas/sigevent.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 begin
diff --git a/lib/dtas/sigevent/efd.rb b/lib/dtas/sigevent/efd.rb
index daae4ff..5c5c677 100644
--- a/lib/dtas/sigevent/efd.rb
+++ b/lib/dtas/sigevent/efd.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 
 # used in various places for safe wakeups from IO.select via signals
diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb
index f30bb5b..cc50a68 100644
--- a/lib/dtas/sigevent/pipe.rb
+++ b/lib/dtas/sigevent/pipe.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 
diff --git a/lib/dtas/sink.rb b/lib/dtas/sink.rb
index dce5a59..eeedba7 100644
--- a/lib/dtas/sink.rb
+++ b/lib/dtas/sink.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yaml'
diff --git a/lib/dtas/source.rb b/lib/dtas/source.rb
index 6f3049b..32b1919 100644
--- a/lib/dtas/source.rb
+++ b/lib/dtas/source.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/source/av.rb b/lib/dtas/source/av.rb
index baeaee4..d5dad38 100644
--- a/lib/dtas/source/av.rb
+++ b/lib/dtas/source/av.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../../dtas'
diff --git a/lib/dtas/source/av_ff_common.rb b/lib/dtas/source/av_ff_common.rb
index e1f221b..0fb3ace 100644
--- a/lib/dtas/source/av_ff_common.rb
+++ b/lib/dtas/source/av_ff_common.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../../dtas'
diff --git a/lib/dtas/source/cmd.rb b/lib/dtas/source/cmd.rb
index 46cf1b4..1211219 100644
--- a/lib/dtas/source/cmd.rb
+++ b/lib/dtas/source/cmd.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../../dtas'
diff --git a/lib/dtas/source/common.rb b/lib/dtas/source/common.rb
index bb4a40e..2566943 100644
--- a/lib/dtas/source/common.rb
+++ b/lib/dtas/source/common.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 module DTAS::Source::Common # :nodoc:
   attr_reader :dst_zero_byte # first byte this source object saw
diff --git a/lib/dtas/source/ff.rb b/lib/dtas/source/ff.rb
index 33b46e9..ae08e70 100644
--- a/lib/dtas/source/ff.rb
+++ b/lib/dtas/source/ff.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../../dtas'
diff --git a/lib/dtas/source/file.rb b/lib/dtas/source/file.rb
index 7f99ad0..33ecc25 100644
--- a/lib/dtas/source/file.rb
+++ b/lib/dtas/source/file.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../../dtas'
diff --git a/lib/dtas/source/mp3gain.rb b/lib/dtas/source/mp3gain.rb
index 0b3d481..e33b48a 100644
--- a/lib/dtas/source/mp3gain.rb
+++ b/lib/dtas/source/mp3gain.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../process'
diff --git a/lib/dtas/source/sox.rb b/lib/dtas/source/sox.rb
index 701a36a..b4340fd 100644
--- a/lib/dtas/source/sox.rb
+++ b/lib/dtas/source/sox.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 # encoding: binary
diff --git a/lib/dtas/source/splitfx.rb b/lib/dtas/source/splitfx.rb
index 3d416c3..d824959 100644
--- a/lib/dtas/source/splitfx.rb
+++ b/lib/dtas/source/splitfx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2014-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'yaml'
diff --git a/lib/dtas/spawn_fix.rb b/lib/dtas/spawn_fix.rb
index f02e26f..c70b847 100644
--- a/lib/dtas/spawn_fix.rb
+++ b/lib/dtas/spawn_fix.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # workaround for older Rubies: https://bugs.ruby-lang.org/issues/8770
 module DTAS::SpawnFix # :nodoc:
diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb
index 9a1f729..57dc7ea 100644
--- a/lib/dtas/splitfx.rb
+++ b/lib/dtas/splitfx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/state_file.rb b/lib/dtas/state_file.rb
index 4eb2a9f..df315e0 100644
--- a/lib/dtas/state_file.rb
+++ b/lib/dtas/state_file.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yaml'
diff --git a/lib/dtas/tfx.rb b/lib/dtas/tfx.rb
index cc175f4..297604f 100644
--- a/lib/dtas/tfx.rb
+++ b/lib/dtas/tfx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/track.rb b/lib/dtas/track.rb
index 2a68cd7..e5a3051 100644
--- a/lib/dtas/track.rb
+++ b/lib/dtas/track.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/tracklist.rb b/lib/dtas/tracklist.rb
index 2cc27d2..f610449 100644
--- a/lib/dtas/tracklist.rb
+++ b/lib/dtas/tracklist.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/unix_accepted.rb b/lib/dtas/unix_accepted.rb
index 00b4e2e..c12e190 100644
--- a/lib/dtas/unix_accepted.rb
+++ b/lib/dtas/unix_accepted.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'socket'
diff --git a/lib/dtas/unix_client.rb b/lib/dtas/unix_client.rb
index bdc5524..43a0ec6 100644
--- a/lib/dtas/unix_client.rb
+++ b/lib/dtas/unix_client.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/unix_server.rb b/lib/dtas/unix_server.rb
index e6fe869..8844989 100644
--- a/lib/dtas/unix_server.rb
+++ b/lib/dtas/unix_server.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'socket'
diff --git a/lib/dtas/util.rb b/lib/dtas/util.rb
index 18a2e08..0c5b0e6 100644
--- a/lib/dtas/util.rb
+++ b/lib/dtas/util.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/watchable.rb b/lib/dtas/watchable.rb
index 86ea57c..acaf0d5 100644
--- a/lib/dtas/watchable.rb
+++ b/lib/dtas/watchable.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 begin
diff --git a/lib/dtas/writable_iter.rb b/lib/dtas/writable_iter.rb
index 2026d83..dfb6e8f 100644
--- a/lib/dtas/writable_iter.rb
+++ b/lib/dtas/writable_iter.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/lib/dtas/xs.rb b/lib/dtas/xs.rb
index becbb80..a73bae9 100644
--- a/lib/dtas/xs.rb
+++ b/lib/dtas/xs.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative '../dtas'
diff --git a/perl/dtas-graph b/perl/dtas-graph
index 0149e46..396f639 100755
--- a/perl/dtas-graph
+++ b/perl/dtas-graph
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 use strict;
 use Graph::Easy; # for ASCII-art graphs
diff --git a/test/covshow.rb b/test/covshow.rb
index a7e1368..8ade86f 100644
--- a/test/covshow.rb
+++ b/test/covshow.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 #
diff --git a/test/helper.rb b/test/helper.rb
index 9bf0d0d..7190e9c 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 $stdout.sync = $stderr.sync = Thread.abort_on_exception = true
diff --git a/test/player_integration.rb b/test/player_integration.rb
index f282a05..92cc965 100644
--- a/test/player_integration.rb
+++ b/test/player_integration.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_buffer.rb b/test/test_buffer.rb
index ae0c203..7ed430f 100644
--- a/test/test_buffer.rb
+++ b/test/test_buffer.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_env.rb b/test/test_env.rb
index 3bbb372..3026c00 100644
--- a/test/test_env.rb
+++ b/test/test_env.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative 'helper'
diff --git a/test/test_fadefx.rb b/test/test_fadefx.rb
index a82e9c1..c2e5480 100644
--- a/test/test_fadefx.rb
+++ b/test/test_fadefx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative 'helper'
diff --git a/test/test_format.rb b/test/test_format.rb
index 7d9ffee..fe2e034 100644
--- a/test/test_format.rb
+++ b/test/test_format.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_format_change.rb b/test/test_format_change.rb
index ee96de3..550e882 100644
--- a/test/test_format_change.rb
+++ b/test/test_format_change.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/player_integration'
diff --git a/test/test_mlib.rb b/test/test_mlib.rb
index bc3088a..6ea1f40 100644
--- a/test/test_mlib.rb
+++ b/test/test_mlib.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative 'helper'
diff --git a/test/test_parse_freq.rb b/test/test_parse_freq.rb
index 7b3cb60..cdf9dc2 100644
--- a/test/test_parse_freq.rb
+++ b/test/test_parse_freq.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_player.rb b/test/test_player.rb
index 6959a38..1eb4f37 100644
--- a/test/test_player.rb
+++ b/test/test_player.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_player_client_handler.rb b/test/test_player_client_handler.rb
index 955a7dd..3f382d5 100644
--- a/test/test_player_client_handler.rb
+++ b/test/test_player_client_handler.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb
index 11fa200..f5e5ef5 100644
--- a/test/test_player_integration.rb
+++ b/test/test_player_integration.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/player_integration'
diff --git a/test/test_process.rb b/test/test_process.rb
index 4170846..d7eadd7 100644
--- a/test/test_process.rb
+++ b/test/test_process.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_rg_integration.rb b/test/test_rg_integration.rb
index 917a046..3af69fd 100644
--- a/test/test_rg_integration.rb
+++ b/test/test_rg_integration.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/player_integration'
diff --git a/test/test_rg_state.rb b/test/test_rg_state.rb
index a26eb13..ab3fde4 100644
--- a/test/test_rg_state.rb
+++ b/test/test_rg_state.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_sink.rb b/test/test_sink.rb
index ead76ad..d32b38c 100644
--- a/test/test_sink.rb
+++ b/test/test_sink.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_sink_pipe_size.rb b/test/test_sink_pipe_size.rb
index 0c2fe30..1a61d46 100644
--- a/test/test_sink_pipe_size.rb
+++ b/test/test_sink_pipe_size.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 begin
diff --git a/test/test_sink_tee_integration.rb b/test/test_sink_tee_integration.rb
index f51b4b1..32f8d82 100644
--- a/test/test_sink_tee_integration.rb
+++ b/test/test_sink_tee_integration.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/player_integration'
diff --git a/test/test_source_av.rb b/test/test_source_av.rb
index af68002..3106fe9 100644
--- a/test/test_source_av.rb
+++ b/test/test_source_av.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_source_sox.rb b/test/test_source_sox.rb
index e9fc0f8..ce4fe93 100644
--- a/test/test_source_sox.rb
+++ b/test/test_source_sox.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb
index 198517a..6ab1640 100644
--- a/test/test_splitfx.rb
+++ b/test/test_splitfx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require 'yaml'
diff --git a/test/test_tfx.rb b/test/test_tfx.rb
index a4d8214..5519777 100644
--- a/test/test_tfx.rb
+++ b/test/test_tfx.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_tracklist.rb b/test/test_tracklist.rb
index 3842daf..74c860c 100644
--- a/test/test_tracklist.rb
+++ b/test/test_tracklist.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require_relative 'helper'
diff --git a/test/test_unixserver.rb b/test/test_unixserver.rb
index c5032ba..d100f55 100644
--- a/test/test_unixserver.rb
+++ b/test/test_unixserver.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_util.rb b/test/test_util.rb
index ebdb534..224e6ba 100644
--- a/test/test_util.rb
+++ b/test/test_util.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt)
 # frozen_string_literal: true
 require './test/helper'