-
Notifications
You must be signed in to change notification settings - Fork 85
/
legal.html
320 lines (236 loc) · 16.2 KB
/
legal.html
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
<!DOCTYPE html>
<html lang=pt-br>
<meta charset=utf-8>
<title>Notas Legais - Dive Into HTML5</title>
<link rel=alternate type=application/atom+xml href=https://github.com/zenorocha/diveintohtml5/commits/gh-pages.atom>
<link rel=alternate href=http://diveintohtml5.info/legal.html hreflang=en>
<link rel=stylesheet href=screen.css>
<style>
h1:before{content:""}
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<link rel=prefetch href=index.html>
<a href="https://github.com/zenorocha/diveintohtml5"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<p>Você está aqui: <a href=index.html>Home</a> <span class=u>‣</span> <a href=table-of-contents.html>Dive Into HTML5</a> <span class=u>‣</span>
<h1>Notas Legais</h1>
<p id=toc>
<p class=a>❧
<h2 id=prose>Prosa</h2>
<p><cite>Dive Into HTML5</cite> contém uma prosa original escrita por Mark Pilgrim. O texto está sob Copyright © 2009, O’Reilly Media, mas eles graciosamente me permitiram publicar esse material sob os termos da <a href=http://creativecommons.org/licenses/by/3.0 rel=license>Creative Commons Attribution 3.0 Unported license</a>.
<p class=a>❧
<h2 id=illustrations>Ilustrações</h2>
<p>Esse livro inclui ilustrações de <a href=http://openclipart.org>Open Clip Art Library</a>, todas elas são velhas o suficiente para que fossem passadas para domínio público.
<p>Adicionalmente, os capitulares no início de cada capítulo são do <a href=http://www.psymon.com/initials/children.html>The Alphabet of Children</a>. Essas ilustrações também estão sob domínio público.
<p>O exemplo de vídeo executado no fim de <a href=video.html>Vídeo Na Web</a> usa uma imagem inicial chamada <a href=http://www.flickr.com/photos/brownpau/3733021577/>From Grandma's Basement: Apple IIe</a> by <a href=http://www.flickr.com/people/brownpau/>Paulo Ordoveza</a>. Está licenciada sob os termos da <a href=http://creativecommons.org/licenses/by/2.0/deed.en>Creative Commons Attribution License</a>.
<p class=a>❧
<h2 id=jquery>jQuery</h2>
<p>Esse site utiliza bastante <a href=http://jquery.com>jQuery</a> para as funcionalidades de interação. jQuery utiliza duas licenças; eu estou a utilizando sob os termos da licença MIT.
<pre>Copyright (c) 2009 John Resig, http://jquery.com/
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.</pre>
<p class=a>❧
<h2 id=modernizr>Modernizr</h2>
<p>Esse site tanto descreve quanto utiliza o <a href=http://modernizr.com>Modernizr</a>, um script para detecção de funcionalidades da HTML5 feito por Faruk Ateş, Paul Irish e outros. Está licenciado sob os termos da licença MIT.
<pre>/*!
* Modernizr v1.7
* http://www.modernizr.com
*
* Developed by:
* - Faruk Ates http://farukat.es/
* - Paul Irish http://paulirish.com/
*
* Copyright (c) 2009-2011
* Dual-licensed under the BSD or MIT licenses.
* http://www.modernizr.com/license/
*/
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.</pre>
<p class=a>❧
<h2 id=geolocation>geo.js</h2>
<p>O capítulo <a href=detect.html>Detectando Funcionalidades Da HTML5</a> e <a href=geolocation.html>geolocation</a> usam o <a href=http://code.google.com/p/geo-location-javascript>geo.js</a>. Esse script feito por Stan Wiechers que pontua as diferenças entre as míriades das <abbr>API</abbr>s de geolocalização que navegadores, dispositivos móveis, e plugins terceiros oferecem. Está licenciado sob os termos da licença MIT.
<pre>Copyright (c) 2009 Stan Wiechers
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.</pre>
<p class=a>❧
<h2 id=gears>Gears</h2>
<p>Esse site utiliza o script <a href=http://code.google.com/apis/gears/gears_init.js>gears_init.js</a>, parte da <abbr>API</abbr> <a href=http://code.google.com/apis/gears>Gears</a>. <code>gears_init.js</code> está licenciado sob a licença BSD.
<pre>Copyright 2007, Google Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of Google Inc. nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</pre>
<p class=a>❧
<h2 id=highlighter>highlighter.js</h2>
<p>Esse site utiliza porcões de código extraídos do <a href=http://code.google.com/p/javascript-search-term-highlighter>JavaScript Search Term Highlighter</a>, um script feito por Dave Lemen que analisa os termos de pesquisa fora da <abbr>URL</abbr> referenciada. Está licenciado sob os termos da Apache License 2.0.
<pre> Copyright 2004 Dave Lemen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<a href=http://www.apache.org/licenses/LICENSE-2.0>http://www.apache.org/licenses/LICENSE-2.0</a>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</pre>
<p class=a>❧
<h2 id=excanvas>ExplorerCanvas</h2>
<p>O capítulo <a href=canvas.html><code><canvas></code></a> utiliza <a href=http://code.google.com/p/explorercanvas>ExplorerCanvas</a>, um script que implementa grandes partes da <abbr>API</abbr> canvas no Internet Explorer. Está licenciado sob os termos da Apache License 2.0.
<pre>Copyright 2006 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<a href=http://www.apache.org/licenses/LICENSE-2.0>http://www.apache.org/licenses/LICENSE-2.0</a>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</pre>
<p class=a>❧
<h2 id=bespin>Bespin</h2>
<p>O capítulo <a href=canvas.html><code><canvas></code></a> utiliza códigos da <a href=http://hg.mozilla.org/labs/bespin/>Bespin</a> para emular a <abbr>API</abbr> canvas text no Firefox 3.0. Bespin está licenciado sob os termos da Mozilla Public License.
<pre> * ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* See the License for the specific language governing rights and
* limitations under the License.
*
* The Original Code is Bespin.
*
* The Initial Developer of the Original Code is Mozilla.
* Portions created by the Initial Developer are Copyright (C) 2009
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Bespin Team ([email protected])
*
* ***** END LICENSE BLOCK *****</pre>
<p class=a>❧
<h2 id=canvastext>canvas.text.js</h2>
<p>O capítulo <a href=canvas.html><code><canvas></code></a> utiliza códigos da <a href=http://code.google.com/p/canvas-text/>canvas.text.js</a> para emular a <abbr>API</abbr> canvas text no Firefox 3.0. Está licenciada sob os termos da licença MIT.
<pre>Copyright (c) 2009 Fabien Ménager
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.</pre>
<p class=a>❧
<h2 id=libertine>Linux Libertine</h2>
<p>Os corpos de texto desse site estão escritos em uma sub versão da <a href=http://linuxlibertine.sourceforge.net>Linux Libertine</a> (<a href=fonts-original/LinLibertineFont-4.7.5-2.tgz>source</a>), que está licenciada sob os termos da GPL 2 ou mais avançada, com a seguinte exceção:
<pre>As a special exception, if you create a document which uses this font,
and embed this font or unaltered portions of this font into the document,
this font does not by itself cause the resulting document to be covered
by the GNU General Public License. This exception does not however
invalidate any other reasons why the document might be covered by the
GNU General Public License. If you modify this font, you may extend this
exception to your version of the font, but you are not obligated to do
so. If you do not wish to do so, delete this exception statement from
your version.</pre>
<p class=a>❧
<h2 id=essays>Essays 1743</h2>
<p>Os cabeçalhos e citações desse site estão escritos em uma sub versão da <a href=http://www.thibault.org/fonts/essays>Essays 1743</a> (<a href=fonts-original/essays1743-1.203-1-ttf.tar.gz>source</a>), que está licenciada sob os termos da LGPL 2 ou mais avançada. A fonte vem com o seguinte arquivo LEIAME:
<pre>This is Essays 1743, a font by John Stracke, based on the typeface
used in a 1743 English translation of Montaigne's Essays. The font is
released under the terms of the GNU Lesser General Public License (see
the COPYING file). At present (version 0.2), it contains 817
characters: all of ASCII, Latin-1, and Latin Extended A; some of Latin
Extended B (basically, the ones that are more or less based on Roman
letters); and a variety of other characters, such as oddball
punctuation, numerals, etc.
TrueType and PostScript forms are available.
For the purposes of the LGPL, the source file is Essays1743.sfd (the pfaedit source), which should be included in <a href=fonts-original/essays1743-1.203-1-ttf.tar.gz>this archive</a>.</pre>
<p class=a>❧
<h2 id=chunk>Chunk</h2>
<p>Os cabeçalhos do quadro <a href=peeks-pokes-and-pointers.html>HTML5 Espiadas, Cutucadas e Apontadores</a> estão escritos em uma sub versão da <a href=http://www.theleagueofmoveabletype.com/fonts/4-chunk>Chunk</a>, que está licenciada sob os termos da <a href=http://scripts.sil.org/OFL>SIL Open Font License</a>.
<p class=a>❧
<h2 id=latin-modern>Latin Modern</h2>
<p>Os textos e códigos de exemplo do quadro <a href=peeks-pokes-and-pointers.html>HTML5 Espiadas, Cutucadas e Apontadores</a> estão escritos em uma sub versão da <a href=http://www.gust.org.pl/projects-1/e-foundry/latin-modern>Latin Modern</a>, que está licenciada sob os termos da <a href=http://www.gust.org.pl/projects-1/e-foundry/licenses>GUST Font License</a>.
<p class=a>❧
<p class=c>Copyright MMIX–MMXI <a href=about.html>Mark Pilgrim</a>
<form action=https://www.google.com/cse><div><input type=hidden name=cx value=014437924039265546826:2nmoshc8y3y><input type=hidden name=ie value=UTF-8><input type=search name=q size=25 placeholder="powered by Google™"> <input type=submit name=sa value=Pesquisar></div></form>
<script src=j/jquery.js></script>
<script src=j/dih5.js></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4114546-27', 'auto');
ga('send', 'pageview');
</script>
</html>