fix to detect n900 battery; add support to built in battery variables to work with...
[monky] / debian / copyright
1 Format-Specification: http://dep.debian.net/deps/dep5/
2 Name: conky
3 Maintainer: Brenden Matthews <brenden@rty.ca>
4 Source: http://sourceforge.net/projects/conky/files/
5
6 Files: autogen.sh, src/*.[c,h]
7 Copyright: 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
8            2004, Hannu Saransaari, Lauri Hakkarainen
9            2005, Adi Zaimi, Dan Piponi <dan@tanelorn.demon.co.uk>
10            2007, Toni Spets
11            2008, Markus Meissner
12            2008, Asbjørn Zweidorff Kjær
13            2008, Henri Häkkinen
14            2008, Phil Sutter <phil@nwl.cc>
15            2009, Yeon-Hyeong Yang <lbird94@gmail.com>
16 License:  GPL-3+
17
18 Files: src/smapi.c, src/temphelper.c
19 Copyright: Copyright: 2007 Phil Sutter <Phil@nwl.cc>
20 License: GPL-2+
21
22 Files: src/libtcp-portmon.c, src/audacious.c, src/timed_thread.c, src/apcupsd.c
23 Copyright: 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
24            2009, Jaromir Smrcek <jaromir.smrcek@zoner.com>
25 License: LGPL-2.1+
26
27 Files: src/libmpdclient.c
28 License: BSD
29
30 Files: src/prss.c
31 Copyright: 2007, Mikko Sysikaski <mikko.sysikaski@gmail.com>
32 License: ISC
33
34 Files: debian/*
35 Copyright: 2005, Jason Tan <jtan325@gmail.com>
36 Copyright: 2006, Steve Langasek, Laszlo Boszormenyi, Bartosz Fenski
37 Copyright: 2007, 2008 Kapil Hari Paranjape <kapil@debian.org>
38 Copyright: 2009, 2010 Cesare Tirabassi <norsetto@ubuntu.com>
39 License:  GPL-3+
40
41 License: GPL-3+
42
43  This package is free software; you can redistribute it and/or modify
44  it under the terms of the GNU General Public License as published by
45  the Free Software Foundation; either version 3 of the License, or
46  (at your option) any later version.
47  .
48  This package is distributed in the hope that it will be useful,
49  but WITHOUT ANY WARRANTY; without even the implied warranty of
50  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51  GNU General Public License for more details.
52  .
53  You should have received a copy of the GNU General Public License
54  along with this package; if not, write to the Free Software
55  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
56  .
57  On Debian systems, the complete text of the GNU General Public License
58  version 3 can be found in `/usr/share/common-licenses/GPL-3'.
59
60 License: GPL-2+
61
62  This package is free software; you can redistribute it and/or modify
63  it under the terms of the GNU General Public License as published by
64  the Free Software Foundation; either version 2 of the License, or
65  (at your option) any later version.
66  .
67  This package is distributed in the hope that it will be useful,
68  but WITHOUT ANY WARRANTY; without even the implied warranty of
69  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
70  GNU General Public License for more details.
71  .
72  You should have received a copy of the GNU General Public License
73  along with this package; if not, write to the Free Software
74  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
75  .
76  On Debian systems, the complete text of the GNU General Public License
77  version 2 can be found in `/usr/share/common-licenses/GPL-2'.
78
79 License: BSD
80
81  - Redistributions of source code must retain the above copyright
82  notice, this list of conditions and the following disclaimer.
83  .
84  - Redistributions in binary form must reproduce the above copyright
85  notice, this list of conditions and the following disclaimer in the
86  documentation and/or other materials provided with the distribution.
87  .
88  - Neither the name of the Music Player Daemon nor the names of its
89  contributors may be used to endorse or promote products derived from
90  this software without specific prior written permission.
91  .
92  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
93  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
94  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
95  A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
96  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
97  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
98  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
99  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
100  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
101  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
102  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
103  .
104  On Debian systems, the complete text of the BSD License version
105  can be found in `/usr/share/common-licenses/BSD'.
106
107 License: LGPL-2.1+
108
109  This library is free software; you can redistribute it and/or
110  modify it under the terms of the GNU Lesser General Public
111  License as published by the Free Software Foundation; either
112  version 2.1 of the License, or (at your option) any later version.
113  .
114  This library is distributed in the hope that it will be useful,
115  but WITHOUT ANY WARRANTY; without even the implied warranty of
116  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
117  Lesser General Public License for more details.
118  .
119  You should have received a copy of the GNU Lesser General Public
120  License along with this library; if not, write to the Free Software
121  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
122  USA.
123  .
124  On Debian systems, the complete text of the GNU Lesse General Public
125  License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
126
127 License: ISC
128
129  Permission to use, copy, modify, and distribute this software for any
130  purpose with or without fee is hereby granted, provided that the above
131  copyright notice and this permission notice appear in all copies.
132  .
133  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
134  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
135  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
136  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
137  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
138  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
139  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.