You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ma...@apache.org on 2009/12/27 19:18:40 UTC

svn commit: r894090 [2/7] - in /struts/xwork/trunk: assembly/src/main/assembly/ core/src/main/java/com/opensymphony/xwork2/ core/src/main/java/com/opensymphony/xwork2/config/ core/src/main/java/com/opensymphony/xwork2/config/entities/ core/src/main/jav...

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/Configuration.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/Configuration.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/Configuration.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/Configuration.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationException.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationException.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationException.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationException.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationUtil.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationUtil.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationUtil.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ConfigurationUtil.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ContainerProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ContainerProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ContainerProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ContainerProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/PackageProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/PackageProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/PackageProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/PackageProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ReferenceResolverException.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ReferenceResolverException.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ReferenceResolverException.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/ReferenceResolverException.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/RuntimeConfiguration.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/RuntimeConfiguration.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/RuntimeConfiguration.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/RuntimeConfiguration.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ActionConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ActionConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ActionConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ActionConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ExceptionMappingConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ExceptionMappingConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ExceptionMappingConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ExceptionMappingConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorListHolder.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorListHolder.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorListHolder.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorListHolder.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorMapping.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorMapping.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorMapping.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorMapping.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorStackConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorStackConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorStackConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/InterceptorStackConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/PackageConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/Parameterizable.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/Parameterizable.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/Parameterizable.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/Parameterizable.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/ResultTypeConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/UnknownHandlerConfig.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/UnknownHandlerConfig.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/UnknownHandlerConfig.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/entities/UnknownHandlerConfig.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.entities;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/MockConfiguration.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/MockConfiguration.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/MockConfiguration.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/MockConfiguration.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2003 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2003,2009 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 com.opensymphony.xwork2.config.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatch.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatch.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatch.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatch.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatcher.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatcher.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatcher.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/impl/NamespaceMatcher.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/InterceptorBuilder.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/InterceptorBuilder.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/InterceptorBuilder.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/InterceptorBuilder.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.providers;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProvider.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.providers;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlHelper.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlHelper.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlHelper.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/config/providers/XmlHelper.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.config.providers;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/ObjectTypeDeterminer.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.conversion;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/TypeConversionException.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/TypeConversionException.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/TypeConversionException.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/TypeConversionException.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.annotations;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionRule.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionRule.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionRule.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionRule.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.annotations;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionType.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionType.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionType.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/ConversionType.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.annotations;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/TypeConversion.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/TypeConversion.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/TypeConversion.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/annotations/TypeConversion.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.annotations;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/AnnotationXWorkConverter.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/AnnotationXWorkConverter.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/AnnotationXWorkConverter.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/AnnotationXWorkConverter.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/DefaultObjectTypeDeterminer.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/DefaultObjectTypeDeterminer.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/DefaultObjectTypeDeterminer.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/DefaultObjectTypeDeterminer.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/EnumTypeConverter.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/EnumTypeConverter.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/EnumTypeConverter.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/EnumTypeConverter.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.impl;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/GenericsObjectTypeDeterminer.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/GenericsObjectTypeDeterminer.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/GenericsObjectTypeDeterminer.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/GenericsObjectTypeDeterminer.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.impl;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/InstantiatingNullHandler.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/InstantiatingNullHandler.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/InstantiatingNullHandler.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/InstantiatingNullHandler.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.conversion.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkConverter.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.impl;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/metadata/ConversionDescription.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/metadata/ConversionDescription.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/metadata/ConversionDescription.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/conversion/metadata/ConversionDescription.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.conversion.metadata;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AbstractInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AbstractInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AbstractInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AbstractInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AliasInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AliasInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AliasInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/AliasInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ChainingInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionHolder.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionHolder.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionHolder.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionHolder.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ExceptionMappingInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/Interceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/Interceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/Interceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/Interceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/LoggingInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/LoggingInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/LoggingInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/LoggingInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptorUtil.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptorUtil.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptorUtil.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/MethodFilterInterceptorUtil.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ModelDrivenInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ModelDrivenInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ModelDrivenInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ModelDrivenInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/NoParameters.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/NoParameters.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/NoParameters.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/NoParameters.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterFilterInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterNameAware.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterNameAware.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterNameAware.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterNameAware.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PreResultListener.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PreResultListener.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PreResultListener.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PreResultListener.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrefixMethodInvocationUtil.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrefixMethodInvocationUtil.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrefixMethodInvocationUtil.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrefixMethodInvocationUtil.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrepareInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrepareInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrepareInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/PrepareInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2007 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2007,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDriven.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDriven.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDriven.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDriven.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;
 

Modified: struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDrivenInterceptor.java
URL: http://svn.apache.org/viewvc/struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDrivenInterceptor.java?rev=894090&r1=894089&r2=894090&view=diff
==============================================================================
--- struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDrivenInterceptor.java (original)
+++ struts/xwork/trunk/core/src/main/java/com/opensymphony/xwork2/interceptor/ScopedModelDrivenInterceptor.java Sun Dec 27 18:18:29 2009
@@ -1,6 +1,17 @@
 /*
- * Copyright (c) 2002-2006 by OpenSymphony
- * All rights reserved.
+ * Copyright 2002-2006,2009 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 com.opensymphony.xwork2.interceptor;