Check the license string
See original GitHub issue- check if the license is
unknown
(see #92). - check if license is valid. Example BSD should fail as valid BSD licenses are
BSD 3-Clause
andBSD 2-Clause
. (See source https://opensource.org/licenses/alphabetical.)
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Check License - - String
Welcome to the License Check Service. Please enter your activation key. Activation Key:
Read more >license string | Documentation - ArcGIS Developers
A license string is a string of characters developers add to their application code to license their use of applications built with ArcGIS...
Read more >Checking the License Data of the Supplied License Key
Checking the License Data of the Supplied License Key. The checkLicenseKey() function checks the Server for the license data for the supplied licenseKey....
Read more >DIR - DLSE Electrician Certification Search
Electrician Certification Status. Enter certification, tracking or trainee numbers (999999 or 9999) or a search string ( LLLL9999 ) here ...
Read more >Customize License check string · Issue #56
License could have different formats. For Instance, instead of string "copyright" some licenses just has "(c)". As of now this plugin just checks...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
How about:
3-Clause BSD
license
is discouraged, so if found in the string the linter should warnQuestion:
What are all the valid licenses strings for use that you can think of?, is this specified somewhere?
It would make the linter overly strict to check for the string. We should be flexible to accept things like
New BSD
andBSD 3-Clause
.