|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
3#include <NDEVR/String.h>
9 static String LASLicense()
11 return String(R
"license(--------------------------------------------------------------------------
15 This software is distributed WITHOUT ANY WARRANTY and without even the
16 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18--------------------------------------------------------------------------
20 There are TWO parts of LAStools. One part is OPEN source.
21 The other part is CLOSED source and requires licensing for most
22 commercial or government use. If you're unsure please email
23 'info@rapidlasso.de' before using LAStools.
24 For education and evaluation purposes you can use and test LAStools
25 for free. Some free version tools are may limited in the maximum count
26 of lidar points in one single file to avoid commercial usage.
28--------------------------------------------------------------------------
30 This part of LAStools is "free" open-source (see COPYING.txt).
43 * LASlib (with LASzip) - the API used by LAStools.
45 These are also "free" to use but not (yet) available in open source.
54--------------------------------------------------------------------------
56 The following LAStools require licensing for any commercial, government,
57 or production use. However, they may be used "freely" for all non-profit
58 personal, non-military educational, or non-profit humanitarian purposes.
59 Note that the output of the unlicensed version can be slightly distorted
60 after certain point limits are exceeded. Control output in the console
61 (aka "the black window") informs the user whenever this happens.
76 * lasdatum & lasvdatum
80 * lasground & lasground_new
81 * lasheight & lastrack
95--------------------------------------------------------------------------
97 If you want to use LAStools please contact us for licensing. You can
99 (a) license the existing executables for production
100 (b) license the existing executables for inclusion in your software
102 You can also contract with rapidlasso GmbH to create LAStools tailored
103 to your particular needs.
105 See https://rapidlasso.de/licensing for licensing details.
107--------------------------------------------------------------------------
111 (c) 2007-2022, rapidlasso GmbH, GERMANY - fast tools to catch reality
113--------------------------------------------------------------------------)license");