about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_buffer.rb2
-rw-r--r--test/test_encoding.rb2
-rw-r--r--test/test_mlib.rb2
-rw-r--r--test/test_pipeline.rb2
-rw-r--r--test/test_sink_pipe_size.rb2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/test_buffer.rb b/test/test_buffer.rb
index b21a69f..8f5d8b5 100644
--- a/test/test_buffer.rb
+++ b/test/test_buffer.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_encoding.rb b/test/test_encoding.rb
index d9af968..b60ba36 100644
--- a/test/test_encoding.rb
+++ b/test/test_encoding.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2018 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2018-2019 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_mlib.rb b/test/test_mlib.rb
index 0241314..b16ea15 100644
--- a/test/test_mlib.rb
+++ b/test/test_mlib.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2019 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 'helper'
diff --git a/test/test_pipeline.rb b/test/test_pipeline.rb
index 3cc32cc..f235410 100644
--- a/test/test_pipeline.rb
+++ b/test/test_pipeline.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2017 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2017-2019 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require './test/helper'
diff --git a/test/test_sink_pipe_size.rb b/test/test_sink_pipe_size.rb
index 1ca3108..1b6db72 100644
--- a/test/test_sink_pipe_size.rb
+++ b/test/test_sink_pipe_size.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 begin