summaryrefslogtreecommitdiff
path: root/vendor/Michelf/MarkdownInterface.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-09 07:21:10 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-09 07:21:10 +0200
commit54a77cd58589e8c73543360af1469151fb1a550c (patch)
tree86ab929a2981a8147656c2e6119c7f1e0e130c3e /vendor/Michelf/MarkdownInterface.php
parent0d4b6525dd86f837eb9e931e48a92fc6a0033e11 (diff)
Update dependencies
Diffstat (limited to 'vendor/Michelf/MarkdownInterface.php')
-rw-r--r--vendor/Michelf/MarkdownInterface.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/Michelf/MarkdownInterface.php b/vendor/Michelf/MarkdownInterface.php
index 22c571a0..e4c2931f 100644
--- a/vendor/Michelf/MarkdownInterface.php
+++ b/vendor/Michelf/MarkdownInterface.php
@@ -3,7 +3,7 @@
# Markdown - A text-to-HTML conversion tool for web writers
#
# PHP Markdown
-# Copyright (c) 2004-2013 Michel Fortin
+# Copyright (c) 2004-2014 Michel Fortin
# <http://michelf.com/projects/php-markdown/>
#
# Original Markdown
@@ -32,6 +32,3 @@ interface MarkdownInterface {
public function transform($text);
}
-
-
-?> \ No newline at end of file