diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-06-22 16:59:51 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-06-22 16:59:57 +0900 |
commit | 57de6cacd32854c3b7942dde1803894341f78cee (patch) | |
tree | ba55c881a740c59ea9443a139e4c4ae91e44e95d /util | |
parent | 8ff61daa672f051d8ecb537edc94036b6cdaaf3f (diff) | |
download | lzo-57de6cacd32854c3b7942dde1803894341f78cee.tar.gz lzo-57de6cacd32854c3b7942dde1803894341f78cee.tar.bz2 lzo-57de6cacd32854c3b7942dde1803894341f78cee.zip |
Imported Upstream version 2.10upstream/2.10upstream
Change-Id: Ic72ac9c6134dff3a335d581378095e0011abcb08
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/check.sh | 2 | ||||
-rw-r--r-- | util/checkasm.sh | 2 | ||||
-rw-r--r-- | util/notime.pl | 2 | ||||
-rw-r--r-- | util/overlap.sh | 2 | ||||
-rw-r--r-- | util/shortf.pl | 2 | ||||
-rw-r--r-- | util/table.pl | 2 | ||||
-rw-r--r-- | util/uncompr.pl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/util/check.sh b/util/check.sh index 9c7790a..806c840 100644 --- a/util/check.sh +++ b/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/util/checkasm.sh b/util/checkasm.sh index aef5ec0..668a875 100644 --- a/util/checkasm.sh +++ b/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/util/notime.pl b/util/notime.pl index a4e92b0..b5be12d 100644 --- a/util/notime.pl +++ b/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/util/overlap.sh b/util/overlap.sh index 2e1ffa4..439844e 100644 --- a/util/overlap.sh +++ b/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/util/shortf.pl b/util/shortf.pl index 44a2e83..500eb45 100644 --- a/util/shortf.pl +++ b/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/util/table.pl b/util/table.pl index abc193e..3fc977f 100644 --- a/util/table.pl +++ b/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/util/uncompr.pl b/util/uncompr.pl index d6fafb0..a487ca6 100644 --- a/util/uncompr.pl +++ b/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 ## ##---------------------------------------------------------------------------## |