Codebase list java3d / d1ef3fd
Fixed some duplicate license short ids in debian/copyright Emmanuel Bourg 6 years ago
2 changed file(s) with 5 addition(s) and 63 deletion(s). Raw diff Collapse all Expand all
1212 * Moved the package to Git
1313 * Standards-Version updated to 4.1.3
1414 * Switch to debhelper level 11
15 * Fixed some duplicate license short ids in debian/copyright
1516
1617 -- tony mancill <tmancill@debian.org> Sun, 04 Jan 2015 10:09:51 -0800
1718
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: Java 3D
22 Source: http://java3d.java.net
33
5252 Files: j3d-core/src/native/ogl/glext.h
5353 j3d-core/src/native/ogl/wglext.h
5454 Copyright: 2007, The Khronos Group Inc.
55 License: MIT
55 License: MIT-khronos
5656 Permission is hereby granted, free of charge, to any person
5757 obtaining a copy of this software and/or associated documentation
5858 files (the "Materials"), to deal in the Materials without
7575
7676 Files: j3d-core-utils/*
7777 Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
78 License: other
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.
137 License: other
78 License: BSD-2-Clause
13879 Redistribution and use in source and binary forms, with or without
13980 modification, are permitted provided that the following conditions
14081 are met:
213154 j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/JMainFrame.java
214155 Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
215156 1996, Jef Poskanzer <jef@acme.com>. All rights reserved.
216 License: other or BSD
157 License: other or BSD-2-Clause
217158 Redistribution and use in source and binary forms, with or without
218159 modification, are permitted provided that the following conditions are met:
219160 .