From aabc3d0a047a7ebd0d240ab8f194b5c071ee3131 Mon Sep 17 00:00:00 2001 From: Yury Plashenkov Date: Fri, 29 Jan 2016 23:47:56 +0600 Subject: [PATCH] Edit README, rename LICENSE -> LICENSE.md --- LICENSE => LICENSE.md | 2 +- README.md | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) rename LICENSE => LICENSE.md (97%) diff --git a/LICENSE b/LICENSE.md similarity index 97% rename from LICENSE rename to LICENSE.md index 1ec125d..8d3d1ad 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,4 +1,4 @@ -The MIT License (MIT) +# The MIT License (MIT) Copyright (c) 2013 Yury Plashenkov diff --git a/README.md b/README.md index 37dab82..101f69a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -SQLite for Delphi and FreePascal/Lazarus -======================================== +# SQLite for Delphi and FreePascal/Lazarus SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for SQLite is in the public domain and is thus @@ -9,15 +8,11 @@ engine in the world. This package contains complete SQLite3 API translation for Delphi and FreePascal/Lazarus, as well as a simple Unicode-enabled object wrapper to simplify the use of this database engine. - -Compatibility -------------- +## Compatibility Compatible with Delphi/C++Builder 6–XE5 and FreePascal/Lazarus. - -Installation and usage notes ----------------------------- +## Installation and usage notes Unzip the package somewhere on your hard drive. Now you need to add the full path of the Source folder to your IDE options. @@ -41,9 +36,12 @@ wrapper. Do not forget to distribute the shared library (sqlite3.dll for Windows, sqlite3.so for Linux) with your program. +## Credits -Credits -------- +- [Yury Plashenkov](https://github.com/plashenkov), developer +- [Marek Mauder](http://galfar.vevb.net), contributor +- [Alexander Kotliarskyi](https://github.com/frantic), contributor -Yury Plashenkov (http://www.plashenkov.com), developer. -Marek Mauder (http://galfar.vevb.net), contributor. +## License + +The Bliss framework is licensed under the [MIT license](LICENSE.md). \ No newline at end of file