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