]> WPIA git - gigi.git/blob - debian/copyright
Fix: hide shady regex and mark it as regex clearly.
[gigi.git] / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: gigi
3 Source: <https://github.com/CAcertOrg/cacert-gigi>
4
5 Files: *
6 Copyright: 2014 CAcert Software Team <cacert-devel@cacert.org>
7 License: GPL-2.0+
8
9 Files: debian/*
10 Copyright: 2014 CAcert Software Team <cacert-devel@cacert.org>
11 License: GPL-2.0+
12
13 Files: src/org/cacert/gigi/output/template
14 Copyright: 2015 CAcert Software Team <cacert-devel@cacert.org>
15 License: BSD or GPL-2.0+
16
17 Files: src/org/cacert/gigi/localisation
18 Copyright: 2015 CAcert Software Team <cacert-devel@cacert.org>
19 License: BSD or GPL-2.0+
20
21 Files: src/org/cacert/gigi/database
22 Copyright: 2015 CAcert Software Team <cacert-devel@cacert.org>
23 License: BSD or GPL-2.0+
24
25 License: BSD
26  Copyright (c) 2015, CAcert
27  All rights reserved.
28  .
29  Redistribution and use in source and binary forms, with or without 
30  modification, are permitted provided that the following conditions are met:
31  .
32  1. Redistributions of source code must retain the above copyright notice, 
33  this list of conditions and the following disclaimer.
34  .
35  2. Redistributions in binary form must reproduce the above copyright notice, 
36  this list of conditions and the following disclaimer in the documentation 
37  and/or other materials provided with the distribution.
38  .
39  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
40  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
41  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
42  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
43  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
44  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
45  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
46  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
47  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
48  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
49  THE POSSIBILITY OF SUCH DAMAGE.
50
51 License: GPL-2.0+
52  This package is free software; you can redistribute it and/or modify
53  it under the terms of the GNU General Public License as published by
54  the Free Software Foundation; either version 2 of the License, or
55  (at your option) any later version.
56  .
57  This package is distributed in the hope that it will be useful,
58  but WITHOUT ANY WARRANTY; without even the implied warranty of
59  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60  GNU General Public License for more details.
61  .
62  You should have received a copy of the GNU General Public License
63  along with this program. If not, see <http://www.gnu.org/licenses/>
64  .
65  On Debian systems, the complete text of the GNU General
66  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".