Oh, forgot to add the link to the repository (just the most important part of the e-mail I suspect :)
https://github.com/jchampemont/gunip Is indeed the right repository, and licensed under Apache 2.0 Bruno ----- Original Message ----- > From: Gary Gregory <[email protected]> > To: Commons Developers List <[email protected]>; Bruno P. Kinoshita > <[email protected]> > Cc: "[email protected]" <[email protected]> > Sent: Tuesday, 8 November 2016 10:33 PM > Subject: Re: [TEXT] Add a duration parser, using donated code from gunip > > If it is this Gunip https://github.com/jchampemont/gunip, then it is > already licensed as Apache 2.0. > > Gary > > > On Tue, Nov 8, 2016 at 1:23 AM, Bruno P. Kinoshita < > [email protected]> wrote: > >> Hi all, >> >> This is regarding TEXT-25 [1], for adding a Duration Parser to [text]. >> >> Gunip is a "Generic UNIt Parser" by Jean Champémont (CC'ed). > It provides a >> parser capable of interpreting >> text such as >> >> 2 hours, 1 mn and 22sec >> >> And get the value in base unit, such as seconds >> >> 2 * 60 * 60 + 1 * 60 + 22 = 7282 seconds >> >> I've talked to Jean off-list, and he agreed to donate the code. It has > no >> dependencies, is a original >> code, and licensed under the Apache License. I also asked him - if >> possible - to reply here or in >> JIRA confirming it's OK to donate the code. >> >> I believe we don't need to check with legal for this kind of code >> donation, nor any kind of CLA. Is that correct? >> >> Thanks >> Bruno >> >> [1] https://issues.apache.org/jira/browse/TEXT-25 >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> > JUnit in Action, Second Edition > <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> > > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> > Spring Batch in Action > <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
