justinmclean opened a new issue, #6441:
URL: https://github.com/apache/gravitino/issues/6441

   ### What would you like to be improved?
   
   The CC-By-4.0 license is a bit problematic [1]. As described in LEGAL-678 
[2] Can I Use Lite can only be used where it is a compile-time  or developer 
dependency. For our project, it looks to be a production dependency:
   ```
   pnpm licenses list --prod | grep caniuse
   
   │ caniuse-lite                                 │ CC-BY-4.0    
   
   pnpm list --prod --depth=Infinity | grep caniuse
   
   ├── caniuse-lite 1.0.30001639
   ```
   
   1. https://www.apache.org/legal/resolved.html#cc-by
   2. https://issues.apache.org/jira/browse/LEGAL-678
   
   Note that two bits of software marked as unknown are actually public domain 
(fast-shallow-equal and react-universal-interface).
   
   ### How should we improve?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to