1-
2- For license texts see at the end of this document.
3-
4-
5- ////////
6- // NGL
7-
8- The MIT License, Copyright © 2013-2016 Alexander S. Rose
9-
10- applies to all files unless otherwise noted (excluding files in tmp/*)
11-
12-
13- //////////
14- // THREE
15-
16- The MIT License, Copyright © 2010-2016 three.js authors
17-
18- lib/three.js
19-
20- src/controls/trackball-controls.js
21- src/math/array-utils.js#quicksortIP
22- src/parser/obj-parser.js
23- src/parser/ply-parser.js
24- src/utils/binary-heap.js
25- src/utils/kdtree.js
26-
27- examples/js/lib/ui/ui.js
28- examples/css/dark.css
29- examples/css/light.css
30-
31- doc/page.css
32- doc/page.js
33- doc/list.js
34- doc/index.html
35- doc/prettify/threejs.css
36-
37-
38- ////////////
39- // Signals
40-
41- JS Signals <http://millermedeiros.github.com/js-signals/>
42- Released under the MIT license
43- Author: Miller Medeiros
44-
45- lib/signals.es6.js
46-
47- examples/js/lib/signals.min.js
48-
49-
50- /////////////////
51- // Font Awesome
52-
53- Font Awesome by Dave Gandy - http://fontawesome.io
54-
55- License: MIT License
56- URL: http://opensource.org/licenses/mit-license.html
57-
58- examples/css/font-awesome.min.css
59-
60- License: SIL OFL 1.1
61- URL: http://scripts.sil.org/OFL
62-
63- examples/fonts/FontAwesome.otf
64- examples/fonts/fontawesome-webfont.eot
65- examples/fonts/fontawesome-webfont.svg
66- examples/fonts/fontawesome-webfont.ttf
67- examples/fonts/fontawesome-webfont.woff
68-
69-
70- ///////////////
71- // sprintf.js
72-
73- https://github.com/alexei/sprintf.js
74- 3-clause BSD license, 2007-2013
75- Alexandru Marasteanu <hello [at) alexei (dot] ro>
76-
77- lib/sprintf.es6.js
78-
79-
80- ///////////
81- // jsfeat
82-
83- http://inspirit.github.io/jsfeat/
84- MIT License, 2012, Eugene Zatepyakin
85-
86- src/math/matrix-utils.js - svd methods
87-
88-
89- //////////
90- // Mocha
91-
92- http://mochajs.org/
93- Copyright (c) 2011-2016 TJ Holowaychuk <tj@vision-media.ca>
94-
95- test/html/mocha.css
96- test/html/mocha.js
97-
98-
99- /////////
100- // Chai
101-
102- http://chaijs.com/
103- Copyright (c) 2011-2015 Jake Luer jake@alogicalparadox.com
104-
105- test/html/chai.js
106-
107-
108- //////////////
109- // Chroma.js
110-
111- https://github.com/gka/chroma.js
112- MIT License, Copyright 2011-2013, Gregor Aisch
113-
114- lib/chroma.es6.js
115-
116-
117- /////////////////////
118- // FlexiColorPicker
119-
120- https://github.com/DavidDurman/FlexiColorPicker
121- https://github.com/zvin/FlexiColorPicker
122- MIT License, Copyright (c) 2011 - 2012 David Durman
123-
124- examples/js/lib/colorpicker.min.js
125-
126-
127- /////////////////////
128- // Virtual DOM List
129-
130- https://github.com/sergi/virtual-list
131- MIT License, Copyright (C) 2013 Sergi Mansilla
132-
133- examples/js/ui/ui.extra.js#UI.VirtualList
134-
135-
136- //////////////
137- // tether.js
138-
139- https://github.com/HubSpot/tether
140- MIT License, Copyright (c) 2014 HubSpot, Inc.
141-
142- examples/js/lib/tether.min.js
143-
144-
145- ////////////////
146- // pako.min.js
147-
148- https://github.com/nodeca/pako
149- MIT License, Copyright (c) 2014 by Vitaly Puzrin
150-
151- lib/pako.es6.js
152-
153-
154- /////////////////////
155- // promise polyfill
156-
157- https://github.com/taylorhakes/promise-polyfill
158- MIT License, Copyright (c) 2014 Taylor Hakes, 2014 Forbes Lindesay,
159-
160- lib/promise.es6.js
161-
162-
163- /////////////////////
164- // HyperBall shader
165-
166- Copyright (C) 2010-2011 by
167- Laboratoire de Biochimie Theorique (CNRS),
168- Laboratoire d'Informatique Fondamentale d'Orleans (Universite d'Orleans), (INRIA) and
169- Departement des Sciences de la Simulation et de l'Information (CEA).
170-
171- License: CeCILL-C license (http://www.cecill.info/)
172-
173- Contact: Marc Baaden
174- E-mail: baaden@smplinux.de
175- Webpage: http://hyperballs.sourceforge.net
176-
177- ported to WebGL by Alexander Rose
178-
179- src/shader/HyperballStickImpostor.vert
180- src/shader/HyperballStickImpostor.frag
181-
182-
183- /////////////////////////////////////////
184- // PyMOL screen aligned cylinder shader
185-
186- Open-Source PyMOL is Copyright (C) Schrodinger, LLC.
187-
188- All Rights Reserved
189-
190- Permission to use, copy, modify, distribute, and distribute modified
191- versions of this software and its built-in documentation for any
192- purpose and without fee is hereby granted, provided that the above
193- copyright notice appears in all copies and that both the copyright
194- notice and this permission notice appear in supporting documentation,
195- and that the name of Schrodinger, LLC not be used in advertising or
196- publicity pertaining to distribution of the software without specific,
197- written prior permission.
198-
199- SCHRODINGER, LLC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
200- INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN
201- NO EVENT SHALL SCHRODINGER, LLC BE LIABLE FOR ANY SPECIAL, INDIRECT OR
202- CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
203- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
204- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
205- USE OR PERFORMANCE OF THIS SOFTWARE.
206-
207- src/shader/CylinderImpostor.vert
208- src/shader/CylinderImpostor.frag
209- src/shader/LineSprite.vert
210-
211-
212- ///////////////////////////////////////////
213- // VTK quadric surface center calculation
214-
215- /*=========================================================================
216-
217- Program: Visualization Toolkit
218- Module: Quadrics_fs.glsl and Quadrics_vs.glsl
219-
220- Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
221- All rights reserved.
222- See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
223-
224- This software is distributed WITHOUT ANY WARRANTY; without even
225- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
226- PURPOSE. See the above copyright notice for more information.
227-
228- =========================================================================*/
229-
230- // .NAME Quadrics_fs.glsl and Quadrics_vs.glsl
231- // .SECTION Thanks
232- // <verbatim>
233- //
234- // This file is part of the PointSprites plugin developed and contributed by
235- //
236- // Copyright (c) CSCS - Swiss National Supercomputing Centre
237- // EDF - Electricite de France
238- //
239- // John Biddiscombe, Ugo Varetto (CSCS)
240- // Stephane Ploix (EDF)
241- //
242- // </verbatim>
243-
244- src/shader/ParticleSprite.vert
245- src/shader/SphereHalo.vert
246- src/shader/SphereImpostor.vert
247-
248-
249-
250-
251-
252-
253- //////////////////
254- // License texts
255-
256-
2571The MIT License
2582
259- Copyright (c) <year>, <copyright holder>
3+ Copyright (c) 2014-2017, Alexander S Rose
2604
2615Permission is hereby granted, free of charge, to any person obtaining a copy
2626of this software and associated documentation files (the "Software"), to deal
@@ -275,35 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27519LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27620OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27721THE SOFTWARE.
278-
279-
280-
281-
282- 3-clause BSD license
283-
284- Copyright (c) <year>, <copyright holder>
285- All rights reserved.
286-
287- Redistribution and use in source and binary forms, with or without
288- modification, are permitted provided that the following conditions are met:
289- * Redistributions of source code must retain the above copyright
290- notice, this list of conditions and the following disclaimer.
291- * Redistributions in binary form must reproduce the above copyright
292- notice, this list of conditions and the following disclaimer in the
293- documentation and/or other materials provided with the distribution.
294- * Neither the name of the <organization> nor the
295- names of its contributors may be used to endorse or promote products
296- derived from this software without specific prior written permission.
297-
298- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
299- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
300- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
301- DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
302- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
303- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
304- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
305- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
306- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
307- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
308-
309-
0 commit comments