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 --- bin/dtas-archive | 2 +- bin/dtas-console | 2 +- bin/dtas-ctl | 2 +- bin/dtas-cueedit | 2 +- bin/dtas-enq | 2 +- bin/dtas-mlib | 2 +- bin/dtas-msinkctl | 2 +- bin/dtas-partstats | 2 +- bin/dtas-player | 2 +- bin/dtas-readahead | 2 +- bin/dtas-sinkedit | 2 +- bin/dtas-sourceedit | 2 +- bin/dtas-splitfx | 2 +- bin/dtas-tl | 2 +- bin/dtas-xdelay | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'bin') diff --git a/bin/dtas-archive b/bin/dtas-archive index 93eddaa..ded1ee7 100755 --- a/bin/dtas-archive +++ b/bin/dtas-archive @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 usage = "#$0 SOURCE DESTINATION" diff --git a/bin/dtas-console b/bin/dtas-console index 0f0db7e..298a809 100755 --- a/bin/dtas-console +++ b/bin/dtas-console @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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/bin/dtas-ctl b/bin/dtas-ctl index 3408f0c..3505f01 100755 --- a/bin/dtas-ctl +++ b/bin/dtas-ctl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/unix_client' diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit index 75c8a59..e6dc31f 100755 --- a/bin/dtas-cueedit +++ b/bin/dtas-cueedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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/bin/dtas-enq b/bin/dtas-enq index 4c010a6..9c05113 100755 --- a/bin/dtas-enq +++ b/bin/dtas-enq @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'dtas/unix_client' diff --git a/bin/dtas-mlib b/bin/dtas-mlib index 9c0b01a..8661776 100755 --- a/bin/dtas-mlib +++ b/bin/dtas-mlib @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 usage = "#$0 [-d DATABASE-URI] ACTION [ARGS]" diff --git a/bin/dtas-msinkctl b/bin/dtas-msinkctl index 17a5956..1bfa9fd 100755 --- a/bin/dtas-msinkctl +++ b/bin/dtas-msinkctl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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/bin/dtas-partstats b/bin/dtas-partstats index 40bc622..5d910f6 100755 --- a/bin/dtas-partstats +++ b/bin/dtas-partstats @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 # TODO diff --git a/bin/dtas-player b/bin/dtas-player index 0a14390..3641207 100755 --- a/bin/dtas-player +++ b/bin/dtas-player @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 Thread.abort_on_exception = $stderr.sync = $stdout.sync = true diff --git a/bin/dtas-readahead b/bin/dtas-readahead index c02353a..36d34c4 100755 --- a/bin/dtas-readahead +++ b/bin/dtas-readahead @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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/bin/dtas-sinkedit b/bin/dtas-sinkedit index 8176a53..67fca2c 100755 --- a/bin/dtas-sinkedit +++ b/bin/dtas-sinkedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'optparse' diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit index 713d424..97f0135 100755 --- a/bin/dtas-sourceedit +++ b/bin/dtas-sourceedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 'optparse' diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx index 7a2ea79..bc17c8f 100755 --- a/bin/dtas-splitfx +++ b/bin/dtas-splitfx @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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/bin/dtas-tl b/bin/dtas-tl index 11beea9..71d6c0c 100755 --- a/bin/dtas-tl +++ b/bin/dtas-tl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 # WARNING: totally unstable API, use dtas-ctl for scripting (but the protocol diff --git a/bin/dtas-xdelay b/bin/dtas-xdelay index 4d48e50..e3e7356 100755 --- a/bin/dtas-xdelay +++ b/bin/dtas-xdelay @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# 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 USAGE = "Usage: #$0 [-x FREQ] [-l] /dev/fd/LO /dev/fd/HI DELAY [DELAY ...]" -- cgit v1.2.3-24-ge0c7