about summary refs log tree commit homepage
path: root/lib/dtas/source
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-02 22:37:22 +0000
committerEric Wong <e@80x24.org>2016-01-02 22:37:22 +0000
commit176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6 (patch)
tree2e3c5f36bc423ed1a8eb4d99bbffa1be92efea92 /lib/dtas/source
parentc601778792f6ee1ff9116d763030034c0f642dd5 (diff)
downloaddtas-176e3cf0d82e24b5f019a4ed0ac4f56f62edd5e6.tar.gz
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
Diffstat (limited to 'lib/dtas/source')
-rw-r--r--lib/dtas/source/av.rb2
-rw-r--r--lib/dtas/source/av_ff_common.rb2
-rw-r--r--lib/dtas/source/cmd.rb2
-rw-r--r--lib/dtas/source/common.rb2
-rw-r--r--lib/dtas/source/ff.rb2
-rw-r--r--lib/dtas/source/file.rb2
-rw-r--r--lib/dtas/source/mp3gain.rb2
-rw-r--r--lib/dtas/source/sox.rb2
-rw-r--r--lib/dtas/source/splitfx.rb2
9 files changed, 9 insertions, 9 deletions
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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
 # 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 <dtas-all@nongnu.org>
+# Copyright (C) 2014-2016 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require 'yaml'