MIT License

This commit is contained in:
dignajar 2015-07-14 21:07:07 -03:00
parent 3e52d937af
commit 85b9109be1
4 changed files with 16 additions and 2 deletions

View File

@ -25,4 +25,8 @@ Installation guide
1. Download the latest version from http://www.bludit.com/bludit_latest.zip
2. Extract the zip file into a directory like `bludit`.
3. Upload the directory `bludit` on your hosting.
4. Done!
4. Done!
License
-------
Bludit is opensource software licensed under the [MIT license](https://tldrlegal.com/license/mit-license)

2
content/README Normal file
View File

@ -0,0 +1,2 @@
Set the correct permissions on this directory.
Check the documentation: http://docs.bludit.com/en/troubleshooting/writing-test-failure-err205

View File

@ -4,7 +4,7 @@
* Bludit
* http://www.bludit.com
* Author Diego Najar
* All Bludit code is released under the GNU General Public License.
* Bludit is opensource software licensed under the MIT license.
*/
// Check installation

View File

@ -1,4 +1,12 @@
<?php
/*
* Bludit
* http://www.bludit.com
* Author Diego Najar
* Bludit is opensource software licensed under the MIT license.
*/
// Security constant
define('BLUDIT', true);