about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-02 22:37:22 +0000
committerEric Wong <e@80x24.org>2016-01-02 22:37:22 +0000
commit176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6 (patch)
tree2e3c5f36bc423ed1a8eb4d99bbffa1be92efea92 /test
parentc601778792f6ee1ff9116d763030034c0f642dd5 (diff)
downloaddtas-176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6.tar.gz
Using the 'update-copyright' script from gnulib[1]:

  git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
      UPDATE_COPYRIGHT_USE_INTERVALS=2 \
      xargs /path/to/gnulib/build-aux/update-copyright

[1] git://git.savannah.gnu.org/gnulib.git
Diffstat (limited to 'test')
-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
26 files changed, 26 insertions, 26 deletions
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'