Skip to content

Commit

Permalink
Allow the license used by GraphQL
Browse files Browse the repository at this point in the history
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 sharkdp#2000
  • Loading branch information
Enselic committed Feb 6, 2022
1 parent 0fa9951 commit a4f5986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/build_assets/acknowledgements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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."
];
Expand Down

0 comments on commit a4f5986

Please sign in to comment.