annotate LICENSE.txt @ 44:ea8c2d01a9d9

Begin pickling support for ValidatenProblems, _Schema and Context
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 02 Aug 2023 09:31:49 +0200
parents 4e4ab3a50280
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 Copyright 2023 Franz Glasner
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 Redistribution and use in source and binary forms, with or without
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 modification, are permitted provided that the following conditions are
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5 met:
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
6
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
7 1. Redistributions of source code must retain the above copyright
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
8 notice, this list of conditions and the following disclaimer.
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
10 2. Redistributions in binary form must reproduce the above copyright
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer in the
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
12 documentation and/or other materials provided with the distribution.
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
13
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
14 3. Neither the name of the copyright holder nor the names of its
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
15 contributors may be used to endorse or promote products derived from
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
16 this software without specific prior written permission.
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
17
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
20 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
21 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
22 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
23 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
24 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
25 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
26 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
27 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
28 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
29
4e4ab3a50280 Add a preliminary README.txt and a LICENSE.txt (BSD 3-Clause "New")
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
30 # BSD 3-Clause "New" or "Revised" License