| CODENOTIFIER | HelpYou are not signed inSign in |
Project: BlueCloth
Revision: 75
Author: ged
Date: 12 May 2005 16:31:10
Diff at Trac: http://www.deveiate.org/projects/BlueCloth/changeset/75
Changes:- Updated license to BSD/Ruby's; included LICENSE.txt from Ruby dist.
Files:| ... | ...@@ -72,28 +72,54 @@ | |
| 72 | 72 | ------------ |
| 73 | 73 | |
| 74 | 74 | Original version: |
| 75 | Copyright (c) 2003-2004 John Gruber | |
| 76 | <http://daringfireball.net/> | |
| 77 | All rights reserved. | |
| 75 | Copyright (c) 2004, John Gruber | |
| 76 | <http://daringfireball.net/> | |
| 77 | All rights reserved. | |
| 78 | ||
| 79 | Redistribution and use in source and binary forms, with or without | |
| 80 | modification, are permitted provided that the following conditions are | |
| 81 | met: | |
| 82 | ||
| 83 | * Redistributions of source code must retain the above copyright notice, | |
| 84 | this list of conditions and the following disclaimer. | |
| 85 | ||
| 86 | * Redistributions in binary form must reproduce the above copyright | |
| 87 | notice, this list of conditions and the following disclaimer in the | |
| 88 | documentation and/or other materials provided with the distribution. | |
| 89 | ||
| 90 | * Neither the name "Markdown" nor the names of its contributors may | |
| 91 | be used to endorse or promote products derived from this software | |
| 92 | without specific prior written permission. | |
| 93 | ||
| 94 | This software is provided by the copyright holders and contributors "as | |
| 95 | is" and any express or implied warranties, including, but not limited | |
| 96 | to, the implied warranties of merchantability and fitness for a | |
| 97 | particular purpose are disclaimed. In no event shall the copyright owner | |
| 98 | or contributors be liable for any direct, indirect, incidental, special, | |
| 99 | exemplary, or consequential damages (including, but not limited to, | |
| 100 | procurement of substitute goods or services; loss of use, data, or | |
| 101 | profits; or business interruption) however caused and on any theory of | |
| 102 | liability, whether in contract, strict liability, or tort (including | |
| 103 | negligence or otherwise) arising in any way out of the use of this | |
| 104 | software, even if advised of the possibility of such damage. | |
| 105 | ||
| 78 | 106 | |
| 79 | 107 | Ruby version: |
| 80 | Copyright (c) 2004 The FaerieMUD Consortium | |
| 108 | This module is Open Source Software which is Copyright (c) 2004 by The FaerieMUD | |
| 109 | Consortium. | |
| 110 | ||
| 111 | You may use, modify, and/or redistribute this software under the same terms as | |
| 112 | Ruby itself. | |
| 113 | ||
| 114 | BlueCloth is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 115 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
| 116 | PARTICULAR PURPOSE. See the GNU General Public License for more details. | |
| 81 | 117 | |
| 82 | BlueCloth is free software; you can redistribute it and/or modify it under the | |
| 83 | terms of the GNU General Public License as published by the Free Software | |
| 84 | Foundation; either version 2 of the License, or (at your option) any later | |
| 85 | version. | |
| 86 | ||
| 87 | BlueCloth is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 88 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
| 89 | PARTICULAR PURPOSE. See the GNU General Public License for more details. | |
| 90 | ||
| 91 | ||
| 92 | [1]: http://daringfireball.net/projects/markdown/ | |
| 93 | [2]: http://www.whytheluckystiff.net/ruby/redcloth/ | |
| 94 | [3]: http://www.whytheluckystiff.net/ | |
| 95 | [4]: http://www.textism.com/tools/textile/ | |
| 96 | 118 | |
| 119 | [1]: http://daringfireball.net/projects/markdown/ | |
| 120 | [2]: http://www.whytheluckystiff.net/ruby/redcloth/ | |
| 121 | [3]: http://www.whytheluckystiff.net/ | |
| 122 | [4]: http://www.textism.com/tools/textile/ | |
| 97 | 123 | |
| 98 | 124 | $Id$ |
| 99 | 125 | $URL$ |
| ... | ...@@ -0,0 +1,58 @@ | |
| 1 | Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>. | |
| 2 | You can redistribute it and/or modify it under either the terms of the GPL | |
| 3 | (see COPYING.txt file), or the conditions below: | |
| 4 | ||
| 5 | 1. You may make and give away verbatim copies of the source form of the | |
| 6 | software without restriction, provided that you duplicate all of the | |
| 7 | original copyright notices and associated disclaimers. | |
| 8 | ||
| 9 | 2. You may modify your copy of the software in any way, provided that | |
| 10 | you do at least ONE of the following: | |
| 11 | ||
| 12 | a) place your modifications in the Public Domain or otherwise | |
| 13 | make them Freely Available, such as by posting said | |
| 14 | modifications to Usenet or an equivalent medium, or by allowing | |
| 15 | the author to include your modifications in the software. | |
| 16 | ||
| 17 | b) use the modified software only within your corporation or | |
| 18 | organization. | |
| 19 | ||
| 20 | c) rename any non-standard executables so the names do not conflict | |
| 21 | with standard executables, which must also be provided. | |
| 22 | ||
| 23 | d) make other distribution arrangements with the author. | |
| 24 | ||
| 25 | 3. You may distribute the software in object code or executable | |
| 26 | form, provided that you do at least ONE of the following: | |
| 27 | ||
| 28 | a) distribute the executables and library files of the software, | |
| 29 | together with instructions (in the manual page or equivalent) | |
| 30 | on where to get the original distribution. | |
| 31 | ||
| 32 | b) accompany the distribution with the machine-readable source of | |
| 33 | the software. | |
| 34 | ||
| 35 | c) give non-standard executables non-standard names, with | |
| 36 | instructions on where to get the original software distribution. | |
| 37 | ||
| 38 | d) make other distribution arrangements with the author. | |
| 39 | ||
| 40 | 4. You may modify and include the part of the software into any other | |
| 41 | software (possibly commercial). But some files in the distribution | |
| 42 | are not written by the author, so that they are not under this terms. | |
| 43 | ||
| 44 | They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some | |
| 45 | files under the ./missing directory. See each file for the copying | |
| 46 | condition. | |
| 47 | ||
| 48 | 5. The scripts and library files supplied as input to or produced as | |
| 49 | output from the software do not automatically fall under the | |
| 50 | copyright of the software, but belong to whomever generated them, | |
| 51 | and may be sold commercially, and may be aggregated with this | |
| 52 | software. | |
| 53 | ||
| 54 | 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR | |
| 55 | IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED | |
| 56 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | |
| 57 | PURPOSE. | |
| 58 |