Author: hlship
Date: Thu Jul 31 12:30:18 2008
New Revision: 681449

URL: http://svn.apache.org/viewvc?rev=681449&view=rev
Log:
Add missing copyrights

Modified:
    
tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/src/org/apache/tapestry/workbench/components/Border.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/AbstractComponent.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/ApplicationServlet.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/BaseComponentTemplateLoader.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/IEngine.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/TapestryStrings.properties
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/binding/ExpressionBinding.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/AbstractEngine.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/BaseEngine.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultSpecificationSource.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultTemplateSource.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCache.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCacheImpl.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluator.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluatorImpl.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/Namespace.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/PoolableOgnlContextFactory.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/DefaultComponentClassEnhancer.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/IEnhancedClass.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignature.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignatureImpl.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabUtils.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabricator.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/CompiledExpression.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClass.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClassFactory.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/OGNLExpressionCompiler.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/pageload/PageSource.java
    
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/param/AbstractParameterConnector.java

Modified: 
tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/src/org/apache/tapestry/workbench/components/Border.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/src/org/apache/tapestry/workbench/components/Border.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/src/org/apache/tapestry/workbench/components/Border.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-examples/tapestry-workbench/src/org/apache/tapestry/workbench/components/Border.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/AbstractComponent.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/AbstractComponent.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/AbstractComponent.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/AbstractComponent.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/ApplicationServlet.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/ApplicationServlet.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/ApplicationServlet.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/ApplicationServlet.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/BaseComponentTemplateLoader.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/BaseComponentTemplateLoader.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/BaseComponentTemplateLoader.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/BaseComponentTemplateLoader.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/IEngine.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/IEngine.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/IEngine.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/IEngine.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/TapestryStrings.properties
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/TapestryStrings.properties?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/TapestryStrings.properties
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/TapestryStrings.properties
 Thu Jul 31 12:30:18 2008
@@ -1,5 +1,5 @@
 # $Id$
-# Copyright 2004 The Apache Software Foundation
+# Copyright 2004, 2008 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/binding/ExpressionBinding.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/binding/ExpressionBinding.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/binding/ExpressionBinding.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/binding/ExpressionBinding.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/AbstractEngine.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/AbstractEngine.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/AbstractEngine.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/AbstractEngine.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/BaseEngine.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/BaseEngine.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/BaseEngine.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/BaseEngine.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultSpecificationSource.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultSpecificationSource.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultSpecificationSource.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultSpecificationSource.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultTemplateSource.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultTemplateSource.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultTemplateSource.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/DefaultTemplateSource.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 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.
@@ -60,12 +60,12 @@
     // specification resource path and locale (local may be null), value
     // is the ComponentTemplate.
 
-    private Map _cache = new 
ConcurrentHashMap();//Collections.synchronizedMap(new HashMap());
+    private Map _cache = new ConcurrentHashMap();
 
     // Previously read templates; key is the IResourceLocation, value
     // is the ComponentTemplate.
 
-    private Map _templates = new ConcurrentHashMap(); 
//Collections.synchronizedMap(new HashMap());
+    private Map _templates = new ConcurrentHashMap();
 
     // Used to synchronize access to specific templates
     private ConcurrentHashMap _lockCache = new ConcurrentHashMap();

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCache.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCache.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCache.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCache.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.engine;
 
 import ognl.Node;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCacheImpl.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCacheImpl.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCacheImpl.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionCacheImpl.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.engine;
 
 import edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluator.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluator.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluator.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluator.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.engine;
 
 import ognl.Node;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluatorImpl.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluatorImpl.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluatorImpl.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/ExpressionEvaluatorImpl.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.engine;
 
 import ognl.*;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/Namespace.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/Namespace.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/Namespace.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/Namespace.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/PoolableOgnlContextFactory.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/PoolableOgnlContextFactory.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/PoolableOgnlContextFactory.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/engine/PoolableOgnlContextFactory.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.engine;
 
 import ognl.ClassResolver;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/DefaultComponentClassEnhancer.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/DefaultComponentClassEnhancer.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/DefaultComponentClassEnhancer.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/DefaultComponentClassEnhancer.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/IEnhancedClass.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/IEnhancedClass.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/IEnhancedClass.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/IEnhancedClass.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignature.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignature.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignature.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignature.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignatureImpl.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignatureImpl.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignatureImpl.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/MethodSignatureImpl.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.enhance;
 
 import org.apache.tapestry.enhance.javassist.ClassFabUtils;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabUtils.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabUtils.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabUtils.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabUtils.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.enhance.javassist;
 
 import java.lang.reflect.Method;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabricator.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabricator.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabricator.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/ClassFabricator.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/CompiledExpression.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/CompiledExpression.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/CompiledExpression.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/CompiledExpression.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.enhance.javassist;
 
 import ognl.Node;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClass.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClass.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClass.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClass.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClassFactory.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClassFactory.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClassFactory.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/EnhancedClassFactory.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/OGNLExpressionCompiler.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/OGNLExpressionCompiler.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/OGNLExpressionCompiler.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/enhance/javassist/OGNLExpressionCompiler.java
 Thu Jul 31 12:30:18 2008
@@ -1,3 +1,17 @@
+//  Copyright 2008 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.tapestry.enhance.javassist;
 
 import javassist.CannotCompileException;

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/pageload/PageSource.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/pageload/PageSource.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/pageload/PageSource.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/pageload/PageSource.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.

Modified: 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/param/AbstractParameterConnector.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/param/AbstractParameterConnector.java?rev=681449&r1=681448&r2=681449&view=diff
==============================================================================
--- 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/param/AbstractParameterConnector.java
 (original)
+++ 
tapestry/tapestry3/trunk/tapestry-framework/src/org/apache/tapestry/param/AbstractParameterConnector.java
 Thu Jul 31 12:30:18 2008
@@ -1,4 +1,4 @@
-//  Copyright 2004 The Apache Software Foundation
+//  Copyright 2004, 2008 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.


Reply via email to