Compare commits
3 commits
b9610e1664
...
764a5989dc
Author | SHA1 | Date | |
---|---|---|---|
764a5989dc | |||
9fc7eae6dc | |||
41c85da091 |
2 changed files with 35 additions and 17 deletions
BIN
img/logos/GPLv3.png
Normal file
BIN
img/logos/GPLv3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
52
main.tex
52
main.tex
|
@ -43,9 +43,17 @@
|
|||
}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Tabla de contidos}
|
||||
\frametitle{Táboa de contidos}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\AtBeginSection[ ]
|
||||
{
|
||||
\begin{frame}
|
||||
\frametitle{Táboa de contidos}
|
||||
\tableofcontents[currentsection, hideallsubsections]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\section{Definicións}
|
||||
\subsection{Software Libre}
|
||||
|
@ -274,22 +282,32 @@
|
|||
\begin{frame}
|
||||
\frametitle{Controversia coa GPL}
|
||||
|
||||
\begin{itemize}
|
||||
\item<1-> Controversias principais:
|
||||
\begin{itemize}
|
||||
\item Infecciosa
|
||||
\item Restricións de uso
|
||||
\item Compatibilidade
|
||||
\item Modelo de negocio
|
||||
\begin{columns}
|
||||
\column{0.5\textwidth}
|
||||
\begin{itemize}
|
||||
\item<1-> Controversias principais:
|
||||
\begin{itemize}
|
||||
\item Infecciosa
|
||||
\item Compatibilidade
|
||||
\item Restricións de uso
|
||||
\item Modelo de negocio
|
||||
\end{itemize}
|
||||
|
||||
\item<2-> Alternativas:
|
||||
\begin{itemize}
|
||||
\item MIT License
|
||||
\item Apache License 2.0
|
||||
\item Mozilla Public License (MPL)
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
|
||||
\item<2-> Alternativas:
|
||||
\begin{itemize}
|
||||
\item MIT License
|
||||
\item Apache License 2.0
|
||||
\item Mozilla Public License (MPL)
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
|
||||
\column{0.5\textwidth}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=0.8\linewidth]{img/logos/GPLv3}
|
||||
\label{fig:logo-gplv3}
|
||||
\end{figure}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\subsection{Forxas}
|
||||
|
@ -301,7 +319,7 @@
|
|||
\item<1-4>\href{https://github.com}{GitHub}?
|
||||
\begin{itemize}
|
||||
\item<2-4> Mellor non
|
||||
\item<3-4> Non é de código libre
|
||||
\item<3-4> Non é código aberto
|
||||
\item<4> Non respeta completamente o código libre
|
||||
\end{itemize}
|
||||
\item<5-> Alternativas?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue