summaryrefslogtreecommitdiff
path: root/main/lzo/util
diff options
context:
space:
mode:
Diffstat (limited to 'main/lzo/util')
-rw-r--r--main/lzo/util/check.sh2
-rw-r--r--main/lzo/util/checkasm.sh2
-rw-r--r--main/lzo/util/notime.pl2
-rw-r--r--main/lzo/util/overlap.sh2
-rw-r--r--main/lzo/util/shortf.pl2
-rw-r--r--main/lzo/util/table.pl2
-rw-r--r--main/lzo/util/uncompr.pl2
7 files changed, 7 insertions, 7 deletions
diff --git a/main/lzo/util/check.sh b/main/lzo/util/check.sh
index 9c7790ad..806c8406 100644
--- a/main/lzo/util/check.sh
+++ b/main/lzo/util/check.sh
@@ -8,7 +8,7 @@ set -e
# on a complete directory tree.
# It is not suitable for accurate timings.
#
-# Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
#
if test "X$LZOTEST" = X; then
diff --git a/main/lzo/util/checkasm.sh b/main/lzo/util/checkasm.sh
index aef5ec00..668a8753 100644
--- a/main/lzo/util/checkasm.sh
+++ b/main/lzo/util/checkasm.sh
@@ -8,7 +8,7 @@ set -e
# on a complete directory tree.
# It is not suitable for accurate timings.
#
-# Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
#
if test "X$LZOTEST" = X; then
diff --git a/main/lzo/util/notime.pl b/main/lzo/util/notime.pl
index a4e92b0a..b5be12d6 100644
--- a/main/lzo/util/notime.pl
+++ b/main/lzo/util/notime.pl
@@ -9,7 +9,7 @@
## Description:
## Remove timing values from a table created by table.pl
##
-## Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/main/lzo/util/overlap.sh b/main/lzo/util/overlap.sh
index 2e1ffa4d..439844e7 100644
--- a/main/lzo/util/overlap.sh
+++ b/main/lzo/util/overlap.sh
@@ -7,7 +7,7 @@ set -e
# This script runs the overlap example program
# on a complete directory tree.
#
-# Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
#
OVERLAP="./examples/overlap"
diff --git a/main/lzo/util/shortf.pl b/main/lzo/util/shortf.pl
index 44a2e839..500eb450 100644
--- a/main/lzo/util/shortf.pl
+++ b/main/lzo/util/shortf.pl
@@ -9,7 +9,7 @@
## Description:
## Create short files for compression test
##
-## Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/main/lzo/util/table.pl b/main/lzo/util/table.pl
index abc193ea..3fc977ff 100644
--- a/main/lzo/util/table.pl
+++ b/main/lzo/util/table.pl
@@ -9,7 +9,7 @@
## Description:
## Convert the output of the LZO lzotest program into a nice table.
##
-## Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/main/lzo/util/uncompr.pl b/main/lzo/util/uncompr.pl
index d6fafb02..a487ca68 100644
--- a/main/lzo/util/uncompr.pl
+++ b/main/lzo/util/uncompr.pl
@@ -9,7 +9,7 @@
## Description:
## Create incompressible files for compression test
##
-## Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##