-
Notifications
You must be signed in to change notification settings - Fork 14
/
oslic.tex
372 lines (296 loc) · 12.4 KB
/
oslic.tex
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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
% Telekom osCompendium cloak file English text
%
% (c) Karsten Reincke, Deutsche Telekom AG, Darmstadt 2011
%
% This LaTeX-File is licensed under the Creative Commons Attribution-ShareAlike
% 3.0 Germany License (http://creativecommons.org/licenses/by-sa/3.0/de/): Feel
% free 'to share (to copy, distribute and transmit)' or 'to remix (to adapt)'
% it, if you '... distribute the resulting work under the same or similar
% license to this one' and if you respect how 'you must attribute the work in
% the manner specified by the author ...':
%
% In an internet based reuse please link the reused parts to www.telekom.com and
% mention the original authors and Deutsche Telekom AG in a suitable manner. In
% a paper-like reuse please insert a short hint to www.telekom.com and to the
% original authors and Deutsche Telekom AG into your preface. For normal
% quotations please use the scientific standard to cite.
%
% [ File structure derived from 'mind your Scholar Research Framework'
% mycsrf (c) K. Reincke CC BY 3.0 http://mycsrf.fodina.de/ ]
%\documentclass[DIV=calc,BCOR=5mm,12pt,headings=small,oneside,toc=bib,draft]{scrbook}
\documentclass[DIV=calc,BCOR=5mm,12pt,headings=small,oneside,toc=bib]{scrbook}
%%% (1) general configurations %%%
\usepackage[utf8]{inputenc}
%%% (2) language specific configurations %%%
\usepackage[]{a4}
\usepackage[english]{babel}
\selectlanguage{english}
\usepackage{microtype}
\usepackage{to_oscad/oscad}
%language specific quoting signs
%default for language emglish is american style of quotes
%\usepackage[english=british]{csquotes}
\usepackage[english=american]{csquotes}
% jurabib configuration
\usepackage[see]{jurabib}
\bibliographystyle{jurabib}
% do not comment the litrature any longer
\input{btexmat/oscJbibCfgEnIncNoAnno} %no annotations
% language specific hyphenation
\input{btexmat/oscHyphenationEnInc}
%%% (3) layout page configuration %%%
% select the visible parts of a page
% S.31: { plain|empty|headings|myheadings }
%\pagestyle{myheadings}
\pagestyle{headings}
% select the wished style of page-numbering
% S.32: { arabic,roman,Roman,alph,Alph }
\pagenumbering{arabic}
\setcounter{page}{1}
% select the wished distances using the general setlength order:
% S.34 { baselineskip| parskip | parindent }
% - general no indent for paragraphs
\setlength{\parindent}{0pt}
\setlength{\parskip}{1.2ex plus 0.2ex minus 0.2ex}
%%% (4) general package activation %%%
%\usepackage{utopia}
%\usepackage{courier}
%\usepackage{avant}
% graphic
\usepackage{graphicx,color}
\usepackage{array}
\usepackage{shadow}
\usepackage{fancybox}
\usepackage{alltt}
%- start(footnote-configuration)
% flush the cite numbers out of the vertical line and let
% the footnote text directly start in the left vertical line
% \usepackage[marginal,hang]{footmisc}
% \renewcommand\footnotemargin{1.5em}
% formatting the footnote with koma script tools
% \deffootnote[1em]{1.5em}{1em}{\textsuperscript{\thefootnotemark}}
\deffootnote[1.5em]{1.5em}{1.5em}{\textsuperscript{\thefootnotemark)\ }}
%\deffootnote[0em]{1.5em}{1em}{\textsuperscript{\thefootnotemark}}
%- end(footnote-configuration)
% %- start(endnote-configuration) uncomment to activate
% % Let all notes being marked with \endnote instead of \footnote
% % become endnotes. This set of endnotes replaces the next
% % arising command \theendnotes - even if it is not located
% % at the end of the text.
%
% \usepackage{endnotes}
%
% % Format endnotes as Block with indention - Solution 1
% %\renewcommand\enoteformat{%
% % \noindent\theenmark.) \ \hangindent .7\parindent%
% %}
%
% % Format endnotes as Block with indention - Solution 2
% \makeatletter
% \def\enoteformat{\rightskip\z@ \leftskip0em \parindent=0em \parskip=0em
% \leavevmode\llap{\hbox{\@theenmark.~}}}
% \makeatother
%
% \renewcommand\notesname{Annotations}
% % additionally we shall active a special jurabib option
% % if we want to get all jurabib footnotes as endnotes
% \jurabibsetup{citetoend=true}
% %- end(footnote-configuration)
% - additional packages
\usepackage{tikz}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes,snakes}
\usetikzlibrary{positioning}
\usetikzlibrary{decorations.text}
\usetikzlibrary{trees}
\usepackage{multirow}
%RPD%%%\usepackage{blindtext}
\usepackage{caption}
\usetikzlibrary{matrix}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{wasysym}
\usepackage{chngcntr}
\usepackage{nameref}
\counterwithout{footnote}{chapter}
\usepackage[intoc]{nomencl}
\let\abbr\nomenclature
% Modify Section Title of nomenclature
\renewcommand{\nomname}{Periodicals, Shortcuts, and Abbreviations}
%\renewcommand{\nomname}{Periodika, ihre Kurzformen und generelle Abkürzungen}
% insert point between abbrewviation and explanation
\setlength{\nomlabelwidth}{.24\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
% reduce the line distance
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
% depth of contents
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
% Hyperlinks
\usepackage{hyperref}
\hypersetup{bookmarks=true,breaklinks=true,colorlinks=true,citecolor=blue,draft=false}
% Compatibility command if hyperref cannot be used
%\newcommand{\texorpdfstring}[2]{#1}
% Abbreviations
\newcommand{\oslic}{OSLiC}
% Often Cited Sources
% --------------------
% first (optional) argument is text at beginning, defaults to "cf."
% second argument is location, like "§2"; must be "wp" if no paragraph is given
\newcommand*{\citeAGPL}[2][cf.]{\footcite[#1][\nopage wp #2]{Agpl30OsiLicense2007a}}
\newcommand*{\citeAPL}[2][cf.]{\footcite[#1][\nopage wp #2]{Apl20OsiLicense2004a}}
\newcommand*{\citeBSDnew}[2][cf.]{\footcite[#1][\nopage wp #2]{BsdLicense3Clause}}
\newcommand*{\citeBSDsimple}[2][cf.]{\footcite[#1][\nopage wp #2]{BsdLicense2Clause}}
\newcommand*{\citeCDDL}[2][cf.]{\footcite[#1][\nopage wp #2]{Cddl10OsiLicense2004a}}
\newcommand*{\citeEPL}[2][cf.]{\footcite[#1][\nopage wp #2]{Epl10OsiLicense2005a}}
\newcommand*{\citeEUPL}[2][cf.]{\footcite[#1][\nopage wp #2]{Eupl11OsiLicense2007a}}
\newcommand*{\citeGPLthree}[2][cf.]{\footcite[#1][\nopage wp #2]{Gpl30OsiLicense2007a}}
\newcommand*{\citeGPLtwo}[2][cf.]{\footcite[#1][\nopage wp #2]{Gpl20OsiLicense1991a}}
\newcommand*{\citeLGPLthree}[2][cf.]{\footcite[#1][\nopage wp #2]{Lgpl30OsiLicense2007a}}
\newcommand*{\citeLGPLtwo}[2][cf.]{\footcite[#1][\nopage wp #2]{Lgpl21OsiLicense1999a}}
\newcommand*{\citeMIT}[2][cf.]{\footcite[#1][\nopage wp #2]{MitLicense2012a}}
\newcommand*{\citeMPL}[2][cf.]{\footcite[#1][\nopage wp #2]{Mpl20OsiLicense2013a}}
\newcommand*{\citeMSPL}[2][cf.]{\footcite[#1][\nopage wp #2]{MsplOsiLicense2013a}}
\newcommand*{\citePGL}[2][cf.]{\footcite[#1][\nopage wp #2]{PglOsiLicense2013a}}
\newcommand*{\citePHP}[2][cf.]{\footcite[#1][\nopage wp #2]{Php30OsiLicense2013a}}
%%%%%%%%%%%%%%
\begin{document}
%% use all entries of the bliography
\nocite{*}
%%-- start(titlepage)
\titlehead{Version \input{rel-number}}
\subject{\small \itshape A Practical Guide for Developers, Managers, OS Experts,
and Companies}
\title{Open Source License Compendium}
\subtitle{How to Achieve Open Source License Compliance\input{btexmat/oscLicenseFootnoteInc}}
\author{
Karsten Reincke\thanks{Deutsche Telekom AG, Products \& Innovation,
T-Online-Allee 1, 64295 Darmstadt}
\and
Greg Sharpe\thanks{Deutsche Telekom AG, Telekom Deutschland GmbH,
Landgrabenweg, Bonn}
}
\date{2018-06-14}
\maketitle
%%-- end(titlepage)
\footnotesize
\begin{flushright}
\parbox{100mm}{\itshape
The Open Source Community is a swarm: it is more powerful than a set of
arbritarily selected experts. We are proud to have its support. Gladly we thank
(in alphabetical order):
}
\parbox{80mm}{
\tiny
\begin{flushright}
Eitan Adler,\\
Stefan Altmeyer (Deutsche Telekom AG),\\
Ronald Dauster,\\
John Dobson, \\
Steffen Härtlein, \\
Ta'Id Holmes (Deutsche Telekom AG), \\
Michael Kern (Deutsche Telekom AG),\\
Michael Machado (Deutsche Telekom AG),\\
Thorsten Müller (Deutsche Telekom AG),\\
Tanja Neske (Deutsche Telekom AG),\\
Oliver Podebradt (Deutsche Telekom AG),\\
Thomas Quiehl (Deutsche Telekom AG),\\
Peter Schichl (Deutsche Telekom AG),\\
Michael Schierl,\\
Helene Tamer (T-Systems Internationl AG),\\
Bernhard Tsai (Deutsche Telekom AG),\\
Thomas Weißschuh (Amadeus Germany GmbH),\\
\ldots additionally all the feedback giving participants of the
European Legal \& Licensing Workshop 2013 in Amstardam\\
and all the others\ldots
\end{flushright}
}
\end{flushright}
\normalsize
\newpage
\footnotesize
\tableofcontents
\newpage
\input{snippets/en/20130415-Missed}
\input{snippets/en/20110928-Changes}
\normalsize
\chapter*{Disclaimer}
\input{snippets/en/20120222-DisclaimerInc}
%%%%%%%%%%%%
\input{snippets/en/01C-IntroductionInc}
%\input{snippets/20110905-LitCheckInc}
%%%%%%%%%%%%%%%
\input{snippets/en/02C-SameIdeaDifferentLicenseModelsInc}
%%%%%%%%%%%%%%%
\input{snippets/en/03C-ImportantMinorPointsInc}
\input{snippets/en/03C-osImportantMinorPoints/0301-osAndPatentsInc}
\input{snippets/en/03C-osImportantMinorPoints/0302-noLinkDataInc}
\input{snippets/en/03C-osImportantMinorPoints/0303-derivativeWorksInc}
\section{Excursion: Reverse Engineering and Open Source}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304a-reMotivationInc}
\subsection{Reverse Engineering in the LGPL-v2}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304b0-reLgpl2Inc}
\subsubsection{Linguistical Clarification}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304b1-reLgpl2LingClarInc}
\subsubsection{Logical Clarification}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304b2-reLgpl2LogiClarInc}
\subsubsection{Empirical Clarification}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304b3-reLgpl2EmpiClarInc}
\subsubsection{Final Conclusion}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304b4-reLgpl2FinaConcInc}
\subsubsection{Final Securing}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304b5-reLgpl2FinaSecuInc}
\subsection{Reverse Engineering in the LGPL-v3}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304c-reLgpl3Inc}
\subsection{Reverse Engineering in the other Open Source Licenses}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304d-reOtherLicensesInc}
\subsection{Reverse Engineering in Open Source Licenses: Summary}
\input{snippets/en/03C-osImportantMinorPoints/0304-revEng/0304e-reSummaryInc}
\input{snippets/en/03C-osImportantMinorPoints/0305-licenseCompatibilityInc}
\input{snippets/en/03C-osImportantMinorPoints/0306-osAndMoneyInc}
%%%%%%%%%%%%%%%
\input{snippets/en/04C-OsucConceptAndTaxonomyInc}
%%%%%%%%%%%%%%%
\input{snippets/en/05C-OsToDoListFinderInc}
%%%%%%%%%%%%%%%
% Enclose 060x files in braces, because they define local commands that should
% not interfere with each other. Do NOT enclose 0600-common-text-blocks in an
% extra pair of braces, because it defines commands used by the other sections.
\input{snippets/en/06C-OsFulfillmentByToDoListsInc}
\input{snippets/en/06C-osFulfillmentByToDoLists/0600-common-text-blocks}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0601-agplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0602-apacheFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0603-bsdFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0613-cddlFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0604-eplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0605-euplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0606-gplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0607-lgplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0608-mitFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0609-mplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0610-msplFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0611-pglFulfillToDoList}}
{\input{snippets/en/06C-osFulfillmentByToDoLists/0612-phpFulfillToDoList}}
%%%%%%%%%%%%%%%
% \input{snippets/en/07C-LegalEnvironmentsInc}
%%%%%%%%%%%%%%%
\input{snippets/en/08C-ConclusionInc}
%%%%%%%%%%%%%%%
\chapter{Appendices}
\input{snippets/en/09C-Appendices/0901-BiblioHintInc}
\input{snippets/en/09C-Appendices/0902-MythsOfOsInc}
\input{snippets/en/09C-Appendices/0903-ProlegomenaInc}
\small
%\theendnotes
\footnotesize
\input{btexmat/oscNclAbbreviationsEnInc}
\input{btexmat/oscNclJournalsInc}
\printnomenclature
\bibliography{bibfiles/oscResourcesEn,bibfiles/oscCopiedButNotRead,bibfiles/oscNextActions}
\end{document}
% Local Variables:
% mode: latex
% fill-column: 80
% End: