qgis-tem-loader

qgis plugin for loading TEM geophysical inversion XYZ files as 3D objects
git clone git://src.adamsgaard.dk/qgis-tem-loader # fast
git clone https://src.adamsgaard.dk/qgis-tem-loader.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit b6defbe59d962246f679c4048d9b57e461f4fce9
parent c8183a0efe82a168156f724f4f53fb63a43849e0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 13 Apr 2026 10:53:23 +0200

docs(license): add LICENSE copy to plugin bundle

Diffstat:
Atem_loader/LICENSE | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/tem_loader/LICENSE b/tem_loader/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2026 Anders Damsgaard <anders@andersdamsgaard.dk> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.