Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
10.6k views
in General by
I'm using the .net library linked with an executable. I understand I need to redistribute the LGPL licence.txt file, but what isn't clear is what copyright message EnterpriseDT requires to be shown in the executable.

I'm guessing something along the lines of:

This program uses the edtftpnet library,

3 Answers

0 votes
by (161k points)
Sorry, missed seeing this post.

From the LGPL:

"You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. "


You can use:

This program uses the edtFTPnet library,
0 votes
by (440 points)
Is it legal to take the source, compile it with javac target 1.3 source 1.3 *.java, and then include the resulting class files in an applet jar? Or do I need to rejar the newly compiled classes and add it to the applet tag?
0 votes
by (161k points)
According to the LGPL you need to maintain it in its jar file. If you have ant you can easily recompile it with 1.3.

Is it legal to take the source, compile it with javac target 1.3 source 1.3 *.java, and then include the resulting class files in an applet jar? Or do I need to rejar the newly compiled classes and add it to the applet tag?

Categories

...