You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/04/02 17:46:31 UTC

svn commit: r390837 - in /beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090: Controller.java index.jsp subdir/Controller.java

Author: ekoneil
Date: Sun Apr  2 08:46:29 2006
New Revision: 390837

URL: http://svn.apache.org/viewcvs?rev=390837&view=rev
Log:
Add license / copyright header to some files.

BB: self
Test: compiler tests still pass


Modified:
    beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/Controller.java
    beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/index.jsp
    beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/subdir/Controller.java

Modified: beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/Controller.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/Controller.java?rev=390837&r1=390836&r2=390837&view=diff
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/Controller.java (original)
+++ beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/Controller.java Sun Apr  2 08:46:29 2006
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2006 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.
+ *
+ * $Header:$
+ */
 package Jira1090;
 
 import org.apache.beehive.netui.pageflow.PageFlowController;

Modified: beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/index.jsp
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/index.jsp?rev=390837&r1=390836&r2=390837&view=diff
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/index.jsp (original)
+++ beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/index.jsp Sun Apr  2 08:46:29 2006
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2006 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.
+  
+   $Header:$
+--%>
 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
 <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%>
 

Modified: beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/subdir/Controller.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/subdir/Controller.java?rev=390837&r1=390836&r2=390837&view=diff
==============================================================================
--- beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/subdir/Controller.java (original)
+++ beehive/trunk/netui/test/src/compilerTests/testsuite/Jira1090/Jira1090/subdir/Controller.java Sun Apr  2 08:46:29 2006
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2006 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.
+ *
+ * $Header:$
+ */
 package Jira1090.subdir;
 
 import org.apache.beehive.netui.pageflow.PageFlowController;