HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

add copyright information to pom.xml

Open tobi5775 opened this issue 1 year ago • 1 comments

Add copyright information to pom.xml.

For a customer project an OpenSource report has to be generated. Therefore a scanner was created to extract the copyright and licence information from our dependencies. This scanner can extract all informaton from pom.xml. Therefore it would be great to have the copyright in the pom.xml like other libraries do.

tobi5775 avatar Jan 19 '23 14:01 tobi5775

Codecov Report

Merging #2032 (52e444c) into dev (504ee7d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev    #2032   +/-   ##
=========================================
  Coverage     70.56%   70.56%           
  Complexity      572      572           
=========================================
  Files            26       26           
  Lines          2164     2164           
  Branches        311      311           
=========================================
  Hits           1527     1527           
  Misses          482      482           
  Partials        155      155           
Impacted Files Coverage Δ
...c/main/java/com/zaxxer/hikari/pool/HikariPool.java 81.15% <0.00%> (ø)
...ain/java/com/zaxxer/hikari/util/ConcurrentBag.java 73.40% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 504ee7d...52e444c. Read the comment docs.

codecov[bot] avatar Jan 19 '23 14:01 codecov[bot]