diff options
author | onefang | 2019-12-10 12:53:44 +1000 |
---|---|---|
committer | onefang | 2019-12-10 12:53:44 +1000 |
commit | 2d03778c3c1e19b78c58c21ab6d803005f811b49 (patch) | |
tree | c6baae347ae4713185d82fd8e8b27ad91cec2873 | |
parent | Prevent a lockup. (diff) | |
download | apt-panopticon-2d03778c3c1e19b78c58c21ab6d803005f811b49.zip apt-panopticon-2d03778c3c1e19b78c58c21ab6d803005f811b49.tar.gz apt-panopticon-2d03778c3c1e19b78c58c21ab6d803005f811b49.tar.bz2 apt-panopticon-2d03778c3c1e19b78c58c21ab6d803005f811b49.tar.xz |
Add licence.
-rw-r--r-- | LICENCE | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ | |||
1 | Copyright notice for SledjHamr: | ||
2 | |||
3 | Copyright (C) 2019 David Walter Seikel AKA onefang | ||
4 | |||
5 | All rights reserved. | ||
6 | |||
7 | Redistribution and use in source and binary forms, with or without | ||
8 | modification, are permitted provided that the following conditions are | ||
9 | met: | ||
10 | |||
11 | 1. Redistributions of source code must retain the above copyright | ||
12 | notice, this list of conditions and the following disclaimer. | ||
13 | |||
14 | 2. Redistributions in binary form must reproduce the above copyright | ||
15 | notice, this list of conditions and the following disclaimer in the | ||
16 | documentation and/or other materials provided with the distribution. | ||
17 | |||
18 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
19 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
20 | AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL | ||
21 | THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
22 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
23 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ||
24 | USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
25 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
26 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
27 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||