crossley    2004/03/16 23:22:39

  Modified:    src/webapp/samples/errorhandling generalerror.htm
                        resourceNotFound.htm
               src/webapp/samples/errorhandling/exception application.htm
                        application1.htm application2.htm validation.htm
               src/webapp/samples/paginator/pagesheets pagesheet.dtd
               src/webapp/samples/test/reader-mime-type test10.html
               src/webapp/samples/text-wrap welcome.html
  Log:
  Add Apache License 2.0
  
  Revision  Changes    Path
  1.2       +16 -1     
cocoon-2.1/src/webapp/samples/errorhandling/generalerror.htm
  
  Index: generalerror.htm
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/generalerror.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- generalerror.htm  29 Apr 2003 10:45:19 -0000      1.1
  +++ generalerror.htm  17 Mar 2004 07:22:38 -0000      1.2
  @@ -1,5 +1,20 @@
  +<!--
  +  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.
  +-->
   <html>
        <body>
                <p>An error has occured. Handled by pipelines' error handler in 
parent sitemap.</p>
        </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +16 -1     
cocoon-2.1/src/webapp/samples/errorhandling/resourceNotFound.htm
  
  Index: resourceNotFound.htm
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/resourceNotFound.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resourceNotFound.htm      29 Apr 2003 10:45:19 -0000      1.1
  +++ resourceNotFound.htm      17 Mar 2004 07:22:38 -0000      1.2
  @@ -1,5 +1,20 @@
  +<!--
  +  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.
  +-->
   <html>
        <body>
                <p>A ResourceNotFoundException has occured. Handled by 
pipeline's error handler in parent sitemap.</p>
        </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +15 -0     
cocoon-2.1/src/webapp/samples/errorhandling/exception/application.htm
  
  Index: application.htm
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/exception/application.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application.htm   29 Apr 2003 10:45:20 -0000      1.1
  +++ application.htm   17 Mar 2004 07:22:38 -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.
  +-->
   <html>
        <body>
                <p>An ApplicationException has occured. Handled by pipelines' 
error handler.</p>
  
  
  
  1.2       +15 -0     
cocoon-2.1/src/webapp/samples/errorhandling/exception/application1.htm
  
  Index: application1.htm
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/exception/application1.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application1.htm  29 Apr 2003 10:45:20 -0000      1.1
  +++ application1.htm  17 Mar 2004 07:22:38 -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.
  +-->
   <html>
        <body>
                <p>An ApplicationException with errorCode=1 has occured. 
Handled by pipelines' error handler.</p>
  
  
  
  1.2       +15 -0     
cocoon-2.1/src/webapp/samples/errorhandling/exception/application2.htm
  
  Index: application2.htm
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/exception/application2.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- application2.htm  29 Apr 2003 10:45:20 -0000      1.1
  +++ application2.htm  17 Mar 2004 07:22:38 -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.
  +-->
   <html>
        <body>
                <p>An ApplicationException with errorCode=2 has occured. 
Handled by pipelines' error handler.</p>
  
  
  
  1.2       +15 -0     
cocoon-2.1/src/webapp/samples/errorhandling/exception/validation.htm
  
  Index: validation.htm
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/errorhandling/exception/validation.htm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- validation.htm    29 Apr 2003 10:45:20 -0000      1.1
  +++ validation.htm    17 Mar 2004 07:22:38 -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.
  +-->
   <html>
        <body>
                <p>A ValidationException has occured. Handled by pipeline's 
error handler.</p>
  
  
  
  1.3       +16 -1     
cocoon-2.1/src/webapp/samples/paginator/pagesheets/pagesheet.dtd
  
  Index: pagesheet.dtd
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/paginator/pagesheets/pagesheet.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pagesheet.dtd     16 Feb 2004 23:50:09 -0000      1.2
  +++ pagesheet.dtd     17 Mar 2004 07:22:39 -0000      1.3
  @@ -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.
  +-->
   <!-- =================================================================== -->
   <!-- CVS: $Id$     -->
   <!--                                                                     -->
  
  
  
  1.2       +16 -1     
cocoon-2.1/src/webapp/samples/test/reader-mime-type/test10.html
  
  Index: test10.html
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/test/reader-mime-type/test10.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test10.html       6 Feb 2004 10:35:36 -0000       1.1
  +++ test10.html       17 Mar 2004 07:22:39 -0000      1.2
  @@ -1,5 +1,20 @@
  +<!--
  +  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.
  +-->
   <html>
   <body>
   This should have the text/html mime type.
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.11      +15 -0     cocoon-2.1/src/webapp/samples/text-wrap/welcome.html
  
  Index: welcome.html
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/text-wrap/welcome.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- welcome.html      6 Dec 2003 05:10:33 -0000       1.10
  +++ welcome.html      17 Mar 2004 07:22:39 -0000      1.11
  @@ -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.
  +-->
   <html>
   <head>
   <title>Various methods to handle long lines of text</title>
  
  
  

Reply via email to