summaryrefslogtreecommitdiffstats
path: root/crawl-ref/README.txt
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/README.txt
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/README.txt')
-rw-r--r--crawl-ref/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/README.txt b/crawl-ref/README.txt
index 9215b6854e..e5f61c9a6b 100644
--- a/crawl-ref/README.txt
+++ b/crawl-ref/README.txt
@@ -105,6 +105,7 @@ Crawl gladly and gratuitously uses the following open source packages:
* The PCRE library for regular expressions, see docs/pcre_license.txt.
* The Mersenne Twister for random number generation, docs/mt19937.txt.
* The SQLite library as database engine; it is properly public domain.
+* The SDL and SDL_image libraries under the LGPL 2.1 license: docs/lgpl.txt.
5. How you can help