File: copyright

package info (click to toggle)
jpathwatch 0.95-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,340 kB
  • sloc: xml: 4,312; java: 4,119; cpp: 1,446; sh: 1,052; makefile: 61
file content (64 lines) | stat: -rw-r--r-- 3,074 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jpathwatch
Source: http://jpathwatch.wordpress.com

Files: *
Copyright: 2008-2011, Uwe Pachler
License: GPL-2-classpath

Files: jpathwatch-java/src/name/pachler/nio/file/impl/NativeLibLoader.java
Copyright: 2008, Trent Jarvi <taj@www.linux.org.uk>
           2008-2011, Uwe Pachler
License: BSD-1-clause

Files: debian/*
Copyright: 2013, Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
License: LGPL-2+

License: GPL-2-classpath
 The source code is licensed under the terms of GNU General Public License
 version 2. On Debian system, for the complete text of the license see
 /usr/share/common-licenses/GPL-2.
 .
 In addition, following exception from the license applies:
 .
 "CLASSPATH" EXCEPTION TO THE GPL
 .
 Linking this library statically or dynamically with other modules is making
 a combined work based on this library. Thus, the terms and conditions of
 the GNU General Public License cover the whole combination.
 .
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent modules,
 and to copy and distribute the resulting executable under terms of your
 choice, provided that you also meet, for each linked independent module,
 the terms and conditions of the license of that module. An independent
 module is a module which is not derived from or based on this library. If
 you modify this library, you may extend this exception to your version of
 the library, but you are not obligated to do so. If you do not wish to do
 so, delete this exception statement from your version.

License: LGPL-2+
 The source code is licensed under the terms of GNU Library General Public
 License version 2, or, at your option, any later version. On Debian system, for
 the complete text of the license see /usr/share/common-licenses/LGPL-2.

License: BSD-1-clause
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
 the Software without restriction, including without limitation the rights to
 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is furnished to do
 so, subject to the following conditions:
 .
  The above copyright notice and this permission notice shall be included in all
  copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.