From 656c10e5cfeb1efb110d816e96628cadf52ce4bc Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 24 May 2012 18:18:03 +0100 Subject: [PATCH 1/3] Added MIT license with note about sub-licenses --- LICENSE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..1576860 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,30 @@ +Copyright (C) 2012 Matt Pass +Website: mattpass.com +Email: matt@mattpass.com +Twitter: @mattpass + +#ICEcoder License +##Standard Open Source Initiative MIT License +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +``` +Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd +party code, in subfolders such as CodeMirror and plugins, may contain their +own LICENSE files, and may not also be an MIT licence. +``` \ No newline at end of file From 64231d7f01a2dd779ef7f34a7a647c6f2e596f2e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 24 May 2012 18:22:09 +0100 Subject: [PATCH 2/3] Minor format fixes --- LICENSE.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 1576860..d83727c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ Copyright (C) 2012 Matt Pass -Website: mattpass.com -Email: matt@mattpass.com -Twitter: @mattpass +Website: mattpass.com +Email: matt@mattpass.com +Twitter: @mattpass #ICEcoder License ##Standard Open Source Initiative MIT License @@ -24,7 +24,5 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` -Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd -party code, in subfolders such as CodeMirror and plugins, may contain their -own LICENSE files, and may not also be an MIT licence. +Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd party code, in subfolders such as CodeMirror and plugins, may contain their own LICENSE files, and may not also be an MIT licence. ``` \ No newline at end of file From 1f26ddaf3dcda21f72bb6426b1443ecb10ad9fc7 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 24 May 2012 18:23:48 +0100 Subject: [PATCH 3/3] Another slight format fix --- LICENSE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d83727c..acb5f8d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ -Copyright (C) 2012 Matt Pass +Copyright (C) 2012 Matt Pass Website: mattpass.com Email: matt@mattpass.com -Twitter: @mattpass +Twitter: @mattpass #ICEcoder License ##Standard Open Source Initiative MIT License @@ -24,5 +24,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` -Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd party code, in subfolders such as CodeMirror and plugins, may contain their own LICENSE files, and may not also be an MIT licence. +Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd +party code, in subfolders such as CodeMirror and plugins, may contain their +own LICENSE files, and may not also be an MIT licence. ``` \ No newline at end of file