From 6f4b226bfcc822eaee68946bfb948e94d03b3b97 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 3 Feb 2020 08:09:08 +0000 Subject: doc: update copyrights for 2020 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] https://git.savannah.gnu.org/git/gnulib.git --- 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/source/splitfx.rb | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/dtas/source') diff --git a/lib/dtas/source/av.rb b/lib/dtas/source/av.rb index 0a9d39b..39cad6c 100644 --- a/lib/dtas/source/av.rb +++ b/lib/dtas/source/av.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # 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 ae654ba..88bfe50 100644 --- a/lib/dtas/source/av_ff_common.rb +++ b/lib/dtas/source/av_ff_common.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../../dtas' diff --git a/lib/dtas/source/cmd.rb b/lib/dtas/source/cmd.rb index cdcd3b3..435ac07 100644 --- a/lib/dtas/source/cmd.rb +++ b/lib/dtas/source/cmd.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../../dtas' diff --git a/lib/dtas/source/common.rb b/lib/dtas/source/common.rb index a6d1a60..bdcb16d 100644 --- a/lib/dtas/source/common.rb +++ b/lib/dtas/source/common.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ 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 80436c7..687cd18 100644 --- a/lib/dtas/source/ff.rb +++ b/lib/dtas/source/ff.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../../dtas' diff --git a/lib/dtas/source/file.rb b/lib/dtas/source/file.rb index 01ac998..88beb39 100644 --- a/lib/dtas/source/file.rb +++ b/lib/dtas/source/file.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../../dtas' diff --git a/lib/dtas/source/mp3gain.rb b/lib/dtas/source/mp3gain.rb index 3a7569d..7688822 100644 --- a/lib/dtas/source/mp3gain.rb +++ b/lib/dtas/source/mp3gain.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../process' diff --git a/lib/dtas/source/sox.rb b/lib/dtas/source/sox.rb index dc23c27..d63f0df 100644 --- a/lib/dtas/source/sox.rb +++ b/lib/dtas/source/sox.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # encoding: binary diff --git a/lib/dtas/source/splitfx.rb b/lib/dtas/source/splitfx.rb index f746bee..11e4190 100644 --- a/lib/dtas/source/splitfx.rb +++ b/lib/dtas/source/splitfx.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 all contributors +# Copyright (C) 2014-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'yaml' -- cgit v1.2.3-24-ge0c7