summaryrefslogtreecommitdiff
path: root/linux-basics/licenses/pres_licenses_en.tex
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2011-01-27 00:52:19 +0100
committerManuel Traut <manut@linutronix.de>2011-01-27 00:52:19 +0100
commit7e5883bbd6e699d1fcee0814c5a172d6348bd63c (patch)
tree3df8a00a9727ff0e2c020d2e07304fdb00c83e3d /linux-basics/licenses/pres_licenses_en.tex
parent6fb0950420424ff27f6aa89429a763409b088ed6 (diff)
convert the rest to the new buildsys format
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'linux-basics/licenses/pres_licenses_en.tex')
-rw-r--r--linux-basics/licenses/pres_licenses_en.tex49
1 files changed, 8 insertions, 41 deletions
diff --git a/linux-basics/licenses/pres_licenses_en.tex b/linux-basics/licenses/pres_licenses_en.tex
index dfda2b2..0b7ffbc 100644
--- a/linux-basics/licenses/pres_licenses_en.tex
+++ b/linux-basics/licenses/pres_licenses_en.tex
@@ -1,51 +1,17 @@
-\documentclass[11pt]{beamer}
-
-%\usepackage{ngerman}
-\usepackage{times}
-\usepackage{graphicx}
-\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps}
-\usepackage{amsmath,amssymb}
-\usepackage[latin1]{inputenc}
-\usepackage{listings,color}
-\definecolor{lbcolor}{RGB}{255,210,150}
-\lstset{
- language=C,
- numbers=left,
- stepnumber=1,
- numbersep=5pt,
- numberstyle=\tiny,
- breaklines=true,
- breakautoindent=true,
- postbreak=\space,
- tabsize=2,
- basicstyle=\ttfamily\footnotesize,
- showspaces=false,
- showstringspaces=false,
- extendedchars=true,
- backgroundcolor=\color{lbcolor},
- keywordstyle=\bf ,
- commentstyle=\color{green},
- stringstyle=\color{red}
-}
-
-\mode<presentation>
-{
- \usetheme{linutronix}
-}
-
% on the following slides, include icon in the left sidebar
\def\lximg{/usr/share/lx/icons/fueller.png}
-\title{Opensource-Licenses}
-\institute{Linutronix GmbH}
+\input{configpres}
-\begin{document}
-
-\frame{ \titlepage }
+\title{Opensource-Licenses}
+\maketitle
% stop displaying 'fueller.png' on the following slides
\def\lximg{none}
+\subsection{Opensource-Licenses}
+
+\subsubsection{GPL}
\begin{frame}
\frametitle{GPL: GNU \textbf{G}eneral \textbf{P}ublic \textbf{L}icense}
You are allowed to:
@@ -91,6 +57,7 @@ its own license
\end{itemize}
\end{frame}
+\subsubsection{Apache, BSD}
\begin{frame}
\frametitle{Apache License}
You are allowed to:
@@ -151,4 +118,4 @@ This means:
\end{frame}
-\end{document}
+\input{tailpres}