]> WPIA git - gigi.git/blob - debian/copyright
add: public key check testing for ROCA (Return of Coppersmith Attack) vulnerability
[gigi.git] / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: gigi
3 Source: <https://code.wpia.club>
4
5 Files: *
6 Copyright: 2014-2017 WPIA Software Team <software@wpia.club>
7 License: AGPL-3.0
8
9 Files: debian/*
10 Copyright: 2014-2017 WPIA Software Team <software@wpia.club>
11 License: AGPL-3.0
12
13 Files: src/club/wpia/gigi/output/template
14 Copyright: 2014-2017 WPIA Software Team <software@wpia.club>
15 License: AGPL-3.0 or BSD
16
17 Files: src/club/wpia/gigi/localisation
18 Copyright: 2014-2017 WPIA Software Team <software@wpia.club>
19 License: AGPL-3.0 or BSD
20
21 Files: src/club/wpia/gigi/database
22 Copyright: 2014-2017 WPIA Software Team <software@wpia.club>
23 License: AGPL-3.0 or BSD
24
25 Files: src/club/wpia/gigi/crypto/key/KeyCheckROCA.java
26 Copyright: 2017, CRoCS, EnigmaBridge Ltd.
27 License: AGPL-3.0 or MIT
28
29 License: BSD
30  Copyright (c) 2014, WPIA
31  All rights reserved.
32  .
33  Redistribution and use in source and binary forms, with or without 
34  modification, are permitted provided that the following conditions are met:
35  .
36  1. Redistributions of source code must retain the above copyright notice, 
37  this list of conditions and the following disclaimer.
38  .
39  2. Redistributions in binary form must reproduce the above copyright notice, 
40  this list of conditions and the following disclaimer in the documentation 
41  and/or other materials provided with the distribution.
42  .
43  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
44  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
45  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
46  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
47  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
48  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
49  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
50  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
51  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
52  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
53  THE POSSIBILITY OF SUCH DAMAGE.
54
55 License: AGPL-3.0
56  This program is free software: you can redistribute it and/or modify
57  it under the terms of the GNU Affero General Public License as published by
58  the Free Software Foundation, either version 3 of the License, or
59  (at your option) any later version.
60  .
61  This program is distributed in the hope that it will be useful,
62  but WITHOUT ANY WARRANTY; without even the implied warranty of
63  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
64  GNU Affero General Public License for more details.
65  .
66  You should have received a copy of the GNU Affero General Public License
67  along with this program.  If not, see <http://www.gnu.org/licenses/>.
68
69 License: MIT
70  Permission is hereby granted, free of charge, to any person obtaining a copy
71  of this software and associated documentation files (the "Software"), to deal
72  in the Software without restriction, including without limitation the rights
73  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74  copies of the Software, and to permit persons to whom the Software is
75  furnished to do so, subject to the following conditions:
76  .
77  The above copyright notice and this permission notice shall be included in all
78  copies or substantial portions of the Software.
79  .
80  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
86  SOFTWARE.