-
Notifications
You must be signed in to change notification settings - Fork 75
/
LICENCE-THIRD-PARTY
825 lines (734 loc) · 35.9 KB
/
LICENCE-THIRD-PARTY
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
The CS Field Guide uses third-party libraries or other resources that may
be distributed under licences different than the CS Field Guide licence.
A summary of all third-party licences are listed below, with a full copy of
each licence available within the 'third-party-licences' directory.
If a particular source file of a library is included with the repository, it
should contain a copyright notice at the top of the file.
In the event that we accidentally failed to list a required licence,
please bring it to our attention through the issue tracker here:
https://github.com/uccser/cs-field-guide/issues/new
==============================================================================
ArrayMap (es6)
------------------------------------------------------------------------------
https://github.com/Jamesernator/es6-array-map
Copyright 2016 James "The Jamesernator" Browning
Licensed under MIT licence.
third-party-licences/arraymap.txt
==============================================================================
==============================================================================
atebits/Words
------------------------------------------------------------------------------
https://github.com/atebits/Words
Started by Loren Brichter
Creative Commons Zero v1.0 Universal Licence
third-party-licences/atebitsWords.txt
==============================================================================
==============================================================================
Autoprefixer
------------------------------------------------------------------------------
https://github.com/postcss/autoprefixer
Copyright 2013 Andrey Sitnik
Licensed under MIT licence.
third-party-licences/autoprefixer.txt
==============================================================================
==============================================================================
before-after.js
------------------------------------------------------------------------------
https://github.com/jotform/before-after.js
Copyright 2015 JotForm
Licensed under MIT licence.
third-party-licences/before-after.txt
==============================================================================
==============================================================================
Bias in Big Data
------------------------------------------------------------------------------
https://github.com/wolginm/Bias-In-Big-Data-Interactive
Copyright 2019 Mark Henszey Wolgin
Licensed under MIT licence.
third-party-licences/bias-in-big-data.txt
==============================================================================
==============================================================================
big.js
------------------------------------------------------------------------------
https://github.com/MikeMcl/big.js
Copyright 2018 Michael Mclaughlin
Licensed under MIT licence.
third-party-licences/bigjs.txt
==============================================================================
==============================================================================
BigInteger.js
------------------------------------------------------------------------------
https://github.com/peterolson/BigInteger.js
Created by Peter Olson
licensed under The Unlicense.
third-party-licences/biginteger.txt
==============================================================================
==============================================================================
Bootstrap
------------------------------------------------------------------------------
https://github.com/twbs/bootstrap
Copyright 2011-2019 Twitter, Inc. & The Bootstrap Authors
Licensed under MIT licence.
third-party-licences/bootstrap.txt
==============================================================================
==============================================================================
Browserify
------------------------------------------------------------------------------
https://github.com/browserify/browserify
Copyright owner not specified
Licensed under MIT licence.
third-party-licences/browserify.txt
==============================================================================
==============================================================================
Chart.js
------------------------------------------------------------------------------
https://github.com/chartjs/Chart.js
Copyright 2018 Chart.js Contributors
Licensed under MIT licence.
third-party-licences/chartjs.txt
==============================================================================
==============================================================================
CodeMirror
------------------------------------------------------------------------------
https://github.com/codemirror/CodeMirror
Copyright 2017 by Marijn Haverbeke and others
Licensed under MIT licence.
third-party-licences/codemirror.txt
==============================================================================
==============================================================================
Coverage.py
------------------------------------------------------------------------------
https://github.com/nedbat/coveragepy
Copyright 2018 Chart.js Contributors
licensed under Apache License 2.0.
third-party-licences/coverage.txt
==============================================================================
==============================================================================
crypto-js
------------------------------------------------------------------------------
https://github.com/brix/crypto-js
Copyright 2009-2013 Jeff Mott
Copyright 2013-2016 Evan Vosberg
Licensed under MIT licence.
third-party-licences/cryptojs.txt
==============================================================================
==============================================================================
css3patterns
------------------------------------------------------------------------------
https://github.com/LeaVerou/css3patterns
Copyright 2011 Lea Verou
Licensed under MIT licence.
third-party-licences/css3patterns.txt
==============================================================================
==============================================================================
cssselect
------------------------------------------------------------------------------
https://github.com/scrapy/cssselect
Copyright 2007-2012 Ian Bicking and contributors
licensed under BSD licence.
third-party-licences/cssselect.txt
==============================================================================
==============================================================================
cytoscape.js
------------------------------------------------------------------------------
https://github.com/cytoscape/cytoscape.js
Copyright 2016-2019 The Cytoscape Consortium.
Licensed under MIT licence.
third-party-licences/cytoscapejs.txt
==============================================================================
==============================================================================
cytoscape-automove
------------------------------------------------------------------------------
https://github.com/cytoscape/cytoscape.js-automove
Copyright 2016-2018, The Cytoscape Consortium.
Licensed under MIT licence.
third-party-licences/cytoscape-automove.txt
==============================================================================
==============================================================================
cytoscape-no-overlap
------------------------------------------------------------------------------
https://github.com/mo0om/cytoscape-no-overlap
Copyright 2018, Martin Heon.
Licensed under MIT licence.
third-party-licences/cytoscape-no-overlap.txt
==============================================================================
==============================================================================
Data Visualization
------------------------------------------------------------------------------
https://github.com/ahallak/CISC374
Copyright 2019 ahallak, sestrobel, joy-kitson, KMeyerUD.
Licensed under MIT licence.
third-party-licences/data-visualization.txt
==============================================================================
==============================================================================
details-element-polyfill
------------------------------------------------------------------------------
https://github.com/javan/details-element-polyfill
Copyright 2019 Javan Makhmali
Licensed under MIT licence.
third-party-licences/details-element-polyfill.txt
==============================================================================
==============================================================================
Detector.js
------------------------------------------------------------------------------
Modified by Alasdair Smith from the original file created by alteredq and mrdoob:
https://github.com/alteredq/three.js/blob/master/examples/js/Detector.js
Forked from the Three.js library:
https://github.com/mrdoob/three.js/
Copyright 2010-2011 three.js Authors
Licensed under MIT licence.
third-party-licences/Detectorjs.txt
==============================================================================
==============================================================================
Django
------------------------------------------------------------------------------
https://github.com/django/django
Copyright Django Software Foundation and individual contributors.
Includes code from the Python standard library
which is licenced under the Python licence
licensed under the three-clause BSD licence.
third-party-licences/django.txt
==============================================================================
==============================================================================
django-bidi-utils
------------------------------------------------------------------------------
https://github.com/MeirKriheli/django-bidi-utils
Copyright 2009 Meir Kriheli
Licensed under MIT licence.
third-party-licences/django-bidi-utils.txt
==============================================================================
==============================================================================
Django Debug Toolbar
------------------------------------------------------------------------------
https://github.com/jazzband/django-debug-toolbar
Copyright Rob Hudson and individual contributors
licensed under BSD licence.
third-party-licences/django-debug-toolbar.txt
==============================================================================
==============================================================================
django-haystack (AKA Haystack)
------------------------------------------------------------------------------
https://github.com/django-haystack/django-haystack
Copyright 2009-2011 Daniel Lindsley
licensed under BSD licence.
third-party-licences/django-haystack.txt
==============================================================================
==============================================================================
django-inline-svg
------------------------------------------------------------------------------
https://github.com/mixxorz/django-inline-svg
Copyright 2016 Mitchel Cabuloy
Licensed under MIT licence.
third-party-licences/django-inline-svg.txt
==============================================================================
==============================================================================
django-modeltranslation (AKA Modeltranslation)
------------------------------------------------------------------------------
https://github.com/deschler/django-modeltranslation
Copyright 2009-2012 Peter Eschler, Dirk Eschler
licensed under BSD licence.
third-party-licences/django-modeltranslation.txt
==============================================================================
==============================================================================
django-statici18n
------------------------------------------------------------------------------
https://github.com/zyegfryed/django-statici18n
Copyright 2012 Sebastien Fievet
licensed under BSD licence.
third-party-licences/django-statici18n.txt
==============================================================================
==============================================================================
Django test Without Migrations
------------------------------------------------------------------------------
https://github.com/henriquebastos/django-test-without-migrations
Copyright 2014 Henrique Bastos
Licensed under MIT licence.
third-party-licences/django-test-without-migrations.txt
==============================================================================
==============================================================================
django-widget-tweaks
------------------------------------------------------------------------------
https://github.com/jazzband/django-widget-tweaks
Copyright 2011-2015 Mikhail Korobov
Licensed under MIT licence.
third-party-licences/django-widget-tweaks.txt
==============================================================================
==============================================================================
Dragula
------------------------------------------------------------------------------
https://github.com/bevacqua/dragula
Copyright 2015-2016 Nicolas Bevacqua
Licensed under MIT licence.
third-party-licences/dragula.txt
==============================================================================
==============================================================================
es5-shim
------------------------------------------------------------------------------
https://github.com/es-shims/es5-shim
Copyright 2009-2016 Kristopher Michael Kowal and contributors
Licensed under MIT licence.
third-party-licences/es5shim.txt
==============================================================================
==============================================================================
es6-shim
------------------------------------------------------------------------------
https://github.com/paulmillr/es6-shim
Copyright 22013-2016 Paul Miller and contributors
Licensed under MIT licence.
third-party-licences/es6shim.txt
==============================================================================
==============================================================================
Flake8
------------------------------------------------------------------------------
https://gitlab.com/pycqa/flake8
Copyright 2011-2013 Tarek Ziade
Copyright 2012-2016 Ian Cordasco
Licensed under MIT licence.
third-party-licences/flake8.txt
==============================================================================
==============================================================================
Gulp
------------------------------------------------------------------------------
https://github.com/gulpjs/gulp
Copyright 2013-2018 Blaine Bublitz, Eric Schoffstall and other contributors
Licensed under MIT licence.
third-party-licences/gulp.txt
==============================================================================
==============================================================================
gulp-error-handle
------------------------------------------------------------------------------
https://www.npmjs.com/package/gulp-error-handle
Created by mhmadhamster
Licensed under MIT licence.
No known licence file to include
==============================================================================
==============================================================================
gulp-filter
------------------------------------------------------------------------------
https://github.com/sindresorhus/gulp-filter
Copyright Sindre Sorhus
Licensed under MIT licence.
third-party-licences/gulp-filter.txt
==============================================================================
==============================================================================
gulp-if
------------------------------------------------------------------------------
https://github.com/robrich/gulp-if
Copyright 2014 Richardson & Sons, LLC
Licensed under MIT licence.
third-party-licences/gulp-if.txt
==============================================================================
==============================================================================
gulp-postcss
------------------------------------------------------------------------------
https://github.com/postcss/gulp-postcss
Copyright 2014 Andrey Kuzmin
Licensed under MIT licence.
third-party-licences/gulp-postcss.txt
==============================================================================
==============================================================================
gulp-rename
------------------------------------------------------------------------------
https://github.com/hparra/gulp-rename
Copyright 2013 Hector Guillermo Parra Alvarez
Licensed under MIT licence.
third-party-licences/gulp-rename.txt
==============================================================================
==============================================================================
gulp-sass
------------------------------------------------------------------------------
https://github.com/dlmanning/gulp-sass
Copyright 2013 David Manning
Licensed under MIT licence.
third-party-licences/gulp-sass.txt
==============================================================================
==============================================================================
gulp-sourcemaps
------------------------------------------------------------------------------
https://github.com/gulp-sourcemaps/gulp-sourcemaps
Copyright 2014 Florian Reiterer
licensed under ISC licence.
third-party-licences/gulp-sourcemaps.txt
==============================================================================
==============================================================================
gulp-tap
------------------------------------------------------------------------------
https://github.com/geejs/gulp-tap
Copyright 2014 Mario Gutierrez
Licensed under MIT licence.
third-party-licences/gulp-tap.txt
==============================================================================
==============================================================================
gulp-terser
------------------------------------------------------------------------------
https://github.com/duan602728596/gulp-terser
Copyright 2017 段昊辰
Licensed under MIT licence.
third-party-licences/gulp-terser.txt
==============================================================================
==============================================================================
iFrame Resizer V3
------------------------------------------------------------------------------
https://github.com/davidjbradshaw/iframe-resizer
Copyright 2013-2019 David J. Bradshaw
Licensed under MIT licence.
third-party-licences/iframe-resizer.txt
==============================================================================
==============================================================================
interact.js
------------------------------------------------------------------------------
https://github.com/taye/interact.js
Copyright 2012-2019 Taye Adeyemi
Licensed under MIT licence.
third-party-licences/interactjs.txt
==============================================================================
==============================================================================
jQuery
------------------------------------------------------------------------------
https://github.com/jquery/jquery
Copyright JS Foundation and other contributors
Licensed under MIT licence.
third-party-licences/jquery.txt
==============================================================================
==============================================================================
jshint
------------------------------------------------------------------------------
https://github.com/jshint/jshint
Copyright 2012 Anton Kovalyov
Licensed under MIT licence.
third-party-licences/jshint.txt
==============================================================================
==============================================================================
lxml
------------------------------------------------------------------------------
https://github.com/lxml/lxml
Copyright Infrae
licensed under BSD licence.
third-party-licences/lxml.txt
==============================================================================
==============================================================================
MathJax
------------------------------------------------------------------------------
https://github.com/mathjax/MathJax
Copyright 2009-2013 The MathJax Consortium
licensed under the Apache License, Version 2.0
third-party-licences/mathjax.txt
==============================================================================
==============================================================================
Mathjs
------------------------------------------------------------------------------
https://github.com/josdejong/mathjs
Copyright 2013-2019 Jos de Jong
licensed under the Apache License, Version 2.0
third-party-licences/mathjs.txt
==============================================================================
==============================================================================
MIPS Assembler (AKA Online MIPS Assembler)
------------------------------------------------------------------------------
This program was used as influence, and is itself no longer used anywhere in the project
https://github.com/alanhogan/online-mips-assembler
Copyright 2008 Alan Hogan
licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
third-party-licences/mips-assembler.txt
==============================================================================
==============================================================================
MIPS Simulator (AKA MIPhpS MIPS Simulator)
------------------------------------------------------------------------------
This program was used as influence, and is itself no longer used anywhere in the project
https://github.com/alanhogan/miphps-mips-simulator
Copyright 2008 Alan Hogan
licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
third-party-licences/mips-simulator.txt
==============================================================================
==============================================================================
Multiple Select
------------------------------------------------------------------------------
https://github.com/wenzhixin/multiple-select
Copyright 2012-2014 Zhixin Wen
Licensed under MIT licence.
third-party-licences/multiple-select.txt
==============================================================================
==============================================================================
node (AKA Node.js)
------------------------------------------------------------------------------
https://github.com/nodejs/node
Copyright Node.js contributors
licensed under a number of licences.
third-party-licences/node.txt
==============================================================================
==============================================================================
node-dct
------------------------------------------------------------------------------
https://github.com/vail-systems/node-dct
Copyright 2015 Vail Systems
Licensed under MIT licence.
third-party-licences/dct.txt
==============================================================================
==============================================================================
node-rsa
------------------------------------------------------------------------------
https://github.com/rzcoder/node-rsa
Copyright 2014 rzcoder
Licensed under MIT licence.
third-party-licences/node-rsa.txt
==============================================================================
==============================================================================
noUiSlider
------------------------------------------------------------------------------
https://github.com/leongersen/noUiSlider
Copyright 2018 Léon Gersen
Licensed under MIT licence.
third-party-licences/nouislider.txt
==============================================================================
==============================================================================
Phaser 3
------------------------------------------------------------------------------
https://github.com/photonstorm/phaser
Copyright 2018 Richard Davey, Photon Storm Ltd.
licenced under MIT licence
third-party-licences/phaser3.txt
==============================================================================
==============================================================================
Pillow
------------------------------------------------------------------------------
https://github.com/python-pillow/Pillow
Copyright 2010-2019 Alex Clark and contributors
Forked from the Python Imaging Library [PIL]:
Copyright 1997-2011 Secret Labs AB
Copyright 1995-2011 Fredrik Lundh
licensed under the PIL Software License.
third-party-licences/pillow.txt
==============================================================================
==============================================================================
Popper.js
------------------------------------------------------------------------------
https://github.com/FezVrasta/popper.js
Copyright 2016 Federico Zivolo and contributors
Licensed under MIT licence.
third-party-licences/popperjs.txt
==============================================================================
==============================================================================
postcss-flexbugs-fixes
------------------------------------------------------------------------------
https://github.com/luisrudge/postcss-flexbugs-fixes
Copyright 2015 Luis Rudge
Licensed under MIT licence.
third-party-licences/postcss-flexbugs-fixes.txt
==============================================================================
==============================================================================
pydocstyle
------------------------------------------------------------------------------
https://github.com/PyCQA/pydocstyle/
Copyright 2012 GreenSteam
Copyright 2014-2017 Amir Rachum
licensed under MIT licence
third-party-licences/pydocstyle.txt
==============================================================================
==============================================================================
Python BiDi
------------------------------------------------------------------------------
https://github.com/MeirKriheli/python-bidi
Project lead: Meir Kriheli
licensed under LGPL 3.0
third-party-licences/python-bidi.txt
==============================================================================
==============================================================================
python-markdown-math
------------------------------------------------------------------------------
https://github.com/mitya57/python-markdown-math
Copyright 2015-2017 Dmitry Shachnev
Licensed under MIT licence.
third-party-licences/python-markdown-math.txt
==============================================================================
==============================================================================
PyYAML
------------------------------------------------------------------------------
https://github.com/yaml/pyyaml
Copyright 2017-2019 Ingy döt Net
Copyright 2006-2016 Kirill Simonov
Licensed under MIT licence.
third-party-licences/pyyaml.txt
==============================================================================
==============================================================================
selenium
------------------------------------------------------------------------------
https://github.com/SeleniumHQ/selenium/
Copyright 2011-2019 Software Freedom Conservancy
Copyright 2004-2011 Selenium committers
licensed under Apache License 2.0.
third-party-licences/selenium.txt
==============================================================================
==============================================================================
Skulpt
------------------------------------------------------------------------------
https://github.com/skulpt/skulpt
Copyright 2009-2016 Scott Graham and contributors
Licensed under MIT licence.
third-party-licences/skulpt.txt
==============================================================================
==============================================================================
Sphinx
------------------------------------------------------------------------------
https://github.com/sphinx-doc/sphinx
Copyright 2007-2019 by the Sphinx team
licensed under BSD licence.
third-party-licences/sphinx.txt
==============================================================================
==============================================================================
sphinx-rtd-theme (AKA Read The Docs Sphinx Theme)
------------------------------------------------------------------------------
https://github.com/rtfd/sphinx_rtd_theme
Copyright 2013-2018 Dave Snider, Read the Docs, Inc. & contributors
Licensed under MIT licence.
third-party-licences/sphinx-rtd-theme.txt
==============================================================================
==============================================================================
sprintf-js
------------------------------------------------------------------------------
https://github.com/alexei/sprintf.js
Copyright 2007-present, Alexandru Mărășteanu
licensed under the BSD 3-Clause "New" or "Revised" License
third-party-licences/sprintf-js.txt
==============================================================================
==============================================================================
String.fromCodePoint
------------------------------------------------------------------------------
https://github.com/mathiasbynens/String.fromCodePoint
Copyright Mathias Bynens
Licensed under MIT licence.
third-party-licences/stringfromcodepoint.txt
==============================================================================
==============================================================================
TeapotBufferGeometry.js
------------------------------------------------------------------------------
Modified by Alasdair Smith from the original file:
https://github.com/mrdoob/three.js/blob/master/examples/js/geometries/TeapotBufferGeometry.js
Copyright 2010-2019 Three.js authors
Licensed under MIT licence.
third-party-licences/threejs.txt
==============================================================================
==============================================================================
Three.js
------------------------------------------------------------------------------
https://github.com/mrdoob/three.js/
Copyright 2010-2019 three.js Authors
Licensed under MIT licence.
third-party-licences/threejs.txt
==============================================================================
==============================================================================
three-orbit-controls
------------------------------------------------------------------------------
https://github.com/mattdesl/three-orbit-controls
Created by mattdesl
Modified from the original three.js example:
Copyright 2010-2019 three.js Authors
Licensed under MIT licence.
third-party-licences/threejs.txt
Licensed under MIT licence.
No known licence file to include.
==============================================================================
==============================================================================
tracking.js
------------------------------------------------------------------------------
https://github.com/eduardolundgren/tracking.js
Copyright 2014, Eduardo A. Lundgren Melo
licensed under BSD licence.
third-party-licences/tracking.txt
==============================================================================
==============================================================================
trAIning_ground
------------------------------------------------------------------------------
https://github.com/wtaylor45/374-sticks-game
Copyright 2017 Lia Dawson, Greg Mohler, Rachel Muzzelo, William Taylor
Licensed under MIT licence.
third-party-licences/training_ground.txt
==============================================================================
==============================================================================
Tween.js
------------------------------------------------------------------------------
https://github.com/tweenjs/tween.js/
Copyright 2010-2012 Tween.js Authors
Licensed under MIT licence.
third-party-licences/tweenjs.txt
==============================================================================
==============================================================================
underscore
------------------------------------------------------------------------------
https://github.com/jashkenas/underscore
Copyright 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative
Licensed under MIT licence.
third-party-licences/underscore.txt
==============================================================================
==============================================================================
underscore.string
------------------------------------------------------------------------------
https://github.com/epeli/underscore.string
Copyright 2011 Esa-Matti Suuronen
Licensed under MIT licence.
third-party-licences/underscorestring.txt
==============================================================================
==============================================================================
uniseg
------------------------------------------------------------------------------
https://bitbucket.org/emptypage/uniseg-python
Copyright 2013 Masaaki Shibata
Licensed under MIT licence.
third-party-licences/uniseg.txt
==============================================================================
==============================================================================
Verto
------------------------------------------------------------------------------
https://github.com/uccser/verto
Copyright University of Canterbury Computer Science Education Research and contributors.
Licensed under MIT licence.
third-party-licences/verto.txt
==============================================================================
==============================================================================
vinyl-buffer
------------------------------------------------------------------------------
https://github.com/hughsk/vinyl-buffer
Copyright 2014 Hugh Kennedy
Licensed under MIT licence.
third-party-licences/vinyl-buffer.txt
==============================================================================
==============================================================================
viz-lite.js
------------------------------------------------------------------------------
Source file obtained from
https://github.com/mdaines/viz.js
Copyright 2014-2017 Michael Daines
Licensed under MIT licence.
third-party-licences/vizlite.txt
==============================================================================
==============================================================================
wheel
------------------------------------------------------------------------------
https://github.com/pypa/wheel
Copyright 2012-2014 Daniel Holth and contributors
Licensed under MIT licence.
third-party-licences/wheel.txt
==============================================================================
==============================================================================
Whoosh
------------------------------------------------------------------------------
https://bitbucket.org/mchaput/whoosh/overview
Copyright 2011 Matt Chaput
licensed under BSD licence.
third-party-licences/whoosh.txt
==============================================================================
==============================================================================
wnumb
------------------------------------------------------------------------------
https://github.com/leongersen/wnumb
Created by Leon Gersen
licensed under WTFPL
==============================================================================
==============================================================================
Yargs
------------------------------------------------------------------------------
https://github.com/yargs/yargs
Copyright 2010 James Halliday
Modified work Copyright 2014 Contributors
licensed under MIT/X11 licence.
third-party-licences/yargs.txt
==============================================================================