antonio 2004/03/06 14:29:18
Modified: src/blocks/petstore/samples/view/templates ConfirmOrder.vm
IncludeTop.vm Category.vm index.vm Item.vm
ListOrders.vm Product.vm Error.vm SearchProducts.vm
Cart.vm IncludeBottom.vm SignonForm.vm
IncludeMyList.vm ViewOrder.vm IncludeQuickHeader.vm
src/blocks/jsp/samples hello.jsp welcome.jsp
src/blocks/axis/java/org/apache/cocoon/webservices/system
DeploymentDescriptor.wsdd
src/webapp/samples/hello-world/webservice HelloWorld.wsdl
src/documentation/xdocs/userdocs/readers readers.template
src/blocks/axis/java/org/apache/cocoon/webservices/instrument
DeploymentDescriptor.wsdd
src/blocks/axis/java/org/apache/cocoon/webservices/cache
DeploymentDescriptor.wsdd
src/blocks/axis/java/org/apache/cocoon/webservices/memory
DeploymentDescriptor.wsdd
src/blocks/midi/test/org/apache/cocoon/generation XMidi.dtd
src/blocks/velocity/samples hello-page.vm
src/blocks/xmlform/samples/webservice usagefeedback.wsdl
src/documentation/xdocs/userdocs/selectors selector.template
Log:
Adding Apache License 2.0 (manually).
Revision Changes Path
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/ConfirmOrder.vm
Index: ConfirmOrder.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/ConfirmOrder.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConfirmOrder.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ ConfirmOrder.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeTop.vm
Index: IncludeTop.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeTop.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IncludeTop.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ IncludeTop.vm 6 Mar 2004 22:29:17 -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.
+*#
<html><head>
<title>Cocoon Petstore Demo</title>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/Category.vm
Index: Category.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/Category.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Category.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ Category.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse("view/templates/IncludeTop.vm")
<table align="left" bgcolor="#008800" border="0" cellspacing="2"
cellpadding="2">
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/index.vm
Index: index.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/index.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ index.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
<table border="0" cellspacing="0" width="100%">
1.2 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/Item.vm
Index: Item.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/Item.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Item.vm 10 Jul 2003 23:48:50 -0000 1.1
+++ Item.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse("view/templates/IncludeTop.vm")
<table align="left" bgcolor="#008800" border="0" cellspacing="2"
cellpadding="2">
1.2 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/ListOrders.vm
Index: ListOrders.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/ListOrders.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ListOrders.vm 11 Nov 2003 12:09:53 -0000 1.1
+++ ListOrders.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
<p>
1.2 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/Product.vm
Index: Product.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/Product.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Product.vm 10 Jul 2003 23:48:50 -0000 1.1
+++ Product.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse("view/templates/IncludeTop.vm")
1.2 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/Error.vm
Index: Error.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/Error.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Error.vm 10 Jul 2003 23:48:50 -0000 1.1
+++ Error.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
<H3>Error!</H3>
1.2 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/SearchProducts.vm
Index: SearchProducts.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/SearchProducts.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SearchProducts.vm 10 Jul 2003 23:48:50 -0000 1.1
+++ SearchProducts.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/Cart.vm
Index: Cart.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/Cart.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Cart.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ Cart.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse("view/templates/IncludeTop.vm")
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td valign="top" width="20%" align="left">
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeBottom.vm
Index: IncludeBottom.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeBottom.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IncludeBottom.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ IncludeBottom.vm 6 Mar 2004 22:29:17 -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.
+*#
<br />
#if ($accountForm.account)
#if ($accountForm.account.username)
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/SignonForm.vm
Index: SignonForm.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/SignonForm.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SignonForm.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ SignonForm.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
<br clear="all" />
1.2 +14 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeMyList.vm
Index: IncludeMyList.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeMyList.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IncludeMyList.vm 10 Jul 2003 23:48:50 -0000 1.1
+++ IncludeMyList.vm 6 Mar 2004 22:29:17 -0000 1.2
@@ -1,4 +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.
+*#
#if ($myList)
<p> </p>
<table align="right" bgcolor="#008800" border="0" cellspacing="2"
cellpadding="3">
1.3 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/ViewOrder.vm
Index: ViewOrder.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/ViewOrder.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ViewOrder.vm 11 Nov 2003 12:09:53 -0000 1.2
+++ ViewOrder.vm 6 Mar 2004 22:29:17 -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.
+*#
#parse ("view/templates/IncludeTop.vm")
<table align="left" bgcolor="#008800" border="0" cellspacing="2"
cellpadding="2">
1.2 +15 -0
cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeQuickHeader.vm
Index: IncludeQuickHeader.vm
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/petstore/samples/view/templates/IncludeQuickHeader.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IncludeQuickHeader.vm 10 Jul 2003 23:48:50 -0000 1.1
+++ IncludeQuickHeader.vm 6 Mar 2004 22:29:17 -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.
+*#
<center>
<a href="viewCategory.do?categoryId=FISH">
<img border="0" src="images/sm_fish.gif" /></a>
1.2 +15 -0 cocoon-2.1/src/blocks/jsp/samples/hello.jsp
Index: hello.jsp
===================================================================
RCS file: /home/cvs//cocoon-2.1/src/blocks/jsp/samples/hello.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hello.jsp 9 Mar 2003 00:04:16 -0000 1.1
+++ hello.jsp 6 Mar 2004 22:29:18 -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.
+-->
<%@ page language='java' session='false' %>
<page>
<title>Hello</title>
1.3 +15 -0 cocoon-2.1/src/blocks/jsp/samples/welcome.jsp
Index: welcome.jsp
===================================================================
RCS file: /home/cvs//cocoon-2.1/src/blocks/jsp/samples/welcome.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- welcome.jsp 16 Jan 2004 14:12:27 -0000 1.2
+++ welcome.jsp 6 Mar 2004 22:29:18 -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.
+-->
<%@ page import="java.util.*" %>
<%
response.setHeader("Expires", "0");
1.2 +16 -0
cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/system/DeploymentDescriptor.wsdd
Index: DeploymentDescriptor.wsdd
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/system/DeploymentDescriptor.wsdd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DeploymentDescriptor.wsdd 9 Mar 2003 00:02:31 -0000 1.1
+++ DeploymentDescriptor.wsdd 6 Mar 2004 22:29:18 -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.
+-->
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
1.4 +14 -0
cocoon-2.1/src/webapp/samples/hello-world/webservice/HelloWorld.wsdl
Index: HelloWorld.wsdl
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/webapp/samples/hello-world/webservice/HelloWorld.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HelloWorld.wsdl 7 May 2003 04:57:14 -0000 1.3
+++ HelloWorld.wsdl 6 Mar 2004 22:29:18 -0000 1.4
@@ -1,5 +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.
+-->
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:s0="http://www.cocoonhive.org/cocoonbook/2002/"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://www.cocoonhive.org/cocoonbook/2002/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/
http://schemas.xmlsoap.org/wsdl/">
<message name="HelloWorldHttpGetIn"/>
1.6 +16 -1
cocoon-2.1/src/documentation/xdocs/userdocs/readers/readers.template
Index: readers.template
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/documentation/xdocs/userdocs/readers/readers.template,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- readers.template 16 Feb 2004 23:53:52 -0000 1.5
+++ readers.template 6 Mar 2004 22:29:18 -0000 1.6
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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 document PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
"../../dtd/document-v10.dtd">
<document>
1.2 +16 -0
cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/instrument/DeploymentDescriptor.wsdd
Index: DeploymentDescriptor.wsdd
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/instrument/DeploymentDescriptor.wsdd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DeploymentDescriptor.wsdd 9 Mar 2003 00:02:29 -0000 1.1
+++ DeploymentDescriptor.wsdd 6 Mar 2004 22:29:18 -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.
+-->
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
1.2 +16 -0
cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/cache/DeploymentDescriptor.wsdd
Index: DeploymentDescriptor.wsdd
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/cache/DeploymentDescriptor.wsdd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DeploymentDescriptor.wsdd 9 Mar 2003 00:02:29 -0000 1.1
+++ DeploymentDescriptor.wsdd 6 Mar 2004 22:29:18 -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.
+-->
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
1.2 +16 -0
cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/memory/DeploymentDescriptor.wsdd
Index: DeploymentDescriptor.wsdd
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/axis/java/org/apache/cocoon/webservices/memory/DeploymentDescriptor.wsdd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DeploymentDescriptor.wsdd 9 Mar 2003 00:02:30 -0000 1.1
+++ DeploymentDescriptor.wsdd 6 Mar 2004 22:29:18 -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.
+-->
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
1.3 +15 -0
cocoon-2.1/src/blocks/midi/test/org/apache/cocoon/generation/XMidi.dtd
Index: XMidi.dtd
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/midi/test/org/apache/cocoon/generation/XMidi.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XMidi.dtd 11 Aug 2003 21:54:09 -0000 1.2
+++ XMidi.dtd 6 Mar 2004 22:29:18 -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.
+-->
<!-- XMidi is the document level element
every XMidi document must have one.
Within each XMidi document is zero
1.2 +15 -0 cocoon-2.1/src/blocks/velocity/samples/hello-page.vm
Index: hello-page.vm
===================================================================
RCS file: /home/cvs//cocoon-2.1/src/blocks/velocity/samples/hello-page.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hello-page.vm 9 Mar 2003 00:06:33 -0000 1.1
+++ hello-page.vm 6 Mar 2004 22:29:18 -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.
+*#
#set($name = $parameters.getParameter("name", ""))
#set($project = $parameters.getParameter("project", ""))
<page>
1.3 +16 -1
cocoon-2.1/src/blocks/xmlform/samples/webservice/usagefeedback.wsdl
Index: usagefeedback.wsdl
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/xmlform/samples/webservice/usagefeedback.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- usagefeedback.wsdl 19 May 2003 10:30:25 -0000 1.2
+++ usagefeedback.wsdl 6 Mar 2004 22:29:18 -0000 1.3
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?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.
+-->
<!--
WSDL Descriptor for the Cocoon Usage Feedback demo application exposed as
a
Web Service (REST style).
1.5 +16 -1
cocoon-2.1/src/documentation/xdocs/userdocs/selectors/selector.template
Index: selector.template
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/documentation/xdocs/userdocs/selectors/selector.template,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- selector.template 16 Feb 2004 23:53:52 -0000 1.4
+++ selector.template 6 Mar 2004 22:29:18 -0000 1.5
@@ -1,4 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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 document PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
"../../dtd/document-v10.dtd">
<!--