forked from Eyra-is/Eyra
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NOTICE
149 lines (108 loc) · 6.22 KB
/
NOTICE
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
=========================================================================
== NOTICE file corresponding to the section 4 d of ==
== the Apache License, Version 2.0, ==
== in this case for the Eyra-specific code. ==
=========================================================================
Eyra Code
Copyright 2016 Google Inc.
This product includes software developed at
Reykjavik University, Iceland (http://www.ru.is/)
=========================================================================
== NOTICE file corresponding to the section 4 d of ==
== the Apache License, Version 2.0, ==
== in this case for the Android-specific code. ==
=========================================================================
Android Code
Copyright 2005-2008 The Android Open Source Project
This product includes software developed as part of
The Android Open Source Project (http://source.android.com).
=========================================================================
== Example NOTICE file for use with the Apache License, Version 2.0, ==
== in this case for the Apache httpd-2.0 distribution. ==
=========================================================================
Apache HTTP Server
Copyright 1999-2006 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Portions of this software were developed at the National Center
for Supercomputing Applications (NCSA) at the University of
Illinois at Urbana-Champaign.
This software contains code derived from the RSA Data Security
Inc. MD5 Message-Digest Algorithm, including various
modifications by Spyglass Inc., Carnegie Mellon University, and
Bell Communications Research, Inc (Bellcore).
Regular expression support is provided by the PCRE library package,
which is open source software, written by Philip Hazel, and copyright
by the University of Cambridge, England. The original software is
available from
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
=========================================================================
== NOTICE file corresponding to the MIT Licence ==
== ==
== in this case for the Angular-specific code. ==
=========================================================================
Angular Code
Copyright (c) 2010-2016 Google, Inc.
This product includes software developed at
Google, Inc. http://angularjs.org
=========================================================================
== NOTICE file corresponding to the MIT Licence ==
== ==
== in this case for the Bootstrap-specific code. ==
=========================================================================
Bootstrap Code
Copyright (c) 2011-2016 Twitter, Inc.
This product includes software developed at
Twitter, Inc.
details at:
https://github.com/twbs/bootstrap/blob/master/LICENSE
=========================================================================
== NOTICE file corresponding to the MIT Licence ==
== ==
== in this case for the JQuery-specific code. ==
=========================================================================
JQuery Code
Copyright jQuery Foundation and other contributors, https://jquery.org/
This product includes software developed at
jQuery Foundation and other contributors.
=========================================================================
== NOTICE file corresponding to the MIT Licence ==
== ==
== in this case for the Node.js-specific code. ==
=========================================================================
Node.js Code
Copyright Node.js contributors. All rights reserved.
This product includes software developed at
Node.js contributors.
The Node.js code is licenced under MIT with addititional licences. Full details at:
https://github.com/nodejs/node/blob/master/LICENSE
=========================================================================
== NOTICE file corresponding to the MIT Licence ==
== ==
== in this case for the recorder.js-specific code. ==
=========================================================================
recorder.js Code
Copyright © 2013 Matt Diamond
details at:
https://github.com/mattdiamond/Recorderjs/blob/master/README.md
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
====
All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.