Skip to content

Commit f391451

Browse files
committed
COPYRIGHT: remove hoedown license
Hoedown was removed in b96fef8 Also cleanup src/tools/tidy/src/main.rs Signed-off-by: NODA, Kai <[email protected]>
1 parent 6edc596 commit f391451

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

COPYRIGHT

-22
Original file line numberDiff line numberDiff line change
@@ -197,28 +197,6 @@ their own copyright notices and license terms:
197197
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
198198
OF SUCH DAMAGE.
199199

200-
* Hoedown, the markdown parser, under src/rt/hoedown, is
201-
licensed as follows.
202-
203-
Copyright (c) 2008, Natacha Porté
204-
Copyright (c) 2011, Vicent Martí
205-
Copyright (c) 2013, Devin Torres and the Hoedown authors
206-
207-
Permission to use, copy, modify, and distribute this
208-
software for any purpose with or without fee is hereby
209-
granted, provided that the above copyright notice and
210-
this permission notice appear in all copies.
211-
212-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
213-
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
214-
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
215-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
216-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR
217-
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
218-
OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
219-
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
220-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
221-
222200
* libbacktrace, under src/libbacktrace:
223201

224202
Copyright (C) 2012-2014 Free Software Foundation, Inc.

src/tools/tidy/src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ fn filter_dirs(path: &Path) -> bool {
8282
"src/llvm",
8383
"src/libbacktrace",
8484
"src/compiler-rt",
85-
"src/rt/hoedown",
8685
"src/rustllvm",
8786
"src/rust-installer",
8887
"src/liblibc",
89-
"src/tools/cargo",
9088
"src/vendor",
9189
];
9290
skip.iter().any(|p| path.ends_with(p))

0 commit comments

Comments
 (0)