You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/04 05:55:36 UTC

svn commit: r391220 [3/11] - in /incubator/webwork2: src/java/org/apache/struts/action2/ src/java/org/apache/struts/action2/components/ src/java/org/apache/struts/action2/components/table/ src/java/org/apache/struts/action2/components/table/renderer/ s...

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config/DelegatingConfiguration.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config/DelegatingConfiguration.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config/DelegatingConfiguration.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config/DelegatingConfiguration.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.config;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config/PropertiesConfiguration.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config/PropertiesConfiguration.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config/PropertiesConfiguration.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config/PropertiesConfiguration.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.config;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config/ServletContextSingleton.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config/ServletContextSingleton.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config/ServletContextSingleton.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config/ServletContextSingleton.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.config;
 
 import javax.servlet.ServletContext;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ActionNamesAction.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ActionNamesAction.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ActionNamesAction.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ActionNamesAction.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.config_browser;
 
 import com.opensymphony.xwork.ActionSupport;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ConfigurationHelper.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ConfigurationHelper.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ConfigurationHelper.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ConfigurationHelper.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.config_browser;
 
 import com.opensymphony.xwork.config.ConfigurationManager;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ListValidatorsAction.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ListValidatorsAction.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ListValidatorsAction.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ListValidatorsAction.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.config_browser;
 
 import com.opensymphony.xwork.ActionSupport;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowConfigAction.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowConfigAction.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowConfigAction.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowConfigAction.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.config_browser;
 
 import com.opensymphony.xwork.ObjectFactory;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowValidatorAction.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowValidatorAction.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowValidatorAction.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/config_browser/ShowValidatorAction.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.config_browser;
 
 import com.opensymphony.xwork.util.OgnlUtil;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ActionContextCleanUp.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ActionContextCleanUp.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ActionContextCleanUp.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ActionContextCleanUp.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher;
 
 import com.opensymphony.xwork.ActionContext;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ApplicationMap.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ApplicationMap.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ApplicationMap.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ApplicationMap.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ChartResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ChartResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ChartResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ChartResult.java Mon Apr  3 20:54:09 2006
@@ -1,12 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
- */
-/*
- * Created on Sep 20, 2003
+ * $Id$
  *
- * To change the template for this generated file go to
- * Window - Preferences - Java - Code Generation - Code and Comments
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DefaultActionSupport.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DefaultActionSupport.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DefaultActionSupport.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DefaultActionSupport.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher;
 
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DispatcherUtils.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DispatcherUtils.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DispatcherUtils.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/DispatcherUtils.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcher.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcher.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcher.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcher.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcherCompatWeblogic61.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcherCompatWeblogic61.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcherCompatWeblogic61.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/FilterDispatcherCompatWeblogic61.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher;
 
 import org.apache.struts.action2.config.ServletContextSingleton;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/HttpHeaderResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/HttpHeaderResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/HttpHeaderResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/HttpHeaderResult.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/PlainTextResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/PlainTextResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/PlainTextResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/PlainTextResult.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/RequestMap.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/RequestMap.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/RequestMap.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/RequestMap.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletActionRedirectResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletActionRedirectResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletActionRedirectResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletActionRedirectResult.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher;
 
 import org.apache.struts.action2.dispatcher.mapper.ActionMapper;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcher.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcher.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcher.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcher.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcherResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcherResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcherResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletDispatcherResult.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletRedirectResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletRedirectResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletRedirectResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/ServletRedirectResult.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/SessionMap.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/SessionMap.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/SessionMap.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/SessionMap.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StreamResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StreamResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StreamResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StreamResult.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsRequestWrapper.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsRequestWrapper.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsRequestWrapper.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsRequestWrapper.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher;
 
 import com.opensymphony.xwork.ActionContext;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsResultSupport.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsResultSupport.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsResultSupport.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/StrutsResultSupport.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/VelocityResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/VelocityResult.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/VelocityResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/VelocityResult.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapper.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapper.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapper.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapper.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher.mapper;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapperFactory.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapperFactory.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapperFactory.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapperFactory.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher.mapper;
 
 import org.apache.struts.action2.config.Configuration;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapping.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapping.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapping.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/ActionMapping.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher.mapper;
 
 import com.opensymphony.xwork.Result;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/DefaultActionMapper.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/DefaultActionMapper.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/DefaultActionMapper.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/DefaultActionMapper.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher.mapper;
 
 import org.apache.struts.action2.RequestUtils;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/RestfulActionMapper.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/RestfulActionMapper.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/RestfulActionMapper.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/mapper/RestfulActionMapper.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.dispatcher.mapper;
 
 import org.apache.commons.logging.Log;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/JakartaMultiPartRequest.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/JakartaMultiPartRequest.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/JakartaMultiPartRequest.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/JakartaMultiPartRequest.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher.multipart;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequest.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequest.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequest.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequest.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher.multipart;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequestWrapper.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequestWrapper.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequestWrapper.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/MultiPartRequestWrapper.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher.multipart;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/PellMultiPartRequest.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/PellMultiPartRequest.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/PellMultiPartRequest.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/dispatcher/multipart/PellMultiPartRequest.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.dispatcher.multipart;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ApplicationAware.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ApplicationAware.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ApplicationAware.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ApplicationAware.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/BackgroundProcess.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/BackgroundProcess.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/BackgroundProcess.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/BackgroundProcess.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.interceptor;
 
 import com.opensymphony.xwork.ActionInvocation;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/CreateSessionInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/CreateSessionInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/CreateSessionInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/CreateSessionInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/FileUploadInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/FileUploadInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/FileUploadInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/FileUploadInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/NoParameters.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/NoParameters.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/NoParameters.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/NoParameters.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ParameterAware.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ParameterAware.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ParameterAware.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ParameterAware.java Mon Apr  3 20:54:09 2006
@@ -1,12 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
- */
-/*
- * WebWork, Web Application Framework
+ * $Id$
  *
- * Distributable under Apache license.
- * See terms of license at opensource.org
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalAware.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalAware.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalAware.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalAware.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.interceptor;
 
 /**

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalProxy.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalProxy.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalProxy.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/PrincipalProxy.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.interceptor;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ScopeInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ScopeInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ScopeInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ScopeInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.interceptor;
 
 import com.opensymphony.xwork.ActionContext;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletRequestAware.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletRequestAware.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletRequestAware.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletRequestAware.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletResponseAware.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletResponseAware.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletResponseAware.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/ServletResponseAware.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/SessionAware.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/SessionAware.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/SessionAware.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/SessionAware.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/StrutsConversionErrorInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/StrutsConversionErrorInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/StrutsConversionErrorInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/StrutsConversionErrorInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenSessionStoreInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenSessionStoreInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenSessionStoreInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/TokenSessionStoreInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.interceptor;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/interceptor/debugging/DebuggingInterceptor.java Mon Apr  3 20:54:09 2006
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Copyright 2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/ApplicationLifecycleListener.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/ApplicationLifecycleListener.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/ApplicationLifecycleListener.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/ApplicationLifecycleListener.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.lifecycle;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/LifecycleListener.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/LifecycleListener.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/LifecycleListener.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/LifecycleListener.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.lifecycle;
 
 import javax.servlet.http.HttpSessionEvent;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListener.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListener.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListener.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListener.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.lifecycle;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListenerCompatWeblogic61.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListenerCompatWeblogic61.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListenerCompatWeblogic61.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/lifecycle/SessionLifecycleListenerCompatWeblogic61.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.lifecycle;
 
 import org.apache.struts.action2.config.ServletContextSingleton;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/pico/PicoFilterDispatcher.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/pico/PicoFilterDispatcher.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/pico/PicoFilterDispatcher.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/pico/PicoFilterDispatcher.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.pico;
 
 import org.apache.struts.action2.dispatcher.FilterDispatcher;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusFilter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusFilter.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusFilter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusFilter.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.plexus;
 
 import org.apache.commons.logging.Log;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusLifecycleListener.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusLifecycleListener.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusLifecycleListener.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusLifecycleListener.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.plexus;
 
 import org.codehaus.plexus.DefaultPlexusContainer;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusObjectFactory.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusObjectFactory.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusObjectFactory.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusObjectFactory.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.plexus;
 
 import org.apache.struts.action2.util.ObjectFactoryInitializable;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusThreadLocal.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusThreadLocal.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusThreadLocal.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusThreadLocal.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.plexus;
 
 import org.codehaus.plexus.PlexusContainer;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusUtils.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusUtils.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusUtils.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/plexus/PlexusUtils.java Mon Apr  3 20:54:09 2006
@@ -1,3 +1,20 @@
+/*
+ * $Id$
+ *
+ * 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.
+ */
 package org.apache.struts.action2.plexus;
 
 import org.codehaus.plexus.PlexusContainer;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletActionConstants.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletActionConstants.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletActionConstants.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletActionConstants.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.portlet;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletApplicationMap.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletApplicationMap.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletApplicationMap.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletApplicationMap.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.portlet;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletRequestMap.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletRequestMap.java?rev=391220&r1=391219&r2=391220&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletRequestMap.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/portlet/PortletRequestMap.java Mon Apr  3 20:54:09 2006
@@ -1,6 +1,19 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * $Id$
+ *
+ * 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.
  */
 package org.apache.struts.action2.portlet;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org