dion 02/04/11 06:33:36
Modified: latka/src/java/org/apache/commons/latka/event
LatkaEventListener.java LatkaEventInfo.java
LatkaEvent.java BaseRequestEvent.java
LatkaEventPublisher.java RequestSucceededEvent.java
SuiteEvent.java SuiteCompletedEvent.java
RequestErrorEvent.java RequestSkippedEvent.java
RequestEvent.java RequestFailedEvent.java
Log:
Fix license header again
Revision Changes Path
1.10 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventListener.java
Index: LatkaEventListener.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventListener.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- LatkaEventListener.java 10 Apr 2002 07:23:19 -0000 1.9
+++ LatkaEventListener.java 11 Apr 2002 13:33:35 -0000 1.10
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -69,7 +67,7 @@
* @author Rodney Waldhoff
* @author Morgan Delagrange
* @author dIon Gillard
- * @version $Id: LatkaEventListener.java,v 1.9 2002/04/10 07:23:19 dion Exp $
+ * @version $Id: LatkaEventListener.java,v 1.10 2002/04/11 13:33:35 dion Exp $
*/
public interface LatkaEventListener {
1.9 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java
Index: LatkaEventInfo.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventInfo.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- LatkaEventInfo.java 10 Apr 2002 07:22:52 -0000 1.8
+++ LatkaEventInfo.java 11 Apr 2002 13:33:35 -0000 1.9
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -76,7 +74,7 @@
* is reported to the listener.
*
* @author Morgan Delagrange
- * @version $Id: LatkaEventInfo.java,v 1.8 2002/04/10 07:22:52 dion Exp $
+ * @version $Id: LatkaEventInfo.java,v 1.9 2002/04/11 13:33:35 dion Exp $
*/
public interface LatkaEventInfo extends LatkaEventListener {
1.6 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEvent.java
Index: LatkaEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEvent.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- LatkaEvent.java 10 Apr 2002 07:21:49 -0000 1.5
+++ LatkaEvent.java 11 Apr 2002 13:33:35 -0000 1.6
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -69,7 +67,7 @@
*
* @author Morgan Delagrange
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: LatkaEvent.java,v 1.5 2002/04/10 07:21:49 dion Exp $
+ * @version $Id: LatkaEvent.java,v 1.6 2002/04/11 13:33:35 dion Exp $
*/
public interface LatkaEvent {
}
1.10 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/BaseRequestEvent.java
Index: BaseRequestEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/BaseRequestEvent.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- BaseRequestEvent.java 10 Apr 2002 07:22:13 -0000 1.9
+++ BaseRequestEvent.java 11 Apr 2002 13:33:35 -0000 1.10
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -72,7 +70,7 @@
* It provides the request, response and session for use by
* clients
* @author Morgan Delagrange
- * @version $Id: BaseRequestEvent.java,v 1.9 2002/04/10 07:22:13 dion Exp $
+ * @version $Id: BaseRequestEvent.java,v 1.10 2002/04/11 13:33:35 dion Exp $
*/
public class BaseRequestEvent implements RequestEvent {
1.7 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventPublisher.java
Index: LatkaEventPublisher.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/LatkaEventPublisher.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- LatkaEventPublisher.java 10 Apr 2002 22:36:39 -0000 1.6
+++ LatkaEventPublisher.java 11 Apr 2002 13:33:35 -0000 1.7
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -73,7 +71,7 @@
*
* @author Morgan Delagrange
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: LatkaEventPublisher.java,v 1.6 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: LatkaEventPublisher.java,v 1.7 2002/04/11 13:33:35 dion Exp $
*/
public class LatkaEventPublisher implements LatkaEventListener {
1.8 +3 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSucceededEvent.java
Index: RequestSucceededEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSucceededEvent.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- RequestSucceededEvent.java 10 Apr 2002 22:36:39 -0000 1.7
+++ RequestSucceededEvent.java 11 Apr 2002 13:33:35 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,9 +57,8 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
+
package org.apache.commons.latka.event;
import org.apache.commons.latka.http.Request;
@@ -70,7 +69,7 @@
*
* @author Morgan Delagrange
* @author dIon Gillard
- * @version $Id: RequestSucceededEvent.java,v 1.7 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: RequestSucceededEvent.java,v 1.8 2002/04/11 13:33:35 dion Exp $
*/
public class RequestSucceededEvent extends BaseRequestEvent {
1.7 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteEvent.java
Index: SuiteEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteEvent.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SuiteEvent.java 10 Apr 2002 22:36:39 -0000 1.6
+++ SuiteEvent.java 11 Apr 2002 13:33:35 -0000 1.7
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,15 +57,13 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
/** An interface to mark classes as being SuiteEvents
* @author Morgan Delagrange
- * @version $Id: SuiteEvent.java,v 1.6 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: SuiteEvent.java,v 1.7 2002/04/11 13:33:35 dion Exp $
*/
public interface SuiteEvent extends LatkaEvent {
}
1.7 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteCompletedEvent.java
Index: SuiteCompletedEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteCompletedEvent.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SuiteCompletedEvent.java 10 Apr 2002 22:36:39 -0000 1.6
+++ SuiteCompletedEvent.java 11 Apr 2002 13:33:35 -0000 1.7
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,15 +57,13 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
/** An event Latka fires when a suite has completed
* @author Morgan Delagrange
- * @version $Id: SuiteCompletedEvent.java,v 1.6 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: SuiteCompletedEvent.java,v 1.7 2002/04/11 13:33:35 dion Exp $
*/
public class SuiteCompletedEvent implements SuiteEvent {
1.9 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestErrorEvent.java
Index: RequestErrorEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestErrorEvent.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- RequestErrorEvent.java 10 Apr 2002 22:36:39 -0000 1.8
+++ RequestErrorEvent.java 11 Apr 2002 13:33:35 -0000 1.9
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -71,7 +69,7 @@
*
* @author Morgan Delagrange
* @author dIon Gillard
- * @version $Id: RequestErrorEvent.java,v 1.8 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: RequestErrorEvent.java,v 1.9 2002/04/11 13:33:35 dion Exp $
*/
public class RequestErrorEvent extends BaseRequestEvent
{
1.8 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSkippedEvent.java
Index: RequestSkippedEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSkippedEvent.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- RequestSkippedEvent.java 10 Apr 2002 22:36:39 -0000 1.7
+++ RequestSkippedEvent.java 11 Apr 2002 13:33:35 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -71,7 +69,7 @@
*
* @author Morgan Delagrange
* @author dIon Gillard
- * @version $Id: RequestSkippedEvent.java,v 1.7 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: RequestSkippedEvent.java,v 1.8 2002/04/11 13:33:35 dion Exp $
*/
public class RequestSkippedEvent extends BaseRequestEvent {
1.7 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java
Index: RequestEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- RequestEvent.java 10 Apr 2002 22:36:39 -0000 1.6
+++ RequestEvent.java 11 Apr 2002 13:33:35 -0000 1.7
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -72,7 +70,7 @@
*
* @author Morgan Delagrange
* @author <a href="[EMAIL PROTECTED]">dIon Gillard</a>
- * @version $Id: RequestEvent.java,v 1.6 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: RequestEvent.java,v 1.7 2002/04/11 13:33:35 dion Exp $
*/
public interface RequestEvent extends LatkaEvent {
1.8 +2 -4
jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestFailedEvent.java
Index: RequestFailedEvent.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestFailedEvent.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- RequestFailedEvent.java 10 Apr 2002 22:36:39 -0000 1.7
+++ RequestFailedEvent.java 11 Apr 2002 13:33:35 -0000 1.8
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.latka.event;
@@ -72,7 +70,7 @@
*
* @author Morgan Delagrange
* @author dIon Gillard
- * @version $Id: RequestFailedEvent.java,v 1.7 2002/04/10 22:36:39 dion Exp $
+ * @version $Id: RequestFailedEvent.java,v 1.8 2002/04/11 13:33:35 dion Exp $
*/
public class RequestFailedEvent extends BaseRequestEvent implements RequestEvent
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>