diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-06-08 15:04:25 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-06-08 15:04:25 +0000 |
commit | f4425b4558b7fd86de874035f81ea290c987e96d (patch) | |
tree | 22a15b5a51fd30b6f54a1e95a5739e38583700c8 /Game/Code/lib | |
parent | 69760999c871af479f1ce228f8dbf80569cd8956 (diff) | |
download | usdx-f4425b4558b7fd86de874035f81ea290c987e96d.tar.gz usdx-f4425b4558b7fd86de874035f81ea290c987e96d.tar.xz usdx-f4425b4558b7fd86de874035f81ea290c987e96d.zip |
inconsistent line endings unified
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1143 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/SQLite/readme.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Game/Code/lib/SQLite/readme.txt b/Game/Code/lib/SQLite/readme.txt index 80e5b3a1..3b064e68 100644 --- a/Game/Code/lib/SQLite/readme.txt +++ b/Game/Code/lib/SQLite/readme.txt @@ -56,20 +56,20 @@ and remove PRAGMA full_column_names = 1 which is deprecated. Warning: may break The following notice appears in the Sqlite source code:
-* -** 2001 September 15 -** +*
+** 2001 September 15
+**
**
-** The author disclaims copyright to this source code. In place of +** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
- -** +
+**
May you do good and not evil.
- +
** May you find forgiveness for yourself and forgive others.
- -** May you share freely, never taking more than you give. +
+** May you share freely, never taking more than you give.
For more information about SQLite, see http://www.sqlite.org
@@ -78,5 +78,5 @@ For more information about this simple wrapper, see http://www.itwriting.com/sql - +
|