[Liblas-commits] laszip: fixed messed up licensing comments
liblas-commits at liblas.org
liblas-commits at liblas.org
Sun Jan 30 08:40:14 EST 2011
details: http://hg.liblas.orglaszip/rev/2d5c4b256a46
changeset: 164:2d5c4b256a46
user: isenburg
date: Sun Jan 30 05:40:05 2011 -0800
description:
fixed messed up licensing comments
diffstat:
tools/laszippertest.cpp | 35 ++++++++++++++++++++---------------
1 files changed, 20 insertions(+), 15 deletions(-)
diffs (48 lines):
diff -r 322077dc0b65 -r 2d5c4b256a46 tools/laszippertest.cpp
--- a/tools/laszippertest.cpp Sun Jan 30 05:14:53 2011 -0800
+++ b/tools/laszippertest.cpp Sun Jan 30 05:40:05 2011 -0800
@@ -5,24 +5,29 @@
CONTENTS
- This tool reads and writes point data in the LAS 1.X format compressed
- or uncompressed to test the laszipper and lasunzipper interfaces.
+ This tool reads and writes point data in the LAS 1.X format compressed
+ or uncompressed to test the laszipper and lasunzipper interfaces.
- PROGRAMMERS
+ PROGRAMMERS:
+
+ martin.isenburg at gmail.com
+
+ COPYRIGHT:
+
+ (c) 2010-2011, Martin Isenburg, LASSO - tools to catch reality
+
+ This is free software; you can redistribute and/or modify it under the
+ terms of the GNU Lesser General Licence as published by the Free Software
+ Foundation. See the COPYING file for more information.
+
+ This software is distributed WITHOUT ANY WARRANTY and without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- martin isenburg at cs.unc.edu
+ CHANGE HISTORY:
- COPYRIGHT
-
- copyright (C) 2010 martin isenburg at cs.unc.edu
-
- This software is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- CHANGE HISTORY
-
- 13 December 2010 -- created to test the remodularized laszip compressor
+ 14 January 2011 -- mpg at flaxen.com adds randomness and commandline controls
+ 10 January 2011 -- licensing change for LGPL release and liblas integration
+ 13 December 2010 -- created to test the remodularized laszip compressor
===============================================================================
*/
More information about the Liblas-commits
mailing list