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 --- .gitignore | 2 +- Documentation/.gitignore | 2 +- Documentation/GNUmakefile | 2 +- Documentation/dtas-archive.pod | 2 +- Documentation/dtas-console.pod | 2 +- Documentation/dtas-ctl.pod | 2 +- Documentation/dtas-cueedit.pod | 2 +- Documentation/dtas-enq.pod | 2 +- Documentation/dtas-env.pod | 2 +- Documentation/dtas-msinkctl.pod | 2 +- Documentation/dtas-player.pod | 2 +- Documentation/dtas-player_effects.pod | 2 +- Documentation/dtas-player_protocol.pod | 2 +- Documentation/dtas-player_sink_examples.pod | 2 +- Documentation/dtas-sinkedit.pod | 2 +- Documentation/dtas-sourceedit.pod | 2 +- Documentation/dtas-splitfx.pod | 2 +- Documentation/dtas-tl.pod | 2 +- Documentation/dtas-xdelay.pod | 2 +- Documentation/update-footer.rb | 2 +- GIT-VERSION-GEN | 2 +- GNUmakefile | 2 +- HACKING | 2 +- INSTALL | 2 +- README | 2 +- Rakefile | 2 +- TODO | 2 +- 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 +- dtas-linux.gemspec | 2 +- dtas-mpris.gemspec | 2 +- dtas.gemspec | 2 +- lib/dtas.rb | 2 +- lib/dtas/buffer.rb | 2 +- lib/dtas/buffer/fiddle_splice.rb | 2 +- lib/dtas/buffer/read_write.rb | 2 +- lib/dtas/buffer/splice.rb | 2 +- lib/dtas/command.rb | 2 +- lib/dtas/compat_onenine.rb | 2 +- lib/dtas/cue_index.rb | 2 +- lib/dtas/disclaimer.rb | 2 +- lib/dtas/edit_client.rb | 2 +- lib/dtas/encoding.rb | 2 +- lib/dtas/fadefx.rb | 2 +- lib/dtas/format.rb | 2 +- lib/dtas/mcache.rb | 2 +- lib/dtas/mlib.rb | 2 +- lib/dtas/mlib/migrations/0001_initial.rb | 2 +- lib/dtas/nonblock.rb | 2 +- lib/dtas/parse_freq.rb | 2 +- lib/dtas/parse_time.rb | 2 +- lib/dtas/partstats.rb | 2 +- lib/dtas/pipe.rb | 2 +- lib/dtas/pipeline.rb | 2 +- lib/dtas/player.rb | 2 +- lib/dtas/player/client_handler.rb | 2 +- lib/dtas/process.rb | 2 +- lib/dtas/replaygain.rb | 2 +- lib/dtas/rg_state.rb | 2 +- lib/dtas/serialize.rb | 2 +- lib/dtas/sigevent.rb | 2 +- lib/dtas/sigevent/efd.rb | 2 +- lib/dtas/sigevent/fiddle_efd.rb | 2 +- lib/dtas/sigevent/pipe.rb | 2 +- lib/dtas/sink.rb | 2 +- lib/dtas/source.rb | 2 +- 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 +- lib/dtas/spawn_fix.rb | 2 +- lib/dtas/splitfx.rb | 2 +- lib/dtas/state_file.rb | 2 +- lib/dtas/tfx.rb | 2 +- lib/dtas/track.rb | 2 +- lib/dtas/tracklist.rb | 2 +- lib/dtas/unix_accepted.rb | 2 +- lib/dtas/unix_client.rb | 2 +- lib/dtas/unix_server.rb | 2 +- lib/dtas/util.rb | 2 +- lib/dtas/watchable.rb | 2 +- lib/dtas/watchable/fiddle_ino.rb | 2 +- lib/dtas/watchable/inotify.rb | 2 +- lib/dtas/writable_iter.rb | 2 +- lib/dtas/xs.rb | 2 +- perl/dtas-graph | 2 +- test/covshow.rb | 2 +- test/helper.rb | 2 +- test/player_integration.rb | 2 +- test/test_buffer.rb | 2 +- test/test_encoding.rb | 2 +- test/test_env.rb | 2 +- test/test_fadefx.rb | 2 +- test/test_format.rb | 2 +- test/test_format_change.rb | 2 +- test/test_mcache.rb | 2 +- test/test_mlib.rb | 2 +- test/test_parse_freq.rb | 2 +- test/test_pipeline.rb | 2 +- test/test_player.rb | 2 +- test/test_player_client_handler.rb | 2 +- test/test_player_integration.rb | 2 +- test/test_process.rb | 2 +- test/test_rg_integration.rb | 2 +- test/test_rg_state.rb | 2 +- test/test_sigevent.rb | 2 +- test/test_sink.rb | 2 +- test/test_sink_pipe_size.rb | 2 +- test/test_sink_tee_integration.rb | 2 +- test/test_source_av.rb | 2 +- test/test_source_sox.rb | 2 +- test/test_splitfx.rb | 2 +- test/test_tfx.rb | 2 +- test/test_tracklist.rb | 2 +- test/test_unixserver.rb | 2 +- test/test_util.rb | 2 +- 134 files changed, 134 insertions(+), 134 deletions(-) diff --git a/.gitignore b/.gitignore index 0d3f766..4e1a2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ /GIT-VERSION-FILE /Manifest.txt diff --git a/Documentation/.gitignore b/Documentation/.gitignore index 29953eb..b212ef7 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ *.1 *.5 diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index d3834f9..9bad54f 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ all:: diff --git a/Documentation/dtas-archive.pod b/Documentation/dtas-archive.pod index 5656cb7..157ea70 100644 --- a/Documentation/dtas-archive.pod +++ b/Documentation/dtas-archive.pod @@ -56,7 +56,7 @@ Number of times to repeat the L check. Default: 1 =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-console.pod b/Documentation/dtas-console.pod index f40ce54..3bf11af 100644 --- a/Documentation/dtas-console.pod +++ b/Documentation/dtas-console.pod @@ -84,7 +84,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-ctl.pod b/Documentation/dtas-ctl.pod index 7b0751c..25a8b3f 100644 --- a/Documentation/dtas-ctl.pod +++ b/Documentation/dtas-ctl.pod @@ -68,7 +68,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-cueedit.pod b/Documentation/dtas-cueedit.pod index 598eecc..9ee4797 100644 --- a/Documentation/dtas-cueedit.pod +++ b/Documentation/dtas-cueedit.pod @@ -29,7 +29,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-enq.pod b/Documentation/dtas-enq.pod index 9ac43e5..dceea88 100644 --- a/Documentation/dtas-enq.pod +++ b/Documentation/dtas-enq.pod @@ -34,7 +34,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-env.pod b/Documentation/dtas-env.pod index 5275cbd..a460700 100644 --- a/Documentation/dtas-env.pod +++ b/Documentation/dtas-env.pod @@ -70,6 +70,6 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-msinkctl.pod b/Documentation/dtas-msinkctl.pod index aad1948..bee2af0 100644 --- a/Documentation/dtas-msinkctl.pod +++ b/Documentation/dtas-msinkctl.pod @@ -51,7 +51,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-player.pod b/Documentation/dtas-player.pod index 6f34bcb..932441a 100644 --- a/Documentation/dtas-player.pod +++ b/Documentation/dtas-player.pod @@ -115,7 +115,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-player_effects.pod b/Documentation/dtas-player_effects.pod index 4d1db51..6c20934 100644 --- a/Documentation/dtas-player_effects.pod +++ b/Documentation/dtas-player_effects.pod @@ -98,6 +98,6 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-player_protocol.pod b/Documentation/dtas-player_protocol.pod index 38486c8..e98197d 100644 --- a/Documentation/dtas-player_protocol.pod +++ b/Documentation/dtas-player_protocol.pod @@ -470,6 +470,6 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-player_sink_examples.pod b/Documentation/dtas-player_sink_examples.pod index 39e394a..a4cc623 100644 --- a/Documentation/dtas-player_sink_examples.pod +++ b/Documentation/dtas-player_sink_examples.pod @@ -77,7 +77,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-sinkedit.pod b/Documentation/dtas-sinkedit.pod index f572684..f30d29a 100644 --- a/Documentation/dtas-sinkedit.pod +++ b/Documentation/dtas-sinkedit.pod @@ -70,7 +70,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-sourceedit.pod b/Documentation/dtas-sourceedit.pod index d8313b4..67ecabf 100644 --- a/Documentation/dtas-sourceedit.pod +++ b/Documentation/dtas-sourceedit.pod @@ -77,7 +77,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-splitfx.pod b/Documentation/dtas-splitfx.pod index b5dadfd..54a633e 100644 --- a/Documentation/dtas-splitfx.pod +++ b/Documentation/dtas-splitfx.pod @@ -262,7 +262,7 @@ imbalance in a live concert recording from the audience: =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-tl.pod b/Documentation/dtas-tl.pod index 1511918..ac1b47d 100644 --- a/Documentation/dtas-tl.pod +++ b/Documentation/dtas-tl.pod @@ -120,7 +120,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/dtas-xdelay.pod b/Documentation/dtas-xdelay.pod index b837e81..358a31d 100644 --- a/Documentation/dtas-xdelay.pod +++ b/Documentation/dtas-xdelay.pod @@ -86,7 +86,7 @@ No subscription is necessary to post to the mailing list. =head1 COPYRIGHT -Copyright 2013-2016 all contributors L +Copyright 2013-2020 all contributors L License: GPL-3.0+ L diff --git a/Documentation/update-footer.rb b/Documentation/update-footer.rb index 0bab963..e26e3e3 100755 --- a/Documentation/update-footer.rb +++ b/Documentation/update-footer.rb @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright 2015-2016 all contributors +# Copyright 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true contact = %q{ diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index ebffddf..e83f9c6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2019 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true CONSTANT = "DTAS::VERSION" diff --git a/GNUmakefile b/GNUmakefile index 8a50278..e5914b2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ all:: pkg = dtas diff --git a/HACKING b/HACKING index d8f21f6..5e838d0 100644 --- a/HACKING +++ b/HACKING @@ -23,5 +23,5 @@ No subscription is necessary to post to the mailing list. # COPYRIGHT -Copyright 2013-2016 all contributors .\ +Copyright 2013-2020 all contributors .\ License: GPL-3.0+ diff --git a/INSTALL b/INSTALL index 2f7830f..85dd02b 100644 --- a/INSTALL +++ b/INSTALL @@ -49,5 +49,5 @@ No subscription is necessary to post to the mailing list. # COPYRIGHT -Copyright 2013-2019 all contributors +Copyright 2013-2020 all contributors License: GPL-3.0+ diff --git a/README b/README index 0694e9e..378d8e2 100644 --- a/README +++ b/README @@ -87,7 +87,7 @@ Atom: ## Copyright -Copyright 2013-2019 all contributors +Copyright 2013-2020 all contributors License: GPL-3.0+ dtas is copyrighted Free Software by all contributors, see logs diff --git a/Rakefile b/Rakefile index af3a811..08a916f 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 all contributors . +# Copyright (C) 2013-2020 all contributors . # License: GPL-3.0+ # frozen_string_literal: true require 'tempfile' diff --git a/TODO b/TODO index ad3a3d6..d1f6a1c 100644 --- a/TODO +++ b/TODO @@ -7,5 +7,5 @@ # COPYRIGHT -Copyright 2013-2019 all contributors +Copyright 2013-2020 all contributors License: GPL-3.0+ diff --git a/bin/dtas-archive b/bin/dtas-archive index f47f05a..dd3b537 100755 --- a/bin/dtas-archive +++ b/bin/dtas-archive @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true usage = "#$0 SOURCE DESTINATION" diff --git a/bin/dtas-console b/bin/dtas-console index 2143e65..d7e1a23 100755 --- a/bin/dtas-console +++ b/bin/dtas-console @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2019 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # diff --git a/bin/dtas-ctl b/bin/dtas-ctl index 171576f..2d55e16 100755 --- a/bin/dtas-ctl +++ b/bin/dtas-ctl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'dtas/unix_client' diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit index 127b1a0..e176271 100755 --- a/bin/dtas-cueedit +++ b/bin/dtas-cueedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'tempfile' diff --git a/bin/dtas-enq b/bin/dtas-enq index f054687..f49d3f7 100755 --- a/bin/dtas-enq +++ b/bin/dtas-enq @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'dtas/unix_client' diff --git a/bin/dtas-mlib b/bin/dtas-mlib index 45c3d01..7a07794 100755 --- a/bin/dtas-mlib +++ b/bin/dtas-mlib @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true usage = "#$0 [-d DATABASE-URI] ACTION [ARGS]" diff --git a/bin/dtas-msinkctl b/bin/dtas-msinkctl index 9abf2dc..189738f 100755 --- a/bin/dtas-msinkctl +++ b/bin/dtas-msinkctl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'yaml' diff --git a/bin/dtas-partstats b/bin/dtas-partstats index 388f7ba..884a6d1 100755 --- a/bin/dtas-partstats +++ b/bin/dtas-partstats @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # TODO diff --git a/bin/dtas-player b/bin/dtas-player index ccb3969..21bc45f 100755 --- a/bin/dtas-player +++ b/bin/dtas-player @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true Thread.abort_on_exception = $stderr.sync = $stdout.sync = true diff --git a/bin/dtas-readahead b/bin/dtas-readahead index 99ba65c..3eedd86 100755 --- a/bin/dtas-readahead +++ b/bin/dtas-readahead @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2015-2019 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit index 61bb959..3393aac 100755 --- a/bin/dtas-sinkedit +++ b/bin/dtas-sinkedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'optparse' diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit index 713c466..23362c2 100755 --- a/bin/dtas-sourceedit +++ b/bin/dtas-sourceedit @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'optparse' diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx index 839d273..d041679 100755 --- a/bin/dtas-splitfx +++ b/bin/dtas-splitfx @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'yaml' diff --git a/bin/dtas-tl b/bin/dtas-tl index 1ce18de..988e726 100755 --- a/bin/dtas-tl +++ b/bin/dtas-tl @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # encoding: binary diff --git a/bin/dtas-xdelay b/bin/dtas-xdelay index 138f521..060752c 100755 --- a/bin/dtas-xdelay +++ b/bin/dtas-xdelay @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true USAGE = "Usage: #$0 [-x FREQ] [-l] /dev/fd/LO /dev/fd/HI DELAY [DELAY ...]" diff --git a/dtas-linux.gemspec b/dtas-linux.gemspec index cc9a8c8..a51b4d2 100644 --- a/dtas-linux.gemspec +++ b/dtas-linux.gemspec @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2019 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # # this just declares dependencies to make gem installation a little easier diff --git a/dtas-mpris.gemspec b/dtas-mpris.gemspec index d603c44..c94271e 100644 --- a/dtas-mpris.gemspec +++ b/dtas-mpris.gemspec @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-2.0+ or later # This is GPL-2.0+ instead of GPL-3.0+ because ruby-dbus is LGPL-2.1 (only) Gem::Specification.new do |s| diff --git a/dtas.gemspec b/dtas.gemspec index 3b7b1c5..09eb703 100644 --- a/dtas.gemspec +++ b/dtas.gemspec @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ Gem::Specification.new do |s| manifest = File.read('.gem-manifest').split(/\n/) diff --git a/lib/dtas.rb b/lib/dtas.rb index ae2f815..1eac704 100644 --- a/lib/dtas.rb +++ b/lib/dtas.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 diff --git a/lib/dtas/buffer.rb b/lib/dtas/buffer.rb index e0919d4..54487c5 100644 --- a/lib/dtas/buffer.rb +++ b/lib/dtas/buffer.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 require 'io/wait' diff --git a/lib/dtas/buffer/fiddle_splice.rb b/lib/dtas/buffer/fiddle_splice.rb index 543b3e0..ad007eb 100644 --- a/lib/dtas/buffer/fiddle_splice.rb +++ b/lib/dtas/buffer/fiddle_splice.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 require 'io/nonblock' diff --git a/lib/dtas/buffer/read_write.rb b/lib/dtas/buffer/read_write.rb index e2001b6..fdf820c 100644 --- a/lib/dtas/buffer/read_write.rb +++ b/lib/dtas/buffer/read_write.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 require 'io/nonblock' diff --git a/lib/dtas/buffer/splice.rb b/lib/dtas/buffer/splice.rb index b234a57..e5d17ab 100644 --- a/lib/dtas/buffer/splice.rb +++ b/lib/dtas/buffer/splice.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 require 'io/nonblock' diff --git a/lib/dtas/command.rb b/lib/dtas/command.rb index 5ac1eb7..116f880 100644 --- a/lib/dtas/command.rb +++ b/lib/dtas/command.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 'serialize' diff --git a/lib/dtas/compat_onenine.rb b/lib/dtas/compat_onenine.rb index 39cc1ec..b65ea50 100644 --- a/lib/dtas/compat_onenine.rb +++ b/lib/dtas/compat_onenine.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # Make Ruby 1.9.3 look like Ruby 2.0.0 to us diff --git a/lib/dtas/cue_index.rb b/lib/dtas/cue_index.rb index 74d4098..9ba9334 100644 --- a/lib/dtas/cue_index.rb +++ b/lib/dtas/cue_index.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/disclaimer.rb b/lib/dtas/disclaimer.rb index b5e0a57..91cfb7d 100644 --- a/lib/dtas/disclaimer.rb +++ b/lib/dtas/disclaimer.rb @@ -1,5 +1,5 @@ # :enddoc: -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true DTAS_PROGNAME = File.basename($0) diff --git a/lib/dtas/edit_client.rb b/lib/dtas/edit_client.rb index 82cc857..a885060 100644 --- a/lib/dtas/edit_client.rb +++ b/lib/dtas/edit_client.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 'tempfile' diff --git a/lib/dtas/encoding.rb b/lib/dtas/encoding.rb index 613e376..dad54af 100644 --- a/lib/dtas/encoding.rb +++ b/lib/dtas/encoding.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 all contributors +# Copyright (C) 2018-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true diff --git a/lib/dtas/fadefx.rb b/lib/dtas/fadefx.rb index 1a00653..7bccff8 100644 --- a/lib/dtas/fadefx.rb +++ b/lib/dtas/fadefx.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/format.rb b/lib/dtas/format.rb index f4ea102..2c26517 100644 --- a/lib/dtas/format.rb +++ b/lib/dtas/format.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/mcache.rb b/lib/dtas/mcache.rb index b638a23..817bfb8 100644 --- a/lib/dtas/mcache.rb +++ b/lib/dtas/mcache.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # encoding: binary diff --git a/lib/dtas/mlib.rb b/lib/dtas/mlib.rb index e0f19ab..026e931 100644 --- a/lib/dtas/mlib.rb +++ b/lib/dtas/mlib.rb @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (C) 2015-2019 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true # diff --git a/lib/dtas/mlib/migrations/0001_initial.rb b/lib/dtas/mlib/migrations/0001_initial.rb index 688b6a5..d3da6a3 100644 --- a/lib/dtas/mlib/migrations/0001_initial.rb +++ b/lib/dtas/mlib/migrations/0001_initial.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ Sequel.migration do diff --git a/lib/dtas/nonblock.rb b/lib/dtas/nonblock.rb index 504c8d2..2cf086c 100644 --- a/lib/dtas/nonblock.rb +++ b/lib/dtas/nonblock.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ class DTAS::Nonblock < IO # :nodoc: diff --git a/lib/dtas/parse_freq.rb b/lib/dtas/parse_freq.rb index afc9048..201c284 100644 --- a/lib/dtas/parse_freq.rb +++ b/lib/dtas/parse_freq.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../dtas' diff --git a/lib/dtas/parse_time.rb b/lib/dtas/parse_time.rb index f156c5c..73f5b5c 100644 --- a/lib/dtas/parse_time.rb +++ b/lib/dtas/parse_time.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -# 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/partstats.rb b/lib/dtas/partstats.rb index 1037c87..75f9236 100644 --- a/lib/dtas/partstats.rb +++ b/lib/dtas/partstats.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# 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/pipe.rb b/lib/dtas/pipe.rb index 4c3203d..34d50bd 100644 --- a/lib/dtas/pipe.rb +++ b/lib/dtas/pipe.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 require_relative '../dtas' diff --git a/lib/dtas/pipeline.rb b/lib/dtas/pipeline.rb index b900fee..eb2af89 100644 --- a/lib/dtas/pipeline.rb +++ b/lib/dtas/pipeline.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 all contributors +# Copyright (C) 2017-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../dtas' diff --git a/lib/dtas/player.rb b/lib/dtas/player.rb index 61d29d2..b39a2e7 100644 --- a/lib/dtas/player.rb +++ b/lib/dtas/player.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 'yaml' diff --git a/lib/dtas/player/client_handler.rb b/lib/dtas/player/client_handler.rb index 1e4ac96..6535f04 100644 --- a/lib/dtas/player/client_handler.rb +++ b/lib/dtas/player/client_handler.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 '../xs' diff --git a/lib/dtas/process.rb b/lib/dtas/process.rb index 4caf96b..f93a8c4 100644 --- a/lib/dtas/process.rb +++ b/lib/dtas/process.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 'io/wait' diff --git a/lib/dtas/replaygain.rb b/lib/dtas/replaygain.rb index 116625e..5fa6dcf 100644 --- a/lib/dtas/replaygain.rb +++ b/lib/dtas/replaygain.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 diff --git a/lib/dtas/rg_state.rb b/lib/dtas/rg_state.rb index 6b2c718..d463bd8 100644 --- a/lib/dtas/rg_state.rb +++ b/lib/dtas/rg_state.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 # diff --git a/lib/dtas/serialize.rb b/lib/dtas/serialize.rb index fbed5af..d8331e6 100644 --- a/lib/dtas/serialize.rb +++ b/lib/dtas/serialize.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 diff --git a/lib/dtas/sigevent.rb b/lib/dtas/sigevent.rb index 74d22df..16edacb 100644 --- a/lib/dtas/sigevent.rb +++ b/lib/dtas/sigevent.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 begin diff --git a/lib/dtas/sigevent/efd.rb b/lib/dtas/sigevent/efd.rb index 22772ee..d13c32a 100644 --- a/lib/dtas/sigevent/efd.rb +++ b/lib/dtas/sigevent/efd.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # used in various places for safe wakeups from IO.select via signals diff --git a/lib/dtas/sigevent/fiddle_efd.rb b/lib/dtas/sigevent/fiddle_efd.rb index e29f6ca..40cec77 100644 --- a/lib/dtas/sigevent/fiddle_efd.rb +++ b/lib/dtas/sigevent/fiddle_efd.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 diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb index 0ea9d31..e6fbbf2 100644 --- a/lib/dtas/sigevent/pipe.rb +++ b/lib/dtas/sigevent/pipe.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 diff --git a/lib/dtas/sink.rb b/lib/dtas/sink.rb index c481032..735cdef 100644 --- a/lib/dtas/sink.rb +++ b/lib/dtas/sink.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 'yaml' diff --git a/lib/dtas/source.rb b/lib/dtas/source.rb index 1944894..e3ca17e 100644 --- a/lib/dtas/source.rb +++ b/lib/dtas/source.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.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' diff --git a/lib/dtas/spawn_fix.rb b/lib/dtas/spawn_fix.rb index a510a9e..b586130 100644 --- a/lib/dtas/spawn_fix.rb +++ b/lib/dtas/spawn_fix.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # workaround for older Rubies: https://bugs.ruby-lang.org/issues/8770 module DTAS::SpawnFix # :nodoc: diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb index c0c7ac9..8ad919e 100644 --- a/lib/dtas/splitfx.rb +++ b/lib/dtas/splitfx.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/state_file.rb b/lib/dtas/state_file.rb index b577850..eac3e2f 100644 --- a/lib/dtas/state_file.rb +++ b/lib/dtas/state_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 'yaml' diff --git a/lib/dtas/tfx.rb b/lib/dtas/tfx.rb index 2ccdcf1..80051e8 100644 --- a/lib/dtas/tfx.rb +++ b/lib/dtas/tfx.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/track.rb b/lib/dtas/track.rb index 35a00c1..85b667a 100644 --- a/lib/dtas/track.rb +++ b/lib/dtas/track.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative '../dtas' diff --git a/lib/dtas/tracklist.rb b/lib/dtas/tracklist.rb index e6a8fb6..a7f4c15 100644 --- a/lib/dtas/tracklist.rb +++ b/lib/dtas/tracklist.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/unix_accepted.rb b/lib/dtas/unix_accepted.rb index 4a01972..ec7f3ef 100644 --- a/lib/dtas/unix_accepted.rb +++ b/lib/dtas/unix_accepted.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 'socket' diff --git a/lib/dtas/unix_client.rb b/lib/dtas/unix_client.rb index aae8c9d..8aa953c 100644 --- a/lib/dtas/unix_client.rb +++ b/lib/dtas/unix_client.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/unix_server.rb b/lib/dtas/unix_server.rb index ccfa662..cad3fc4 100644 --- a/lib/dtas/unix_server.rb +++ b/lib/dtas/unix_server.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 'socket' diff --git a/lib/dtas/util.rb b/lib/dtas/util.rb index acfcafe..a74c14e 100644 --- a/lib/dtas/util.rb +++ b/lib/dtas/util.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/watchable.rb b/lib/dtas/watchable.rb index 2502b7c..6168bf3 100644 --- a/lib/dtas/watchable.rb +++ b/lib/dtas/watchable.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 require_relative '../dtas' diff --git a/lib/dtas/watchable/fiddle_ino.rb b/lib/dtas/watchable/fiddle_ino.rb index 3b9d668..e85fea1 100644 --- a/lib/dtas/watchable/fiddle_ino.rb +++ b/lib/dtas/watchable/fiddle_ino.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 require 'fiddle' diff --git a/lib/dtas/watchable/inotify.rb b/lib/dtas/watchable/inotify.rb index eface0e..36b5746 100644 --- a/lib/dtas/watchable/inotify.rb +++ b/lib/dtas/watchable/inotify.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 require 'sleepy_penguin' diff --git a/lib/dtas/writable_iter.rb b/lib/dtas/writable_iter.rb index 24d1cee..caf6850 100644 --- a/lib/dtas/writable_iter.rb +++ b/lib/dtas/writable_iter.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/xs.rb b/lib/dtas/xs.rb index 6836172..d4586a3 100644 --- a/lib/dtas/xs.rb +++ b/lib/dtas/xs.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/perl/dtas-graph b/perl/dtas-graph index 5bf7295..776485d 100755 --- a/perl/dtas-graph +++ b/perl/dtas-graph @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2013-2016, 2019 all contributors +# Copyright (C) 2013-2020 all contributors # License: GPL-3.0+ # # Process visualizer which shows pipe connections between processes with diff --git a/test/covshow.rb b/test/covshow.rb index df89037..95f8bfa 100644 --- a/test/covshow.rb +++ b/test/covshow.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 # diff --git a/test/helper.rb b/test/helper.rb index 4031394..0a351e5 100644 --- a/test/helper.rb +++ b/test/helper.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 $stdout.sync = $stderr.sync = Thread.abort_on_exception = true diff --git a/test/player_integration.rb b/test/player_integration.rb index 2e81280..4ad0e0c 100644 --- a/test/player_integration.rb +++ b/test/player_integration.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 './test/helper' diff --git a/test/test_buffer.rb b/test/test_buffer.rb index 1773ca3..54ee584 100644 --- a/test/test_buffer.rb +++ b/test/test_buffer.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 require './test/helper' diff --git a/test/test_encoding.rb b/test/test_encoding.rb index b60ba36..9ef6a25 100644 --- a/test/test_encoding.rb +++ b/test/test_encoding.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 all contributors +# Copyright (C) 2018-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_env.rb b/test/test_env.rb index 4426be3..8520842 100644 --- a/test/test_env.rb +++ b/test/test_env.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 'helper' diff --git a/test/test_fadefx.rb b/test/test_fadefx.rb index fb36c21..481a5a5 100644 --- a/test/test_fadefx.rb +++ b/test/test_fadefx.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 'helper' diff --git a/test/test_format.rb b/test/test_format.rb index a2118df..81b67bf 100644 --- a/test/test_format.rb +++ b/test/test_format.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 './test/helper' diff --git a/test/test_format_change.rb b/test/test_format_change.rb index 73b4403..95bb860 100644 --- a/test/test_format_change.rb +++ b/test/test_format_change.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 './test/player_integration' diff --git a/test/test_mcache.rb b/test/test_mcache.rb index 6957021..2bf0e98 100644 --- a/test/test_mcache.rb +++ b/test/test_mcache.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2016 all contributors +# Copyright (C) 2016-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_mlib.rb b/test/test_mlib.rb index b16ea15..75c07f2 100644 --- a/test/test_mlib.rb +++ b/test/test_mlib.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 require_relative 'helper' diff --git a/test/test_parse_freq.rb b/test/test_parse_freq.rb index 7fd5907..b84c131 100644 --- a/test/test_parse_freq.rb +++ b/test/test_parse_freq.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 all contributors +# Copyright (C) 2015-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_pipeline.rb b/test/test_pipeline.rb index f235410..19cf2b0 100644 --- a/test/test_pipeline.rb +++ b/test/test_pipeline.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 all contributors +# Copyright (C) 2017-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_player.rb b/test/test_player.rb index 0c79b3b..d27bd89 100644 --- a/test/test_player.rb +++ b/test/test_player.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 './test/helper' diff --git a/test/test_player_client_handler.rb b/test/test_player_client_handler.rb index d76eaeb..7ea8cc0 100644 --- a/test/test_player_client_handler.rb +++ b/test/test_player_client_handler.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 './test/helper' diff --git a/test/test_player_integration.rb b/test/test_player_integration.rb index 175ed00..d2e11cf 100644 --- a/test/test_player_integration.rb +++ b/test/test_player_integration.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 './test/player_integration' diff --git a/test/test_process.rb b/test/test_process.rb index 368d877..94abf20 100644 --- a/test/test_process.rb +++ b/test/test_process.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 './test/helper' diff --git a/test/test_rg_integration.rb b/test/test_rg_integration.rb index 29dd29b..efa0721 100644 --- a/test/test_rg_integration.rb +++ b/test/test_rg_integration.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 './test/player_integration' diff --git a/test/test_rg_state.rb b/test/test_rg_state.rb index 59061a2..729e7f7 100644 --- a/test/test_rg_state.rb +++ b/test/test_rg_state.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 './test/helper' diff --git a/test/test_sigevent.rb b/test/test_sigevent.rb index 6cfe528..f7e7385 100644 --- a/test/test_sigevent.rb +++ b/test/test_sigevent.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative 'helper' diff --git a/test/test_sink.rb b/test/test_sink.rb index 761ccb1..873fb3a 100644 --- a/test/test_sink.rb +++ b/test/test_sink.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 './test/helper' diff --git a/test/test_sink_pipe_size.rb b/test/test_sink_pipe_size.rb index bbe2884..86a7f2c 100644 --- a/test/test_sink_pipe_size.rb +++ b/test/test_sink_pipe_size.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 require './test/player_integration' diff --git a/test/test_sink_tee_integration.rb b/test/test_sink_tee_integration.rb index e130f42..3a44e7b 100644 --- a/test/test_sink_tee_integration.rb +++ b/test/test_sink_tee_integration.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 './test/player_integration' diff --git a/test/test_source_av.rb b/test/test_source_av.rb index dddd4a6..3ee115e 100644 --- a/test/test_source_av.rb +++ b/test/test_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 './test/helper' diff --git a/test/test_source_sox.rb b/test/test_source_sox.rb index 8c994f1..6e091ee 100644 --- a/test/test_source_sox.rb +++ b/test/test_source_sox.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 './test/helper' diff --git a/test/test_splitfx.rb b/test/test_splitfx.rb index d952031..b6ae01f 100644 --- a/test/test_splitfx.rb +++ b/test/test_splitfx.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 'yaml' diff --git a/test/test_tfx.rb b/test/test_tfx.rb index 5d77b9d..fa77ca5 100644 --- a/test/test_tfx.rb +++ b/test/test_tfx.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 './test/helper' diff --git a/test/test_tracklist.rb b/test/test_tracklist.rb index e98fa8c..b280390 100644 --- a/test/test_tracklist.rb +++ b/test/test_tracklist.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 'helper' diff --git a/test/test_unixserver.rb b/test/test_unixserver.rb index 64f71be..b061af0 100644 --- a/test/test_unixserver.rb +++ b/test/test_unixserver.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 './test/helper' diff --git a/test/test_util.rb b/test/test_util.rb index f618511..66194cf 100644 --- a/test/test_util.rb +++ b/test/test_util.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 './test/helper' -- cgit v1.2.3-24-ge0c7