added copyright information about checkpatch.pl
[psensor-pkg-debian.git] / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: psensor
3 Upstream-Contact: Jean-Philippe Orsini <jeanfi@gmail.com>
4 Source: http://wpitchoune.net/psensor
5
6 Files: *
7 Copyright: 2010-2014 Jean-Philippe Orsini <jeanfi@gmail.com>
8 License: GPL-2.0
9
10 Files: www/jqplot.css www/jqplot.dateAxisRenderer.js www/jqplot.js
11 Copyright: 2009-2013 Chris Leonello <chris@jqplot.com>
12 License: GPL-2.0 or MIT
13
14 Files: www/jquery.js
15 Copyright: 2005-2012 jQuery Foundation, Inc. and other contributors
16 License: MIT
17
18 Files: tests/checkpatch.pl
19 Copyright: 2001 Dave Jones
20            2005 Joel Schopp <jschopp@austin.ibm.com>
21            2007-2008 Andy Whitcroft <apw@uk.ibm.com>
22            2008-2010 Andy Whitcroft <apw@canonical.com>
23 License: GPL-2.0
24
25 Files: debian/*
26 Copyright: 2010-2014 Jean-Philippe Orsini <jeanfi@gmail.com>
27 License: GPL-2.0
28
29 License: GPL-2.0
30  This package is free software; you can redistribute it and/or modify
31  it under the terms of the GNU General Public License as published by
32  the Free Software Foundation; either version 2 of the License, or
33  (at your option) any later version.
34  .
35  This package 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 General Public License for more details.
39  .
40  You should have received a copy of the GNU General Public License
41  along with this program. If not, see <http://www.gnu.org/licenses/>
42  .
43  On Debian systems, the complete text of the GNU General
44  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
45
46 License: MIT
47   Permission is hereby granted, free of charge, to any person obtaining
48   a copy of this software and associated documentation files (the
49   "Software"), to deal in the Software without restriction, including
50   without limitation the rights to use, copy, modify, merge, publish,
51   distribute, sublicense, and/or sell copies of the Software, and to
52   permit persons to whom the Software is furnished to do so, subject to
53   the following conditions:
54   .
55   The above copyright notice and this permission notice shall be
56   included in all copies or substantial portions of the Software.
57   .
58   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
59   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
60   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
61   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
62   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
63   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
64   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.