logo       

jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event: msg#00205

Subject: jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl AbstractQueue.java,1.1.1.1,1.2 DefaultQueue.java,1.2,1.3 FixedSizeQueue.java,1.2,1.3 LossyMultiCastSink.java,1.2,1.3 MultiCastSink.java,1.2,1.3 NullDequeueInterceptor.java,1.1.1.1,1.2 NullEnqueuePredicate.java,1.1.1.1,1.2 RateLimitingPredicate.java,1.1.1.1,1.2 ThresholdEnqueuePredicate.java,1.1.1.1,1.2
Update of 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24597/suf-components/event/impl/src/java/org/apache/excalibur/event/impl

Modified Files:
        AbstractQueue.java DefaultQueue.java FixedSizeQueue.java 
        LossyMultiCastSink.java MultiCastSink.java 
        NullDequeueInterceptor.java NullEnqueuePredicate.java 
        RateLimitingPredicate.java ThresholdEnqueuePredicate.java 
Log Message:
Add "we modified stuff" disclaimer as required by license

Index: RateLimitingPredicate.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/RateLimitingPredicate.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- RateLimitingPredicate.java  10 Apr 2004 14:40:37 -0000      1.1.1.1
+++ RateLimitingPredicate.java  11 Apr 2004 20:55:04 -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.impl;
 

Index: LossyMultiCastSink.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/LossyMultiCastSink.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- LossyMultiCastSink.java     10 Apr 2004 22:50:58 -0000      1.2
+++ LossyMultiCastSink.java     11 Apr 2004 20:55:04 -0000      1.3
@@ -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.impl;
 

Index: NullDequeueInterceptor.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/NullDequeueInterceptor.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- NullDequeueInterceptor.java 10 Apr 2004 14:40:37 -0000      1.1.1.1
+++ NullDequeueInterceptor.java 11 Apr 2004 20:55:04 -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.impl;
 

Index: ThresholdEnqueuePredicate.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/ThresholdEnqueuePredicate.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ThresholdEnqueuePredicate.java      10 Apr 2004 14:40:37 -0000      1.1.1.1
+++ ThresholdEnqueuePredicate.java      11 Apr 2004 20:55:04 -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.impl;
 

Index: NullEnqueuePredicate.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/NullEnqueuePredicate.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- NullEnqueuePredicate.java   10 Apr 2004 14:40:37 -0000      1.1.1.1
+++ NullEnqueuePredicate.java   11 Apr 2004 20:55:04 -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.impl;
 

Index: MultiCastSink.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/MultiCastSink.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- MultiCastSink.java  10 Apr 2004 22:50:58 -0000      1.2
+++ MultiCastSink.java  11 Apr 2004 20:55:04 -0000      1.3
@@ -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.impl;
 

Index: FixedSizeQueue.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/FixedSizeQueue.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- FixedSizeQueue.java 10 Apr 2004 22:50:58 -0000      1.2
+++ FixedSizeQueue.java 11 Apr 2004 20:55:04 -0000      1.3
@@ -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.impl;
 

Index: AbstractQueue.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/AbstractQueue.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- AbstractQueue.java  10 Apr 2004 14:40:37 -0000      1.1.1.1
+++ AbstractQueue.java  11 Apr 2004 20:55:04 -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.impl;
 

Index: DefaultQueue.java
===================================================================
RCS file: 
/cvsroot/jicarilla/jicarilla-suf/suf-components/event/impl/src/java/org/apache/excalibur/event/impl/DefaultQueue.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DefaultQueue.java   10 Apr 2004 22:50:58 -0000      1.2
+++ DefaultQueue.java   11 Apr 2004 20:55:04 -0000      1.3
@@ -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.impl;
 



-------------------------------------------------------
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



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
web.pylons.gene...    hurd.l4/2002-10...    kernel.commits....    user-groups.lin...    yellowdog.gener...    java.drools.use...    security.openva...    package-managem...    linux.debian.us...    qnx.openqnx.dev...    genealogy.gramp...    file-systems.if...    voip.wengophone...    tex.context/200...    ietf.smime/2003...    audio.csound.de...    culture.region....    xfree86.devel/2...    mobile.kannel.u...    distributed.con...    education.engli...    org.user-groups...    bug-tracking.gn...    recreation.bicy...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe