vmassol     2004/02/29 08:22:02

  Modified:    documentation/docs/skins/jakarta.apache.org/stylesheets
                        sitemap2document.xsl rdf2document.xsl
                        document2html.xsl common.xsl
               documentation/docs/skins/jakarta.apache.org/css print.css
                        apache.css
               documentation/docs/dtds sitemap-v10.dtd navigation-v10.dtd
               documentation/docs/xdocs/cvslog cvslog.xml users.properties
               documentation/conf version.txt
  Log:
  Add ASL 2.0 license to text files too
  
  Revision  Changes    Path
  1.4       +21 -1     
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/sitemap2document.xsl
  
  Index: sitemap2document.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/sitemap2document.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap2document.xsl      29 Apr 2003 10:00:03 -0000      1.3
  +++ sitemap2document.xsl      29 Feb 2004 16:22:02 -0000      1.4
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +
   <!-- ====================================================================== -->
   <!-- Transform the Sitemap to a Document, so that it later can easily be -->
   <!-- transformed into HTML -->
  
  
  
  1.2       +21 -1     
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/rdf2document.xsl
  
  Index: rdf2document.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/rdf2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rdf2document.xsl  15 May 2003 10:46:02 -0000      1.1
  +++ rdf2document.xsl  29 Feb 2004 16:22:02 -0000      1.2
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +
   <!-- ====================================================================== -->
   <!-- Transform the RDF format to an xdocs news Document -->   
   <!-- $Id$ -->
  
  
  
  1.50      +21 -1     
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- document2html.xsl 31 Jan 2004 16:39:42 -0000      1.49
  +++ document2html.xsl 29 Feb 2004 16:22:02 -0000      1.50
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +
   <!-- ====================================================================== -->
   <!-- Transform an xml xdoc into HTML -->
   <!-- $Id$ -->
  
  
  
  1.16      +21 -1     
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- common.xsl        28 Jun 2003 20:12:52 -0000      1.15
  +++ common.xsl        29 Feb 2004 16:22:02 -0000      1.16
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +
   <!-- ====================================================================== -->
   <!-- Templates common to various stylesheets -->
   <!-- $Id$ -->
  
  
  
  1.4       +20 -0     
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/css/print.css
  
  Index: print.css
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/css/print.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- print.css 31 Jan 2004 16:39:42 -0000      1.3
  +++ print.css 29 Feb 2004 16:22:02 -0000      1.4
  @@ -1,3 +1,23 @@
  +/*
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  + */
  +
   /* Global styles */
   img { border: 0; }
   
  
  
  
  1.17      +20 -0     
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/css/apache.css
  
  Index: apache.css
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/css/apache.css,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- apache.css        31 Jan 2004 16:39:42 -0000      1.16
  +++ apache.css        29 Feb 2004 16:22:02 -0000      1.17
  @@ -1,3 +1,23 @@
  +/*
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  + */
  +
   /* Global styles */
   body {
     background: white;
  
  
  
  1.7       +20 -0     jakarta-cactus/documentation/docs/dtds/sitemap-v10.dtd
  
  Index: sitemap-v10.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/dtds/sitemap-v10.dtd,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- sitemap-v10.dtd   28 Jan 2003 14:58:22 -0000      1.6
  +++ sitemap-v10.dtd   29 Feb 2004 16:22:02 -0000      1.7
  @@ -1,3 +1,23 @@
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +    
   <!-- ===================================================================
   
        Apache Cactus Sitemap DTD (Version 1.0)
  
  
  
  1.5       +20 -1     jakarta-cactus/documentation/docs/dtds/navigation-v10.dtd
  
  Index: navigation-v10.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/dtds/navigation-v10.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation-v10.dtd        6 May 2003 17:00:38 -0000       1.4
  +++ navigation-v10.dtd        29 Feb 2004 16:22:02 -0000      1.5
  @@ -1,3 +1,23 @@
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +
   <!-- ===================================================================
   
        Apache Cactus Navigation DTD (Version 1.0)
  @@ -14,7 +34,6 @@
          "navigation-v10.dtd">
   
   ==================================================================== -->
  -
   
   <!-- =============================================================== -->
   <!-- Navigation -->
  
  
  
  1.2       +20 -0     jakarta-cactus/documentation/docs/xdocs/cvslog/cvslog.xml
  
  Index: cvslog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/cvslog/cvslog.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cvslog.xml        26 Feb 2003 23:14:28 -0000      1.1
  +++ cvslog.xml        29 Feb 2004 16:22:02 -0000      1.2
  @@ -1,5 +1,25 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  +-->
  +
   <!-- Empty change log used when the real change log can't be retrieved from
        CVS (in offline mode, for example) -->
   <changelog>
  
  
  
  1.2       +18 -0     jakarta-cactus/documentation/docs/xdocs/cvslog/users.properties
  
  Index: users.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/cvslog/users.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- users.properties  10 Mar 2002 14:10:27 -0000      1.1
  +++ users.properties  29 Feb 2004 16:22:02 -0000      1.2
  @@ -1 +1,19 @@
  +# ========================================================================
  +# 
  +# Copyright 2001-2003 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.
  +# 
  +# ========================================================================
  +
   vmassol = Vincent Massol
  
  
  
  1.2       +20 -0     jakarta-cactus/documentation/conf/version.txt
  
  Index: version.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/conf/version.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- version.txt       10 Mar 2002 14:10:25 -0000      1.1
  +++ version.txt       29 Feb 2004 16:22:02 -0000      1.2
  @@ -1 +1,21 @@
  +/* 
  + * ========================================================================
  + * 
  + * Copyright 2001-2003 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.
  + * 
  + * ========================================================================
  + */
  +
   Version @version@ generated on @today@
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to