gdamour     2004/03/10 02:00:44

  Modified:    sandbox/xbeans maven.xml project.xml
               sandbox/xbeans/src/etc binding-configuration.xml
               sandbox/xbeans/src/schema XML.xsd XML.xsdconfig
                        application-client_1_4.xsd application_1_4.xsd
                        connector_1_5.xsd ejb-jar_2_1.xsd j2ee_1_4.xsd
                        j2ee_1_4.xsdconfig jsp_2_0.xsd web-app_2_4.xsd
               sandbox/xbeans/xdocs index.html navigation.xml
  Added:       sandbox/xbeans NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.3       +18 -1     incubator-geronimo/sandbox/xbeans/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 29 Jan 2004 03:38:36 -0000      1.2
  +++ maven.xml 10 Mar 2004 10:00:43 -0000      1.3
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.5       +18 -1     incubator-geronimo/sandbox/xbeans/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       24 Feb 2004 15:01:12 -0000      1.4
  +++ project.xml       10 Mar 2004 10:00:43 -0000      1.5
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.1                  incubator-geronimo/sandbox/xbeans/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.2       +18 -1     
incubator-geronimo/sandbox/xbeans/src/etc/binding-configuration.xml
  
  Index: binding-configuration.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/etc/binding-configuration.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- binding-configuration.xml 22 Jan 2004 21:39:56 -0000      1.1
  +++ binding-configuration.xml 10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.2       +17 -0     incubator-geronimo/sandbox/xbeans/src/schema/XML.xsd
  
  Index: XML.xsd
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/XML.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XML.xsd   22 Jan 2004 21:39:56 -0000      1.1
  +++ XML.xsd   10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version='1.0'?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" 
"XMLSchema.dtd" >
   <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; xml:lang="en">
   
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/XML.xsdconfig
  
  Index: XML.xsdconfig
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/XML.xsdconfig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XML.xsdconfig     22 Jan 2004 21:39:56 -0000      1.1
  +++ XML.xsdconfig     10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,3 +1,20 @@
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config";>
              
     <xb:namespace uri="http://www.w3.org/XML/1998/namespace";>
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/application-client_1_4.xsd
  
  Index: application-client_1_4.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/application-client_1_4.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application-client_1_4.xsd        22 Jan 2004 21:39:56 -0000      1.1
  +++ application-client_1_4.xsd        10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/application_1_4.xsd
  
  Index: application_1_4.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/application_1_4.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application_1_4.xsd       22 Jan 2004 21:39:56 -0000      1.1
  +++ application_1_4.xsd       10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/connector_1_5.xsd
  
  Index: connector_1_5.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/connector_1_5.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- connector_1_5.xsd 22 Jan 2004 21:39:56 -0000      1.1
  +++ connector_1_5.xsd 10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/ejb-jar_2_1.xsd
  
  Index: ejb-jar_2_1.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/ejb-jar_2_1.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb-jar_2_1.xsd   22 Jan 2004 21:39:56 -0000      1.1
  +++ ejb-jar_2_1.xsd   10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     incubator-geronimo/sandbox/xbeans/src/schema/j2ee_1_4.xsd
  
  Index: j2ee_1_4.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/j2ee_1_4.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- j2ee_1_4.xsd      22 Jan 2004 21:39:56 -0000      1.1
  +++ j2ee_1_4.xsd      10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <!--Generated by Umit Yalcinalp March 2002-->
   <xsd:schema
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/j2ee_1_4.xsdconfig
  
  Index: j2ee_1_4.xsdconfig
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/j2ee_1_4.xsdconfig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- j2ee_1_4.xsdconfig        22 Jan 2004 21:39:56 -0000      1.1
  +++ j2ee_1_4.xsdconfig        10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,3 +1,20 @@
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config";
     xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";>
              
  
  
  
  1.2       +17 -0     incubator-geronimo/sandbox/xbeans/src/schema/jsp_2_0.xsd
  
  Index: jsp_2_0.xsd
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/jsp_2_0.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jsp_2_0.xsd       22 Jan 2004 21:39:56 -0000      1.1
  +++ jsp_2_0.xsd       10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     
incubator-geronimo/sandbox/xbeans/src/schema/web-app_2_4.xsd
  
  Index: web-app_2_4.xsd
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/sandbox/xbeans/src/schema/web-app_2_4.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web-app_2_4.xsd   22 Jan 2004 21:39:56 -0000      1.1
  +++ web-app_2_4.xsd   10 Mar 2004 10:00:43 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://java.sun.com/xml/ns/j2ee";
        xmlns:j2ee="http://java.sun.com/xml/ns/j2ee";
  
  
  
  1.2       +17 -0     incubator-geronimo/sandbox/xbeans/xdocs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/xdocs/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html        22 Jan 2004 21:39:56 -0000      1.1
  +++ index.html        10 Mar 2004 10:00:44 -0000      1.2
  @@ -1,3 +1,20 @@
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
   <head>
  
  
  
  1.2       +18 -1     incubator-geronimo/sandbox/xbeans/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/sandbox/xbeans/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    22 Jan 2004 21:39:56 -0000      1.1
  +++ navigation.xml    10 Mar 2004 10:00:44 -0000      1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2004 The Apache Software Foundation
  +
  +    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
  +  
  +       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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  

Reply via email to