diff options
author | Parménides GV <parmegv@sdf.org> | 2014-08-18 18:22:54 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-08-18 18:22:54 +0200 |
commit | 31f6eab32a26a658cbfb2db0d457cc1f87d23f0f (patch) | |
tree | 75f372ff22a94102ef2f9bd163febf54ac45e9d6 /app/lzo/util | |
parent | 6057466bc8b4475bf4564b9143c60753c90f9aaa (diff) | |
parent | 7d8cde4f7ae769a3b6a25483d8bd0bb6c1551af9 (diff) |
Merge branch 'develop'
Diffstat (limited to 'app/lzo/util')
-rw-r--r-- | app/lzo/util/check.sh | 2 | ||||
-rw-r--r-- | app/lzo/util/checkasm.sh | 2 | ||||
-rw-r--r-- | app/lzo/util/notime.pl | 2 | ||||
-rw-r--r-- | app/lzo/util/overlap.sh | 2 | ||||
-rw-r--r-- | app/lzo/util/shortf.pl | 2 | ||||
-rw-r--r-- | app/lzo/util/table.pl | 2 | ||||
-rw-r--r-- | app/lzo/util/uncompr.pl | 2 |
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 ## ##---------------------------------------------------------------------------## |