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

cvs commit: jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util Base64.java ChildrenCollector.java IteratorHelper.java ValueHelper.java

stefan      2004/08/02 09:22:39

  Modified:    proposals/jcrri/src/org/apache/slide/jcr/core/version
                        FrozenNode.java VersionHistoryImpl.java
                        VersionImpl.java VersionIteratorImpl.java
                        VersionManager.java
               proposals/jcrri/src/org/apache/slide/jcr/fs
                        BasedFileSystem.java FileSystem.java
                        FileSystemException.java FileSystemPathUtil.java
                        FileSystemResource.java
               proposals/jcrri/src/org/apache/slide/jcr/fs/dav
                        DavFileSystem.java DavResourceOutputStream.java
               proposals/jcrri/src/org/apache/slide/jcr/fs/local
                        FileUtil.java LocalFileSystem.java
               proposals/jcrri/src/org/apache/slide/jcr/util Base64.java
                        ChildrenCollector.java IteratorHelper.java
                        ValueHelper.java
  Log:
  jcrri: changed license headers to standard apache 2.0 license
  
  Revision  Changes    Path
  1.6       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/FrozenNode.java
  
  Index: FrozenNode.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/FrozenNode.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FrozenNode.java	30 Jul 2004 06:51:44 -0000	1.5
  +++ FrozenNode.java	2 Aug 2004 16:22:38 -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.5       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionHistoryImpl.java
  
  Index: VersionHistoryImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionHistoryImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- VersionHistoryImpl.java	30 Jul 2004 06:51:44 -0000	1.4
  +++ VersionHistoryImpl.java	2 Aug 2004 16:22:38 -0000	1.5
  @@ -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       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionImpl.java
  
  Index: VersionImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VersionImpl.java	30 Jul 2004 06:51:44 -0000	1.6
  +++ VersionImpl.java	2 Aug 2004 16:22:38 -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.5       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionIteratorImpl.java
  
  Index: VersionIteratorImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionIteratorImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- VersionIteratorImpl.java	30 Jul 2004 06:51:44 -0000	1.4
  +++ VersionIteratorImpl.java	2 Aug 2004 16:22:38 -0000	1.5
  @@ -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       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionManager.java
  
  Index: VersionManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/version/VersionManager.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VersionManager.java	30 Jul 2004 06:51:44 -0000	1.6
  +++ VersionManager.java	2 Aug 2004 16:22:38 -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.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/BasedFileSystem.java
  
  Index: BasedFileSystem.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/BasedFileSystem.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BasedFileSystem.java	30 Jul 2004 06:51:45 -0000	1.7
  +++ BasedFileSystem.java	2 Aug 2004 16:22:38 -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/fs/FileSystem.java
  
  Index: FileSystem.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystem.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FileSystem.java	30 Jul 2004 06:51:45 -0000	1.12
  +++ FileSystem.java	2 Aug 2004 16:22:38 -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.13      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystemException.java
  
  Index: FileSystemException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystemException.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FileSystemException.java	30 Jul 2004 06:51:45 -0000	1.12
  +++ FileSystemException.java	2 Aug 2004 16:22:38 -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.14      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystemPathUtil.java
  
  Index: FileSystemPathUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystemPathUtil.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- FileSystemPathUtil.java	30 Jul 2004 06:51:45 -0000	1.13
  +++ FileSystemPathUtil.java	2 Aug 2004 16:22:38 -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,
  
  
  
  1.10      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystemResource.java
  
  Index: FileSystemResource.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/FileSystemResource.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FileSystemResource.java	30 Jul 2004 06:51:45 -0000	1.9
  +++ FileSystemResource.java	2 Aug 2004 16:22:38 -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.16      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/dav/DavFileSystem.java
  
  Index: DavFileSystem.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/dav/DavFileSystem.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- DavFileSystem.java	30 Jul 2004 06:51:45 -0000	1.15
  +++ DavFileSystem.java	2 Aug 2004 16:22:39 -0000	1.16
  @@ -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/fs/dav/DavResourceOutputStream.java
  
  Index: DavResourceOutputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/dav/DavResourceOutputStream.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DavResourceOutputStream.java	30 Jul 2004 06:51:45 -0000	1.12
  +++ DavResourceOutputStream.java	2 Aug 2004 16:22:39 -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.13      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/local/FileUtil.java
  
  Index: FileUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/local/FileUtil.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FileUtil.java	30 Jul 2004 06:51:45 -0000	1.12
  +++ FileUtil.java	2 Aug 2004 16:22:39 -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.15      +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/local/LocalFileSystem.java
  
  Index: LocalFileSystem.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/fs/local/LocalFileSystem.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- LocalFileSystem.java	30 Jul 2004 06:51:45 -0000	1.14
  +++ LocalFileSystem.java	2 Aug 2004 16:22:39 -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.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/Base64.java
  
  Index: Base64.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/Base64.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Base64.java	30 Jul 2004 06:51:46 -0000	1.7
  +++ Base64.java	2 Aug 2004 16:22:39 -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/util/ChildrenCollector.java
  
  Index: ChildrenCollector.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/ChildrenCollector.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ChildrenCollector.java	30 Jul 2004 06:51:46 -0000	1.12
  +++ ChildrenCollector.java	2 Aug 2004 16:22:39 -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.8       +6 -14     jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/IteratorHelper.java
  
  Index: IteratorHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/IteratorHelper.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- IteratorHelper.java	30 Jul 2004 06:51:46 -0000	1.7
  +++ IteratorHelper.java	2 Aug 2004 16:22:39 -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/util/ValueHelper.java
  
  Index: ValueHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/util/ValueHelper.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ValueHelper.java	30 Jul 2004 14:15:05 -0000	1.9
  +++ ValueHelper.java	2 Aug 2004 16:22:39 -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,
  
  
  

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