summaryrefslogtreecommitdiffstats
path: root/crawl-ref/README.txt
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2009-10-06 06:45:22 +0200
committerDavid Ploog <dploog@users.sourceforge.net>2009-10-06 06:45:22 +0200
commitfcb71db1fcffedef3196865d271fc897e562448d (patch)
tree4cf1e5457397d9f3b6dadcfbce840e4c2dca14e0 /crawl-ref/README.txt
parent5eb01527a7ee911e6a7f2022e9bdfdc236095b99 (diff)
downloadcrawl-ref-fcb71db1fcffedef3196865d271fc897e562448d.tar.gz
crawl-ref-fcb71db1fcffedef3196865d271fc897e562448d.zip
Add develop/ and license/ folders in docs/.
Diffstat (limited to 'crawl-ref/README.txt')
-rw-r--r--crawl-ref/README.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/crawl-ref/README.txt b/crawl-ref/README.txt
index bdcd43471c..097efda10d 100644
--- a/crawl-ref/README.txt
+++ b/crawl-ref/README.txt
@@ -100,13 +100,14 @@ on Linux, Windows, OS X, and, to a lesser extent, on DOS. The source should
compile and run on any reasonably modern Unix.
Stone Soup features both ASCII and graphical (Tiles) display.
-Crawl gladly and gratuitously uses the following open source packages:
-* The Lua script language, see docs/lualicense.txt.
-* 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.
-* The libpng library, see docs/libpng-LICENSE.txt
+Crawl gladly and gratuitously uses the following open source packages; the
+text files mentioned can be found in the docs/license/ folder:
+* The Lua script language, see lualicense.txt.
+* The PCRE library for regular expressions, see pcre_license.txt.
+* The Mersenne Twister for random number generation, mt19937.txt.
+* The SQLite library as database engine; it is properly in the public domain.
+* The SDL and SDL_image libraries under the LGPL 2.1 license: lgpl.txt.
+* The libpng library, see libpng-LICENSE.txt
5. How you can help