mirror of
https://github.com/sharkdp/bat
synced 2025-02-17 13:28:29 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue