summaryrefslogtreecommitdiff
path: root/app/lzo/util
diff options
context:
space:
mode:
Diffstat (limited to 'app/lzo/util')
-rw-r--r--app/lzo/util/check.sh2
-rw-r--r--app/lzo/util/checkasm.sh2
-rw-r--r--app/lzo/util/notime.pl2
-rw-r--r--app/lzo/util/overlap.sh2
-rw-r--r--app/lzo/util/shortf.pl2
-rw-r--r--app/lzo/util/table.pl2
-rw-r--r--app/lzo/util/uncompr.pl2
7 files changed, 7 insertions, 7 deletions
diff --git a/app/lzo/util/check.sh b/app/lzo/util/check.sh
index 6fbd141f..f412803f 100644
--- a/app/lzo/util/check.sh
+++ b/app/lzo/util/check.sh
@@ -7,7 +7,7 @@ set -e
# This script runs lzotest with all algorithms on a complete directory tree.
# It is not suitable for accurate timings.
#
-# Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
#
LZOTEST="lzotest"
diff --git a/app/lzo/util/checkasm.sh b/app/lzo/util/checkasm.sh
index 63ed2b87..4fee682e 100644
--- a/app/lzo/util/checkasm.sh
+++ b/app/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-2011 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
#
LZOTEST="lzotest"
diff --git a/app/lzo/util/notime.pl b/app/lzo/util/notime.pl
index 9d8a6d14..5fa7d4d1 100644
--- a/app/lzo/util/notime.pl
+++ b/app/lzo/util/notime.pl
@@ -10,7 +10,7 @@
## Description:
## Remove timing values from a table created by table.pl
##
-## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/app/lzo/util/overlap.sh b/app/lzo/util/overlap.sh
index 727c86f1..8f3b16b1 100644
--- a/app/lzo/util/overlap.sh
+++ b/app/lzo/util/overlap.sh
@@ -6,7 +6,7 @@ set -e
#
# This script runs the overlap example program on a complete directory tree.
#
-# Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
#
OVERLAP="overlap"
diff --git a/app/lzo/util/shortf.pl b/app/lzo/util/shortf.pl
index 380d3ebe..3e447cdd 100644
--- a/app/lzo/util/shortf.pl
+++ b/app/lzo/util/shortf.pl
@@ -10,7 +10,7 @@
## Description:
## Create short files for compression test
##
-## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/app/lzo/util/table.pl b/app/lzo/util/table.pl
index 8ccbad6f..8b352073 100644
--- a/app/lzo/util/table.pl
+++ b/app/lzo/util/table.pl
@@ -10,7 +10,7 @@
## Description:
## Convert the output of the LZO lzotest program into a nice table.
##
-## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/app/lzo/util/uncompr.pl b/app/lzo/util/uncompr.pl
index df3e969d..54ec9e06 100644
--- a/app/lzo/util/uncompr.pl
+++ b/app/lzo/util/uncompr.pl
@@ -10,7 +10,7 @@
## Description:
## Create incompressible files for compression test
##
-## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##