Codebase list java3d / 0c2d0ec
Fixed the watch file Updated Standards-Version to 3.9.4 (no changes) Removed the deprecated DMUA flag Removed the obsolete patching instructions in debian/README.source debian/copyright: Updated to comply with the DEP5 format Emmanuel Bourg 10 years ago
5 changed file(s) with 222 addition(s) and 237 deletion(s). Raw diff Collapse all Expand all
0 This package uses CDBS (and therefore simple-patchsys.mk) in order to
1 apply patches to the upstream source. Patches are stored in
2 debian/patches and their filenames usually end in .patch or .diff .
3 For further details, see the man page for cdbs-edit-patch.
0 Information about java3d
1 ------------------------
42
5 All commands described below should be run from the top directory of the
6 package source tree, unless otherwise stated.
7
8 * To generate the fully patched source, in a form ready for
9 editing, that would be built to create Debian packages, run:
10
11 make -f debian/rules apply-patches
12
13 Note: It has been proposed that, in future, this should happen
14 automatically when you run dpkg-source -x on a CDBS
15 simple-patchsys.mk source package. However, this proposal has
16 apparently not yet been implemented, so for now you have to do
17 it yourself like this.
18
19 * To modify the source and save those modifications so that
20 they will be applied when building the package, pick a
21 suitably informative patch file name, for example
22 01_add_README.source_file.patch, and then run:
23
24 cdbs-edit-patch 01_add_README.source_file.patch
25
26 This will place you in a new shell in a temporary copy of the
27 source tree. Make your desired modifications to it, and then
28 exit the shell to create the patch file containing them (this
29 file will appear in debian/patches).
30
31 * To remove source modifications that are currently being
32 applied when building the package, run:
33
34 make -f debian/rules reverse-patches
3 All unzipsfx binaries have been removed from the original tarball
4 due to the lack of source. They were not used in the build process
5 anyway.
0 java3d (1.5.2+dfsg-9) unstable; urgency=low
1
2 * Team upload.
3 * Fixed the watch file
4 * Updated Standards-Version to 3.9.4 (no changes)
5 * Removed the deprecated DMUA flag
6 * Removed the obsolete patching instructions in debian/README.source
7 * debian/copyright: Updated to comply with the DEP5 format
8
9 -- Emmanuel Bourg <ebourg@apache.org> Sun, 28 Apr 2013 23:35:42 +0200
10
011 java3d (1.5.2+dfsg-8) unstable; urgency=low
112
213 * Team upload.
11 Section: java
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
4 Uploaders: Onkar Shinde <onkarshinde@ubuntu.com>,
4 Uploaders: Onkar Shinde <onkarshinde@ubuntu.com>, Emmanuel Bourg <ebourg@apache.org>,
55 Torsten Werner <twerner@debian.org>
6 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
7 Standards-Version: 3.9.2
6 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java,
7 mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
8 Standards-Version: 3.9.4
89 Homepage: http://java3d.dev.java.net
910 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java3d/
1011 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
11 DM-Upload-Allowed: yes
1212
1313 Package: libjava3d-java
1414 Architecture: all
0 This package was intially debianized by Petter Reinholdtsen
1 <pere@hungry.com> on Fri Sep 19 22:12:39 CEST 2008.
2
3 It was downloaded using CVS from
4 <:pserver:guest@cvs.dev.java.net:/cvs>
5
6 All unzipsfx binaries have been removed from the original tarball
7 due to the lack of source. They were not used in the build process
8 anyway.
9
10 File(s): j3d-core/*
11 Copyright: Copyright (c) 1997-2008 Sun Microsystems, Inc.
12 License: GPLv2
13 .
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: Java 3D
2 Source: http://java3d.java.net
3
4 Files: j3d-core/*
5 Copyright: 1997-2008, Sun Microsystems, Inc.
6 License: GPL-2 with classpath exception
147 On Debian systems the full text of the GNU General Public License can be found
158 in the `/usr/share/common-licenses/GPL-2' file.
16 .
9 .
1710 Linking this library statically or dynamically with other modules is making
1811 a combined work based on this library. Thus, the terms and conditions of the
1912 GNU General Public License cover the whole combination.
20 .
13 .
2114 As a special exception, the copyright holders of this library give you
2215 permission to link this library with independent modules to produce an
2316 executable, regardless of the license terms of these independent modules,
2922 of the library, but you are not obligated to do so. If you do not wish to
3023 do so, delete this exception statement from your version.
3124
32 File(s): j3d-core/src/native/ogl/panoramiXext.h
33 Copyright: Copyright 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
25 Files: j3d-core/src/native/ogl/panoramiXext.h
26 Copyright: 1991,1997, Digital Equipment Corporation, Maynard, Massachusetts.
3427 License: MIT
35 .
36 Permission is hereby granted, free of charge, to any person
37 obtaining a copy of this software and associated documentation files
38 (the "Software"), to deal in the Software without restriction,
39 including without limitation the rights to use, copy, modify, merge,
40 publish, distribute, sublicense, and/or sell copies of the Software.
41 .
42 The above copyright notice and this permission notice shall be
43 included in all copies or substantial portions of the Software.
44 .
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
46 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
48 NONINFRINGEMENT. IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE
49 LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT LIMITED TO
50 CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, WHETHER IN
51 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
52 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
53 SOFTWARE.
54 .
55 Except as contained in this notice, the name of Digital Equipment
56 Corporation shall not be used in advertising or otherwise to promote
57 the sale, use or other dealings in this Software without prior
58 written authorization from Digital Equipment Corporation.
59
60
61 File(s): j3d-core/src/native/ogl/{glext,wglext}.h
62 Copyright: Copyright 2007 The Khronos Group Inc.
28 Permission is hereby granted, free of charge, to any person
29 obtaining a copy of this software and associated documentation files
30 (the "Software"), to deal in the Software without restriction,
31 including without limitation the rights to use, copy, modify, merge,
32 publish, distribute, sublicense, and/or sell copies of the Software.
33 .
34 The above copyright notice and this permission notice shall be
35 included in all copies or substantial portions of the Software.
36 .
37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
39 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40 NONINFRINGEMENT. IN NO EVENT SHALL DIGITAL EQUIPMENT CORPORATION BE
41 LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT LIMITED TO
42 CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, WHETHER IN
43 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
44 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45 SOFTWARE.
46 .
47 Except as contained in this notice, the name of Digital Equipment
48 Corporation shall not be used in advertising or otherwise to promote
49 the sale, use or other dealings in this Software without prior
50 written authorization from Digital Equipment Corporation.
51
52 Files: j3d-core/src/native/ogl/glext.h
53 j3d-core/src/native/ogl/wglext.h
54 Copyright: 2007, The Khronos Group Inc.
6355 License: MIT
64 .
65 Permission is hereby granted, free of charge, to any person
66 obtaining a copy of this software and/or associated documentation
67 files (the "Materials"), to deal in the Materials without
68 restriction, including without limitation the rights to use, copy,
69 modify, merge, publish, distribute, sublicense, and/or sell copies
70 of the Materials, and to permit persons to whom the Materials are
71 furnished to do so, subject to the following conditions:
72 .
73 The above copyright notice and this permission notice shall be
74 included in all copies or substantial portions of the Materials.
75 .
76 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
80 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
81 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
82 CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
83 MATERIALS.
84
85 File(s): j3d-core-utils/*
86 Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
56 Permission is hereby granted, free of charge, to any person
57 obtaining a copy of this software and/or associated documentation
58 files (the "Materials"), to deal in the Materials without
59 restriction, including without limitation the rights to use, copy,
60 modify, merge, publish, distribute, sublicense, and/or sell copies
61 of the Materials, and to permit persons to whom the Materials are
62 furnished to do so, subject to the following conditions:
63 .
64 The above copyright notice and this permission notice shall be
65 included in all copies or substantial portions of the Materials.
66 .
67 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
68 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
69 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
70 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
71 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
72 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
73 CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE
74 MATERIALS.
75
76 Files: j3d-core-utils/*
77 Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
8778 License: other
88 .
89 Redistribution and use in source and binary forms, with or without
90 modification, are permitted provided that the following conditions
91 are met:
92 .
93 - Redistribution of source code must retain the above copyright
94 notice, this list of conditions and the following disclaimer.
95 .
96 - Redistribution in binary form must reproduce the above copyright
97 notice, this list of conditions and the following disclaimer in
98 the documentation and/or other materials provided with the
99 distribution.
100 .
101 Neither the name of Sun Microsystems, Inc. or the names of
102 contributors may be used to endorse or promote products derived from
103 this software without specific prior written permission.
104 .
105 This software is provided "AS IS," without a warranty of any
106 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
107 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
108 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
109 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
110 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
111 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
112 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
113 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
114 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
115 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
116 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
117 SUCH DAMAGES.
118 .
119 You acknowledge that this software is not designed, licensed or
120 intended for use in the design, construction, operation or
121 maintenance of any nuclear facility.
122
123 File(s): j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
124 BBox.java, Basic.java, BottleNeck.java, Bridge.java,
125 Clean.java, Degenerate.java, Desperate.java, Distance.java,
126 EarClip.java, Heap.java, HeapNode.java, Left.java,
127 ListNode.java, NoHash.java, Numerics.java, Orientation.java,
128 PntNode.java, Project.java, Simple.java, Stripifier.java,
129 StripifierStats.java, Triangle.java, Triangulator.java
130 Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
79 Redistribution and use in source and binary forms, with or without
80 modification, are permitted provided that the following conditions
81 are met:
82 .
83 - Redistribution of source code must retain the above copyright
84 notice, this list of conditions and the following disclaimer.
85 .
86 - Redistribution in binary form must reproduce the above copyright
87 notice, this list of conditions and the following disclaimer in
88 the documentation and/or other materials provided with the
89 distribution.
90 .
91 Neither the name of Sun Microsystems, Inc. or the names of
92 contributors may be used to endorse or promote products derived from
93 this software without specific prior written permission.
94 .
95 This software is provided "AS IS," without a warranty of any
96 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
97 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
98 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
99 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
100 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
101 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
102 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
103 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
104 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
105 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
106 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
107 SUCH DAMAGES.
108 .
109 You acknowledge that this software is not designed, licensed or
110 intended for use in the design, construction, operation or
111 maintenance of any nuclear facility.
112
113 Files: j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/BBox.java
114 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Basic.java
115 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/BottleNeck.java
116 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Bridge.java
117 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Clean.java
118 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Degenerate.java
119 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Desperate.java
120 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Distance.java
121 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/EarClip.java
122 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Heap.java
123 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/HeapNode.java
124 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Left.java
125 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/ListNode.java
126 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/NoHash.java
127 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Numerics.java
128 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Orientation.java
129 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/PntNode.java
130 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Project.java
131 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Simple.java
132 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Stripifier.java
133 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/StripifierStats.java
134 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Triangle.java
135 j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Triangulator.java
136 Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
131137 License: other
132 .
133 Redistribution and use in source and binary forms, with or without
134 modification, are permitted provided that the following conditions
135 are met:
136 .
137 - Redistribution of source code must retain the above copyright
138 notice, this list of conditions and the following disclaimer.
139 .
140 - Redistribution in binary form must reproduce the above copyright
141 notice, this list of conditions and the following disclaimer in
142 the documentation and/or other materials provided with the
143 distribution.
144 .
145 Neither the name of Sun Microsystems, Inc. or the names of
146 contributors may be used to endorse or promote products derived from
147 this software without specific prior written permission.
148 .
149 This software is provided "AS IS," without a warranty of any
150 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
151 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
152 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
153 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
154 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
155 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
156 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
157 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
158 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
159 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
160 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
161 SUCH DAMAGES.
162 .
163 You acknowledge that this software is not designed, licensed or
164 intended for use in the design, construction, operation or
165 maintenance of any nuclear facility.
166
167 File(s): j3d-core-utils/src/classes/share/com/sun/j3d/internal/Distance.java
168 Copyright: 2007 Sun Microsystems, Inc. All rights reserved.
169 License: other | LGPL
170 .
138 Redistribution and use in source and binary forms, with or without
139 modification, are permitted provided that the following conditions
140 are met:
141 .
142 - Redistribution of source code must retain the above copyright
143 notice, this list of conditions and the following disclaimer.
144 .
145 - Redistribution in binary form must reproduce the above copyright
146 notice, this list of conditions and the following disclaimer in
147 the documentation and/or other materials provided with the
148 distribution.
149 .
150 Neither the name of Sun Microsystems, Inc. or the names of
151 contributors may be used to endorse or promote products derived from
152 this software without specific prior written permission.
153 .
154 This software is provided "AS IS," without a warranty of any
155 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
156 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
157 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
158 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
159 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
160 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
161 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
162 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
163 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
164 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
165 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
166 SUCH DAMAGES.
167 .
168 You acknowledge that this software is not designed, licensed or
169 intended for use in the design, construction, operation or
170 maintenance of any nuclear facility.
171
172 Files: j3d-core-utils/src/classes/share/com/sun/j3d/internal/Distance.java
173 Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
174 License: other | LGPL-2.1
171175 On Debian systems the full text of the GNU Lesser General Public License can be
172176 found in the `/usr/share/common-licenses/LGPL-2.1' file.
173 .
174 Redistribution and use in source and binary forms, with or without
175 modification, are permitted provided that the following conditions
176 are met:
177 .
178 - Redistribution of source code must retain the above copyright
179 notice, this list of conditions and the following disclaimer.
180 .
181 - Redistribution in binary form must reproduce the above copyright
182 notice, this list of conditions and the following disclaimer in
183 the documentation and/or other materials provided with the
184 distribution.
185 .
186 Neither the name of Sun Microsystems, Inc. or the names of
187 contributors may be used to endorse or promote products derived from
188 this software without specific prior written permission.
189 .
190 This software is provided "AS IS," without a warranty of any
191 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
192 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
193 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
194 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
195 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
196 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
197 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
198 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
199 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
200 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
201 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
202 SUCH DAMAGES.
203 .
204 You acknowledge that this software is not designed, licensed or
205 intended for use in the design, construction, operation or
206 maintenance of any nuclear facility.
207
208 File(s): j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/
209 MainFrame.java, JMainFrame.java
210 Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
211 Copyright: Copyright (C) 1996 by Jef Poskanzer <jef@acme.com>. All rights reserved.
177 .
178 Redistribution and use in source and binary forms, with or without
179 modification, are permitted provided that the following conditions
180 are met:
181 .
182 - Redistribution of source code must retain the above copyright
183 notice, this list of conditions and the following disclaimer.
184 .
185 - Redistribution in binary form must reproduce the above copyright
186 notice, this list of conditions and the following disclaimer in
187 the documentation and/or other materials provided with the
188 distribution.
189 .
190 Neither the name of Sun Microsystems, Inc. or the names of
191 contributors may be used to endorse or promote products derived from
192 this software without specific prior written permission.
193 .
194 This software is provided "AS IS," without a warranty of any
195 kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
196 WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
197 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
198 EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
199 BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
200 MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
201 EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
202 PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
203 INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
204 THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
205 THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
206 SUCH DAMAGES.
207 .
208 You acknowledge that this software is not designed, licensed or
209 intended for use in the design, construction, operation or
210 maintenance of any nuclear facility.
211
212 Files: j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/MainFrame.java
213 j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/JMainFrame.java
214 Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
215 1996, Jef Poskanzer <jef@acme.com>. All rights reserved.
212216 License: other | BSD
213 .
214217 Redistribution and use in source and binary forms, with or without
215218 modification, are permitted provided that the following conditions are met:
216 .
219 .
217220 * Redistribution of source code must retain the above copyright notice, this
218221 list of conditions and the following disclaimer.
219 .
222 .
220223 * Redistribution in binary form must reproduce the above copyright notice,
221224 this list of conditions and the following disclaimer in the documentation
222225 and/or other materials provided with the distribution.
223 .
226 .
224227 Neither the name of Sun Microsystems, Inc. or the names of contributors may be
225228 used to endorse or promote products derived from this software without specific
226229 prior written permission.
227 .
230 .
228231 This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS
229232 OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
230233 WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
236239 DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
237240 OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED
238241 OF THE POSSIBILITY OF SUCH DAMAGES.
239 .
242 .
240243 You acknowledge that this software is not designed, licensed or intended for
241244 use in the design, construction, operation or maintenance of any nuclear
242245 facility.
243246
244 File(s): debian/*
245 Copyright: 2009 Jonny Lamb <jonny@debian.org>
247 Files: debian/*
248 Copyright: 2009, Jonny Lamb <jonny@debian.org>
246249 License: GPLv2
247250 On Debian systems the full text of the GNU General Public License can be found
248251 in the `/usr/share/common-licenses/GPL-2' file.
00 version=3
11 opts="uversionmangle=s/_/./g,dversionmangle=s/\+dfsg//" \
2 https://java3d.dev.java.net/binary-builds.html .*/j3d-([\d_]+)-src.zip
2 https://java3d.java.net/binary-builds.html .*/j3d-([\d_]+)-src.zip