martylamb / macnificent

Macnificent is a set of utility classes for working with MAC addresses in Java. In addition to a lightweight MacAddress class and parser, this includes IEEE OUI registry information and a formatter for MAC addresses that displays an abbreviated form of the device's manufacturer's name.
Apache License 2.0
11 stars 7 forks source link

what license? #1

Closed trixpan closed 8 years ago

trixpan commented 8 years ago

This fits like a glove to an opensource project I am working on but our code is Apache SL 2.0...

Would you mind defining a license?

martylamb commented 8 years ago

Hi trixpan - well done on finding this project - I've done essentially nothing to publicize it. :)

I will make a commit to this effect later, but the license will be Apache 2.0. Glad it's helpful!

trixpan commented 8 years ago

give credit where credit is due.... Habemus Google. :-)

Thanks

martylamb commented 8 years ago

Just merged your PR - thanks!