Skip to content

Commit 63b4de0

Browse files
authored
Add credits file (#23)
1 parent b87c222 commit 63b4de0

File tree

1 file changed

+175
-0
lines changed

1 file changed

+175
-0
lines changed

CREDITS

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
reveal.js
2+
https://github.com/hakimel/reveal.js
3+
----------------------------------------------------------------
4+
Copyright (C) 2020 Hakim El Hattab, http://hakim.se, and reveal.js contributors
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.
23+
24+
================================================================
25+
26+
socket.io-client
27+
https://github.com/socketio/socket.io-client
28+
----------------------------------------------------------------
29+
Copyright (c) 2014 Guillermo Rauch
30+
31+
Permission is hereby granted, free of charge, to any person obtaining a copy
32+
of this software and associated documentation files (the "Software"), to deal
33+
in the Software without restriction, including without limitation the rights
34+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35+
copies of the Software, and to permit persons to whom the Software is
36+
furnished to do so, subject to the following conditions:
37+
38+
The above copyright notice and this permission notice shall be included in
39+
all copies or substantial portions of the Software.
40+
41+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
47+
THE SOFTWARE.
48+
49+
================================================================
50+
51+
Go (the standard library)
52+
https://golang.org/
53+
----------------------------------------------------------------
54+
Copyright (c) 2009 The Go Authors. All rights reserved.
55+
56+
Redistribution and use in source and binary forms, with or without
57+
modification, are permitted provided that the following conditions are
58+
met:
59+
60+
* Redistributions of source code must retain the above copyright
61+
notice, this list of conditions and the following disclaimer.
62+
* Redistributions in binary form must reproduce the above
63+
copyright notice, this list of conditions and the following disclaimer
64+
in the documentation and/or other materials provided with the
65+
distribution.
66+
* Neither the name of Google Inc. nor the names of its
67+
contributors may be used to endorse or promote products derived from
68+
this software without specific prior written permission.
69+
70+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
71+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
72+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
73+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
74+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
75+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
76+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
77+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
78+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
79+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
80+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81+
82+
================================================================
83+
84+
github.com/googollee/go-socket.io
85+
https://github.com/googollee/go-socket.io
86+
----------------------------------------------------------------
87+
Copyright (c) 2014-2014 Googol Lee <[email protected]>
88+
89+
Redistribution and use in source and binary forms, with or without
90+
modification, are permitted provided that the following conditions
91+
are met:
92+
1. Redistributions of source code must retain the above copyright
93+
notice, this list of conditions and the following disclaimer.
94+
2. Redistributions in binary form must reproduce the above copyright
95+
notice, this list of conditions and the following disclaimer in the
96+
documentation and/or other materials provided with the distribution.
97+
3. The name of the author may not be used to endorse or promote products
98+
derived from this software without specific prior written permission.
99+
100+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
101+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
102+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
103+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
104+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
105+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
106+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
107+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
108+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
109+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
110+
================================================================
111+
112+
github.com/jessevdk/go-flags
113+
https://github.com/jessevdk/go-flags
114+
----------------------------------------------------------------
115+
Copyright (c) 2012 Jesse van den Kieboom. All rights reserved.
116+
Redistribution and use in source and binary forms, with or without
117+
modification, are permitted provided that the following conditions are
118+
met:
119+
120+
* Redistributions of source code must retain the above copyright
121+
notice, this list of conditions and the following disclaimer.
122+
* Redistributions in binary form must reproduce the above
123+
copyright notice, this list of conditions and the following disclaimer
124+
in the documentation and/or other materials provided with the
125+
distribution.
126+
* Neither the name of Google Inc. nor the names of its
127+
contributors may be used to endorse or promote products derived from
128+
this software without specific prior written permission.
129+
130+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
131+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
132+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
133+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
134+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
135+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
136+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
137+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
138+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
139+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
140+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
141+
142+
================================================================
143+
144+
golang.org/x/crypto
145+
https://golang.org/x/crypto
146+
----------------------------------------------------------------
147+
Copyright (c) 2009 The Go Authors. All rights reserved.
148+
149+
Redistribution and use in source and binary forms, with or without
150+
modification, are permitted provided that the following conditions are
151+
met:
152+
153+
* Redistributions of source code must retain the above copyright
154+
notice, this list of conditions and the following disclaimer.
155+
* Redistributions in binary form must reproduce the above
156+
copyright notice, this list of conditions and the following disclaimer
157+
in the documentation and/or other materials provided with the
158+
distribution.
159+
* Neither the name of Google Inc. nor the names of its
160+
contributors may be used to endorse or promote products derived from
161+
this software without specific prior written permission.
162+
163+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
164+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
165+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
166+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
167+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
168+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
169+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
170+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
171+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
172+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
173+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
174+
175+
================================================================

0 commit comments

Comments
 (0)