diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-11 12:08:16 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-11 12:08:16 +0000 |
commit | 377dcef357c7b7397e8de143606bc2395c5c362e (patch) | |
tree | fc7fe294333fa720c02964cc7a477624d416b8f1 /lib/php-markdown/LICENSE | |
parent | 35ee7ed86475a654970ee272d8428936a9081407 (diff) | |
download | www-377dcef357c7b7397e8de143606bc2395c5c362e.tar www-377dcef357c7b7397e8de143606bc2395c5c362e.tar.gz www-377dcef357c7b7397e8de143606bc2395c5c362e.tar.bz2 www-377dcef357c7b7397e8de143606bc2395c5c362e.tar.xz www-377dcef357c7b7397e8de143606bc2395c5c362e.zip |
new constitution pages
Diffstat (limited to 'lib/php-markdown/LICENSE')
-rw-r--r-- | lib/php-markdown/LICENSE | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lib/php-markdown/LICENSE b/lib/php-markdown/LICENSE new file mode 100644 index 000000000..f015c298b --- /dev/null +++ b/lib/php-markdown/LICENSE @@ -0,0 +1,39 @@ +PHP Markdown & Extra +Copyright (c) 2004-2008 Michel Fortin +<http://www.michelf.com/> +All rights reserved. + +Additional features and fixes by Henrik Paul +<http://github.com/wolfie/php-markdown/tree/extra> + +Based on Markdown +Copyright (c) 2003-2006 John Gruber +<http://daringfireball.net/> +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* 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. |