mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Acknowledgements: add support for MPL
This commit is contained in:
		@@ -95,6 +95,9 @@ fn include_license_in_acknowledgments(license_text: &str) -> bool {
 | 
				
			|||||||
        // Apache 2.0
 | 
					        // Apache 2.0
 | 
				
			||||||
        "Apache License Version 2.0, January 2004 http://www.apache.org/licenses/",
 | 
					        "Apache License Version 2.0, January 2004 http://www.apache.org/licenses/",
 | 
				
			||||||
        "Licensed under the Apache License, Version 2.0 (the \"License\");",
 | 
					        "Licensed under the Apache License, Version 2.0 (the \"License\");",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // MPL
 | 
				
			||||||
 | 
					        "Mozilla Public License, version 2.0",
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    license_contains_marker(license_text, &markers)
 | 
					    license_contains_marker(license_text, &markers)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user