fracpete / rsync4j

Simple Java wrapper for rsync for Linux, OSX and Windows.
https://fracpete.github.io/rsync4j/
GNU General Public License v3.0
115 stars 29 forks source link

Version of processoutput4j #25

Closed nikkozzblu closed 2 years ago

nikkozzblu commented 2 years ago

Hi @fracpete

I have noticed that rsync4j is still depending on the 0.0.7 version of processoutput4j that is prior to the Apache license addition of this project. Do you think there would be any issue to update the pom reference to 0.0.11 of processoutput4j?

All the best

fracpete commented 2 years ago

Considering that rsync4j is GPLv3 as well (rsync itself is GPLv3), having another GPLv3 library like processoutput4j won't have any impact.

fracpete commented 2 years ago

Closed due to inactivity