[wp-cvs] wordpress/wp-content/plugins markdown.php,1.4,1.5
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Jan 24 06:30:18 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18371/wp-content/plugins
Modified Files:
markdown.php
Log Message:
Updating Markdown to 1.0.1 - http://mosquito.wordpress.org/view.php?id=730
Index: markdown.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/plugins/markdown.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** markdown.php 4 Sep 2004 20:48:57 -0000 1.4
--- markdown.php 24 Jan 2005 06:30:16 -0000 1.5
***************
*** 7,26 ****
# <http://daringfireball.net/projects/markdown/>
#
! # Copyright (c) 2004 Michel Fortin - Translation to PHP
# <http://www.michelf.com/projects/php-markdown/>
#
- # This version has been modified for inclusion in WordPress
- # For the original please see Michel's site
-
[...1158 lines suppressed...]
+
+ * Neither the name "Markdown" nor the names of its contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ This software is provided by the copyright holders and contributors "as
+ is" and any express or implied warranties, including, but not limited
+ to, the implied warranties of merchantability and fitness for a
+ particular purpose are disclaimed. In no event shall the copyright owner
+ or contributors be liable for any direct, indirect, incidental, special,
+ exemplary, or consequential damages (including, but not limited to,
+ procurement of substitute goods or services; loss of use, data, or
+ profits; or business interruption) 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.
+
+ */
?>
\ No newline at end of file
More information about the cvs
mailing list