-
Notifications
You must be signed in to change notification settings - Fork 11
/
LICENCE-THIRD-PARTY
708 lines (628 loc) · 31.1 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
CodeWOF uses third-party libraries or other resources that may
be distributed under licences different than the CodeWOF 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/codewof/issues/new
==============================================================================
argon2-cffi
------------------------------------------------------------------------------
https://github.com/hynek/argon2-cffi
Copyright 2015 Hynek Schlawack
licensed under the MIT licence
third-party-licences/argon2-cffi.txt
==============================================================================
==============================================================================
autoprefixer
------------------------------------------------------------------------------
https://github.com/postcss/autoprefixer
Copyright 2013 Andrey Sitnik
licensed under the MIT licence
third-party-licences/autoprefixer.txt
==============================================================================
==============================================================================
Babel
------------------------------------------------------------------------------
https://github.com/babel/babel
Copyright 2014-present Sebastian McKenzie and other contributors
licensed under the MIT licence
third-party-licences/babel.txt
==============================================================================
==============================================================================
bootstrap
------------------------------------------------------------------------------
https://github.com/twbs/bootstrap
Copyright 2011-2020 Twitter, Inc and The Bootstrap Authors
licensed under the MIT licence
third-party-licences/bootstrap.txt
==============================================================================
==============================================================================
browserify
------------------------------------------------------------------------------
https://github.com/browserify/browserify
Copyright 2010 James Halliday
licensed under the MIT licence
third-party-licences/browserify.txt
==============================================================================
==============================================================================
clipboard
------------------------------------------------------------------------------
https://github.com/zenorocha/clipboard.js
Copyright Zeno Rocha
licensed under the MIT licence
third-party-licences/clipboard.txt
==============================================================================
==============================================================================
codemirror
------------------------------------------------------------------------------
https://github.com/codemirror/CodeMirror
Copyright 2017 Marijn Haverbeke
licensed under the MIT licence
third-party-licences/codemirror.txt
==============================================================================
==============================================================================
coreapi (AKA Python client library)
------------------------------------------------------------------------------
https://github.com/core-api/python-client
Copyright 2017-present Tom Christie
licensed under the BSD licence
third-party-licences/coreapi.txt
==============================================================================
==============================================================================
coverage
------------------------------------------------------------------------------
https://github.com/nedbat/coveragepy
Copyright 2001 Gareth Rees, 2004-2020 Ned Batchelder
licensed under the Apache licence 2.0
third-party-licences/coverage.txt
==============================================================================
==============================================================================
del
------------------------------------------------------------------------------
https://github.com/sindresorhus/del
Copyright Sindre Sorhus
licensed under the MIT licence
third-party-licences/del.txt
==============================================================================
==============================================================================
details-element-polyfill
------------------------------------------------------------------------------
https://github.com/javan/details-element-polyfill
Copyright 2019 Javan Makhmali
licensed under the MIT licence
third-party-licences/details-element-polyfill.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-activeurl
------------------------------------------------------------------------------
https://github.com/hellysmile/django-activeurl
Copyright [email protected]
licensed under the Apache licence 2.0
third-party-licences/django-activeurl.txt
==============================================================================
==============================================================================
django-allauth
------------------------------------------------------------------------------
https://github.com/pennersr/django-allauth
Copyright 2010-2017 Raymond Penners and contributors
licensed under the MIT Licence
third-party-licences/django-allauth.txt
==============================================================================
==============================================================================
django-anymail
------------------------------------------------------------------------------
https://github.com/anymail/django-anymail
Copyright Anymail Contributors
licensed under the three-clause BSD licence
third-party-licences/django-anymail.txt
==============================================================================
==============================================================================
django-autoslug
------------------------------------------------------------------------------
https://github.com/justinmayer/django-autoslug
Created by Andy Mikhailenko
licensed under the GNU Lesser General Public License v3.0
third-party-licences/django-autoslug.txt
==============================================================================
==============================================================================
django-bootstrap-breadcrumbs
------------------------------------------------------------------------------
https://github.com/prymitive/bootstrap-breadcrumbs
Copyright 2014 Łukasz Mierzwa
licensed under the MIT Licence
third-party-licences/django-bootstrap-breadcrumbs.txt
==============================================================================
==============================================================================
django-ckeditor
------------------------------------------------------------------------------
https://github.com/django-ckeditor/django-ckeditor
Copyright Shaun Sephton
licensed under the BSD Licence
third-party-licences/django-ckeditor.txt
==============================================================================
==============================================================================
django-crispy-forms
------------------------------------------------------------------------------
https://github.com/django-crispy-forms/django-crispy-forms
Copyright Alex Gaynor and individual contributors
licensed under the MIT licence
third-party-licences/django-crispy-forms.txt
==============================================================================
==============================================================================
django-debug-toolbar
------------------------------------------------------------------------------
https://github.com/jazzband/django-debug-toolbar
Copyright Rob Hudson and individual contributors
licensed under the BSD licence
third-party-licences/django-debug-toolbar.txt
==============================================================================
==============================================================================
django-extensions
------------------------------------------------------------------------------
https://github.com/django-extensions/django-extensions
Copyright 2007 Michael Trier
licensed under the MIT licence
third-party-licences/django-extensions.txt
==============================================================================
==============================================================================
django-filter
------------------------------------------------------------------------------
https://github.com/carltongibson/django-filter/tree/master
Copyright 2009-2015 Miguel Araujo and contributors
licensed under the BSD licence
third-party-licences/django-filter.txt
==============================================================================
==============================================================================
django-inline-svg
------------------------------------------------------------------------------
https://github.com/mixxorz/django-inline-svg
Copyright 2016 Mitchel Cabuloy
licensed under the MIT licence
third-party-licences/django-inline-svg.txt
==============================================================================
==============================================================================
django-mail-templated
------------------------------------------------------------------------------
https://pypi.org/project/django-mail-templated
Copyright 2012 Artem Rizhov
licensed under the MIT licence
third-party-licences/django-mail-templated.txt
==============================================================================
==============================================================================
django-model-utils
------------------------------------------------------------------------------
https://github.com/jazzband/django-model-utils
Copyright 2009-2019 Carl Meyer and contributors
licensed under the three-clause BSD licence
third-party-licences/django-model-utils.txt
==============================================================================
==============================================================================
django-modeltranslation (AKA Modeltranslation)
------------------------------------------------------------------------------
https://github.com/deschler/django-modeltranslation
Copyright 2009-2012 Peter Eschler, Dirk Eschler
licensed under the three-clause BSD licence
third-party-licences/django-modeltranslation.txt
==============================================================================
==============================================================================
django-recaptcha (AKA Django reCAPTCHA)
------------------------------------------------------------------------------
https://github.com/deschler/django-modeltranslation
Copyright Praekelt Consulting
licensed under the three-clause BSD licence
third-party-licences/django-recaptcha.txt
==============================================================================
==============================================================================
django-redis
------------------------------------------------------------------------------
https://github.com/jazzband/django-redis
Copyright 2011 Sean Bleier, 2011-2016 Andrey Antukh
licensed under the three-clause BSD licence
third-party-licences/django-redis.txt
==============================================================================
==============================================================================
django-storages
------------------------------------------------------------------------------
https://github.com/jschneier/django-storages
Copyright 2008-2019 contributors
licensed under the three-clause BSD licence
third-party-licences/django-storages.txt
==============================================================================
==============================================================================
Django Rest Framework
------------------------------------------------------------------------------
https://github.com/encode/django-rest-framework
Copyright 2011-present Encode OSS Ltd
licensed under the BSD licence
third-party-licences/django-rest-framework.txt
==============================================================================
==============================================================================
factory-boy
------------------------------------------------------------------------------
https://github.com/FactoryBoy/factory_boy
Copyright 2010 Mark Sandstrom, 2011-2015 Raphaël Barrois, The FactoryBoy project
licensed under the MIT licence
third-party-licences/factory-boy.txt
==============================================================================
==============================================================================
filetype
------------------------------------------------------------------------------
https://github.com/h2non/filetype.py
Copyright 2016 Tomás Aparicio
licensed under the MIT licence
third-party-licences/filetype.txt
==============================================================================
==============================================================================
flake8
------------------------------------------------------------------------------
https://gitlab.com/pycqa/flake8
Copyright 2011-2013 Tarek Ziade, 2012-2016 Ian Cordasco
licensed under the MIT licence
third-party-licences/flake8.txt
==============================================================================
==============================================================================
flake8-docstrings
------------------------------------------------------------------------------
https://gitlab.com/pycqa/flake8-docstrings
Copyright 2013 Simon Andre, Ian Cordasco
licensed under the MIT licence
third-party-licences/flake8-docstrings.txt
==============================================================================
==============================================================================
flake8-quotes
------------------------------------------------------------------------------
https://github.com/zheller/flake8-quotes
Authored by Zachary Wright Heller
licensed under the MIT licence
third-party-licences/flake8-quotes.txt
==============================================================================
==============================================================================
fuse.js
------------------------------------------------------------------------------
https://github.com/krisk/Fuse
Copyright 2017 Kirollos Risk
licensed under the Apache licence 2.0
third-party-licences/fuse.txt
==============================================================================
==============================================================================
gulp
------------------------------------------------------------------------------
https://github.com/gulpjs/gulp
Copyright 2013-2018 Blaine Bublitz, Eric Schoffstall and other contributors
licensed under the MIT licence
third-party-licences/gulp.txt
==============================================================================
==============================================================================
gulplog
------------------------------------------------------------------------------
https://github.com/gulpjs/gulplog
Copyright 2015 Blaine Bublitz, Eric Schoffstall and other contributors
licensed under the MIT licence
third-party-licences/gulplog.txt
==============================================================================
==============================================================================
gulp-babel
------------------------------------------------------------------------------
https://github.com/babel/gulp-babel
Copyright 2014-2018 Sindre Sorhus
licensed under the MIT licence
third-party-licences/gulp-babel.txt
==============================================================================
==============================================================================
gulp-error-handle
------------------------------------------------------------------------------
https://www.npmjs.com/package/gulp-error-handle
Copyright 2017 Maxim Burmagin
licensed under the MIT licence
third-party-licences/gulp-error-handle.txt
==============================================================================
==============================================================================
gulp-filter
------------------------------------------------------------------------------
https://github.com/sindresorhus/gulp-filter
Copyright Sindre Sorhus
licensed under the MIT licence
third-party-licences/gulp-filter.txt
==============================================================================
==============================================================================
gulp-if
------------------------------------------------------------------------------
https://github.com/robrich/gulp-if
Copyright 2014 Richardson & Sons, LLC
licensed under the MIT licence
third-party-licences/gulp-if.txt
==============================================================================
==============================================================================
gulp-jshint
------------------------------------------------------------------------------
https://github.com/spalger/gulp-jshint
Copyright 2015 Spencer Alger
licensed under the MIT licence
third-party-licences/gulp-jshint.txt
==============================================================================
==============================================================================
gulp-notify
------------------------------------------------------------------------------
https://github.com/mikaelbr/gulp-notify
Copyright 2014 Mikael Brevik
licensed under the MIT licence
third-party-licences/gulp-notify.txt
==============================================================================
==============================================================================
gulp-postcss
------------------------------------------------------------------------------
https://github.com/postcss/gulp-postcss
Copyright 2014 Andrey Kuzmin
licensed under the MIT licence
third-party-licences/gulp-postcss.txt
==============================================================================
==============================================================================
gulp-rename
------------------------------------------------------------------------------
https://github.com/hparra/gulp-rename
Copyright 2013 Hector Guillermo Parra Alvarez
licensed under the MIT licence
third-party-licences/gulp-rename.txt
==============================================================================
==============================================================================
gulp-sass
------------------------------------------------------------------------------
https://github.com/dlmanning/gulp-sass
Copyright 2013 David Manning
licensed under the MIT licence
third-party-licences/gulp-sass.txt
==============================================================================
==============================================================================
gulp-sourcemaps
------------------------------------------------------------------------------
https://github.com/gulp-sourcemaps/gulp-sourcemaps
Copyright 2014 Florian Reiterer
licensed under the ISC licence
third-party-licences/gulp-sourcemaps.txt
==============================================================================
==============================================================================
gulp-tap
------------------------------------------------------------------------------
https://github.com/geejs/gulp-tap
Copyright 2014 Mario Gutierrez
licensed under the MIT licence
third-party-licences/gulp-tap.txt
==============================================================================
==============================================================================
gulp-terser
------------------------------------------------------------------------------
https://github.com/duan602728596/gulp-terser
Copyright 2017 段昊辰
licensed under the MIT licence
third-party-licences/gulp-terser.txt
==============================================================================
==============================================================================
gulp-util
------------------------------------------------------------------------------
https://github.com/gulpjs/gulp-util
Copyright 2014 Fractal
licensed under the MIT licence
third-party-licences/gulp-util.txt
==============================================================================
==============================================================================
Intro.js
------------------------------------------------------------------------------
https://github.com/usablica/intro.js
Copyright (C) 2012-2017 Afshin Mehrabani ([email protected])
licensed under the GNU Affero General Public License.
third-party-licences/introjs.txt
==============================================================================
==============================================================================
jquery
------------------------------------------------------------------------------
https://github.com/jquery/jquery
Copyright OpenJS Foundation and other contributors
licensed under the MIT licence
third-party-licences/jquery.txt
==============================================================================
==============================================================================
jshint
------------------------------------------------------------------------------
https://github.com/jshint/jshint
Copyright 2012 Anton Kovalyov
licensed under the MIT licence
third-party-licences/jshint.txt
==============================================================================
==============================================================================
jshint-stylish
------------------------------------------------------------------------------
https://github.com/sindresorhus/jshint-stylish
Copyright Sindre Sorhus
licensed under the MIT licence
third-party-licences/jshint-stylish.txt
==============================================================================
==============================================================================
mypy
------------------------------------------------------------------------------
https://github.com/python/mypy
Copyright 2015-2019 Jukka Lehtosalo and contributors
licensed under the MIT licence
third-party-licences/mypy.txt
==============================================================================
==============================================================================
node-gyp
------------------------------------------------------------------------------
https://github.com/nodejs/node-gyp
Copyright 2012 Nathan Rajlich
licensed under the MIT licence
third-party-licences/node-gyp.txt
==============================================================================
==============================================================================
pep8-naming (AKA PEP 8 Naming Conventions)
------------------------------------------------------------------------------
https://github.com/PyCQA/pep8-naming
Copyright 2013 Florent Xicluna
licensed under the Expat Licence
third-party-licences/pep8-naming.txt
==============================================================================
==============================================================================
popper.js
------------------------------------------------------------------------------
https://github.com/popperjs/popper-core
Copyright 2019 Federico Zivolo
licensed under the MIT licence
third-party-licences/popper.txt
==============================================================================
==============================================================================
postcss-flexbugs-fixes
------------------------------------------------------------------------------
https://github.com/luisrudge/postcss-flexbugs-fixes
Copyright 2015 Luis Rudge
licensed under the MIT licence
third-party-licences/postcss-flexbugs-fixes.txt
==============================================================================
==============================================================================
psycopg2
------------------------------------------------------------------------------
https://github.com/psycopg/psycopg2
Copyright holder not specified
licensed under the GNU Lesser General Public License v3.0
third-party-licences/psycopg2.txt
==============================================================================
==============================================================================
pydocstyle
------------------------------------------------------------------------------
https://github.com/PyCQA/pydocstyle
Copyright 2012 GreenSteam, 2014-2017 Amir Rachum
licensed under the MIT licence
third-party-licences/pydocstyle.txt
==============================================================================
==============================================================================
pytest
------------------------------------------------------------------------------
https://github.com/pytest-dev/pytest
Copyright 2004-2020 Holger Krekel and others
licensed under the MIT licence
third-party-licences/pytest.txt
==============================================================================
==============================================================================
pytest-django
------------------------------------------------------------------------------
https://github.com/pytest-dev/pytest
Copyright 2015-2018 pytest-django authors
forked from pytest_django created by Ben Firshman
licensed under the three-clause BSD licence
third-party-licences/pytest-django.txt
==============================================================================
==============================================================================
pytest-sugar
------------------------------------------------------------------------------
https://github.com/Teemu/pytest-sugar
Copyright 2013 Teemu and Janne Vanhala
licensed under the BSD licence
third-party-licences/pytest-sugar.txt
==============================================================================
==============================================================================
python-dateutil
------------------------------------------------------------------------------
https://github.com/dateutil/dateutil
Copyright Dateutil contributors
licensed under the Apache licence 2.0 and the BSD Licence
third-party-licences/python-dateutil.txt
==============================================================================
==============================================================================
python-markdown-math
------------------------------------------------------------------------------
https://github.com/mitya57/python-markdown-math
Copyright 2015-2017 Dmitry Shachnev
licensed under the three-clause BSD licence
third-party-licences/python-markdown-math.txt
==============================================================================
==============================================================================
pytz
------------------------------------------------------------------------------
https://pythonhosted.org/pytz
Copyright 2003-2005 Stuart Bishop
licensed under the MIT licence
third-party-licences/pytz.txt
==============================================================================
==============================================================================
PyYAML
------------------------------------------------------------------------------
https://github.com/yaml/pyyaml
Copyright 2006-2016 Kirill Simonov, 2017-2020 Ingy döt Net
licensed under the MIT licence
third-party-licences/pyyaml.txt
==============================================================================
==============================================================================
redis (AKA redis-py)
------------------------------------------------------------------------------
https://github.com/andymccurdy/redis-py
Copyright 2012 Andy McCurdy
licensed under the MIT licence
third-party-licences/redis.txt
==============================================================================
==============================================================================
request
------------------------------------------------------------------------------
https://github.com/request/request
Copyright holder not specified
licensed under the Apache licence 2.0
third-party-licences/request.txt
==============================================================================
==============================================================================
run-sequence
------------------------------------------------------------------------------
https://github.com/OverZealous/run-sequence
Copyright 2014 Phil DeJarnett
licensed under the MIT licence
third-party-licences/run-sequence.txt
==============================================================================
==============================================================================
skulpt
------------------------------------------------------------------------------
https://github.com/skulpt/skulpt
Copyright 2009-2016 Scott Graham and contributors to the Skulpt Project
licensed under the MIT licence
third-party-licences/skulpt.txt
==============================================================================
==============================================================================
sortablejs (AKA Sortable)
------------------------------------------------------------------------------
https://github.com/SortableJS/Sortable
Copyright 2019 All contributors to Sortable
licensed under the MIT licence
third-party-licences/sortable.txt
==============================================================================
==============================================================================
verto
------------------------------------------------------------------------------
https://github.com/uccser/verto
Copyright University of Canterbury Computer Science Education Research and contributors
licensed under the MIT licence
third-party-licences/verto.txt
==============================================================================
==============================================================================
vinyl-buffer
------------------------------------------------------------------------------
https://github.com/hughsk/vinyl-buffer
Copyright 2014 Hugh Kennedy
licensed under the MIT licence
third-party-licences/vinyl-buffer.txt
==============================================================================
==============================================================================
yargs
------------------------------------------------------------------------------
https://github.com/yargs/yargs
Copyright 2010 James Halliday, 2014 Contributors
licensed under the MIT licence
third-party-licences/yargs.txt
==============================================================================