]> WPIA git - gigi.git/blob - debian/copyright
Merge "upd: remove 'browser install'"
[gigi.git] / debian / copyright
1 Format: https://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: AGPL-3.0
30  This program is free software: you can redistribute it and/or modify
31  it under the terms of the GNU Affero General Public License as published by
32  the Free Software Foundation, either version 3 of the License, or
33  (at your option) any later version.
34  .
35  This program is distributed in the hope that it will be useful,
36  but WITHOUT ANY WARRANTY; without even the implied warranty of
37  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38  GNU Affero General Public License for more details.
39  .
40  You should have received a copy of the GNU Affero General Public License
41  along with this program.  If not, see <http://www.gnu.org/licenses/>.
42
43 License: BSD
44  Copyright (c) <year> <copyright holders>
45  .
46  Redistribution and use in source and binary forms, with or without 
47  modification, are permitted provided that the following conditions are met:
48  .
49  1. Redistributions of source code must retain the above copyright notice, 
50  this list of conditions and the following disclaimer.
51  .
52  2. Redistributions in binary form must reproduce the above copyright notice, 
53  this list of conditions and the following disclaimer in the documentation 
54  and/or other materials provided with the distribution.
55  .
56  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
57  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
58  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
59  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
60  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
61  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
62  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
63  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
64  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
65  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
66  THE POSSIBILITY OF SUCH DAMAGE.
67
68 License: MIT
69  Copyright (c) <year> <copyright holders>
70  .
71  Permission is hereby granted, free of charge, to any person obtaining a copy
72  of this software and associated documentation files (the "Software"), to deal
73  in the Software without restriction, including without limitation the rights
74  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75  copies of the Software, and to permit persons to whom the Software is
76  furnished to do so, subject to the following conditions:
77  .
78  The above copyright notice and this permission notice shall be included in all
79  copies or substantial portions of the Software.
80  .
81  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87  SOFTWARE.