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:23 UTC

cvs commit: jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml XMLNodeState.java XMLPersistenceManager.java XMLPropertyState.java

stefan      2004/08/02 09:22:23

  Modified:    proposals/jcrri/src/org/apache/slide/jcr/core/state
                        ItemState.java ItemStateCache.java
                        ItemStateException.java ItemStateListener.java
                        ItemStateProvider.java NodeState.java
                        NoSuchItemStateException.java
                        PersistableItemState.java PersistenceManager.java
                        PersistentItemStateManager.java
                        PersistentNodeState.java
                        PersistentPropertyState.java PropertyState.java
                        TicketItemStateManager.java
                        TransientItemStateManager.java
               proposals/jcrri/src/org/apache/slide/jcr/core/state/xml
                        XMLNodeState.java XMLPersistenceManager.java
                        XMLPropertyState.java
  Log:
  jcrri: changed license headers to standard apache 2.0 license
  
  Revision  Changes    Path
  1.9       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemState.java
  
  Index: ItemState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemState.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ItemState.java	30 Jul 2004 06:51:42 -0000	1.8
  +++ ItemState.java	2 Aug 2004 16:22:22 -0000	1.9
  @@ -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,
  
  
  
  1.9       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateCache.java
  
  Index: ItemStateCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateCache.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ItemStateCache.java	30 Jul 2004 06:51:42 -0000	1.8
  +++ ItemStateCache.java	2 Aug 2004 16:22:22 -0000	1.9
  @@ -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateException.java
  
  Index: ItemStateException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateException.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ItemStateException.java	30 Jul 2004 06:51:42 -0000	1.7
  +++ ItemStateException.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateListener.java
  
  Index: ItemStateListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateListener.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ItemStateListener.java	30 Jul 2004 06:51:42 -0000	1.7
  +++ ItemStateListener.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.6       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateProvider.java
  
  Index: ItemStateProvider.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/ItemStateProvider.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ItemStateProvider.java	30 Jul 2004 06:51:42 -0000	1.5
  +++ ItemStateProvider.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.11      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/NodeState.java
  
  Index: NodeState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/NodeState.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NodeState.java	30 Jul 2004 06:51:42 -0000	1.10
  +++ NodeState.java	2 Aug 2004 16:22:22 -0000	1.11
  @@ -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,
  
  
  
  1.9       +6 -15     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/NoSuchItemStateException.java
  
  Index: NoSuchItemStateException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/NoSuchItemStateException.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NoSuchItemStateException.java	30 Jul 2004 06:51:42 -0000	1.8
  +++ NoSuchItemStateException.java	2 Aug 2004 16:22:22 -0000	1.9
  @@ -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,
  @@ -22,7 +14,6 @@
    * limitations under the License.
    */
   package org.apache.slide.jcr.core.state;
  -
   
   /**
    * The <code>NoSuchItemStateException</code> ...
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistableItemState.java
  
  Index: PersistableItemState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistableItemState.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PersistableItemState.java	30 Jul 2004 06:51:42 -0000	1.7
  +++ PersistableItemState.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistenceManager.java
  
  Index: PersistenceManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistenceManager.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PersistenceManager.java	30 Jul 2004 06:51:42 -0000	1.7
  +++ PersistenceManager.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.11      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentItemStateManager.java
  
  Index: PersistentItemStateManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentItemStateManager.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PersistentItemStateManager.java	30 Jul 2004 06:51:42 -0000	1.10
  +++ PersistentItemStateManager.java	2 Aug 2004 16:22:22 -0000	1.11
  @@ -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentNodeState.java
  
  Index: PersistentNodeState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentNodeState.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PersistentNodeState.java	30 Jul 2004 06:51:42 -0000	1.7
  +++ PersistentNodeState.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentPropertyState.java
  
  Index: PersistentPropertyState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PersistentPropertyState.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PersistentPropertyState.java	30 Jul 2004 06:51:42 -0000	1.7
  +++ PersistentPropertyState.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.9       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PropertyState.java
  
  Index: PropertyState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/PropertyState.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PropertyState.java	30 Jul 2004 06:51:43 -0000	1.8
  +++ PropertyState.java	2 Aug 2004 16:22:22 -0000	1.9
  @@ -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,
  
  
  
  1.6       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TicketItemStateManager.java
  
  Index: TicketItemStateManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TicketItemStateManager.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TicketItemStateManager.java	30 Jul 2004 06:51:43 -0000	1.5
  +++ TicketItemStateManager.java	2 Aug 2004 16:22:22 -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,
  
  
  
  1.12      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TransientItemStateManager.java
  
  Index: TransientItemStateManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/TransientItemStateManager.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TransientItemStateManager.java	30 Jul 2004 06:51:43 -0000	1.11
  +++ TransientItemStateManager.java	2 Aug 2004 16:22:22 -0000	1.12
  @@ -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml/XMLNodeState.java
  
  Index: XMLNodeState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml/XMLNodeState.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XMLNodeState.java	30 Jul 2004 06:51:44 -0000	1.7
  +++ XMLNodeState.java	2 Aug 2004 16:22:23 -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,
  
  
  
  1.12      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml/XMLPersistenceManager.java
  
  Index: XMLPersistenceManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml/XMLPersistenceManager.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XMLPersistenceManager.java	30 Jul 2004 06:51:44 -0000	1.11
  +++ XMLPersistenceManager.java	2 Aug 2004 16:22:23 -0000	1.12
  @@ -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,
  
  
  
  1.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml/XMLPropertyState.java
  
  Index: XMLPropertyState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/state/xml/XMLPropertyState.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XMLPropertyState.java	30 Jul 2004 06:51:44 -0000	1.7
  +++ XMLPropertyState.java	2 Aug 2004 16:22:23 -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,
  
  
  

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