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 2005/05/15 00:03:24 UTC

svn commit: r170173 - in /incubator/beehive/trunk: ant/ netui/src/javascript/tags-datagrid/ netui/src/javascript/tagshtml/ netui/src/webapp-template/default/ netui/src/webapp-template/default/WEB-INF/ netui/src/webapp-template/default/WEB-INF/src/shared/ netui/src/webapp-template/default/resources/beehive/version1/jsps/ user/ user/netui-blank/

Author: ekoneil
Date: Sat May 14 15:03:23 2005
New Revision: 170173

URL: http://svn.apache.org/viewcvs?rev=170173&view=rev
Log:
Fixup copyrights on various files in the distribution to set the date to 2004-2005.

BB: self
DRT: Beehive pass


Modified:
    incubator/beehive/trunk/ant/beehive-tools.xml
    incubator/beehive/trunk/netui/src/javascript/tags-datagrid/netui-datagrid.js
    incubator/beehive/trunk/netui/src/javascript/tagshtml/netui-tree.js
    incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf
    incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/beehive-netui-config.xml
    incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs
    incubator/beehive/trunk/netui/src/webapp-template/default/index.jsp
    incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/error.jsp
    incubator/beehive/trunk/user/beehive-imports.xml
    incubator/beehive/trunk/user/beehive-runtime.xml
    incubator/beehive/trunk/user/netui-blank/build.xml

Modified: incubator/beehive/trunk/ant/beehive-tools.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/ant/beehive-tools.xml?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/ant/beehive-tools.xml (original)
+++ incubator/beehive/trunk/ant/beehive-tools.xml Sat May 14 15:03:23 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2004 The Apache Software Foundation.
+   Copyright 2004-2005 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.

Modified: incubator/beehive/trunk/netui/src/javascript/tags-datagrid/netui-datagrid.js
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/javascript/tags-datagrid/netui-datagrid.js?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/javascript/tags-datagrid/netui-datagrid.js (original)
+++ incubator/beehive/trunk/netui/src/javascript/tags-datagrid/netui-datagrid.js Sat May 14 15:03:23 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004 The Apache Software Foundation.
+ * Copyright 2004-2005 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.
@@ -380,4 +380,4 @@
   window.location = window.location.protocol + "//" + location.host + window.location.pathname + (search != null ? search : '');
 
   return false;
-}
\ No newline at end of file
+}

Modified: incubator/beehive/trunk/netui/src/javascript/tagshtml/netui-tree.js
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/javascript/tagshtml/netui-tree.js?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/javascript/tagshtml/netui-tree.js (original)
+++ incubator/beehive/trunk/netui/src/javascript/tagshtml/netui-tree.js Sat May 14 15:03:23 2005
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2004-2005 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:$
+ */
+
 // The variable netUI already exists and the type NetUI has been
 // defined.  There isn't anything in it at the moment.
 // NOTE: Using this file requires that runAtClient be turned on in the

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/Controller.jpf Sat May 14 15:03:23 2005
@@ -1,5 +1,5 @@
 /*
-   Copyright 2004 The Apache Software Foundation.
+   Copyright 2004-2005 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.

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/beehive-netui-config.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/beehive-netui-config.xml?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/beehive-netui-config.xml (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/beehive-netui-config.xml Sat May 14 15:03:23 2005
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright 2004-2005 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:$
+-->
 
 <netui-config xmlns="http://beehive.apache.org/netui/2004/server/config">
 

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/src/shared/SharedFlow.jpfs Sat May 14 15:03:23 2005
@@ -1,5 +1,5 @@
 /*
-   Copyright 2004 The Apache Software Foundation.
+   Copyright 2004-2005 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.

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/index.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/index.jsp?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/index.jsp (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/index.jsp Sat May 14 15:03:23 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004-2005 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 uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
 <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>

Modified: incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/error.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/error.jsp?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/error.jsp (original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/resources/beehive/version1/jsps/error.jsp Sat May 14 15:03:23 2005
@@ -1,3 +1,20 @@
+<%--
+   Copyright 2004-2005 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 uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

Modified: incubator/beehive/trunk/user/beehive-imports.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/user/beehive-imports.xml?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/user/beehive-imports.xml (original)
+++ incubator/beehive/trunk/user/beehive-imports.xml Sat May 14 15:03:23 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2004 The Apache Software Foundation.
+   Copyright 2004-2005 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.

Modified: incubator/beehive/trunk/user/beehive-runtime.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/user/beehive-runtime.xml?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/user/beehive-runtime.xml (original)
+++ incubator/beehive/trunk/user/beehive-runtime.xml Sat May 14 15:03:23 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 
 <!--
-   Copyright 2004 The Apache Software Foundation.
+   Copyright 2004-2005 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.

Modified: incubator/beehive/trunk/user/netui-blank/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/user/netui-blank/build.xml?rev=170173&r1=170172&r2=170173&view=diff
==============================================================================
--- incubator/beehive/trunk/user/netui-blank/build.xml (original)
+++ incubator/beehive/trunk/user/netui-blank/build.xml Sat May 14 15:03:23 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-   Copyright 2004 The Apache Software Foundation.
+   Copyright 2004-2005 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.