Acknowledgements: add support for MPL

This commit is contained in:
laalsaas 2024-02-05 03:46:28 +01:00
parent 42153f2b99
commit e7a1d14c76
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ fn include_license_in_acknowledgments(license_text: &str) -> bool {
// Apache 2.0
"Apache License Version 2.0, January 2004 http://www.apache.org/licenses/",
"Licensed under the Apache License, Version 2.0 (the \"License\");",
// MPL
"Mozilla Public License, version 2.0",
];
license_contains_marker(license_text, &markers)