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 :) --- bin/dtas-console | 2 +- bin/dtas-ctl | 2 +- bin/dtas-cueedit | 2 +- bin/dtas-enq | 2 +- bin/dtas-msinkctl | 2 +- bin/dtas-partstats | 2 +- bin/dtas-player | 2 +- bin/dtas-sinkedit | 2 +- bin/dtas-sourceedit | 2 +- bin/dtas-splitfx | 2 +- bin/dtas-tl | 2 +- bin/dtas-xdelay | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'bin') diff --git a/bin/dtas-console b/bin/dtas-console index d44dbeb..5747515 100755 --- a/bin/dtas-console +++ b/bin/dtas-console @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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) # # Note: no idea what I'm doing, especially w.r.t. curses diff --git a/bin/dtas-ctl b/bin/dtas-ctl index 267a873..7fa1015 100755 --- a/bin/dtas-ctl +++ b/bin/dtas-ctl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/unix_client' diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit index 8396cd5..3677e7a 100755 --- a/bin/dtas-cueedit +++ b/bin/dtas-cueedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'tempfile' require 'dtas/xs' diff --git a/bin/dtas-enq b/bin/dtas-enq index 78829a4..c18b684 100755 --- a/bin/dtas-enq +++ b/bin/dtas-enq @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/unix_client' c = DTAS::UNIXClient.new diff --git a/bin/dtas-msinkctl b/bin/dtas-msinkctl index b417d0f..138da6d 100755 --- a/bin/dtas-msinkctl +++ b/bin/dtas-msinkctl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/unix_client' diff --git a/bin/dtas-partstats b/bin/dtas-partstats index e29ec73..7026b2e 100755 --- a/bin/dtas-partstats +++ b/bin/dtas-partstats @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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) # TODO # - option parsing: sox effects, stats effect options diff --git a/bin/dtas-player b/bin/dtas-player index 401a500..0c2d53e 100755 --- a/bin/dtas-player +++ b/bin/dtas-player @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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) Thread.abort_on_exception = $stderr.sync = $stdout.sync = true require 'yaml' diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit index 8a42a7b..b631728 100755 --- a/bin/dtas-sinkedit +++ b/bin/dtas-sinkedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/edit_client' include DTAS::EditClient diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit index 87d16ee..b411b11 100755 --- a/bin/dtas-sourceedit +++ b/bin/dtas-sourceedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/edit_client' include DTAS::EditClient diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx index 6e98aba..b65c737 100755 --- a/bin/dtas-splitfx +++ b/bin/dtas-splitfx @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'optparse' diff --git a/bin/dtas-tl b/bin/dtas-tl index 4597179..6214ca9 100755 --- a/bin/dtas-tl +++ b/bin/dtas-tl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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) # # WARNING: totally unstable API, use dtas-ctl for scripting (but the protocol diff --git a/bin/dtas-xdelay b/bin/dtas-xdelay index dc60159..c3ca4e4 100755 --- a/bin/dtas-xdelay +++ b/bin/dtas-xdelay @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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) USAGE = "Usage: #$0 [-x FREQ] [-l] /dev/fd/LO /dev/fd/HI DELAY [DELAY ...]" require 'optparse' -- cgit v1.2.3-24-ge0c7