redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.3k stars 949 forks source link

Fix license in POM #2812

Closed uglide closed 3 months ago

uglide commented 3 months ago

Update the license in the POM file

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.63%. Comparing base (43843bf) to head (db024bf). Report is 244 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2812 +/- ## ============================================ - Coverage 78.71% 77.63% -1.08% - Complexity 6786 7188 +402 ============================================ Files 508 537 +29 Lines 22765 24376 +1611 Branches 2446 2603 +157 ============================================ + Hits 17919 18924 +1005 - Misses 3717 4250 +533 - Partials 1129 1202 +73 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.