Author: jlaskowski
Date: Sun Dec 2 08:54:54 2007
New Revision: 600334
URL: http://svn.apache.org/viewvc?rev=600334&view=rev
Log:
Fix license headers
Modified:
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/META-INF/context.xml
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/WEB-INF/web.xml
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/index.jsp
Modified:
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/META-INF/context.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/META-INF/context.xml?rev=600334&r1=600333&r2=600334&view=diff
==============================================================================
---
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/META-INF/context.xml
(original)
+++
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/META-INF/context.xml
Sun Dec 2 08:54:54 2007
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<Context>
<Environment
name="context.xml/environment"
Modified:
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/WEB-INF/web.xml?rev=600334&r1=600333&r2=600334&view=diff
==============================================================================
---
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/WEB-INF/web.xml
(original)
+++
openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/WEB-INF/web.xml
Sun Dec 2 08:54:54 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +15,10 @@
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.
--->
+-->
+
+<!-- $Rev$ $Date$ -->
+
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
Modified: openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/index.jsp
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/index.jsp?rev=600334&r1=600333&r2=600334&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/index.jsp
(original)
+++ openejb/trunk/openejb3/examples/ejb-examples/src/main/webapp/index.jsp Sun
Dec 2 08:54:54 2007
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
<html>
<body>
<h2>Examples</h2>