diff options
author | Praveen Arimbrathodiyil <praveen@debian.org> | 2013-03-27 23:18:46 +0530 |
---|---|---|
committer | Praveen Arimbrathodiyil <praveen@debian.org> | 2013-03-27 23:18:46 +0530 |
commit | 83d0c70260545bf67209b71425a83be2173dc970 (patch) | |
tree | d5dc5faa0f3e35305c08f855011f68e6908067f0 | |
parent | 38f329e1e639cfbd9e2299c368b49faa3efd620c (diff) | |
download | logbook-of-an-observer-83d0c70260545bf67209b71425a83be2173dc970.tar.gz logbook-of-an-observer-83d0c70260545bf67209b71425a83be2173dc970.tar.xz logbook-of-an-observer-83d0c70260545bf67209b71425a83be2173dc970.zip |
add page about free software, space arrangements
- in copyheart.tex
-rw-r--r-- | Logbook.tex | 1 | ||||
-rw-r--r-- | copyheart.tex | 3 | ||||
-rw-r--r-- | freesoftware-appendix.tex | 17 |
3 files changed, 19 insertions, 2 deletions
diff --git a/Logbook.tex b/Logbook.tex index 59f5f15..8339a28 100644 --- a/Logbook.tex +++ b/Logbook.tex @@ -221,6 +221,7 @@ First Edition April 2013 \\ \clearpage \input{copyheart.tex} \input{freeculture.tex} +\input{freesoftware-appendix.tex} %----------------------------- Back Matter -------------------------------------- \backmatter diff --git a/copyheart.tex b/copyheart.tex index ab9a4c0..d59012c 100644 --- a/copyheart.tex +++ b/copyheart.tex @@ -17,7 +17,6 @@ Although we appreciate and use Free Licenses when appropriate, these aren’t so \subsection*{ {\dejavu ♡} Please copy and share.} The {\dejavu ♡}Copyheart means we WANT you to copy and share. No restrictions. Just like it says: \textbf{please copy and share.} - -\bigskip +\subsection*{ {\dejavu ♡} Learn more.} Learn more about copyheart at \url{www.copyheart.org} \end{english} diff --git a/freesoftware-appendix.tex b/freesoftware-appendix.tex new file mode 100644 index 0000000..dde1bf9 --- /dev/null +++ b/freesoftware-appendix.tex @@ -0,0 +1,17 @@ +\newpage +\begin{english} +\section*{Free Software (Swathanthra Software)} + +“Free software” is a matter of liberty, not price. To understand the concept, you should think of “free” as in “free speech”, not as in “free beer”. + +\textbf{Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software.} More precisely, it refers to four kinds of freedom, for the users of the software: +\begin{enumerate} + \itemsep0em + \item The freedom to run the program, for any purpose (freedom 0). + \item The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this. + \item The freedom to redistribute copies so you can help your neighbor (freedom 2). + \item The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this. +\end{enumerate} + +Learn more about Free Software at \url{www.gnu.org} +\end{english} |