diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-11 08:46:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-05-11 08:46:20 +0000 |
commit | 60b8ecaf2afb874b733c1c61be26da68df51d989 (patch) | |
tree | 8888727f276e44d23fc64b6b285dc00150a7a466 /LICENSE | |
parent | Initial commit. (diff) | |
download | treelib-60b8ecaf2afb874b733c1c61be26da68df51d989.tar.xz treelib-60b8ecaf2afb874b733c1c61be26da68df51d989.zip |
Adding upstream version 1.6.4.upstream/1.6.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +treelib - Simple to use for you. +Python 2/3 Tree Implementation + +Copyright (C) 2011 + Brett Alistair Kromkamp - brettkromkamp@gmail.com +Copyright (C) 2012-2017 + Xiaming Chen - chenxm35@gmail.com + and other contributors. +All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.
\ No newline at end of file |