stefan      2004/08/02 09:21:07

  Modified:    proposals/jcrri/src/org/apache/slide/jcr/core
                        AbstractAccessManager.java
                        AbstractSAXEventGenerator.java
                        AccessManagerImpl.java BaseException.java
                        BLOBFileValue.java DocViewSAXEventGenerator.java
                        DynamicWorkspaceDef.java HierarchyManager.java
                        HierarchyManagerImpl.java InternalValue.java
                        ItemId.java ItemImpl.java
                        ItemLifeCycleListener.java ItemManager.java
                        MalformedPathException.java
                        NamespaceRegistryImpl.java NodeId.java
                        NodeImpl.java NoPrefixDeclaredException.java
                        Path.java PropertyId.java PropertyImpl.java
                        QName.java RepositoryFactory.java
                        RepositoryImpl.java StableWorkspaceDef.java
                        SystemTicket.java SysViewSAXEventGenerator.java
                        Test.java TicketImpl.java
                        UnknownPrefixException.java WorkspaceDef.java
                        WorkspaceImpl.java
  Log:
  jcrri: changed license headers to standard apache 2.0 license
  
  Revision  Changes    Path
  1.8       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/AbstractAccessManager.java
  
  Index: AbstractAccessManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/AbstractAccessManager.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AbstractAccessManager.java        30 Jul 2004 06:50:29 -0000      1.7
  +++ AbstractAccessManager.java        2 Aug 2004 16:21:04 -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.3       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/AbstractSAXEventGenerator.java
  
  Index: AbstractSAXEventGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/AbstractSAXEventGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractSAXEventGenerator.java    2 Aug 2004 14:47:09 -0000       1.2
  +++ AbstractSAXEventGenerator.java    2 Aug 2004 16:21:04 -0000       1.3
  @@ -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      +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/AccessManagerImpl.java
  
  Index: AccessManagerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/AccessManagerImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- AccessManagerImpl.java    30 Jul 2004 15:01:10 -0000      1.11
  +++ AccessManagerImpl.java    2 Aug 2004 16:21:04 -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/BaseException.java
  
  Index: BaseException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/BaseException.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BaseException.java        30 Jul 2004 06:50:29 -0000      1.7
  +++ BaseException.java        2 Aug 2004 16:21:04 -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/BLOBFileValue.java
  
  Index: BLOBFileValue.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/BLOBFileValue.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BLOBFileValue.java        30 Jul 2004 06:50:29 -0000      1.8
  +++ BLOBFileValue.java        2 Aug 2004 16:21:04 -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.2       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/DocViewSAXEventGenerator.java
  
  Index: DocViewSAXEventGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/DocViewSAXEventGenerator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DocViewSAXEventGenerator.java     2 Aug 2004 14:47:09 -0000       1.1
  +++ DocViewSAXEventGenerator.java     2 Aug 2004 16:21:04 -0000       1.2
  @@ -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/DynamicWorkspaceDef.java
  
  Index: DynamicWorkspaceDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/DynamicWorkspaceDef.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DynamicWorkspaceDef.java  30 Jul 2004 06:50:29 -0000      1.7
  +++ DynamicWorkspaceDef.java  2 Aug 2004 16:21:04 -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.10      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/HierarchyManager.java
  
  Index: HierarchyManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/HierarchyManager.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HierarchyManager.java     30 Jul 2004 06:50:29 -0000      1.9
  +++ HierarchyManager.java     2 Aug 2004 16:21:04 -0000       1.10
  @@ -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.7       +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/HierarchyManagerImpl.java
  
  Index: HierarchyManagerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/HierarchyManagerImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HierarchyManagerImpl.java 30 Jul 2004 15:01:10 -0000      1.6
  +++ HierarchyManagerImpl.java 2 Aug 2004 16:21:04 -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,
  
  
  
  1.11      +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/InternalValue.java
  
  Index: InternalValue.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/InternalValue.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- InternalValue.java        30 Jul 2004 15:01:11 -0000      1.10
  +++ InternalValue.java        2 Aug 2004 16:21:04 -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/ItemId.java
  
  Index: ItemId.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/ItemId.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ItemId.java       30 Jul 2004 06:50:29 -0000      1.7
  +++ ItemId.java       2 Aug 2004 16:21:04 -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.18      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/ItemImpl.java
  
  Index: ItemImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/ItemImpl.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ItemImpl.java     30 Jul 2004 06:50:29 -0000      1.17
  +++ ItemImpl.java     2 Aug 2004 16:21:04 -0000       1.18
  @@ -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/ItemLifeCycleListener.java
  
  Index: ItemLifeCycleListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/ItemLifeCycleListener.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ItemLifeCycleListener.java        30 Jul 2004 06:50:29 -0000      1.7
  +++ ItemLifeCycleListener.java        2 Aug 2004 16:21:04 -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.13      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/ItemManager.java
  
  Index: ItemManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/ItemManager.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ItemManager.java  30 Jul 2004 06:50:29 -0000      1.12
  +++ ItemManager.java  2 Aug 2004 16:21:04 -0000       1.13
  @@ -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.2       +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/MalformedPathException.java
  
  Index: MalformedPathException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/MalformedPathException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MalformedPathException.java       30 Jul 2004 15:00:32 -0000      1.1
  +++ MalformedPathException.java       2 Aug 2004 16:21:04 -0000       1.2
  @@ -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/NamespaceRegistryImpl.java
  
  Index: NamespaceRegistryImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NamespaceRegistryImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NamespaceRegistryImpl.java        30 Jul 2004 15:33:01 -0000      1.10
  +++ NamespaceRegistryImpl.java        2 Aug 2004 16:21:04 -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/NodeId.java
  
  Index: NodeId.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NodeId.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NodeId.java       30 Jul 2004 06:50:29 -0000      1.7
  +++ NodeId.java       2 Aug 2004 16:21:04 -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.30      +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NodeImpl.java
  
  Index: NodeImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NodeImpl.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- NodeImpl.java     30 Jul 2004 15:01:11 -0000      1.29
  +++ NodeImpl.java     2 Aug 2004 16:21:04 -0000       1.30
  @@ -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/NoPrefixDeclaredException.java
  
  Index: NoPrefixDeclaredException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/NoPrefixDeclaredException.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NoPrefixDeclaredException.java    30 Jul 2004 06:50:29 -0000      1.7
  +++ NoPrefixDeclaredException.java    2 Aug 2004 16:21:04 -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.10      +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/Path.java
  
  Index: Path.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/Path.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Path.java 30 Jul 2004 15:01:10 -0000      1.9
  +++ Path.java 2 Aug 2004 16:21:04 -0000       1.10
  @@ -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/PropertyId.java
  
  Index: PropertyId.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/PropertyId.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropertyId.java   30 Jul 2004 06:50:29 -0000      1.7
  +++ PropertyId.java   2 Aug 2004 16:21:04 -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.22      +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/PropertyImpl.java
  
  Index: PropertyImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/PropertyImpl.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- PropertyImpl.java 30 Jul 2004 15:01:11 -0000      1.21
  +++ PropertyImpl.java 2 Aug 2004 16:21:04 -0000       1.22
  @@ -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/QName.java
  
  Index: QName.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/QName.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- QName.java        30 Jul 2004 06:50:29 -0000      1.7
  +++ QName.java        2 Aug 2004 16:21:05 -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.15      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/RepositoryFactory.java
  
  Index: RepositoryFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/RepositoryFactory.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RepositoryFactory.java    30 Jul 2004 06:50:29 -0000      1.14
  +++ RepositoryFactory.java    2 Aug 2004 16:21:05 -0000       1.15
  @@ -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.20      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/RepositoryImpl.java
  
  Index: RepositoryImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/RepositoryImpl.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- RepositoryImpl.java       30 Jul 2004 06:50:29 -0000      1.19
  +++ RepositoryImpl.java       2 Aug 2004 16:21:05 -0000       1.20
  @@ -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/StableWorkspaceDef.java
  
  Index: StableWorkspaceDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/StableWorkspaceDef.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StableWorkspaceDef.java   30 Jul 2004 06:50:29 -0000      1.7
  +++ StableWorkspaceDef.java   2 Aug 2004 16:21:05 -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/SystemTicket.java
  
  Index: SystemTicket.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/SystemTicket.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SystemTicket.java 30 Jul 2004 06:50:29 -0000      1.5
  +++ SystemTicket.java 2 Aug 2004 16:21:05 -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.3       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/SysViewSAXEventGenerator.java
  
  Index: SysViewSAXEventGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/SysViewSAXEventGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SysViewSAXEventGenerator.java     2 Aug 2004 14:47:09 -0000       1.2
  +++ SysViewSAXEventGenerator.java     2 Aug 2004 16:21:05 -0000       1.3
  @@ -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.13      +9 -31     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/Test.java
  
  Index: Test.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/Test.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Test.java 30 Jul 2004 15:01:11 -0000      1.12
  +++ Test.java 2 Aug 2004 16:21:05 -0000       1.13
  @@ -1,41 +1,17 @@
   /*
  - * $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,
    * 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.
  - *
  - * ----------------------------[ WARNING ]-----------------------------
  - *
  - * This software is the reference implementation of the latest working
  - * draft of the Java Content Repository API.
  - *
  - * Early adopters must be aware of the fact that the API has NOT been
  - * finalized by the JSR-170 expert group and, for that reason,
  - * that NO EFFORT will be made to ensure back compatibility until the
  - * API is finalized by the Java Community Process.
  - *
  - * It is considered abusive to promote or otherwise mention this
  - * software or software derived from it without indicating the
  - * non-final nature of the API it implements.
  - *
  - * --------------------------------------------------------------------
    */
   package org.apache.slide.jcr.core;
   
  @@ -70,7 +46,8 @@
        Ticket t = r.login(new SimpleCredentials("anonymous", "".toCharArray()), null);
        Workspace wsp = t.getWorkspace();
   
  -     wsp.exportSysView("/", new FileOutputStream("d:/temp/export0.xml"), true, 
false);
  +     //wsp.exportSysView("/", new FileOutputStream("d:/temp/sv_export0.xml"), true, 
false);
  +     wsp.exportDocView("/", new FileOutputStream("d:/temp/dv_export0.xml"), true, 
false);
   
        NodeTypeManager ntMgr = wsp.getNodeTypeManager();
        NodeTypeIterator ntIter = ntMgr.getAllNodeTypes();
  @@ -222,7 +199,8 @@
        System.out.println();
        ((WorkspaceImpl) wsp).dump(System.out);
   
  -     wsp.exportSysView("/", new FileOutputStream("d:/temp/export1.xml"), false, 
false);
  +     //wsp.exportSysView("/", new FileOutputStream("d:/temp/sv_export1.xml"), 
false, false);
  +     wsp.exportDocView("/", new FileOutputStream("d:/temp/dv_export1.xml"), false, 
false);
   
        repProps = ((RepositoryImpl) r).getProperties();
        System.out.println("repository properties:");
  
  
  
  1.20      +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/TicketImpl.java
  
  Index: TicketImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/TicketImpl.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- TicketImpl.java   30 Jul 2004 15:01:11 -0000      1.19
  +++ TicketImpl.java   2 Aug 2004 16:21:05 -0000       1.20
  @@ -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/UnknownPrefixException.java
  
  Index: UnknownPrefixException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/UnknownPrefixException.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- UnknownPrefixException.java       30 Jul 2004 06:50:29 -0000      1.7
  +++ UnknownPrefixException.java       2 Aug 2004 16:21:05 -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/WorkspaceDef.java
  
  Index: WorkspaceDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/WorkspaceDef.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WorkspaceDef.java 30 Jul 2004 06:50:29 -0000      1.7
  +++ WorkspaceDef.java 2 Aug 2004 16:21:05 -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.14      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/WorkspaceImpl.java
  
  Index: WorkspaceImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/WorkspaceImpl.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- WorkspaceImpl.java        2 Aug 2004 14:47:09 -0000       1.13
  +++ WorkspaceImpl.java        2 Aug 2004 16:21:05 -0000       1.14
  @@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to