crossley    2004/05/07 20:32:06

  Modified:    src/webapp/samples/imagereader dir2page.xsl
               src/blocks/forms/java/org/apache/cocoon/forms/generation
                        template.jx
               src/blocks/linotype/samples flow.js index.xhtml sitemap.xmap
               src/blocks/linotype/samples/screens login.jx logout.jx
                        notfound.jx
               src/blocks/linotype/samples/styles editor.css
                        editor_page.css main.css
               src/blocks/linotype/samples/stylesheets news2edit.xslt
                        news2html-content.xslt news2html-history.xslt
                        news2html-homepage.xslt news2html-private.xslt
                        news2html-single.xslt news2rss-0.91.xslt
                        news2rss-2.0.xslt news2rss.xslt
                        private-directory2cinclude.xslt
                        public-directory2cinclude.xslt request2news.xslt
               src/blocks/javaflow/conf javaflow.xconf javaflow.xsamples
  Log:
  Add missing license.
  
  Revision  Changes    Path
  1.2       +15 -0     cocoon-2.1/src/webapp/samples/imagereader/dir2page.xsl
  
  Index: dir2page.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/imagereader/dir2page.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dir2page.xsl      21 Mar 2004 03:23:10 -0000      1.1
  +++ dir2page.xsl      8 May 2004 03:32:05 -0000       1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  
  
  
  1.4       +15 -0     
cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/generation/template.jx
  
  Index: template.jx
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/generation/template.jx,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- template.jx       8 May 2004 02:33:18 -0000       1.3
  +++ template.jx       8 May 2004 03:32:06 -0000       1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <jx:template xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
   
   <jx:macro name="form-template" 
targetNamespace="http://apache.org/cocoon/forms/1.0#template";>  
  
  
  
  1.13      +15 -0     cocoon-2.1/src/blocks/linotype/samples/flow.js
  
  Index: flow.js
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/flow.js,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- flow.js   5 Apr 2004 11:43:34 -0000       1.12
  +++ flow.js   8 May 2004 03:32:06 -0000       1.13
  @@ -1,3 +1,18 @@
  +/*
  +* 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.
  +*/
   var repo = new 
Packages.org.apache.cocoon.components.Repository.getInstance();
   
   var users;
  
  
  
  1.7       +15 -0     cocoon-2.1/src/blocks/linotype/samples/index.xhtml
  
  Index: index.xhtml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/index.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xhtml       5 Apr 2004 22:28:16 -0000       1.6
  +++ index.xhtml       8 May 2004 03:32:06 -0000       1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
    <head>
  
  
  
  1.11      +15 -0     cocoon-2.1/src/blocks/linotype/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/sitemap.xmap,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sitemap.xmap      5 Apr 2004 22:28:16 -0000       1.10
  +++ sitemap.xmap      8 May 2004 03:32:06 -0000       1.11
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
       
   <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
   
  
  
  
  1.6       +15 -0     cocoon-2.1/src/blocks/linotype/samples/screens/login.jx
  
  Index: login.jx
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/screens/login.jx,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- login.jx  8 May 2004 02:33:18 -0000       1.5
  +++ login.jx  8 May 2004 03:32:06 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <html xmlns:t="http://apache.org/cocoon/templates/jx/1.0";>
   <head>
    <title>Login</title>
  
  
  
  1.7       +15 -0     cocoon-2.1/src/blocks/linotype/samples/screens/logout.jx
  
  Index: logout.jx
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/screens/logout.jx,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- logout.jx 8 May 2004 02:33:18 -0000       1.6
  +++ logout.jx 8 May 2004 03:32:06 -0000       1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <html>
   <head>
    <title>Bye!</title>
  
  
  
  1.6       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/screens/notfound.jx
  
  Index: notfound.jx
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/screens/notfound.jx,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- notfound.jx       8 May 2004 02:33:18 -0000       1.5
  +++ notfound.jx       8 May 2004 03:32:06 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <html>
   
   <head>
  
  
  
  1.5       +15 -0     cocoon-2.1/src/blocks/linotype/samples/styles/editor.css
  
  Index: editor.css
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/styles/editor.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- editor.css        5 Apr 2004 22:28:16 -0000       1.4
  +++ editor.css        8 May 2004 03:32:06 -0000       1.5
  @@ -1,3 +1,18 @@
  +/*
  +* 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.
  +*/
   #toolbar { 
        margin: 0px 0px 0px 0px; 
        padding: 3px 10px 3px 10px; 
  
  
  
  1.4       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/styles/editor_page.css
  
  Index: editor_page.css
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/styles/editor_page.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- editor_page.css   5 Apr 2004 11:43:33 -0000       1.3
  +++ editor_page.css   8 May 2004 03:32:06 -0000       1.4
  @@ -1,3 +1,18 @@
  +/*
  +* 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.
  +*/
   body { 
        padding: 0px; 
        margin: 0px; 
  
  
  
  1.6       +15 -0     cocoon-2.1/src/blocks/linotype/samples/styles/main.css
  
  Index: main.css
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/styles/main.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- main.css  23 Apr 2004 07:18:28 -0000      1.5
  +++ main.css  8 May 2004 03:32:06 -0000       1.6
  @@ -1,4 +1,19 @@
   /*
  +* 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.
  +*/
  +/*
    * I wish I was a digital artist, but, in fact, I'm not.
    *
    * Great designers create, poor designers blatantly copy, so/so designers, 
well, 
  
  
  
  1.8       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2edit.xslt
  
  Index: news2edit.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2edit.xslt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- news2edit.xslt    5 Apr 2004 22:28:16 -0000       1.7
  +++ news2edit.xslt    8 May 2004 03:32:06 -0000       1.8
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";
  
  
  
  1.5       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-content.xslt
  
  Index: news2html-content.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-content.xslt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news2html-content.xslt    5 Apr 2004 11:43:33 -0000       1.4
  +++ news2html-content.xslt    8 May 2004 03:32:06 -0000       1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";
  
  
  
  1.5       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-history.xslt
  
  Index: news2html-history.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-history.xslt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news2html-history.xslt    5 Apr 2004 11:43:33 -0000       1.4
  +++ news2html-history.xslt    8 May 2004 03:32:06 -0000       1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";>
  
  
  
  1.5       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-homepage.xslt
  
  Index: news2html-homepage.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-homepage.xslt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news2html-homepage.xslt   5 Apr 2004 11:43:33 -0000       1.4
  +++ news2html-homepage.xslt   8 May 2004 03:32:06 -0000       1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  
  
  
  1.5       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-private.xslt
  
  Index: news2html-private.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-private.xslt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news2html-private.xslt    5 Apr 2004 11:43:33 -0000       1.4
  +++ news2html-private.xslt    8 May 2004 03:32:06 -0000       1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";>
  
  
  
  1.6       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-single.xslt
  
  Index: news2html-single.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2html-single.xslt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- news2html-single.xslt     5 Apr 2004 22:28:16 -0000       1.5
  +++ news2html-single.xslt     8 May 2004 03:32:06 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  
  
  
  1.6       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2rss-0.91.xslt
  
  Index: news2rss-0.91.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2rss-0.91.xslt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- news2rss-0.91.xslt        5 Apr 2004 11:43:33 -0000       1.5
  +++ news2rss-0.91.xslt        8 May 2004 03:32:06 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";
  
  
  
  1.7       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2rss-2.0.xslt
  
  Index: news2rss-2.0.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2rss-2.0.xslt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- news2rss-2.0.xslt 5 Apr 2004 11:43:33 -0000       1.6
  +++ news2rss-2.0.xslt 8 May 2004 03:32:06 -0000       1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";
  
  
  
  1.2       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2rss.xslt
  
  Index: news2rss.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/news2rss.xslt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- news2rss.xslt     5 Apr 2004 11:43:33 -0000       1.1
  +++ news2rss.xslt     8 May 2004 03:32:06 -0000       1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
                                 
xmlns:n="http://www.betaversion.org/linotype/news/1.0";
  
  
  
  1.3       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/private-directory2cinclude.xslt
  
  Index: private-directory2cinclude.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/private-directory2cinclude.xslt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- private-directory2cinclude.xslt   15 Apr 2004 03:04:45 -0000      1.2
  +++ private-directory2cinclude.xslt   8 May 2004 03:32:06 -0000       1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  
  
  
  1.3       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/public-directory2cinclude.xslt
  
  Index: public-directory2cinclude.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/public-directory2cinclude.xslt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- public-directory2cinclude.xslt    15 Apr 2004 03:04:45 -0000      1.2
  +++ public-directory2cinclude.xslt    8 May 2004 03:32:06 -0000       1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  
  
  
  1.6       +15 -0     
cocoon-2.1/src/blocks/linotype/samples/stylesheets/request2news.xslt
  
  Index: request2news.xslt
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/linotype/samples/stylesheets/request2news.xslt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- request2news.xslt 5 Apr 2004 11:43:33 -0000       1.5
  +++ request2news.xslt 8 May 2004 03:32:06 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 xmlns:r="http://apache.org/cocoon/request/2.0";
  
  
  
  1.2       +15 -0     cocoon-2.1/src/blocks/javaflow/conf/javaflow.xconf
  
  Index: javaflow.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/javaflow/conf/javaflow.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javaflow.xconf    29 Mar 2004 17:47:21 -0000      1.1
  +++ javaflow.xconf    8 May 2004 03:32:06 -0000       1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <xconf xpath="/cocoon/flow-interpreters" unless="[EMAIL PROTECTED]'java']">
     <component-instance name="java" 
class="org.apache.cocoon.components.flow.java.JavaInterpreter"/>
   </xconf>
  
  
  
  1.4       +15 -0     cocoon-2.1/src/blocks/javaflow/conf/javaflow.xsamples
  
  Index: javaflow.xsamples
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/javaflow/conf/javaflow.xsamples,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- javaflow.xsamples 2 Apr 2004 11:08:54 -0000       1.3
  +++ javaflow.xsamples 8 May 2004 03:32:06 -0000       1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   
   <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Java Flow']">
   
  
  
  

Reply via email to