From 85b9109be1e70d14212abbe8b1a2e4372cae5adb Mon Sep 17 00:00:00 2001 From: dignajar Date: Tue, 14 Jul 2015 21:07:07 -0300 Subject: [PATCH] MIT License --- README.md | 6 +++++- content/README | 2 ++ index.php | 2 +- install.php | 8 ++++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 content/README diff --git a/README.md b/README.md index 603aaccc..ff0d329b 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +4. Done! + +License +------- +Bludit is opensource software licensed under the [MIT license](https://tldrlegal.com/license/mit-license) \ No newline at end of file diff --git a/content/README b/content/README new file mode 100644 index 00000000..d68ab992 --- /dev/null +++ b/content/README @@ -0,0 +1,2 @@ +Set the correct permissions on this directory. +Check the documentation: http://docs.bludit.com/en/troubleshooting/writing-test-failure-err205 diff --git a/index.php b/index.php index be5ba4e4..add85269 100644 --- a/index.php +++ b/index.php @@ -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 diff --git a/install.php b/install.php index 7fc33c5b..08f03c65 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,12 @@