Skip to content

Commit dbb92cf

Browse files
committed
meta: add start of 3rd party notices
for licensing purposes
1 parent a683f71 commit dbb92cf

File tree

2 files changed

+129
-0
lines changed

2 files changed

+129
-0
lines changed

ThirdPartyNotices.txt

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2+
3+
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which this project's authors received such components are set forth below. This project's authors reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
4+
5+
1. jQuery (https://github.com/jquery/jquery)
6+
2. joewalnes/reconnecting-websocket (https://github.com/joewalnes/reconnecting-websocket)
7+
3. ajaxorg/ace-builds (https://github.com/ajaxorg/ace-builds)
8+
4. bootstrap (https://github.com/twbs/bootstrap)
9+
5. font-awesome (https://github.com/FortAwesome/Font-Awesome)
10+
11+
%% jQuery NOTICES AND INFORMATION BEGIN HERE
12+
=============================================================
13+
Copyright JS Foundation and other contributors, https://js.foundation/
14+
15+
Permission is hereby granted, free of charge, to any person obtaining
16+
a copy of this software and associated documentation files (the
17+
"Software"), to deal in the Software without restriction, including
18+
without limitation the rights to use, copy, modify, merge, publish,
19+
distribute, sublicense, and/or sell copies of the Software, and to
20+
permit persons to whom the Software is furnished to do so, subject to
21+
the following conditions:
22+
23+
The above copyright notice and this permission notice shall be
24+
included in all copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
30+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
31+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
32+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33+
=============================================================
34+
%% jQuery NOTICES AND INFORMATION END HERE
35+
36+
%% jwalnes/reconnecting-websocket NOTICES AND INFORMATION BEGIN HERE
37+
=============================================================
38+
MIT License:
39+
40+
Copyright (c) 2010-2012, Joe Walnes
41+
42+
Permission is hereby granted, free of charge, to any person obtaining a copy
43+
of this software and associated documentation files (the "Software"), to deal
44+
in the Software without restriction, including without limitation the rights
45+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46+
copies of the Software, and to permit persons to whom the Software is
47+
furnished to do so, subject to the following conditions:
48+
49+
The above copyright notice and this permission notice shall be included in
50+
all copies or substantial portions of the Software.
51+
52+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58+
THE SOFTWARE.
59+
=============================================================
60+
%% jwalnes/reconnecting-websocket NOTICES AND INFORMATION END HERE
61+
62+
%% ajaxorg/ace-builds NOTICES AND INFORMATION BEGIN HERE
63+
=============================================================
64+
Copyright (c) 2010, Ajax.org B.V.
65+
All rights reserved.
66+
67+
Redistribution and use in source and binary forms, with or without
68+
modification, are permitted provided that the following conditions are met:
69+
* Redistributions of source code must retain the above copyright
70+
notice, this list of conditions and the following disclaimer.
71+
* Redistributions in binary form must reproduce the above copyright
72+
notice, this list of conditions and the following disclaimer in the
73+
documentation and/or other materials provided with the distribution.
74+
* Neither the name of Ajax.org B.V. nor the
75+
names of its contributors may be used to endorse or promote products
76+
derived from this software without specific prior written permission.
77+
78+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
79+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
80+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
81+
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
82+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
83+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
84+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
85+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
86+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
87+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88+
=============================================================
89+
%% ajaxorg/ace-builds NOTICES AND INFORMATION END HERE
90+
91+
%% bootstrap NOTICES AND INFORMATION BEGIN HERE
92+
=============================================================
93+
The MIT License (MIT)
94+
95+
Copyright (c) 2011-2020 Twitter, Inc.
96+
Copyright (c) 2011-2020 The Bootstrap Authors
97+
98+
Permission is hereby granted, free of charge, to any person obtaining a copy
99+
of this software and associated documentation files (the "Software"), to deal
100+
in the Software without restriction, including without limitation the rights
101+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
102+
copies of the Software, and to permit persons to whom the Software is
103+
furnished to do so, subject to the following conditions:
104+
105+
The above copyright notice and this permission notice shall be included in
106+
all copies or substantial portions of the Software.
107+
108+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
109+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
110+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
111+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
112+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
113+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
114+
THE SOFTWARE.
115+
=============================================================
116+
%% bootstrap NOTICES AND INFORMATION END HERE
117+
118+
%% font-awesome NOTICES AND INFORMATION BEGIN HERE
119+
=============================================================
120+
=============================================================
121+
%% font-awesome NOTICES AND INFORMATION END HERE

notice.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
title="$1"
4+
echo "%% $title NOTICES AND INFORMATION BEGIN HERE
5+
=============================================================
6+
=============================================================
7+
%% $title NOTICES AND INFORMATION END HERE
8+
"

0 commit comments

Comments
 (0)