# Questionable license statements which shouldn't occur in packaged jar files
QUESTIONABLE_STATEMENTS=[
'Binary Code License',
'Intel Simplified Software License',
'JSR 275',
'Microsoft Limited Public License',
'Amazon Software License',
# Java SDK for Satori RTM license
'as necessary for your use of Satori services',
'REDIS SOURCE AVAILABLE LICENSE',
'Booz Allen Public License',
'Confluent Community License Agreement Version 1.0',
# “Commons Clause” License Condition v1.0
'the License does not grant to you, the right to Sell the Software.',
'Sun Community Source License Version 3.0',
'GNU General Public License',
'GNU Affero General Public License',
'GNU Lesser General Public License',
'Q Public License',
'Sleepycat License',
'Server Side Public License',
'Code Project Open License',
# BSD 4-Clause
' All advertising materials mentioning features or use of this software must display the following acknowledgement',
# Facebook Patent clause v1
'The license granted hereunder will terminate, automatically and without notice, for anyone that makes any claim',
# Facebook Patent clause v2
'The license granted hereunder will terminate, automatically and without notice, if you (or any of your subsidiaries, corporate affiliates or agents) initiate directly or indirectly, or take a direct financial interest in, any Patent Assertion: (i) against Facebook',
'Netscape Public License',
'SOLIPSISTIC ECLIPSE PUBLIC LICENSE',
# DON'T BE A DICK PUBLIC LICENSE
"Do whatever you like with the original work, just don't be a dick.",
# JSON License
'The Software shall be used for Good, not Evil.',
# can sometimes be found in "funny" licenses
'Don’t be evil',
# IBM's non-FOSS license
'International Program License Agreement',
# Oracle's non-FOSS license
'Oracle Free Use Terms and Conditions'
].freeze
# These file extensions are binary-formatted. No check needed.