diff options
Diffstat (limited to 'app/lzo/B/generic')
-rwxr-xr-x | app/lzo/B/generic/build.sh | 2 | ||||
-rwxr-xr-x | app/lzo/B/generic/clean.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/lzo/B/generic/build.sh b/app/lzo/B/generic/build.sh index 1bf5585b..0480314e 100755 --- a/app/lzo/B/generic/build.sh +++ b/app/lzo/B/generic/build.sh @@ -1,7 +1,7 @@ #! /bin/sh # vi:ts=4:et set -e -echo "// Copyright (C) 1996-2011 Markus F.X.J. Oberhumer" +echo "// Copyright (C) 1996-2014 Markus F.X.J. Oberhumer" echo "//" echo "// Generic Posix/Unix system" echo "// Generic C compiler" diff --git a/app/lzo/B/generic/clean.sh b/app/lzo/B/generic/clean.sh index 11c23951..2728d2de 100755 --- a/app/lzo/B/generic/clean.sh +++ b/app/lzo/B/generic/clean.sh @@ -1,6 +1,6 @@ #! /bin/sh # vi:ts=4:et -# Copyright (C) 1996-2011 Markus F.X.J. Oberhumer +# Copyright (C) 1996-2014 Markus F.X.J. Oberhumer rm -f *.o liblzo2.a dict.out lzopack.out precomp.out precomp2.out simple.out lzotest.out testmini.out |