Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
name and description changes for legal reasons
  • Loading branch information
leo committed Sep 29, 2005
1 parent 945a447 commit f31d242
Show file tree
Hide file tree
Showing 127 changed files with 530 additions and 427 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -1,6 +1,6 @@
# This file is part of "The Java Telnet Application".
# This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
#
# (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
# (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
#
# Please visit http://javatelnet.org/ for updates and contact.
#
Expand All @@ -14,7 +14,7 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down
12 changes: 7 additions & 5 deletions README
@@ -1,5 +1,7 @@
The Java(tm) Telnet Application
===============================
JTA - Telnet/SSH for the JAVA(tm) platform
==========================================

(c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.

Please make sure you read and understood the documentation that comes
with this software. The documentation explains about the most common
Expand All @@ -14,7 +16,7 @@ license. Use the address mentioned at the bottom of the file.

The most current version of the software can always be found at:

http://javatelnet.org/
http://javassh.org/

The directories and files contained in the distribution contain the
following information:
Expand Down Expand Up @@ -57,8 +59,8 @@ who have already done so.

Thank you for using the software.

Matthias L. Jugel, Marcus Mei�ner
Matthias L. Jugel, Marcus Meißner

Contact:
Matthias L. Jugel | Marcus Mei�ner
Matthias L. Jugel | Marcus Meißner
leo@mud.de | marcus@mud.de
29 changes: 26 additions & 3 deletions build.xml
@@ -1,10 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
* LICENSE NOTICE
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
-->

<project name="jta" basedir="." default="build">

<target name="init">
<property name="name" value="jta"/>
<property name="version" value="25"/>
<property name="version" value="26"/>
<property name="target.dir" value="jar"/>
<property name="debug" value="true"/>
<tstamp>
Expand All @@ -16,7 +39,7 @@

<target name="dist" depends="clean,version,all" description="builds a distribution"/>

<target name="build" depends="compile,compile-contrib" description="build binaries"/>
<target name="build" depends="compile" description="build binaries"/>

<target name="version" depends="init">
<filter token="date" value="${BUILD}"/>
Expand Down Expand Up @@ -50,7 +73,7 @@
author="true"
version="true"
use="true"
windowtitle="The Java Telnet/SSH API (${name}${version})"/>
windowtitle="JTA - Telnet/SSH for the JAVA(tm) platform (${name}${version})"/>
</target>

<target name="bin-jar" depends="init,build" description="package binaries">
Expand Down
6 changes: 3 additions & 3 deletions contrib/de/mud/bsx/BSXCache.java
@@ -1,7 +1,7 @@
/*
* This file may be part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down
6 changes: 3 additions & 3 deletions contrib/de/mud/bsx/BSXDisplay.java
@@ -1,7 +1,7 @@
/*
* This file may be part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down
6 changes: 3 additions & 3 deletions contrib/de/mud/bsx/BSXObject.java
@@ -1,7 +1,7 @@
/*
* This file may be part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down
6 changes: 3 additions & 3 deletions contrib/de/mud/bsx/BSXScene.java
@@ -1,7 +1,7 @@
/*
* This file may be part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down
6 changes: 3 additions & 3 deletions contrib/de/mud/jta/plugin/BSX.java
@@ -1,7 +1,7 @@
/*
* This file may be part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down
8 changes: 4 additions & 4 deletions contrib/de/mud/jta/plugin/EInput01.java
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down Expand Up @@ -48,7 +48,7 @@
* <B>Maintainer:</B> Matthias L. Jugel
*
* @version $Id$
* @author Matthias L. Jugel, Marcus Meißner
* @author Matthias L. Jugel, Marcus Mei�ner
*/

public class EInput01 extends Plugin
Expand Down
26 changes: 25 additions & 1 deletion contrib/de/mud/jta/plugin/MUDColorizer.java
@@ -1,3 +1,27 @@
/*
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
* --LICENSE NOTICE--
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* --LICENSE NOTICE--
*
*/
package de.mud.jta.plugin;

import de.mud.jta.FilterPlugin;
Expand Down Expand Up @@ -161,7 +185,7 @@ private byte[] transpose(byte[] buf) {
/* /Prompthandling I */

/* Colorhandling should be done herein
* Problem: Strings aren´t allways transposed completely
* Problem: Strings arent allways transposed completely
* sometimes a \n is in the next transpose buffer
* Solution: Buffer lines outside like read does
*/
Expand Down
4 changes: 2 additions & 2 deletions de/mud/flash/FlashTerminal.java
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meissner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand Down
8 changes: 4 additions & 4 deletions de/mud/flash/FlashTerminalServer.java
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand Down Expand Up @@ -40,7 +40,7 @@
* <B>Maintainer:</B> Matthias L. Jugel
*
* @version $Id$
* @author Matthias L. Jugel, Marcus Meißner
* @author Matthias L. Jugel, Marcus Mei�ner
*/
public class FlashTerminalServer implements Runnable {

Expand All @@ -51,7 +51,7 @@ public class FlashTerminalServer implements Runnable {
* do initializations for the plugins and the applet.
*/
public static void main(String args[]) {
System.out.println("FlashTerminalServer (c) 2002 Matthias L. Jugel, Marcus Meißner");
System.out.println("FlashTerminalServer (c) 2002 Matthias L. Jugel, Marcus Mei�ner");
if(args.length < 2) {
System.err.println("usage: FlashTerminalServer host port");
System.exit(0);
Expand Down
6 changes: 3 additions & 3 deletions de/mud/jta/Applet.java
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meissner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand Down Expand Up @@ -58,7 +58,7 @@
import java.util.Vector;

/**
* <B>The Java Telnet Applet</B><P>
* <B>JTA - Telnet/SSH for the JAVA(tm) platform: Applet</B><P>
* This is the implementation of whole set of applications. It's modular
* structure allows to configure the software to act either as a sophisticated
* terminal emulation and/or, adding the network backend, as telnet
Expand Down
4 changes: 2 additions & 2 deletions de/mud/jta/Build.java.tmpl
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Mei�ner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand Down
14 changes: 7 additions & 7 deletions de/mud/jta/Common.java
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meissner 1996-2003. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand All @@ -36,7 +36,7 @@
import java.util.Vector;

/**
* The common part of the <B>The Java<SUP>tm</SUP> Telnet Application</B>
* The common part of the <B>JTA - Telnet/SSH for the JAVA(tm) platform</B>
* is handled here. Mainly this includes the loading of the plugins and
* the screen setup of the visual plugins.
* <P>
Expand All @@ -53,9 +53,9 @@ public Common(Properties config) {
// configure the plugin path
super(getPluginPath(config.getProperty("pluginPath")));

System.out.println("** The Java(tm) Telnet Application");
System.out.println("** Version 2.5 for Java 2");
System.out.println("** Copyright (c) 1996-2003 Matthias L. Jugel, "
System.out.println("** JTA - Telnet/SSH for the JAVA(tm) platform");
System.out.println("** Version 2.6 for Java 2+");
System.out.println("** Copyright (c) 1996-2005 Matthias L. Jugel, "
+ "Marcus Meissner");

try {
Expand Down
8 changes: 4 additions & 4 deletions de/mud/jta/FilterPlugin.java
@@ -1,7 +1,7 @@
/*
* This file is part of "The Java Telnet Application".
* This file is part of "JTA - Telnet/SSH for the JAVA(tm) platform".
*
* (c) Matthias L. Jugel, Marcus Meißner 1996-2002. All Rights Reserved.
* (c) Matthias L. Jugel, Marcus Meißner 1996-2005. All Rights Reserved.
*
* Please visit http://javatelnet.org/ for updates and contact.
*
Expand All @@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand All @@ -34,7 +34,7 @@
* <B>Maintainer:</B> Matthias L. Jugel
*
* @version $Id$
* @author Matthias L. Jugel, Marcus Meißner
* @author Matthias L. Jugel, Marcus Mei�ner
*/
public interface FilterPlugin {
/**
Expand Down

0 comments on commit f31d242

Please sign in to comment.