summaryrefslogtreecommitdiffstats
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
parent5eb01527a7ee911e6a7f2022e9bdfdc236095b99 (diff)
downloadcrawl-ref-fcb71db1fcffedef3196865d271fc897e562448d.tar.gz
crawl-ref-fcb71db1fcffedef3196865d271fc897e562448d.zip
Add develop/ and license/ folders in docs/.
-rw-r--r--crawl-ref/README.pdfbin74692 -> 73217 bytes
-rw-r--r--crawl-ref/README.txt15
-rw-r--r--crawl-ref/docs/develop/coding_conventions.txt (renamed from crawl-ref/docs/coding_conventions.txt)0
-rw-r--r--crawl-ref/docs/develop/level_design.txt (renamed from crawl-ref/docs/level_design.txt)0
-rw-r--r--crawl-ref/docs/develop/monster_speech.txt (renamed from crawl-ref/docs/monster_speech.txt)0
-rw-r--r--crawl-ref/docs/develop/patch_guide.txt (renamed from crawl-ref/docs/patch_guide.txt)0
-rw-r--r--crawl-ref/docs/develop/release.txt (renamed from crawl-ref/source/util/docs/release.txt)0
-rw-r--r--crawl-ref/docs/develop/tiles_creation.txt (renamed from crawl-ref/docs/tiles_creation.txt)0
-rw-r--r--crawl-ref/docs/license/lgpl.txt (renamed from crawl-ref/docs/lgpl.txt)0
-rw-r--r--crawl-ref/docs/license/libpng-LICENSE.txt (renamed from crawl-ref/docs/libpng-LICENSE.txt)0
-rw-r--r--crawl-ref/docs/license/lualicense.txt (renamed from crawl-ref/docs/lualicense.txt)0
-rw-r--r--crawl-ref/docs/license/mt19937.txt (renamed from crawl-ref/docs/mt19937.txt)0
-rw-r--r--crawl-ref/docs/license/pcre_license.txt (renamed from crawl-ref/docs/pcre_license.txt)0
-rw-r--r--crawl-ref/source/util/docs/README.tex15
14 files changed, 15 insertions, 15 deletions
diff --git a/crawl-ref/README.pdf b/crawl-ref/README.pdf
index 20dfcdb9f3..7044917ad3 100644
--- a/crawl-ref/README.pdf
+++ b/crawl-ref/README.pdf
Binary files differ
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
diff --git a/crawl-ref/docs/coding_conventions.txt b/crawl-ref/docs/develop/coding_conventions.txt
index 132ab62320..132ab62320 100644
--- a/crawl-ref/docs/coding_conventions.txt
+++ b/crawl-ref/docs/develop/coding_conventions.txt
diff --git a/crawl-ref/docs/level_design.txt b/crawl-ref/docs/develop/level_design.txt
index 6c973d6220..6c973d6220 100644
--- a/crawl-ref/docs/level_design.txt
+++ b/crawl-ref/docs/develop/level_design.txt
diff --git a/crawl-ref/docs/monster_speech.txt b/crawl-ref/docs/develop/monster_speech.txt
index d497fd2bbf..d497fd2bbf 100644
--- a/crawl-ref/docs/monster_speech.txt
+++ b/crawl-ref/docs/develop/monster_speech.txt
diff --git a/crawl-ref/docs/patch_guide.txt b/crawl-ref/docs/develop/patch_guide.txt
index 2ecc4fab2e..2ecc4fab2e 100644
--- a/crawl-ref/docs/patch_guide.txt
+++ b/crawl-ref/docs/develop/patch_guide.txt
diff --git a/crawl-ref/source/util/docs/release.txt b/crawl-ref/docs/develop/release.txt
index e370a797af..e370a797af 100644
--- a/crawl-ref/source/util/docs/release.txt
+++ b/crawl-ref/docs/develop/release.txt
diff --git a/crawl-ref/docs/tiles_creation.txt b/crawl-ref/docs/develop/tiles_creation.txt
index 1c86d59ca4..1c86d59ca4 100644
--- a/crawl-ref/docs/tiles_creation.txt
+++ b/crawl-ref/docs/develop/tiles_creation.txt
diff --git a/crawl-ref/docs/lgpl.txt b/crawl-ref/docs/license/lgpl.txt
index 485b944d02..485b944d02 100644
--- a/crawl-ref/docs/lgpl.txt
+++ b/crawl-ref/docs/license/lgpl.txt
diff --git a/crawl-ref/docs/libpng-LICENSE.txt b/crawl-ref/docs/license/libpng-LICENSE.txt
index 93dd04a15b..93dd04a15b 100644
--- a/crawl-ref/docs/libpng-LICENSE.txt
+++ b/crawl-ref/docs/license/libpng-LICENSE.txt
diff --git a/crawl-ref/docs/lualicense.txt b/crawl-ref/docs/license/lualicense.txt
index 84d401b1e4..84d401b1e4 100644
--- a/crawl-ref/docs/lualicense.txt
+++ b/crawl-ref/docs/license/lualicense.txt
diff --git a/crawl-ref/docs/mt19937.txt b/crawl-ref/docs/license/mt19937.txt
index 228e4a8fd1..228e4a8fd1 100644
--- a/crawl-ref/docs/mt19937.txt
+++ b/crawl-ref/docs/license/mt19937.txt
diff --git a/crawl-ref/docs/pcre_license.txt b/crawl-ref/docs/license/pcre_license.txt
index 03fabc6aef..03fabc6aef 100644
--- a/crawl-ref/docs/pcre_license.txt
+++ b/crawl-ref/docs/license/pcre_license.txt
diff --git a/crawl-ref/source/util/docs/README.tex b/crawl-ref/source/util/docs/README.tex
index c6bb8002b9..79b30d479c 100644
--- a/crawl-ref/source/util/docs/README.tex
+++ b/crawl-ref/source/util/docs/README.tex
@@ -157,16 +157,15 @@ supported on Linux, Windows, OS X and, to a lesser extent, on DOS. The
source should compile and run on any reasonably modern Unix. \soup\
features both ASCII and graphical (Tiles) display.
-\crawl\ gladly and gratuitously uses the following open source packages: \\
-The \textbf{Lua} script language, see \key{docs/lualicense.txt}.\\
-The \textbf{PCRE} library for regular expressions, see
- \key{docs/pcre\_license.txt}.\\
-The \textbf{Mersenne Twister} for random number generation,
- \key{docs/mt19937.txt}.\\
-The \textbf{SQLite} library as database engine; it is properly public domain.\\
+\crawl\ gladly and gratuitously uses the following open source packages; the
+text files mentioned can be found in the \key{docs/license/} folder: \\
+The \textbf{Lua} script language, see \key{lualicense.txt}.\\
+The \textbf{PCRE} library for regular expressions, see \key{pcre\_license.txt}.\\
+The \textbf{Mersenne Twister} for random number generation, \key{mt19937.txt}.\\
+The \textbf{SQLite} library as database engine; it is properly in the 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}.
+ \key{lgpl.txt}.
\subsection*{How you can help}