ksar icon indicating copy to clipboard operation
ksar copied to clipboard

About Box: showing outdated information

Open Pitterling opened this issue 7 years ago • 5 comments

@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");

Pitterling avatar Apr 17 '17 22:04 Pitterling

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 avatar Apr 18 '17 06:04 vlsi

@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

Pitterling avatar Apr 18 '17 07:04 Pitterling

@vlsi 1st Proposal

image

this would require a contribution.md

Pitterling avatar Apr 21 '17 17:04 Pitterling

:+1: looks great to me. If URLs were clickable, then it would be even better. AFAIK, JLabel can render HTML.

vlsi avatar Apr 21 '17 17:04 vlsi

@vlsi good idea - looks like this now (its clickable)

image

Pitterling avatar Apr 21 '17 19:04 Pitterling