Am 07.04.2019 um 09:09 schrieb bauss:
On Thursday, 4 April 2019 at 11:25:34 UTC, Andre Pany wrote:
On Thursday, 4 April 2019 at 10:49:46 UTC, zoujiaqing wrote:
Hunt time released the first beta version.
hunt-time is a time library and similar to Joda-time and Java.time api.
[...]
I am not sure but did you rewrote the java.time library (copyright of
Oracle) from Java to D? I am not an expert but I have some fear using
this library due to legal consequences. Did you contacted Oracle and
asked wheter that is ok?
I honor your work, but if I want to develop commercial applications i
have to think twice which libraries I use to avoid any legal issues.
Kind regards
Andre
It's only copyrighted by Oracle if you use Oracle's Java implementation
but if you reference OpenJDK then there shouldn't be any problems.
But as explained above there aren't any in this case anyway since
Oracle's implementation is based on something with a fine license.
Except that OpenJDK is L-GPL (AFAICS), so that it can't be changed to
Apache in the process.