You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2007/01/01 13:39:25 UTC

svn commit: r491559 [5/12] - in /db/jdo/trunk/ri11: ./ src/conf/ src/java/org/apache/jdo/ejb/ src/java/org/apache/jdo/enhancer/ src/java/org/apache/jdo/impl/enhancer/ src/java/org/apache/jdo/impl/enhancer/classfile/ src/java/org/apache/jdo/impl/enhance...

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotEqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotEqualsExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotEqualsExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotEqualsExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/NotExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrderingExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrderingExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrderingExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/OrderingExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterAccessExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterAccessExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterAccessExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterAccessExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterDecl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterDecl.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterDecl.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ParameterDecl.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/PlusExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/PlusExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/PlusExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/PlusExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ShortLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ShortLiteralExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ShortLiteralExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ShortLiteralExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StartsWithCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StartsWithCallExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StartsWithCallExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StartsWithCallExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StaticFieldAccessExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StaticFieldAccessExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StaticFieldAccessExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/StaticFieldAccessExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ThisExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ThisExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ThisExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/ThisExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TimesExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TimesExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TimesExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TimesExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Tree.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Tree.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Tree.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/Tree.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TypeImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TypeImpl.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TypeImpl.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/TypeImpl.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryMinusExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryMinusExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryMinusExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryMinusExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryPlusExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryPlusExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryPlusExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/UnaryPlusExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableAccessExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableAccessExpr.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableAccessExpr.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableAccessExpr.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableDecl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableDecl.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableDecl.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/jdoql/tree/VariableDecl.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaField.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaField.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaField.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaField.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModel.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  * 

Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java?view=diff&rev=491559&r1=491558&r2=491559
==============================================================================
--- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java (original)
+++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/model/java/AbstractJavaModelFactory.java Mon Jan  1 04:39:02 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at 
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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
  *