rdonkin 2003/10/13 01:02:34 Modified: launcher/src/java/org/apache/commons/launcher ChildMain.java ExitOnErrorThreadGroup.java LaunchCommand.java LaunchFilter.java LaunchTask.java Launcher.java ParentListener.java StreamConnector.java Log: Fixed typos in apache license Revision Changes Path 1.2 +1 -1 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/ChildMain.java Index: ChildMain.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/ChildMain.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChildMain.java 11 Oct 2002 10:24:45 -0000 1.1 +++ ChildMain.java 13 Oct 2003 08:02:33 -0000 1.2 @@ -23,7 +23,7 @@ * "This product includes software developed by the Apache Software * * Foundation <http://www.apache.org/>." * * * - * Alternately, this acknowlegement may appear in the software itself, if * + * Alternately, this acknowledgement may appear in the software itself, * and wherever such third-party acknowlegements normally appear. * * * * 4. The names "The Jakarta Project", and "Apache Software Foundation" * 1.2 +1 -1 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/ExitOnErrorThreadGroup.java Index: ExitOnErrorThreadGroup.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/ExitOnErrorThreadGroup.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExitOnErrorThreadGroup.java 11 Oct 2002 10:24:45 -0000 1.1 +++ ExitOnErrorThreadGroup.java 13 Oct 2003 08:02:33 -0000 1.2 @@ -23,7 +23,7 @@ * "This product includes software developed by the Apache Software * * Foundation <http://www.apache.org/>." * * * - * Alternately, this acknowlegement may appear in the software itself, if * + * Alternately, this acknowledgement may appear in the software itself, * and wherever such third-party acknowlegements normally appear. * * * * 4. The names "The Jakarta Project", and "Apache Software Foundation" * 1.4 +4 -4 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/LaunchCommand.java Index: LaunchCommand.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/LaunchCommand.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- LaunchCommand.java 22 Apr 2003 05:49:35 -0000 1.3 +++ LaunchCommand.java 13 Oct 2003 08:02:33 -0000 1.4 @@ -19,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -32,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.2 +1 -1 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/LaunchFilter.java Index: LaunchFilter.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/LaunchFilter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LaunchFilter.java 11 Oct 2002 10:24:45 -0000 1.1 +++ LaunchFilter.java 13 Oct 2003 08:02:33 -0000 1.2 @@ -23,7 +23,7 @@ * "This product includes software developed by the Apache Software * * Foundation <http://www.apache.org/>." * * * - * Alternately, this acknowlegement may appear in the software itself, if * + * Alternately, this acknowledgement may appear in the software itself, * and wherever such third-party acknowlegements normally appear. * * * * 4. The names "The Jakarta Project", and "Apache Software Foundation" * 1.4 +4 -4 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/LaunchTask.java Index: LaunchTask.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/LaunchTask.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- LaunchTask.java 22 Apr 2003 05:49:35 -0000 1.3 +++ LaunchTask.java 13 Oct 2003 08:02:33 -0000 1.4 @@ -19,11 +19,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -32,7 +32,7 @@ * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.2 +1 -1 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/Launcher.java Index: Launcher.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/Launcher.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Launcher.java 11 Oct 2002 10:24:47 -0000 1.1 +++ Launcher.java 13 Oct 2003 08:02:33 -0000 1.2 @@ -23,7 +23,7 @@ * "This product includes software developed by the Apache Software * * Foundation <http://www.apache.org/>." * * * - * Alternately, this acknowlegement may appear in the software itself, if * + * Alternately, this acknowledgement may appear in the software itself, * and wherever such third-party acknowlegements normally appear. * * * * 4. The names "The Jakarta Project", and "Apache Software Foundation" * 1.2 +1 -1 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/ParentListener.java Index: ParentListener.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/ParentListener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ParentListener.java 11 Oct 2002 10:24:47 -0000 1.1 +++ ParentListener.java 13 Oct 2003 08:02:33 -0000 1.2 @@ -23,7 +23,7 @@ * "This product includes software developed by the Apache Software * * Foundation <http://www.apache.org/>." * * * - * Alternately, this acknowlegement may appear in the software itself, if * + * Alternately, this acknowledgement may appear in the software itself, * and wherever such third-party acknowlegements normally appear. * * * * 4. The names "The Jakarta Project", and "Apache Software Foundation" * 1.2 +1 -1 jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/StreamConnector.java Index: StreamConnector.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/launcher/src/java/org/apache/commons/launcher/StreamConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StreamConnector.java 11 Oct 2002 10:24:45 -0000 1.1 +++ StreamConnector.java 13 Oct 2003 08:02:33 -0000 1.2 @@ -23,7 +23,7 @@ * "This product includes software developed by the Apache Software * * Foundation <http://www.apache.org/>." * * * - * Alternately, this acknowlegement may appear in the software itself, if * + * Alternately, this acknowledgement may appear in the software itself, * and wherever such third-party acknowlegements normally appear. * * * * 4. The names "The Jakarta Project", and "Apache Software Foundation" *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]