summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-02-06 21:15:09 +0100
committerMartin Nordholts <enselic@gmail.com>2022-02-07 06:14:07 +0100
commit486510395b1b8d61edf02af717e75519e7250a35 (patch)
treea7cde84effdb65d787bfc825514f7b6b2bcf430d
parent2ae4ffcdfa54b9da161f11b80fc85ab5f16fa4ba (diff)
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
-rw-r--r--src/assets/build_assets/acknowledgements.rs3
1 files changed, 3 insertions, 0 deletions
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."
];