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 --- lib/dtas.rb | 2 +- lib/dtas/buffer.rb | 2 +- lib/dtas/buffer/read_write.rb | 2 +- lib/dtas/buffer/splice.rb | 2 +- lib/dtas/command.rb | 2 +- lib/dtas/compat_onenine.rb | 2 +- lib/dtas/cue_index.rb | 2 +- lib/dtas/disclaimer.rb | 2 +- lib/dtas/edit_client.rb | 2 +- lib/dtas/fadefx.rb | 2 +- lib/dtas/format.rb | 2 +- lib/dtas/mlib.rb | 2 +- lib/dtas/mlib/migrations/0001_initial.rb | 2 +- lib/dtas/nonblock.rb | 2 +- lib/dtas/parse_freq.rb | 2 +- lib/dtas/parse_time.rb | 2 +- lib/dtas/partstats.rb | 2 +- lib/dtas/pipe.rb | 2 +- lib/dtas/player.rb | 2 +- lib/dtas/player/client_handler.rb | 2 +- lib/dtas/process.rb | 2 +- lib/dtas/replaygain.rb | 2 +- lib/dtas/rg_state.rb | 2 +- lib/dtas/serialize.rb | 2 +- lib/dtas/sigevent.rb | 2 +- lib/dtas/sigevent/efd.rb | 2 +- lib/dtas/sigevent/pipe.rb | 2 +- lib/dtas/sink.rb | 2 +- lib/dtas/source.rb | 2 +- lib/dtas/source/av.rb | 2 +- lib/dtas/source/av_ff_common.rb | 2 +- lib/dtas/source/cmd.rb | 2 +- lib/dtas/source/common.rb | 2 +- lib/dtas/source/ff.rb | 2 +- lib/dtas/source/file.rb | 2 +- lib/dtas/source/mp3gain.rb | 2 +- lib/dtas/source/sox.rb | 2 +- lib/dtas/source/splitfx.rb | 2 +- lib/dtas/spawn_fix.rb | 2 +- lib/dtas/splitfx.rb | 2 +- lib/dtas/state_file.rb | 2 +- lib/dtas/tfx.rb | 2 +- lib/dtas/track.rb | 2 +- lib/dtas/tracklist.rb | 2 +- lib/dtas/unix_accepted.rb | 2 +- lib/dtas/unix_client.rb | 2 +- lib/dtas/unix_server.rb | 2 +- lib/dtas/util.rb | 2 +- lib/dtas/watchable.rb | 2 +- lib/dtas/writable_iter.rb | 2 +- lib/dtas/xs.rb | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) (limited to 'lib') 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 +# 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/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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '../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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '../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 +# 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 '../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 +# Copyright (C) 2015-2016 all contributors # 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 +# Copyright (C) 2015-2016 all contributors # 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 +# Copyright (C) 2015-2016 all contributors # 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 +# Copyright (C) 2015-2016 all contributors # 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 +# 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 '../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 +# 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 '../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 +# 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/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 +# 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/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 +# 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 '../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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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/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 +# 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/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 +# 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/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 +# 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/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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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/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 +# 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/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 +# 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 '../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 +# 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 '../../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 +# 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 '../../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 +# 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 '../../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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '../../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 +# 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 '../../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 +# 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 '../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 +# Copyright (C) 2013-2016 all contributors # 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 +# Copyright (C) 2014-2016 all contributors # License: GPL-3.0+ # 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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '../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 +# 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/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 +# 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 '../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 +# Copyright (C) 2015-2016 all contributors # 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 +# 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 '../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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '../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 +# Copyright (C) 2013-2016 all contributors # 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 +# 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 '../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 +# Copyright (C) 2013-2016 all contributors # License: GPL-3.0+ # 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 +# 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 '../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 +# 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 '../dtas' -- cgit v1.2.3-24-ge0c7