The Greensock "No Charge" license is not an Open Source license, but code covered by it is distributed through npm and as such, gaining some use despite the restrictiveness of the license. It would be useful for ScanCode to be able to detect the license.
Here's an example copyright header: https://github.com/greensock/GreenSock-JS/blob/master/src/uncompressed/TimelineMax.js
Possibly matching on simply the URL referenced: https://greensock.com/standard-license would be sufficient. An earlier URL for the same license is http://www.greensock.com/terms_of_use.html and is also sometimes used.
The Greensock "No Charge" license is not an Open Source license, but code covered by it is distributed through npm and as such, gaining some use despite the restrictiveness of the license. It would be useful for ScanCode to be able to detect the license.
Here's an example copyright header: https://github.com/greensock/GreenSock-JS/blob/master/src/uncompressed/TimelineMax.js
Possibly matching on simply the URL referenced: https://greensock.com/standard-license would be sufficient. An earlier URL for the same license is http://www.greensock.com/terms_of_use.html and is also sometimes used.