summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-10 22:44:58 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-10 22:44:58 +0000
commit6cc2e3029d8ac9c358fd2b34ab3e8f4e50a50ce6 (patch)
treea2eaefa6180486f6e473028c8022de5b23205412 /crawl-ref/source/util
parentcdaf940f3b02b68afe1414535e966d3e40cc854d (diff)
downloadcrawl-ref-6cc2e3029d8ac9c358fd2b34ab3e8f4e50a50ce6.tar.gz
crawl-ref-6cc2e3029d8ac9c358fd2b34ab3e8f4e50a50ce6.zip
Mention use of SDL and SDL_image libraries in the READMEs and that they fall
under the LGPL 2.1 license which has been added. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9949 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/util')
-rw-r--r--crawl-ref/source/util/docs/README.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/util/docs/README.tex b/crawl-ref/source/util/docs/README.tex
index 7d9b336391..c6bb8002b9 100644
--- a/crawl-ref/source/util/docs/README.tex
+++ b/crawl-ref/source/util/docs/README.tex
@@ -165,6 +165,9 @@ The \textbf{Mersenne Twister} for random number generation,
\key{docs/mt19937.txt}.\\
The \textbf{SQLite} library as database engine; it is properly public domain.\\
% The \textbf{ReST} light markup language for the documentation.
+The \textbf{SDL} and \textbf{SDL\_image} libraries under the LGPL 2.1 license:
+ \key{docs/lgpl.txt}.
+
\subsection*{How you can help}