Add license notice to email reply parser

This commit is contained in:
Garrett Mills 2025-01-06 14:16:05 +00:00
parent baf9a3f7ab
commit 784f65e30a

View File

@ -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.