Codebase list haskell-xss-sanitize / bc44059
haskell-ansi-terminal: convert `debian/copyright' to dep5 format Dmitry Bogatov 8 years ago
2 changed file(s) with 37 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
11
22 * Use secure (https) uri in Vcs-Git field in 'debian/control'
33 * Bump standards version to 3.9.8 (no changes needed)
4 * Convert `debian/copyright' to dep5 format
45
56 -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:45 +0300
67
0 Copyright (c) 2008, Maximilian Bolingbroke
1 All rights reserved.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ansi-terminal
2 Upstream-Contact: Roman Cheplyaka <roma@ro-che.info>
3 Source: https://hackage.haskell.org/package/ansi-terminal
24
3 Redistribution and use in source and binary forms, with or without modification, are permitted
4 provided that the following conditions are met:
5 Files: *
6 Copyright: 2008 Max Bolingbroke
7 Roman Cheplyaka <roma@ro-che.info>
8 License: BSD-3-clause
59
6 * Redistributions of source code must retain the above copyright notice, this list of
7 conditions and the following disclaimer.
8 * Redistributions in binary form must reproduce the above copyright notice, this list of
9 conditions and the following disclaimer in the documentation and/or other materials
10 provided with the distribution.
11 * Neither the name of Maximilian Bolingbroke nor the names of other contributors may be used to
12 endorse or promote products derived from this software without specific prior written permission.
10 Files: debian/*
11 Copyright: held by the contributors mentioned in debian/changelog
12 License: BSD3
1313
14 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
15 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
17 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
20 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
21 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14 License: BSD-3-clause
15 Redistribution and use in source and binary forms, with or without modification,
16 are permitted provided that the following conditions are met:
17 .
18 1. Redistributions of source code must retain the above copyright notice,
19 this list of conditions and the following disclaimer.
20 .
21 2. Redistributions in binary form must reproduce the above copyright
22 notice, this list of conditions and the following disclaimer in the
23 documentation and/or other materials provided with the distribution.
24 .
25 3. Neither the name of cligh nor the names of its contributors may be used
26 to endorse or promote products derived from this software without
27 specific prior written permission.
28 .
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
30 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
31 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
33 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
34 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
35 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
36 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.