From 176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 2 Jan 2016 22:37:22 +0000 Subject: copyright updates for 2016 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 --- test/covshow.rb | 2 +- test/helper.rb | 2 +- test/player_integration.rb | 2 +- test/test_buffer.rb | 2 +- test/test_env.rb | 2 +- test/test_fadefx.rb | 2 +- test/test_format.rb | 2 +- test/test_format_change.rb | 2 +- test/test_mlib.rb | 2 +- test/test_parse_freq.rb | 2 +- test/test_player.rb | 2 +- test/test_player_client_handler.rb | 2 +- test/test_player_integration.rb | 2 +- test/test_process.rb | 2 +- test/test_rg_integration.rb | 2 +- test/test_rg_state.rb | 2 +- test/test_sink.rb | 2 +- test/test_sink_pipe_size.rb | 2 +- test/test_sink_tee_integration.rb | 2 +- test/test_source_av.rb | 2 +- test/test_source_sox.rb | 2 +- test/test_splitfx.rb | 2 +- test/test_tfx.rb | 2 +- test/test_tracklist.rb | 2 +- test/test_unixserver.rb | 2 +- test/test_util.rb | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'test') 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2015-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) # frozen_string_literal: true require './test/helper' -- cgit v1.2.3-24-ge0c7