summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-21 15:45:43 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-21 15:45:43 +0100
commit381fa3bdeefa6c1f9b19cc2693484b6cdacf115f (patch)
tree4be85607641a0576151351271a217b9947ee1eee /COPYING
parent949d77a38650a2daf20d7dee0222c4350da0ee7d (diff)
downloadgitano-381fa3bdeefa6c1f9b19cc2693484b6cdacf115f.tar.gz
Add markdown.lua and the copyright for it
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING25
1 files changed, 25 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index a4ddae0..e369041 100644
--- a/COPYING
+++ b/COPYING
@@ -24,3 +24,28 @@ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
+
+Portions of this codebase are under other licences. Where this is the case,
+any local changes are licenced as per the original.
+
+--[ lib/gitano/markdown.lua: ]---------------------------------------------------------
+
+Copyright 2008 Niklas Frykholm.
+
+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.
+