From a738d4fd840e088d9a46dea2429c35ba8100df9d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Aug 2013 00:15:47 +0000 Subject: add license/copyright headers/footers to all files All files we distribute in the tarball need to have a copyright/license specified for Savannah. We don't need the example state file anymore. --- bin/dtas-console | 2 +- bin/dtas-ctl | 2 +- bin/dtas-cueedit | 2 +- bin/dtas-enq | 2 +- bin/dtas-msinkctl | 2 +- bin/dtas-player | 2 +- bin/dtas-sinkedit | 2 +- bin/dtas-sourceedit | 2 +- bin/dtas-xdelay | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'bin') diff --git a/bin/dtas-console b/bin/dtas-console index 682afc7..f60ae13 100755 --- a/bin/dtas-console +++ b/bin/dtas-console @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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 c05dc28..1c0a242 100755 --- a/bin/dtas-ctl +++ b/bin/dtas-ctl @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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 3c03a78..ece4af1 100755 --- a/bin/dtas-cueedit +++ b/bin/dtas-cueedit @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, Eric Wong and all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) require 'tempfile' require 'shellwords' diff --git a/bin/dtas-enq b/bin/dtas-enq index e8ebd66..287c3f7 100755 --- a/bin/dtas-enq +++ b/bin/dtas-enq @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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 a3cb8ce..00d8540 100755 --- a/bin/dtas-msinkctl +++ b/bin/dtas-msinkctl @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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-player b/bin/dtas-player index 8b78771..75ec6a6 100755 --- a/bin/dtas-player +++ b/bin/dtas-player @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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 bf97020..3e12415 100755 --- a/bin/dtas-sinkedit +++ b/bin/dtas-sinkedit @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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 2a61e36..3de1c11 100755 --- a/bin/dtas-sourceedit +++ b/bin/dtas-sourceedit @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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-xdelay b/bin/dtas-xdelay index d5b6533..5ac63ae 100755 --- a/bin/dtas-xdelay +++ b/bin/dtas-xdelay @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2013, 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