Add license notice to email reply parser
This commit is contained in:
parent
baf9a3f7ab
commit
784f65e30a
@ -1,3 +1,10 @@
|
|||||||
|
// Adapted from the GitHub email_reply_parser library, which is licensed
|
||||||
|
// permissively under the terms of the MIT license.
|
||||||
|
// https://github.com/github/email_reply_parser/
|
||||||
|
|
||||||
|
// Modifications focus on rewriting as TypeScript and improving support
|
||||||
|
// for parsing lightly formatted HTML messages.
|
||||||
|
|
||||||
// EmailReplyParser is a library to parse plain text email content.
|
// EmailReplyParser is a library to parse plain text email content.
|
||||||
// The goal is to identify quoted text, signatures, or original content.
|
// The goal is to identify quoted text, signatures, or original content.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user