Author: bdaniel
Date: Fri Oct 13 10:24:56 2006
New Revision: 463743
URL: http://svn.apache.org/viewvc?view=rev&rev=463743
Log:
Fix file headers
Modified:
incubator/tuscany/java/das/samples/build.xml
incubator/tuscany/java/das/samples/companyweb/build.xml
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/Company.jsp
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/META-INF/context.xml
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/WEB-INF/web.xml
incubator/tuscany/java/das/samples/testing/tomcat/build.xml
incubator/tuscany/java/das/samples/testing/tomcat/companyweb/src/test/java/org/apache/tuscany/test/das/DasTestCase.java
incubator/tuscany/java/das/samples/testing/tomcat/context.xsl
incubator/tuscany/java/das/samples/testing/tomcat/readme.htm
incubator/tuscany/java/das/samples/testing/tomcat/server.xsl
Modified: incubator/tuscany/java/das/samples/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/build.xml?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/build.xml (original)
+++ incubator/tuscany/java/das/samples/build.xml Fri Oct 13 10:24:56 2006
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors,
as applicable.
- *
- * 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.
+ 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.
-->
<project name="samples" default="compile">
Modified: incubator/tuscany/java/das/samples/companyweb/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/companyweb/build.xml?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/companyweb/build.xml (original)
+++ incubator/tuscany/java/das/samples/companyweb/build.xml Fri Oct 13 10:24:56
2006
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors,
as applicable.
- *
- * 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.
+ 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.
-->
<project name="samples" default="compile">
<property name="mainDir" value="../../.."/>
Modified:
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/Company.jsp
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/companyweb/src/main/webapp/Company.jsp?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/companyweb/src/main/webapp/Company.jsp
(original)
+++ incubator/tuscany/java/das/samples/companyweb/src/main/webapp/Company.jsp
Fri Oct 13 10:24:56 2006
@@ -1,21 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+ 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
-<%--
- * Copyright (c) 2005 The Apache Software Foundation or its licensors, as
applicable.
- *
- * 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.
- --%>
+ 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>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
Modified:
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/META-INF/context.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/companyweb/src/main/webapp/META-INF/context.xml?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
---
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/META-INF/context.xml
(original)
+++
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/META-INF/context.xml
Fri Oct 13 10:24:56 2006
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors,
as applicable.
- *
- * 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.
+ 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.
-->
<Context path="/DAS Stand alone app" debug="5" reloadable="true"
crossContext="true">
Modified:
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/companyweb/src/main/webapp/WEB-INF/web.xml?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
---
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/WEB-INF/web.xml
(original)
+++
incubator/tuscany/java/das/samples/companyweb/src/main/webapp/WEB-INF/web.xml
Fri Oct 13 10:24:56 2006
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- Copyright (c) 2005 The Apache Software Foundation or its licensors, as
applicable.
+ 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
- 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
- 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.
+ 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 web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
Modified: incubator/tuscany/java/das/samples/testing/tomcat/build.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/build.xml?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/build.xml (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/build.xml Fri Oct 13
10:24:56 2006
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--
- Copyright (c) 2005 The Apache Software Foundation or its licensors, as
applicable.
+ 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
- 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
- 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.
+ 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.
-->
<project name="setup tomcat" default="prepareTomcat" basedir='.'>
<property environment="env" />
Modified:
incubator/tuscany/java/das/samples/testing/tomcat/companyweb/src/test/java/org/apache/tuscany/test/das/DasTestCase.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/companyweb/src/test/java/org/apache/tuscany/test/das/DasTestCase.java?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
---
incubator/tuscany/java/das/samples/testing/tomcat/companyweb/src/test/java/org/apache/tuscany/test/das/DasTestCase.java
(original)
+++
incubator/tuscany/java/das/samples/testing/tomcat/companyweb/src/test/java/org/apache/tuscany/test/das/DasTestCase.java
Fri Oct 13 10:24:56 2006
@@ -1,18 +1,20 @@
-/**
- *
- * Copyright 2005 The Apache Software Foundation or its licensors, as
applicable.
- *
- * 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.
+/*
+ * 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.
*/
package org.apache.tuscany.test.das;
Modified: incubator/tuscany/java/das/samples/testing/tomcat/context.xsl
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/context.xsl?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/context.xsl (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/context.xsl Fri Oct 13
10:24:56 2006
@@ -1,17 +1,20 @@
<!--
- Copyright (c) 2005 The Apache Software Foundation or its licensors, as
applicable.
+ 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
- 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
- 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.
+ 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">
Modified: incubator/tuscany/java/das/samples/testing/tomcat/readme.htm
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/readme.htm?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/readme.htm (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/readme.htm Fri Oct 13
10:24:56 2006
@@ -1,9 +1,23 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><!-- Copyright (c) 2005 The Apache Software Foundation or its
licensors,
-as applicable. 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>
+<!--
+ 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.
+ -->
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta
content="text/css" http-equiv="Content-Style-Type"><title>Tuscany End User
Sample Testing</title><!-- LINK rel="stylesheet" href="ait.css" type="text/css"
-->
<style type="text/css" media="all">
@import url("../../../css/maven-base.css");
Modified: incubator/tuscany/java/das/samples/testing/tomcat/server.xsl
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/testing/tomcat/server.xsl?view=diff&rev=463743&r1=463742&r2=463743
==============================================================================
--- incubator/tuscany/java/das/samples/testing/tomcat/server.xsl (original)
+++ incubator/tuscany/java/das/samples/testing/tomcat/server.xsl Fri Oct 13
10:24:56 2006
@@ -1,17 +1,20 @@
<!--
- Copyright (c) 2005 The Apache Software Foundation or its licensors, as
applicable.
+ 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
- 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
- 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.
+ 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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]