mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-08 08:54:39 +01:00
Allow the license used by GraphQL
This license is apparently common enough that GitHub recognizes it. See https://github.com/dncrews/GraphQL-SublimeText3/blob/master/LICENSE. This will fix the CI failure in #2000
This commit is contained in:
parent
2ae4ffcdfa
commit
486510395b
@ -104,6 +104,9 @@ fn license_not_needed_in_acknowledgements(license_text: &str) -> bool {
|
||||
// Public domain
|
||||
"This is free and unencumbered software released into the public domain.",
|
||||
|
||||
// Public domain with stronger wording than above
|
||||
"DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE",
|
||||
|
||||
// Special license of assets/syntaxes/01_Packages/LICENSE
|
||||
"Permission to copy, use, modify, sell and distribute this software is granted. This software is provided \"as is\" without express or implied warranty, and with no claim as to its suitability for any purpose."
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user