stefan      2004/08/02 09:21:51

  Modified:    proposals/jcrri/src/org/apache/slide/jcr/core/nodetype
                        builtin_nodetypes.xml ChildNodeDef.java
                        EffectiveNodeType.java
                        InvalidConstraintException.java
                        InvalidNodeTypeDefException.java ItemDef.java
                        NodeDefId.java NodeDefImpl.java
                        NodeTypeConflictException.java NodeTypeDef.java
                        NodeTypeDefStore.java NodeTypeImpl.java
                        NodeTypeManagerImpl.java NodeTypeRegistry.java
                        NodeTypeRegistryListener.java PropDef.java
                        PropDefId.java PropertyDefImpl.java
                        ValueConstraint.java
  Log:
  jcrri: changed license headers to standard apache 2.0 license
  
  Revision  Changes    Path
  1.6       +5 -13     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/builtin_nodetypes.xml
  
  Index: builtin_nodetypes.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/builtin_nodetypes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- builtin_nodetypes.xml     30 Jul 2004 14:13:05 -0000      1.5
  +++ builtin_nodetypes.xml     2 Aug 2004 16:21:50 -0000       1.6
  @@ -1,21 +1,13 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
   /*
  - * $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/nodetype/ChildNodeDef.java
  
  Index: ChildNodeDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/ChildNodeDef.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ChildNodeDef.java 30 Jul 2004 06:51:37 -0000      1.10
  +++ ChildNodeDef.java 2 Aug 2004 16:21:50 -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.11      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/EffectiveNodeType.java
  
  Index: EffectiveNodeType.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/EffectiveNodeType.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- EffectiveNodeType.java    30 Jul 2004 06:51:37 -0000      1.10
  +++ EffectiveNodeType.java    2 Aug 2004 16:21:50 -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 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/InvalidConstraintException.java
  
  Index: InvalidConstraintException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/InvalidConstraintException.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- InvalidConstraintException.java   30 Jul 2004 06:51:37 -0000      1.8
  +++ InvalidConstraintException.java   2 Aug 2004 16:21:50 -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/nodetype/InvalidNodeTypeDefException.java
  
  Index: InvalidNodeTypeDefException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/InvalidNodeTypeDefException.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- InvalidNodeTypeDefException.java  30 Jul 2004 06:51:38 -0000      1.8
  +++ InvalidNodeTypeDefException.java  2 Aug 2004 16:21:50 -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.10      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/ItemDef.java
  
  Index: ItemDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/ItemDef.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ItemDef.java      30 Jul 2004 06:51:38 -0000      1.9
  +++ ItemDef.java      2 Aug 2004 16:21:50 -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.6       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeDefId.java
  
  Index: NodeDefId.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeDefId.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NodeDefId.java    30 Jul 2004 06:51:38 -0000      1.5
  +++ NodeDefId.java    2 Aug 2004 16:21:50 -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.9       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeDefImpl.java
  
  Index: NodeDefImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeDefImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NodeDefImpl.java  30 Jul 2004 06:51:38 -0000      1.8
  +++ NodeDefImpl.java  2 Aug 2004 16:21:50 -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/nodetype/NodeTypeConflictException.java
  
  Index: NodeTypeConflictException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeConflictException.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NodeTypeConflictException.java    30 Jul 2004 06:51:38 -0000      1.8
  +++ NodeTypeConflictException.java    2 Aug 2004 16:21:50 -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.12      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeDef.java
  
  Index: NodeTypeDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeDef.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- NodeTypeDef.java  30 Jul 2004 06:51:38 -0000      1.11
  +++ NodeTypeDef.java  2 Aug 2004 16:21:50 -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/nodetype/NodeTypeDefStore.java
  
  Index: NodeTypeDefStore.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeDefStore.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NodeTypeDefStore.java     30 Jul 2004 06:51:38 -0000      1.7
  +++ NodeTypeDefStore.java     2 Aug 2004 16:21:50 -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/nodetype/NodeTypeImpl.java
  
  Index: NodeTypeImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NodeTypeImpl.java 30 Jul 2004 06:51:38 -0000      1.7
  +++ NodeTypeImpl.java 2 Aug 2004 16:21:50 -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/nodetype/NodeTypeManagerImpl.java
  
  Index: NodeTypeManagerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeManagerImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NodeTypeManagerImpl.java  30 Jul 2004 06:51:38 -0000      1.10
  +++ NodeTypeManagerImpl.java  2 Aug 2004 16:21:50 -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.15      +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeRegistry.java
  
  Index: NodeTypeRegistry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeRegistry.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- NodeTypeRegistry.java     30 Jul 2004 06:51:38 -0000      1.14
  +++ NodeTypeRegistry.java     2 Aug 2004 16:21:50 -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.6       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeRegistryListener.java
  
  Index: NodeTypeRegistryListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/NodeTypeRegistryListener.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NodeTypeRegistryListener.java     30 Jul 2004 06:51:38 -0000      1.5
  +++ NodeTypeRegistryListener.java     2 Aug 2004 16:21:50 -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/nodetype/PropDef.java
  
  Index: PropDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/PropDef.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PropDef.java      30 Jul 2004 06:51:38 -0000      1.10
  +++ PropDef.java      2 Aug 2004 16:21:50 -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.6       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/PropDefId.java
  
  Index: PropDefId.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/PropDefId.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PropDefId.java    30 Jul 2004 06:51:38 -0000      1.5
  +++ PropDefId.java    2 Aug 2004 16:21:50 -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.8       +6 -14     
jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/PropertyDefImpl.java
  
  Index: PropertyDefImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/PropertyDefImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropertyDefImpl.java      30 Jul 2004 06:51:38 -0000      1.7
  +++ PropertyDefImpl.java      2 Aug 2004 16:21:50 -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/nodetype/ValueConstraint.java
  
  Index: ValueConstraint.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/proposals/jcrri/src/org/apache/slide/jcr/core/nodetype/ValueConstraint.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ValueConstraint.java      30 Jul 2004 06:51:38 -0000      1.7
  +++ ValueConstraint.java      2 Aug 2004 16:21:50 -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to