You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/07 12:08:58 UTC

cvs commit: jakarta-commons/dbcp/xdocs/guide classdiagrams.xml index.xml sequencediagrams.xml

dirkv       2004/03/07 03:08:58

  Modified:    dbcp/xdocs configuration.xml downloads.xml index.xml
                        navigation.xml
               dbcp/xdocs/guide classdiagrams.xml index.xml
                        sequencediagrams.xml
  Log:
  add license header to docs
  
  Revision  Changes    Path
  1.6       +15 -1     jakarta-commons/dbcp/xdocs/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/configuration.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- configuration.xml	7 Mar 2004 10:56:26 -0000	1.5
  +++ configuration.xml	7 Mar 2004 11:08:57 -0000	1.6
  @@ -1,5 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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.
  +  -->
   <document>
   
    <properties>
  
  
  
  1.4       +17 -2     jakarta-commons/dbcp/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/downloads.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- downloads.xml	20 Oct 2003 19:49:56 -0000	1.3
  +++ downloads.xml	7 Mar 2004 11:08:57 -0000	1.4
  @@ -1,4 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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.
  +  -->
   <document>
      <properties>
         <title>Downloads</title>
  
  
  
  1.6       +15 -1     jakarta-commons/dbcp/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	16 Nov 2003 17:34:26 -0000	1.5
  +++ index.xml	7 Mar 2004 11:08:57 -0000	1.6
  @@ -1,5 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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.
  +  -->
   <document>
   
    <properties>
  
  
  
  1.7       +15 -0     jakarta-commons/dbcp/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/navigation.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation.xml	2 Mar 2004 03:27:48 -0000	1.6
  +++ navigation.xml	7 Mar 2004 11:08:57 -0000	1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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 org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
   <project name="Commons DBCP">
       <title>Commons DBCP</title>
  
  
  
  1.2       +15 -1     jakarta-commons/dbcp/xdocs/guide/classdiagrams.xml
  
  Index: classdiagrams.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/guide/classdiagrams.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- classdiagrams.xml	14 Sep 2003 20:21:30 -0000	1.1
  +++ classdiagrams.xml	7 Mar 2004 11:08:58 -0000	1.2
  @@ -1,5 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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.
  +  -->
   <document>
   
    <properties>
  
  
  
  1.2       +15 -1     jakarta-commons/dbcp/xdocs/guide/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/guide/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	14 Sep 2003 20:21:30 -0000	1.1
  +++ index.xml	7 Mar 2004 11:08:58 -0000	1.2
  @@ -1,5 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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.
  +  -->
   <document>
   
    <properties>
  
  
  
  1.2       +15 -1     jakarta-commons/dbcp/xdocs/guide/sequencediagrams.xml
  
  Index: sequencediagrams.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/guide/sequencediagrams.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sequencediagrams.xml	14 Sep 2003 20:21:30 -0000	1.1
  +++ sequencediagrams.xml	7 Mar 2004 11:08:58 -0000	1.2
  @@ -1,5 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  + <!--
  +   Copyright 2002-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.
  +  -->
   <document>
   
    <properties>
  
  
  

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