summaryrefslogtreecommitdiff
path: root/lzo/util
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-02 17:28:05 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-02 17:28:05 +0200
commitace5e90b3dbc33f0fc34ac2f3dc40d3c990a6a11 (patch)
tree0b5cda436e04ee29efb5220da5634d04455c65c0 /lzo/util
parent78172a10165a969b8c002b6bdcf9dc47fa6cd5f3 (diff)
Update lzo version
Diffstat (limited to 'lzo/util')
-rw-r--r--lzo/util/check.sh2
-rw-r--r--lzo/util/checkasm.sh2
-rw-r--r--lzo/util/notime.pl2
-rw-r--r--lzo/util/overlap.sh2
-rw-r--r--lzo/util/shortf.pl2
-rw-r--r--lzo/util/table.pl2
-rw-r--r--lzo/util/uncompr.pl4
7 files changed, 8 insertions, 8 deletions
diff --git a/lzo/util/check.sh b/lzo/util/check.sh
index c1c2a2de..6fbd141f 100644
--- a/lzo/util/check.sh
+++ b/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-2008 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
#
LZOTEST="lzotest"
diff --git a/lzo/util/checkasm.sh b/lzo/util/checkasm.sh
index 6e84f46a..63ed2b87 100644
--- a/lzo/util/checkasm.sh
+++ b/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-2008 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
#
LZOTEST="lzotest"
diff --git a/lzo/util/notime.pl b/lzo/util/notime.pl
index 46eb4599..9d8a6d14 100644
--- a/lzo/util/notime.pl
+++ b/lzo/util/notime.pl
@@ -10,7 +10,7 @@
## Description:
## Remove timing values from a table created by table.pl
##
-## Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/lzo/util/overlap.sh b/lzo/util/overlap.sh
index a90613d5..727c86f1 100644
--- a/lzo/util/overlap.sh
+++ b/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-2008 Markus Franz Xaver Johannes Oberhumer
+# Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
#
OVERLAP="overlap"
diff --git a/lzo/util/shortf.pl b/lzo/util/shortf.pl
index 0bee2e06..380d3ebe 100644
--- a/lzo/util/shortf.pl
+++ b/lzo/util/shortf.pl
@@ -10,7 +10,7 @@
## Description:
## Create short files for compression test
##
-## Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/lzo/util/table.pl b/lzo/util/table.pl
index b4e1ac83..8ccbad6f 100644
--- a/lzo/util/table.pl
+++ b/lzo/util/table.pl
@@ -10,7 +10,7 @@
## Description:
## Convert the output of the LZO lzotest program into a nice table.
##
-## Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##
diff --git a/lzo/util/uncompr.pl b/lzo/util/uncompr.pl
index 86c52655..df3e969d 100644
--- a/lzo/util/uncompr.pl
+++ b/lzo/util/uncompr.pl
@@ -8,9 +8,9 @@
## Markus F.X.J. Oberhumer <markus@oberhumer.com>
##
## Description:
-## Create uncompressible files for compression test
+## Create incompressible files for compression test
##
-## Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer
+## Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer
##
##---------------------------------------------------------------------------##