jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event DequeueInterceptor.java,1.1.1.1,1.2 EnqueuePredicate.java,1.1.1.1,1.2 EventHandler.java,1.1.1.1,1.2 Message.java,1.1.1.1,1.2 PreparedEnqueue.java,1.1.1.1,1.2 Queue.java,1.1.1.1,1.2 Signal.java,1.1.1.1,1.2 Sink.java,1.1.1.1,1.2 SinkClosedException.java,1.1.1.1,1.2 SinkException.java,1.1.1.1,1.2 SinkFullException.java,1.1.1.1,1.2 Source.java,1.1.1.1,1.2

Leo Simons <[email protected]> Sun, 11 Apr 2004 20:55:05 +0000
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/suf-components/event/api/src/java/org/apache/excalibur/event

Modified Files:
	DequeueInterceptor.java EnqueuePredicate.java 
	EventHandler.java Message.java PreparedEnqueue.java Queue.java 
	Signal.java Sink.java SinkClosedException.java 
	SinkException.java SinkFullException.java Source.java 
Log Message:
Add "we modified stuff" disclaimer as required by license

Index: SinkClosedException.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/SinkClosedException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- SinkClosedException.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ SinkClosedException.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: SinkFullException.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/SinkFullException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- SinkFullException.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ SinkFullException.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: Source.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/Source.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Source.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ Source.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: Signal.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/Signal.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Signal.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ Signal.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: PreparedEnqueue.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/PreparedEnqueue.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- PreparedEnqueue.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ PreparedEnqueue.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: Queue.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/Queue.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Queue.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ Queue.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: Sink.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/Sink.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Sink.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ Sink.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: EventHandler.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/EventHandler.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- EventHandler.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ EventHandler.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: SinkException.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/SinkException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- SinkException.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ SinkException.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: DequeueInterceptor.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/DequeueInterceptor.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DequeueInterceptor.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ DequeueInterceptor.java	11 Apr 2004 20:55:02 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: EnqueuePredicate.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/EnqueuePredicate.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- EnqueuePredicate.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ EnqueuePredicate.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 

Index: Message.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-suf/suf-components/event/api/src/java/org/apache/excalibur/event/Message.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Message.java	10 Apr 2004 14:40:37 -0000	1.1.1.1
+++ Message.java	11 Apr 2004 20:55:03 -0000	1.2
@@ -13,6 +13,27 @@
  * 
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * ====================================================================
+ *
+ * This file has been modified from the original file as it was
+ * distributed by The Apache Software Foundation. These modifications
+ * are
+ * 
+ * copyright (c) 2004 Leo Simons
+ *
+ * These modifications are licensed under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * 
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.excalibur.event;
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click