You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/10 11:23:33 UTC

cvs commit: cocoon-2.2/src/webapp/samples/myapp/xsp page.xsp

cziegeler    2004/03/10 02:23:33

  Modified:    src/webapp/samples/modules properties.xsp
                        properties2html.xsl menu.xml site2html.xsl
                        sitemap.xmap forrestconf.xml menu2html.xsl
                        index.xhtml page.css
               src/webapp/samples/paginator/pagesheets list.pagesheet
                        text.pagesheet
               src/webapp/samples/myapp/xml page.xml
               src/webapp/samples/paginator/stylesheets pagedlist2html.xsl
                        list2html.xsl
               src/webapp/samples/myapp/xsl style.xsl
               src/webapp/samples/myapp sitemap.xmap
               src/webapp/samples/paginator/content text.xml list.xml
               src/webapp/samples/paginator sitemap.xmap samples.xml
               src/webapp/samples/myapp/xsp page.xsp
  Log:
  Update license
  
  Revision  Changes    Path
  1.2       +16 -1     cocoon-2.2/src/webapp/samples/modules/properties.xsp
  
  Index: properties.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/properties.xsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xsp	9 Mar 2003 00:11:15 -0000	1.1
  +++ properties.xsp	10 Mar 2004 10:23:32 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <!-- $Id$ -->
   <xsp:page language="java" xmlns:xsp="http://apache.org/xsp">
   	<properties>
  
  
  
  1.2       +15 -0     cocoon-2.2/src/webapp/samples/modules/properties2html.xsl
  
  Index: properties2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/properties2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties2html.xsl	9 Mar 2003 00:11:15 -0000	1.1
  +++ properties2html.xsl	10 Mar 2004 10:23:32 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
   <xsl:param name="title">Input Module</xsl:param>
  
  
  
  1.10      +15 -0     cocoon-2.2/src/webapp/samples/modules/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/menu.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- menu.xml	31 Oct 2003 13:12:05 -0000	1.9
  +++ menu.xml	10 Mar 2004 10:23:32 -0000	1.10
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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 book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd" -->
   
   <book software="Apache Cocoon" 
  
  
  
  1.3       +15 -0     cocoon-2.2/src/webapp/samples/modules/site2html.xsl
  
  Index: site2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/site2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site2html.xsl	4 May 2003 02:06:26 -0000	1.2
  +++ site2html.xsl	10 Mar 2004 10:23:32 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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 [
   <!ENTITY nbsp "&#160;">
   <!ENTITY copy "&#0169;">
  
  
  
  1.8       +18 -2     cocoon-2.2/src/webapp/samples/modules/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/sitemap.xmap,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sitemap.xmap	31 Oct 2003 13:12:05 -0000	1.7
  +++ sitemap.xmap	10 Mar 2004 10:23:32 -0000	1.8
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <!-- $Id$ -->
   <!--
   Input Modules sample sitemap.
  @@ -261,6 +276,7 @@
           <map:serialize />
         </map:match>
   
  +
         <map:match pattern="content/realpath.xsp">
           <map:generate type="serverpages" src="properties.xsp">
             <map:parameter name="/" value="{realpath:/}"/>
  @@ -293,7 +309,7 @@
           </map:transform>
           <map:serialize />
         </map:match>
  - 
  +
         <!-- Menu generation -->
         <map:match pattern="menu/*">
           <map:generate src="menu.xml"/>
  
  
  
  1.2       +16 -0     cocoon-2.2/src/webapp/samples/modules/forrestconf.xml
  
  Index: forrestconf.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/forrestconf.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forrestconf.xml	9 Mar 2003 00:11:14 -0000	1.1
  +++ forrestconf.xml	10 Mar 2004 10:23:32 -0000	1.2
  @@ -1,3 +1,19 @@
  +<?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <forrestconf version="1.0">
     <skin>forrest-site</skin>
     <base-url>http://localhost:8787/cocoon</base-url>
  
  
  
  1.2       +15 -0     cocoon-2.2/src/webapp/samples/modules/menu2html.xsl
  
  Index: menu2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/menu2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu2html.xsl	9 Mar 2003 00:11:15 -0000	1.1
  +++ menu2html.xsl	10 Mar 2004 10:23:32 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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 [
   <!ENTITY nbsp "&#160;">
   ]>
  
  
  
  1.6       +16 -0     cocoon-2.2/src/webapp/samples/modules/index.xhtml
  
  Index: index.xhtml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/index.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xhtml	31 Oct 2003 13:12:05 -0000	1.5
  +++ index.xhtml	10 Mar 2004 10:23:32 -0000	1.6
  @@ -1,3 +1,19 @@
  +<?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <page>
     <title>Input Modules</title>
     <table>
  
  
  
  1.2       +15 -0     cocoon-2.2/src/webapp/samples/modules/page.css
  
  Index: page.css
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/modules/page.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page.css	9 Mar 2003 00:11:15 -0000	1.1
  +++ page.css	10 Mar 2004 10:23:32 -0000	1.2
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 1999-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.
  +*/
   body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
   form { margin: 0px; padding: 0px; border: 0px; }
   ul,ol { margin: 10px 5px 10px 40px; padding: 0px; }
  
  
  
  1.2       +15 -0     cocoon-2.2/src/webapp/samples/paginator/pagesheets/list.pagesheet
  
  Index: list.pagesheet
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/pagesheets/list.pagesheet,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list.pagesheet	27 Jun 2003 20:10:42 -0000	1.1
  +++ list.pagesheet	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.2       +15 -0     cocoon-2.2/src/webapp/samples/paginator/pagesheets/text.pagesheet
  
  Index: text.pagesheet
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/pagesheets/text.pagesheet,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- text.pagesheet	27 Jun 2003 20:10:42 -0000	1.1
  +++ text.pagesheet	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.3       +16 -1     cocoon-2.2/src/webapp/samples/myapp/xml/page.xml
  
  Index: page.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/myapp/xml/page.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- page.xml	7 May 2003 04:57:14 -0000	1.2
  +++ page.xml	10 Mar 2004 10:23:33 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS $Id$ -->
   
  
  
  
  1.2       +16 -1     cocoon-2.2/src/webapp/samples/paginator/stylesheets/pagedlist2html.xsl
  
  Index: pagedlist2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/stylesheets/pagedlist2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pagedlist2html.xsl	27 Jun 2003 20:10:41 -0000	1.1
  +++ pagedlist2html.xsl	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.2       +16 -1     cocoon-2.2/src/webapp/samples/paginator/stylesheets/list2html.xsl
  
  Index: list2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/stylesheets/list2html.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list2html.xsl	27 Jun 2003 20:10:41 -0000	1.1
  +++ list2html.xsl	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.3       +16 -1     cocoon-2.2/src/webapp/samples/myapp/xsl/style.xsl
  
  Index: style.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/myapp/xsl/style.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- style.xsl	7 May 2003 04:57:14 -0000	1.2
  +++ style.xsl	10 Mar 2004 10:23:33 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS $Id$ -->
   
  
  
  
  1.3       +16 -1     cocoon-2.2/src/webapp/samples/myapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/myapp/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	7 May 2003 04:57:14 -0000	1.2
  +++ sitemap.xmap	10 Mar 2004 10:23:33 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS $Id$ -->
   
  
  
  
  1.2       +16 -1     cocoon-2.2/src/webapp/samples/paginator/content/text.xml
  
  Index: text.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/content/text.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- text.xml	27 Jun 2003 20:10:41 -0000	1.1
  +++ text.xml	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.2       +16 -1     cocoon-2.2/src/webapp/samples/paginator/content/list.xml
  
  Index: list.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/content/list.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- list.xml	27 Jun 2003 20:10:41 -0000	1.1
  +++ list.xml	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.3       +16 -1     cocoon-2.2/src/webapp/samples/paginator/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	10 Aug 2003 11:42:47 -0000	1.2
  +++ sitemap.xmap	10 Mar 2004 10:23:33 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS: $Id$ -->
   
  
  
  
  1.2       +16 -0     cocoon-2.2/src/webapp/samples/paginator/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/paginator/samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.xml	10 Aug 2003 11:42:47 -0000	1.1
  +++ samples.xml	10 Mar 2004 10:23:33 -0000	1.2
  @@ -1,3 +1,19 @@
  +<?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   <samples xmlns:xlink="http://www.w3.org/1999/xlink">
    
    <group name="Main examples page.">
  
  
  
  1.3       +16 -1     cocoon-2.2/src/webapp/samples/myapp/xsp/page.xsp
  
  Index: page.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/myapp/xsp/page.xsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- page.xsp	7 May 2003 04:57:14 -0000	1.2
  +++ page.xsp	10 Mar 2004 10:23:33 -0000	1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +  Copyright 1999-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.
  +-->
   
   <!-- CVS $Id$ -->