@vlsi - we should adjust the values, right? - is the [BSD license](https://github.com/vlsi/ksar/blob/2707b4721e2092fa492c5a5055819f9578f7df97/LICENSE) still applicable? ```java 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"); ```