Fork me on GitHub

Você está aqui: Home Dive Into HTML5

Notas Legais

exibir índice analítico

Prosa

Dive Into HTML5 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 Creative Commons Attribution 3.0 Unported license.

Ilustrações

Esse livro inclui ilustrações de Open Clip Art Library, todas elas são velhas o suficiente para que fossem passadas para domínio público.

Adicionalmente, os capitulares no início de cada capítulo são do The Alphabet of Children. Essas ilustrações também estão sob domínio público.

O exemplo de vídeo executado no fim de Vídeo Na Web usa uma imagem inicial chamada From Grandma's Basement: Apple IIe by Paulo Ordoveza. Está licenciada sob os termos da Creative Commons Attribution License.

jQuery

Esse site utiliza bastante jQuery para as funcionalidades de interação. jQuery utiliza duas licenças; eu estou a utilizando sob os termos da licença MIT.

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.

Modernizr

Esse site tanto descreve quanto utiliza o Modernizr, 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.

/*!
 * 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.

geo.js

O capítulo Detectando Funcionalidades Da HTML5 e geolocation usam o geo.js. Esse script feito por Stan Wiechers que pontua as diferenças entre as míriades das APIs de geolocalização que navegadores, dispositivos móveis, e plugins terceiros oferecem. Está licenciado sob os termos da licença MIT.

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.

Gears

Esse site utiliza o script gears_init.js, parte da API Gears. gears_init.js está licenciado sob a licença BSD.

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.

highlighter.js

Esse site utiliza porcões de código extraídos do JavaScript Search Term Highlighter, um script feito por Dave Lemen que analisa os termos de pesquisa fora da URL referenciada. Está licenciado sob os termos da Apache License 2.0.

 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

        http://www.apache.org/licenses/LICENSE-2.0

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.

ExplorerCanvas

O capítulo <canvas> utiliza ExplorerCanvas, um script que implementa grandes partes da API canvas no Internet Explorer. Está licenciado sob os termos da Apache License 2.0.

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

        http://www.apache.org/licenses/LICENSE-2.0

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.

Bespin

O capítulo <canvas> utiliza códigos da Bespin para emular a API canvas text no Firefox 3.0. Bespin está licenciado sob os termos da Mozilla Public License.

 * ***** 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 (bespin@mozilla.com)
 *
 * ***** END LICENSE BLOCK *****

canvas.text.js

O capítulo <canvas> utiliza códigos da canvas.text.js para emular a API canvas text no Firefox 3.0. Está licenciada sob os termos da licença MIT.

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.

Linux Libertine

Os corpos de texto desse site estão escritos em uma sub versão da Linux Libertine (source), que está licenciada sob os termos da GPL 2 ou mais avançada, com a seguinte exceção:

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.

Essays 1743

Os cabeçalhos e citações desse site estão escritos em uma sub versão da Essays 1743 (source), que está licenciada sob os termos da LGPL 2 ou mais avançada. A fonte vem com o seguinte arquivo LEIAME:

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 this archive.

Chunk

Os cabeçalhos do quadro HTML5 Espiadas, Cutucadas e Apontadores estão escritos em uma sub versão da Chunk, que está licenciada sob os termos da SIL Open Font License.

Latin Modern

Os textos e códigos de exemplo do quadro HTML5 Espiadas, Cutucadas e Apontadores estão escritos em uma sub versão da Latin Modern, que está licenciada sob os termos da GUST Font License.

Copyright MMIX–MMXI Mark Pilgrim