You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by st...@apache.org on 2004/08/02 18:22:08 UTC

cvs commit: jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation DispatchAction.java EventConsumer.java EventDispatcher.java EventFilter.java EventImpl.java EventListenerIteratorImpl.java EventState.java EventStateCollection.java FilteredEventIterator.java ObservationManagerFactory.java

stefan      2004/08/02 09:22:08

  Modified:    proposals/jcrri/src/org/apache/slide/jcr/core/observation
                        DispatchAction.java EventConsumer.java
                        EventDispatcher.java EventFilter.java
                        EventImpl.java EventListenerIteratorImpl.java
                        EventState.java EventStateCollection.java
                        FilteredEventIterator.java
                        ObservationManagerFactory.java
  Log:
  jcrri: changed license headers to standard apache 2.0 license
  
  Revision  Changes    Path
  1.6       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/DispatchAction.java
  
  Index: DispatchAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/DispatchAction.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DispatchAction.java	30 Jul 2004 06:51:40 -0000	1.5
  +++ DispatchAction.java	2 Aug 2004 16:22:07 -0000	1.6
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import java.util.Collection;
  
  
  
  1.7       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventConsumer.java
  
  Index: EventConsumer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventConsumer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventConsumer.java	30 Jul 2004 06:51:40 -0000	1.6
  +++ EventConsumer.java	2 Aug 2004 16:22:07 -0000	1.7
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import javax.jcr.Ticket;
  
  
  
  1.6       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventDispatcher.java
  
  Index: EventDispatcher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventDispatcher.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- EventDispatcher.java	30 Jul 2004 06:51:40 -0000	1.5
  +++ EventDispatcher.java	2 Aug 2004 16:22:07 -0000	1.6
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   /**
  
  
  
  1.7       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventFilter.java
  
  Index: EventFilter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventFilter.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventFilter.java	30 Jul 2004 06:51:40 -0000	1.6
  +++ EventFilter.java	2 Aug 2004 16:22:07 -0000	1.7
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import org.apache.slide.jcr.core.ItemManager;
  
  
  
  1.7       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventImpl.java
  
  Index: EventImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventImpl.java	30 Jul 2004 06:51:40 -0000	1.6
  +++ EventImpl.java	2 Aug 2004 16:22:07 -0000	1.7
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import org.apache.log4j.Logger;
  
  
  
  1.7       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventListenerIteratorImpl.java
  
  Index: EventListenerIteratorImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventListenerIteratorImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventListenerIteratorImpl.java	30 Jul 2004 06:51:40 -0000	1.6
  +++ EventListenerIteratorImpl.java	2 Aug 2004 16:22:07 -0000	1.7
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import javax.jcr.Ticket;
  
  
  
  1.7       +5 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventState.java
  
  Index: EventState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventState.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventState.java	30 Jul 2004 06:51:40 -0000	1.6
  +++ EventState.java	2 Aug 2004 16:22:07 -0000	1.7
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import org.apache.slide.jcr.core.QName;
  
  
  
  1.7       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventStateCollection.java
  
  Index: EventStateCollection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/EventStateCollection.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EventStateCollection.java	30 Jul 2004 06:51:40 -0000	1.6
  +++ EventStateCollection.java	2 Aug 2004 16:22:07 -0000	1.7
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import org.apache.log4j.Logger;
  
  
  
  1.6       +5 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/FilteredEventIterator.java
  
  Index: FilteredEventIterator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/FilteredEventIterator.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FilteredEventIterator.java	30 Jul 2004 06:51:40 -0000	1.5
  +++ FilteredEventIterator.java	2 Aug 2004 16:22:07 -0000	1.6
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import org.apache.log4j.Logger;
  
  
  
  1.8       +5 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/ObservationManagerFactory.java
  
  Index: ObservationManagerFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/observation/ObservationManagerFactory.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ObservationManagerFactory.java	30 Jul 2004 06:51:40 -0000	1.7
  +++ ObservationManagerFactory.java	2 Aug 2004 16:22:07 -0000	1.8
  @@ -1,19 +1,11 @@
   /*
  - * $Id$
  + * Copyright 2002-2004 The Apache Software Foundation.
    *
  - * Copyright 2002-2004 Day Management AG, Switzerland.
  + * 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
    *
  - * Licensed under the Day RI License, Version 2.0 (the "License"),
  - * as a reference implementation of the following specification:
  - *
  - *   Content Repository API for Java Technology, revision 0.13
  - *        <http://www.jcp.org/en/jsr/detail?id=170>
  - *
  - * You may not use this file except in compliance with the License.
  - * You may obtain a copy of the License files at
  - *
  - *     http://www.day.com/content/en/licenses/day-ri-license-2.0
  - *     http://www.apache.org/licenses/LICENSE-2.0
  + *      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,
  @@ -21,7 +13,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -
   package org.apache.slide.jcr.core.observation;
   
   import org.apache.commons.collections.Buffer;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org