1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-06 21:32:27 +01:00

docs: Update CHANGELOG, allow CC BY 4.0 license, and fix a markdown backquote

This commit is contained in:
Y.D.X.
2025-06-10 17:16:17 +08:00
parent 0918984249
commit a9d5880dc8
3 changed files with 5 additions and 1 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\");",
// CC BY 4.0
"Creative Commons Attribution 4.0 International Public License",
];
license_contains_marker(license_text, &markers)