commit - 303426646b165211efc2323c9ec92ded6cdb8942
commit + a4f0ea1e32c3d6c79216bbe0da757f0e3b63a43a
blob - 73e5f8af88df372cd04f04a821f62a4e74cc5baf
blob + a2b3254bd52942131470fe541d6ffb1c12b30c26
--- de/mud/jta/Help.java
+++ de/mud/jta/Help.java
/*
* This file is part of "The Java Telnet Application".
*
- * (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
+ * (c) Matthias L. Jugel, Marcus Meißner 1996-2004. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
helpText.setPage(Help.class.getResource(url));
} catch (IOException e) {
System.err.println("unable to load help");
- helpText.setText("The Java Telnet Applet/Application\r\n(c) 1996-2002 Matthias L. Jugel, Marcus Meißner\r\n\r\n");
+ helpText.setText("The Java Telnet Applet/Application\r\n(c) 1996-2004 Matthias L. Jugel, Marcus Meißner\r\n\r\n");
}
helpText.setEditable(false);