|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<title>Com Licença!</title>
|
|
|
|
|
|
|
|
<meta name="description" content="Por que você deveria aprender Rust">
|
|
|
|
<meta name="author" content="Julio Biason">
|
|
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="reveal.js/css/reveal.css">
|
|
|
|
<link rel="stylesheet" href="reveal.js/css/theme/night.css" id="theme">
|
|
|
|
|
|
|
|
<!-- Code syntax highlighting -->
|
|
|
|
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
|
|
|
|
|
|
|
|
<!-- Printing and PDF exports -->
|
|
|
|
<script>
|
|
|
|
var link = document.createElement( 'link' );
|
|
|
|
link.rel = 'stylesheet';
|
|
|
|
link.type = 'text/css';
|
|
|
|
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
|
|
|
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="lib/js/html5shiv.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
.happy {
|
|
|
|
color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reveal section img {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reveal ul.empty {
|
|
|
|
list-style: none inside;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.revel ul.empty li {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cursor {
|
|
|
|
background-color: #666;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.seen {
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.semi-opaque {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="reveal">
|
|
|
|
<div class="slides">
|
|
|
|
<section>
|
|
|
|
<section data-background="_images/patrick-license.jpeg" data-header>
|
|
|
|
<h2 class="semi-opaque">Com Licença!</h2>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<img src="_images/avatar-hd.png" alt="Me" style="float:left;width:200px;" class="no-border">
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<ul class="empty">
|
|
|
|
<li>Júlio Biason</li>
|
|
|
|
<li><a href="https://functional.cafe/@juliobiason">https://functional.cafe/@juliobiason</a></li>
|
|
|
|
<li><a href="https://t.me/juliobiason">https://t.me/juliobiason</a></li>
|
|
|
|
<li>julio.biason@pm.me</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h3>JulioBiason.me</h3>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://blog.juliobiason.me/">Blog</a></li>
|
|
|
|
<li><a href="https://presentations.juliobiason.me/">Presentations</a></li>
|
|
|
|
<li><a href="https://git.juliobiason.me/">Git</a></li>
|
|
|
|
<li><a href="https://resume.juliobiason.me/">CV/Resumé</a></li>
|
|
|
|
<li><a href="https://books.juliobiason.me/">Books</a></li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/copyright.jpeg" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/copyright.jpeg">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Copyright é "Direito autoral ou direito de autor é um conjunto de prerrogativas
|
|
|
|
conferidas por lei à pessoa física ou jurídica criadora da obra intelectual,
|
|
|
|
para que ela possa usufruir de quaisquer benefícios morais e patrimoniais
|
|
|
|
resultantes da exploração de suas criações."
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<a href="https://pt.wikipedia.org/wiki/Direito_autoral">Wikipedia</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/copyright.jpeg">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Tirando casos específicos, as licenças se baseam na
|
|
|
|
<strong>distribuição</strong> do conteúdo.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/copyright.jpeg">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
<strong>AVISO!</strong>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Eu não sou advogado, partes legais não são o meu
|
|
|
|
forte.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Algumas traduções das licenças podem ficar esquisitas
|
|
|
|
por causa disso.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/gpl-logo.png" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<ul>
|
|
|
|
<li>GPL v2</li>
|
|
|
|
<li>GPL v3</li>
|
|
|
|
<li>LGPL (v2/v3)</li>
|
|
|
|
<li>AGPL (Affero General Public License ou GNU Affero General Public License)</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>GPL v2</h2>
|
|
|
|
|
|
|
|
<ol>
|
|
|
|
<li>Executar a aplicação para qualquer fim;</li>
|
|
|
|
<li>Estudar como a aplicação funciona e modificar (código derivado);</li>
|
|
|
|
<li>Distribuir cópias livremente;</li>
|
|
|
|
<li>Distribuir cópias das modificações.</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>GPL v3</h2>
|
|
|
|
|
|
|
|
<ol start="5">
|
|
|
|
<li>Se houver criptografia, a chave deve ser publicada (tivolization)</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu estou fazendo um software específico para
|
|
|
|
uma empresa, posso licenciar como GPL?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Sim.</strong>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu estou fazendo um software específico para uma
|
|
|
|
empresa, e licenciar pela GPL, posso cobrar por
|
|
|
|
isso?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Sim.</strong>
|
|
|
|
<span class="fragment">
|
|
|
|
Apenas entregue os fontes junto.
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Posso pegar um software GPL, fazer alterações
|
|
|
|
e cobrar por isso?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Sim.</strong>
|
|
|
|
<span class="fragment">
|
|
|
|
Apenas entregue os fontes junto.
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Posso pegar um software GPL, mudar o nome,
|
|
|
|
colocar meu nome nos Copyrights e distribuir?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Sim, passando a ser considerado "código derivado".
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>
|
|
|
|
Você não pode retirar o copyright atual.
|
|
|
|
</strong>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Você precisa entregar os fontes junto.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Posso pegar uma biblioteca GPL, adicionar no meu
|
|
|
|
software, e continuar com ele fechado?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Não.</strong>
|
|
|
|
<span class="fragment">
|
|
|
|
O uso de uma biblioteca GPL considera que o código
|
|
|
|
que a usa é derivado (porque não funciona sem
|
|
|
|
a biblioteca).
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu fizer um serviço web qualquer e licenciar
|
|
|
|
como GPL, eu tenho que distribuir os fontes para
|
|
|
|
todo mundo que acessar o site?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Não.</strong>
|
|
|
|
<span class="fragment">GPLv2/v3 cobrem apenas distribuição.</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu pegar um software GPL qualquer, mesmo uma
|
|
|
|
biblioteca, fizer uma interface web para ele,
|
|
|
|
eu preciso colocar meu software como GPL?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Não.</strong>
|
|
|
|
<span class="fragment">GPLv2/v3 cobrem apenas distribuição.</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Posso gerar uma aplicação mobile GPL e colocar no store?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">Não.</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<em>
|
|
|
|
O problema é que quem está distribuindo o
|
|
|
|
aplicativo (Apple/Google) não tem uma área
|
|
|
|
para distribuição dos fontes e não querem
|
|
|
|
se envolver com isso.
|
|
|
|
</em>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu usar uma biblioteca/framework qualquer
|
|
|
|
que está licenciado sob a GPL, o que acontece?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Seu código passa a ser distribuído pela GPL.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<em>
|
|
|
|
É considerado código derivado.
|
|
|
|
</em>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa GPL?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Linux<sup>1</sup></li>
|
|
|
|
<li>MySQL</li>
|
|
|
|
<li>BusyBox</li>
|
|
|
|
<li>VLC</li>
|
|
|
|
<li>JVM</li>
|
|
|
|
<li>OpenJDK</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/gpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Linux<sup>1</sup></h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
"Este programa é software livre; você pode
|
|
|
|
redistribui-lo e/ou modificá-lo sob os termos do
|
|
|
|
GNU General Public License, conforme publicado pela
|
|
|
|
Free Software Foundation; na versão 2 da licença
|
|
|
|
<span class="fragment fade-out">ou (se assim
|
|
|
|
desejar) qualquer versão posterior.</span>"
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/lgpl-logo.png" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/lgpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>LGPL</h2>
|
|
|
|
|
|
|
|
<p>GNU Lesser General Public License</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/lgpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>Igual a GPL, mas remove a cláusula de código derivado.</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/lgpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu usar uma biblioteca/framework qualquer
|
|
|
|
que está licenciado sob a LGPL, o que acontece?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Nada. Você usa a biblioteca/framework.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/lgpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu fizer um serviço web qualquer que use uma
|
|
|
|
biblioteca LGPL, eu tenho que distribuir os fontes
|
|
|
|
para todo mundo que acessar o site?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Não.</strong>
|
|
|
|
<span class="fragment">LGPLv2/v3 cobrem apenas distribuição.</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/lgpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa LGPL?</h2>
|
|
|
|
|
|
|
|
<img class="stretch" src="_images/github-lgpl.png" alt="">
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/lgpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa LGPL?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Qt</li>
|
|
|
|
<li>Cedega</li>
|
|
|
|
<li>LibVLC</li>
|
|
|
|
<li>Lazarus</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/agpl-logo.png" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/agpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<ol start="6">
|
|
|
|
<li>Fontes devem ser fornecidos junto com o acesso.</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/agpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu fizer um serviço web qualquer e licenciar
|
|
|
|
como AGPL, eu tenho que distribuir os fontes para
|
|
|
|
todo mundo que acessar o site?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Sim.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/agpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>Se eu pegar um servidor web qualquer licenciado
|
|
|
|
sob a AGPL, eu tenho que distribuir os fontes para
|
|
|
|
todo mundo que acessar o site?</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Sim.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/agpl-logo.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa AGPL?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Gitorious</li>
|
|
|
|
<li>Mastodon</li>
|
|
|
|
<li>Nextcloud</li>
|
|
|
|
<li>ScyllaDB</li>
|
|
|
|
<li>Launchpad</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/bsd.png" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>BSD 0-Clause</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Permissão para usar, copiar, modificar e/ou distribuir
|
|
|
|
esse software para qualquer fim com ou sem cobrança é
|
|
|
|
permitido.
|
|
|
|
<!--
|
|
|
|
Permission to use, copy, modify, and/or distribute
|
|
|
|
this software for any purpose with or without fee
|
|
|
|
is hereby granted.
|
|
|
|
-->
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>BSD 2-Clause</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Redistribuição e uso em formato de fonte ou binário, com
|
|
|
|
ou sem modificações, são permitidos desde que as seguintes
|
|
|
|
condições sejam observadas:
|
|
|
|
<!--
|
|
|
|
Redistribution and use in
|
|
|
|
<span class="fragment highlight-blue">source and binary
|
|
|
|
forms</span>, with or without modification, are
|
|
|
|
permitted provided that the following conditions are
|
|
|
|
met:
|
|
|
|
-->
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>BSD 2-Clause</h2>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
Redistribuições de código fonte devem manter
|
|
|
|
o aviso de copyright cima, essa lista de
|
|
|
|
condições e a isenção de responsabilidade
|
|
|
|
a seguir.
|
|
|
|
<!--
|
|
|
|
Redistributions of source code must retain the
|
|
|
|
above copyright notice, this list of conditions
|
|
|
|
and the following disclaimer.
|
|
|
|
-->
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
Redistribuição em formato binário deve reproduzir
|
|
|
|
o aviso de copyright acima, essa lista de condições
|
|
|
|
e a isenção de responsabilidade deve estar na
|
|
|
|
documentação e/ou outros materiais fornecido com
|
|
|
|
a distribuição.
|
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>BSD 3-Clause</h2>
|
|
|
|
|
|
|
|
<ol start="3">
|
|
|
|
<li>
|
|
|
|
Os nomes da <organização> e os nomes dos
|
|
|
|
contribuidores não podem ser usados para endossar
|
|
|
|
ou promover produtos derivados desse software sem
|
|
|
|
as devidas permissões por escrito.
|
|
|
|
<!--
|
|
|
|
Neither the name of the <organization> nor the
|
|
|
|
names of its contributors may be used to
|
|
|
|
endorse or promote products derived from this
|
|
|
|
software without specific prior written
|
|
|
|
permission.
|
|
|
|
-->
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>BSD 4-Clause</h2>
|
|
|
|
|
|
|
|
<ol start="4">
|
|
|
|
<li>
|
|
|
|
Todo material de propaganda mencionando
|
|
|
|
funcionalidades ou uso desse software deve
|
|
|
|
mostrar o seguinte aviso: Esse produto inclui
|
|
|
|
software desenvolvido por <organização>.
|
|
|
|
<!--
|
|
|
|
All advertising materials mentioning features
|
|
|
|
or use of this software must display the
|
|
|
|
following acknowledgement: This product
|
|
|
|
includes software developed by the
|
|
|
|
<organization>.
|
|
|
|
-->
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu estou fazendo um software específico para
|
|
|
|
uma empresa, posso licenciar como BSD?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>Sim.</strong>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>
|
|
|
|
Você não precisa entregar os fontes.
|
|
|
|
</strong>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Posso pegar um software BSD, mudar o nome,
|
|
|
|
colocar meu nome nos Copyrights e distribuir?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Sim.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>
|
|
|
|
Você não pode retirar o copyright atual.
|
|
|
|
</strong>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>
|
|
|
|
Você não precisa entregar os fontes.
|
|
|
|
</strong>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Posso gerar uma aplicação mobile BSD e colocar no store?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">Sim.</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<p>
|
|
|
|
Se eu fizer um serviço web qualquer que use uma
|
|
|
|
biblioteca BSD, eu tenho que distribuir os fontes
|
|
|
|
para todo mundo que acessar o site?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Não.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/bsd.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa BSD?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>FreeBSD (2-clause)</li>
|
|
|
|
<li>NetBSD (2-clause)</li>
|
|
|
|
<li>OpenBSD (0-clause, ISC)</li>
|
|
|
|
<li>Anaconda (3-clause)</li>
|
|
|
|
<li>Django (3-clause)</li>
|
|
|
|
<li>Flask (0-clause)</li>
|
|
|
|
<li>go (3-clause)</li>
|
|
|
|
<li>Memcached (3-clause)</li>
|
|
|
|
<li>PHPUnit (3-clause)</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/MIT_logo.svg" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/MIT_logo.svg">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>MIT</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
O aviso de copyright e essa permissão devem ser
|
|
|
|
incluidas em toda as cópias ou porções substanciais
|
|
|
|
derivadas desse software.
|
|
|
|
<!--
|
|
|
|
The above copyright notice and this permission
|
|
|
|
notice shall be included in all copies or
|
|
|
|
substantial portions of the Software.
|
|
|
|
-->
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/MIT_logo.svg">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa MIT?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>.NET core</li>
|
|
|
|
<li>AngularJS</li>
|
|
|
|
<li>React<sup>2</sup></li>
|
|
|
|
<li>Babel</li>
|
|
|
|
<li>Godot</li>
|
|
|
|
<li>Lua</li>
|
|
|
|
<li>Pilhas de *.js</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/MIT_logo.svg">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>React<sup>2</sup></h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Em 2017, o Facebook mudou a licença do React para
|
|
|
|
que, caso a empresa seja processada <em>por
|
|
|
|
qualquer motivo</em>, o litigiante perde o direito
|
|
|
|
de uso do produto.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/apache-license.png" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/apache-license.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Apache 2.0</h2>
|
|
|
|
|
|
|
|
<img src="_images/apache-license-2.0.png" alt="" style="max-height:5%">
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/apache-license.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Apache 2.0</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Sujeito aos termos e condições dessa licença,
|
|
|
|
cada contribuidor garante a você uma licença
|
|
|
|
de copyright perpétua, mundial, não-exclusiva,
|
|
|
|
<span class="fragment highlight-red">sem cobrança</span>, sem royalties e irrevogável para
|
|
|
|
reproduzir, preparar trabalhos derivativos,
|
|
|
|
mostrar publicamente, publicamente usar,
|
|
|
|
sub-licenciar e distribuir o trabalho e trabalhos
|
|
|
|
derivativos em formato de código ou objeto.
|
|
|
|
<!--
|
|
|
|
Subject to the terms and conditions of this
|
|
|
|
License, each Contributor hereby grants to You a
|
|
|
|
perpetual, worldwide, non-exclusive, no-charge,
|
|
|
|
royalty-free, irrevocable copyright license to
|
|
|
|
reproduce, prepare Derivative Works of, publicly
|
|
|
|
display, publicly perform, sublicense, and
|
|
|
|
distribute the Work and such Derivative Works in
|
|
|
|
Source or Object form.
|
|
|
|
-->
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/apache-license.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Apache 2.0</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
"sem cobrança"?
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
Sem cobrança para <em>licenciamento</em>,
|
|
|
|
não para distribuição e/ou criação de
|
|
|
|
trabalhos derivados.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/apache-license.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Quem usa Apache?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Android</li>
|
|
|
|
<li>Apache *</li>
|
|
|
|
<li>Elixir</li>
|
|
|
|
<li>IntelliJ IDEA</li>
|
|
|
|
<li>Kotlin</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>E se eu não colocar nenhuma licença?</h2>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<img class="stretch" src="_images/public-domain.png" alt="">
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background="_images/public-domain.png">
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<h2>Public domain</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Domínio público é uma condição jurídica na qual uma
|
|
|
|
obra não possui o elemento do direito real ou de
|
|
|
|
propriedade que tem o direito autoral, não havendo,
|
|
|
|
assim, restrição de uso de uma obra por qualquer um
|
|
|
|
que queira utilizá-la. Do ponto de vista econômico,
|
|
|
|
uma obra em domínio público é livre e gratuita.
|
|
|
|
Nesse sentido, domínio público é o antônimo do
|
|
|
|
Direito autoral.
|
|
|
|
<!--
|
|
|
|
The public domain consists of all the creative work
|
|
|
|
to which no exclusive intellectual property rights
|
|
|
|
apply. Those rights may have expired, been
|
|
|
|
forfeited, expressly waived, or may be
|
|
|
|
inapplicable.
|
|
|
|
-->
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
-- <a href="https://pt.wikipedia.org/wiki/Dom%C3%ADnio_p%C3%BAblico">Wikipédia</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>Dual Licensing</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Um produto pode ser licenciado sob mais de uma licença,
|
|
|
|
sendo escolhido por quem está usando o produto.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="fragment">
|
|
|
|
<strong>
|
|
|
|
Requer aprovação de todos contribuidores.
|
|
|
|
</strong>
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>Links</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL v3</a></li>
|
|
|
|
<li><a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">LGPL v3</a></li>
|
|
|
|
<li><a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL v3</a></li>
|
|
|
|
<li>
|
|
|
|
BSD:
|
|
|
|
<a href="https://opensource.org/licenses/ISC">0-clause/ISC</a>,
|
|
|
|
<a href="https://opensource.org/licenses/BSD-2-Clause">2-clause</a>,
|
|
|
|
<a href="https://opensource.org/licenses/BSD-3-Clause">3-clause</a>
|
|
|
|
</li>
|
|
|
|
<li><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a></li>
|
|
|
|
<li><a href="https://pt.wikipedia.org/wiki/Dom%C3%ADnio_p%C3%BAblico">Domínio Público</a></li>
|
|
|
|
<li><a href="https://opensource.org/licenses">OSI Licenses</a></li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section data-background='_images/thats-all-folks.jpg'>
|
|
|
|
<div class="semi-opaque">
|
|
|
|
<ul class="empty">
|
|
|
|
<li><a href="https://functional.cafe/@juliobiason">https://functional.cafe/@juliobiason</a></li>
|
|
|
|
<li><a href="https://t.me/juliobiason">https://t.me/juliobiason</a></li>
|
|
|
|
<li>julio.biason@pm.me</li>
|
|
|
|
<li><a href="https://presentations.juliobiason.me">https://presentations.juliobiason.me</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="reveal.js/lib/js/head.min.js"></script>
|
|
|
|
<script src="reveal.js/js/reveal.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
// Full list of configuration options available at:
|
|
|
|
// https://github.com/hakimel/reveal.js#configuration
|
|
|
|
Reveal.initialize({
|
|
|
|
controls: true,
|
|
|
|
progress: true,
|
|
|
|
history: true,
|
|
|
|
center: true,
|
|
|
|
// showNotes: true,
|
|
|
|
|
|
|
|
transition: 'fade', // none/fade/slide/convex/concave/zoom
|
|
|
|
|
|
|
|
// Optional reveal.js plugins
|
|
|
|
dependencies: [
|
|
|
|
{ src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
|
|
|
|
{ src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
|
|
|
{ src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
|
|
|
|
{ src: 'reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
|
|
|
|
{ src: 'reveal.js/plugin/zoom-js/zoom.js', async: true },
|
|
|
|
{ src: 'reveal.js/plugin/notes/notes.js', async: true }
|
|
|
|
]
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|