ksar
ksar copied to clipboard
About Box: showing outdated information
@vlsi
- we should adjust the values, right?
- is the BSD license still applicable?
urllabel.setText("website: http://sourceforge.net/projects/ksar/");
jPanel2.add(urllabel);
authorlabel.setText("Author: xavier cherif");
jPanel2.add(authorlabel);
licencelabel.setText("License: BSD (see LICENCE file)");
jPanel2.add(licencelabel);
tipslabel.setText("ARS LONGA, VITA BREVIS");
we should adjust the values, right?
+1
is the BSD license still applicable?
Do you mean to relicense? Do you mean there's some BSD-incompatible dependency?
@vlsi - it was just a thought to revise everything ... but BSD is still ok and it even looks it would be required because of the BSD rules
@vlsi 1st Proposal
this would require a contribution.md
:+1: looks great to me. If URLs were clickable, then it would be even better. AFAIK, JLabel can render HTML.
@vlsi good idea - looks like this now (its clickable)