Hi,
I’m programming my own library and I would like to use a part of other library as toxiclib.
Can I modify the .jar to use only the class I need ?
Can I take some part of the code and writing the author in comments ?
Hi,
I’m programming my own library and I would like to use a part of other library as toxiclib.
Can I modify the .jar to use only the class I need ?
Can I take some part of the code and writing the author in comments ?
The original author of toxiclibs is Karsten Schmidt aka toxi, you wont find him here, he’s @toxi and @thing_umbrella twitter @thi.ng medium and he has several websites https://github.com/thi-ng/umbrella/ as well as https://github.com/postspectacular/toxiclibs. I suggest you contact him directly.
Given it’s licensed under LGPL 2.1:
These are some of the rules if you publish modifications of it:
You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
Ok, thanks for the information, I hope to show you my work soon.