From 486510395b1b8d61edf02af717e75519e7250a35 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sun, 6 Feb 2022 21:15:09 +0100 Subject: 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 --- src/assets/build_assets/acknowledgements.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/assets/build_assets/acknowledgements.rs b/src/assets/build_assets/acknowledgements.rs index 742e3791..f5d7a384 100644 --- a/src/assets/build_assets/acknowledgements.rs +++ b/src/assets/build_assets/acknowledgements.rs @@ -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." ]; -- cgit v1.2.3