From a92c8d37a094d76b2b8b691dd6cd9732011d37b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 Jun 2014 08:01:21 +0000 Subject: update copyrights and email address for 2014 I'm still normal, and still trolling, but 80x24.org will be epic :) --- 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/compat_rbx.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/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/splitfx.rb | 2 +- lib/dtas/state_file.rb | 2 +- lib/dtas/tracklist.rb | 2 +- lib/dtas/trimfx.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/writable_iter.rb | 2 +- lib/dtas/xs.rb | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) (limited to 'lib/dtas') diff --git a/lib/dtas/buffer.rb b/lib/dtas/buffer.rb index f2b0240..0bca8a0 100644 --- a/lib/dtas/buffer.rb +++ b/lib/dtas/buffer.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'io/wait' require_relative '../dtas' diff --git a/lib/dtas/buffer/read_write.rb b/lib/dtas/buffer/read_write.rb index 08dfb01..567da6e 100644 --- a/lib/dtas/buffer/read_write.rb +++ b/lib/dtas/buffer/read_write.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'io/nonblock' require_relative '../../dtas' diff --git a/lib/dtas/buffer/splice.rb b/lib/dtas/buffer/splice.rb index 2a7e9a4..51aaa17 100644 --- a/lib/dtas/buffer/splice.rb +++ b/lib/dtas/buffer/splice.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'io/nonblock' require 'io/splice' diff --git a/lib/dtas/command.rb b/lib/dtas/command.rb index 91b3c6f..9d53406 100644 --- a/lib/dtas/command.rb +++ b/lib/dtas/command.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # common code for wrapping SoX/ecasound/... commands require_relative 'serialize' diff --git a/lib/dtas/compat_onenine.rb b/lib/dtas/compat_onenine.rb index d031252..568491b 100644 --- a/lib/dtas/compat_onenine.rb +++ b/lib/dtas/compat_onenine.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (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/compat_rbx.rb b/lib/dtas/compat_rbx.rb index a64bf78..fbfdf50 100644 --- a/lib/dtas/compat_rbx.rb +++ b/lib/dtas/compat_rbx.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # ref: https://github.com/rubysl/rubysl-io-wait/issues/1 diff --git a/lib/dtas/cue_index.rb b/lib/dtas/cue_index.rb index 09c3709..8aa7464 100644 --- a/lib/dtas/cue_index.rb +++ b/lib/dtas/cue_index.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' class DTAS::CueIndex diff --git a/lib/dtas/disclaimer.rb b/lib/dtas/disclaimer.rb index f0deaa5..da1a613 100644 --- a/lib/dtas/disclaimer.rb +++ b/lib/dtas/disclaimer.rb @@ -1,5 +1,5 @@ # :enddoc: -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) DTAS_PROGNAME = File.basename($0) DTAS_DISCLAIMER = < and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'tempfile' require 'yaml' diff --git a/lib/dtas/fadefx.rb b/lib/dtas/fadefx.rb index 7e0e65f..ceae3ac 100644 --- a/lib/dtas/fadefx.rb +++ b/lib/dtas/fadefx.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' require_relative 'parse_time' diff --git a/lib/dtas/format.rb b/lib/dtas/format.rb index b1c724e..da01013 100644 --- a/lib/dtas/format.rb +++ b/lib/dtas/format.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # class represents an audio format (type/bits/channels/sample rate/...) require_relative '../dtas' diff --git a/lib/dtas/parse_time.rb b/lib/dtas/parse_time.rb index c2ca777..ff815b6 100644 --- a/lib/dtas/parse_time.rb +++ b/lib/dtas/parse_time.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' module DTAS::ParseTime diff --git a/lib/dtas/partstats.rb b/lib/dtas/partstats.rb index fa1b255..76e4940 100644 --- a/lib/dtas/partstats.rb +++ b/lib/dtas/partstats.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # Unlike the stuff for dtas-player, dtas-partstats is fairly tied to sox require_relative '../dtas' diff --git a/lib/dtas/pipe.rb b/lib/dtas/pipe.rb index a4ce57c..396029a 100644 --- a/lib/dtas/pipe.rb +++ b/lib/dtas/pipe.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) begin require 'io/splice' diff --git a/lib/dtas/player.rb b/lib/dtas/player.rb index 5fd6383..39e5abf 100644 --- a/lib/dtas/player.rb +++ b/lib/dtas/player.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'yaml' require 'shellwords' diff --git a/lib/dtas/player/client_handler.rb b/lib/dtas/player/client_handler.rb index ef87446..d4719a9 100644 --- a/lib/dtas/player/client_handler.rb +++ b/lib/dtas/player/client_handler.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../xs' module DTAS::Player::ClientHandler # :nodoc: diff --git a/lib/dtas/process.rb b/lib/dtas/process.rb index a3c1c04..d70e6e5 100644 --- a/lib/dtas/process.rb +++ b/lib/dtas/process.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'io/wait' require_relative '../dtas' diff --git a/lib/dtas/replaygain.rb b/lib/dtas/replaygain.rb index d3fa8ad..32b09a9 100644 --- a/lib/dtas/replaygain.rb +++ b/lib/dtas/replaygain.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # # Represents ReplayGain metadata for a DTAS::Source diff --git a/lib/dtas/rg_state.rb b/lib/dtas/rg_state.rb index 1cf97c7..d393c90 100644 --- a/lib/dtas/rg_state.rb +++ b/lib/dtas/rg_state.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # # provides support for generating appropriate effects for ReplayGain diff --git a/lib/dtas/serialize.rb b/lib/dtas/serialize.rb index ceba005..36d7af2 100644 --- a/lib/dtas/serialize.rb +++ b/lib/dtas/serialize.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) module DTAS::Serialize # :nodoc: def ivars_to_hash(ivars, rv = {}) diff --git a/lib/dtas/sigevent.rb b/lib/dtas/sigevent.rb index 3800f4b..6b77d93 100644 --- a/lib/dtas/sigevent.rb +++ b/lib/dtas/sigevent.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) begin raise LoadError, "no eventfd with _DTAS_POSIX" if ENV["_DTAS_POSIX"] diff --git a/lib/dtas/sigevent/efd.rb b/lib/dtas/sigevent/efd.rb index b108b89..5d8d800 100644 --- a/lib/dtas/sigevent/efd.rb +++ b/lib/dtas/sigevent/efd.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) class DTAS::Sigevent < SleepyPenguin::EventFD # :nodoc: include SleepyPenguin diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb index bf2ba00..3a3dd27 100644 --- a/lib/dtas/sigevent/pipe.rb +++ b/lib/dtas/sigevent/pipe.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) class DTAS::Sigevent # :nodoc: attr_reader :to_io diff --git a/lib/dtas/sink.rb b/lib/dtas/sink.rb index 828be4a..25831a4 100644 --- a/lib/dtas/sink.rb +++ b/lib/dtas/sink.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'yaml' require_relative '../dtas' diff --git a/lib/dtas/source.rb b/lib/dtas/source.rb index d8f0170..df8e1de 100644 --- a/lib/dtas/source.rb +++ b/lib/dtas/source.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' diff --git a/lib/dtas/source/av.rb b/lib/dtas/source/av.rb index e03c89d..4f33f52 100644 --- a/lib/dtas/source/av.rb +++ b/lib/dtas/source/av.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../../dtas' require_relative 'av_ff_common' diff --git a/lib/dtas/source/av_ff_common.rb b/lib/dtas/source/av_ff_common.rb index e513217..ea0c01a 100644 --- a/lib/dtas/source/av_ff_common.rb +++ b/lib/dtas/source/av_ff_common.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../../dtas' require_relative '../source' diff --git a/lib/dtas/source/cmd.rb b/lib/dtas/source/cmd.rb index 3c409e9..b2cd8e3 100644 --- a/lib/dtas/source/cmd.rb +++ b/lib/dtas/source/cmd.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../../dtas' require_relative '../source' diff --git a/lib/dtas/source/common.rb b/lib/dtas/source/common.rb index 03d1562..ed51ed9 100644 --- a/lib/dtas/source/common.rb +++ b/lib/dtas/source/common.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) module DTAS::Source::Common # :nodoc: attr_reader :dst_zero_byte diff --git a/lib/dtas/source/ff.rb b/lib/dtas/source/ff.rb index 9f1cffc..4098219 100644 --- a/lib/dtas/source/ff.rb +++ b/lib/dtas/source/ff.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../../dtas' require_relative 'av_ff_common' diff --git a/lib/dtas/source/file.rb b/lib/dtas/source/file.rb index 8657b0c..eb24ecd 100644 --- a/lib/dtas/source/file.rb +++ b/lib/dtas/source/file.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../../dtas' require_relative '../source' diff --git a/lib/dtas/source/mp3gain.rb b/lib/dtas/source/mp3gain.rb index b48c759..5ab99a7 100644 --- a/lib/dtas/source/mp3gain.rb +++ b/lib/dtas/source/mp3gain.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../process' diff --git a/lib/dtas/source/sox.rb b/lib/dtas/source/sox.rb index 2a54bb9..7cfecc5 100644 --- a/lib/dtas/source/sox.rb +++ b/lib/dtas/source/sox.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../../dtas' require_relative '../source' diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb index 2a0b9de..ac39233 100644 --- a/lib/dtas/splitfx.rb +++ b/lib/dtas/splitfx.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # Unlike the stuff for dtas-player, dtas-splitfx is fairly tied to sox # (but we may still pipe to ecasound or anything else) diff --git a/lib/dtas/state_file.rb b/lib/dtas/state_file.rb index 0ba876f..7ba7701 100644 --- a/lib/dtas/state_file.rb +++ b/lib/dtas/state_file.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'yaml' require 'tempfile' diff --git a/lib/dtas/tracklist.rb b/lib/dtas/tracklist.rb index ef60915..57894dd 100644 --- a/lib/dtas/tracklist.rb +++ b/lib/dtas/tracklist.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' require_relative 'serialize' diff --git a/lib/dtas/trimfx.rb b/lib/dtas/trimfx.rb index 794e657..94ccd7a 100644 --- a/lib/dtas/trimfx.rb +++ b/lib/dtas/trimfx.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' require_relative 'parse_time' diff --git a/lib/dtas/unix_accepted.rb b/lib/dtas/unix_accepted.rb index 6658406..491f45f 100644 --- a/lib/dtas/unix_accepted.rb +++ b/lib/dtas/unix_accepted.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'socket' require 'io/wait' diff --git a/lib/dtas/unix_client.rb b/lib/dtas/unix_client.rb index dfde59b..d2ae7b8 100644 --- a/lib/dtas/unix_client.rb +++ b/lib/dtas/unix_client.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' require_relative 'xs' diff --git a/lib/dtas/unix_server.rb b/lib/dtas/unix_server.rb index 49437f3..c3db9f4 100644 --- a/lib/dtas/unix_server.rb +++ b/lib/dtas/unix_server.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'socket' require_relative '../dtas' diff --git a/lib/dtas/util.rb b/lib/dtas/util.rb index b235b0e..929b757 100644 --- a/lib/dtas/util.rb +++ b/lib/dtas/util.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' diff --git a/lib/dtas/writable_iter.rb b/lib/dtas/writable_iter.rb index 2355352..2d45560 100644 --- a/lib/dtas/writable_iter.rb +++ b/lib/dtas/writable_iter.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' diff --git a/lib/dtas/xs.rb b/lib/dtas/xs.rb index 968865d..031f522 100644 --- a/lib/dtas/xs.rb +++ b/lib/dtas/xs.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013, Eric Wong and all contributors +# Copyright (C) 2013-2014, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require_relative '../dtas' require 'shellwords' -- cgit v1.2.3-24-ge0c7