diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-22 18:33:26 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-22 18:33:26 +0200 |
commit | 6c12bd2094234edc1a129969b89cf45b1da889bd (patch) | |
tree | a39b3af9ad861334a844035d4d88232c8f9ed0ec /main/lzo/util | |
parent | f35afa13da08a058bc28ca0e535e044093148e3a (diff) |
Update lzo to 2.10
Diffstat (limited to 'main/lzo/util')
-rw-r--r-- | main/lzo/util/check.sh | 2 | ||||
-rw-r--r-- | main/lzo/util/checkasm.sh | 2 | ||||
-rw-r--r-- | main/lzo/util/notime.pl | 2 | ||||
-rw-r--r-- | main/lzo/util/overlap.sh | 2 | ||||
-rw-r--r-- | main/lzo/util/shortf.pl | 2 | ||||
-rw-r--r-- | main/lzo/util/table.pl | 2 | ||||
-rw-r--r-- | main/lzo/util/uncompr.pl | 2 |
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 ## ##---------------------------------------------------------------------------## |