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:25:26 UTC

svn commit: r491558 [1/3] - in /db/jdo/trunk/query20: ./ src/conf/ src/java/org/apache/jdo/impl/jdoql/ src/java/org/apache/jdo/impl/jdoql/jdoqlc/ src/java/org/apache/jdo/impl/jdoql/scope/ src/java/org/apache/jdo/impl/jdoql/tree/ src/java/org/apache/jdo...

Author: mbo
Date: Mon Jan  1 04:25:21 2007
New Revision: 491558

URL: http://svn.apache.org/viewvc?view=rev&rev=491558
Log:
JDO-441: update license information in query20

Modified:
    db/jdo/trunk/query20/maven.xml
    db/jdo/trunk/query20/project.properties
    db/jdo/trunk/query20/project.xml
    db/jdo/trunk/query20/src/conf/commons-logging.properties
    db/jdo/trunk/query20/src/conf/logging.properties
    db/jdo/trunk/query20/src/conf/simplelog.properties
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/Bundle.properties
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/JDOQLQueryFactoryImpl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/MemoryQuery.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/OrderingComparator.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryImpl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryResultHelperImpl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/ErrorMsg.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/NotEqualsExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/NotExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/OrExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/OrderingExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ParameterAccessExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ParameterDecl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/PlusExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ShortLiteralExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/StartsWithCallExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/StaticFieldAccessExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ThisExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/TimesExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Tree.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/TypeImpl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/UnaryExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/UnaryMinusExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/UnaryPlusExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/VariableAccessExpr.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/VariableDecl.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/JDOQLQueryFactory.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/JDOQueryException.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/package.html
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/AbstractNodeVisitor.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/AndExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/AscendingOrderingExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/BinaryExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/BooleanLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ByteLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/CandidateClass.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/CastExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/CharLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ComplementExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ConditionalAndExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ConditionalOrExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ConstantExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ContainsCallExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/Declaration.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/DescendingOrderingExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/DivideExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/DoubleLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/EndsWithCallExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/EqualsExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/Expression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ExpressionFactory.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/FieldAccessExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/FloatLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/GreaterThanEqualsExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/GreaterThanExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/IdentifierExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/IntLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/IsEmptyCallExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/LessThanEqualsExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/LessThanExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/LongLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/MethodCallExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/MinusExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/Node.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/NodeVisitor.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/NotEqualsExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/NotExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/OrExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/OrderingExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ParameterAccessExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ParameterDeclaration.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/PlusExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/QueryTree.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ShortLiteralExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/StartsWithCallExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/StaticFieldAccessExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ThisExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/TimesExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/TreeWalker.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/Type.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/UnaryExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/UnaryMinusExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/UnaryPlusExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/ValueTable.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/VariableAccessExpression.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/VariableDeclaration.java
    db/jdo/trunk/query20/src/java/org/apache/jdo/jdoql/tree/package.html

Modified: db/jdo/trunk/query20/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/maven.xml?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/maven.xml (original)
+++ db/jdo/trunk/query20/maven.xml Mon Jan  1 04:25:21 2007
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright 2006 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    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/query20/project.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/project.properties?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/project.properties (original)
+++ db/jdo/trunk/query20/project.properties Mon Jan  1 04:25:21 2007
@@ -1,9 +1,10 @@
 #
-# Copyright 2006 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at 
+# 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/query20/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/project.xml?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/project.xml (original)
+++ db/jdo/trunk/query20/project.xml Mon Jan  1 04:25:21 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright 2006 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
+    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/query20/src/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/conf/commons-logging.properties?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/conf/commons-logging.properties (original)
+++ db/jdo/trunk/query20/src/conf/commons-logging.properties Mon Jan  1 04:25:21 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/query20/src/conf/logging.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/conf/logging.properties?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/conf/logging.properties (original)
+++ db/jdo/trunk/query20/src/conf/logging.properties Mon Jan  1 04:25:21 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/query20/src/conf/simplelog.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/conf/simplelog.properties?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/conf/simplelog.properties (original)
+++ db/jdo/trunk/query20/src/conf/simplelog.properties Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/Bundle.properties
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/Bundle.properties?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/Bundle.properties (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/Bundle.properties Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/JDOQLQueryFactoryImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/JDOQLQueryFactoryImpl.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/JDOQLQueryFactoryImpl.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/JDOQLQueryFactoryImpl.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/MemoryQuery.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/MemoryQuery.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/MemoryQuery.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/MemoryQuery.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/OrderingComparator.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/OrderingComparator.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/OrderingComparator.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/OrderingComparator.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/QueryImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryImpl.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryImpl.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryImpl.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/QueryResultHelperImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryResultHelperImpl.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryResultHelperImpl.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/QueryResultHelperImpl.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/ErrorMsg.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/ErrorMsg.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/ErrorMsg.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/ErrorMsg.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQL.g Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLAST.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLASTFactory.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/JDOQLC.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.g Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/Semantic.g Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/SimpleFieldManager.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/TypeSupport.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/jdoqlc/VariableChecker.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/AbstractValueTable.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/ParameterTable.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/SymbolTable.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/TypeNames.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/UNDEFINED.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/scope/VariableTable.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AndExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/AscendingOrderingExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BinaryExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/BooleanLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ByteLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CandidateClassImpl.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CastExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/CharLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ComplementExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalAndExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConditionalOrExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ConstantExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/ContainsCallExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Decl.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DescendingOrderingExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DivideExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/DoubleLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EndsWithCallExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/EqualsExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/Expr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FieldAccessExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FilterExpressionDumper.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/FloatLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanEqualsExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/GreaterThanExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IdentifierExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IntLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/IsEmptyCallExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanEqualsExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LessThanExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/LongLiteralExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MethodCallExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/MinusExpr.java Mon Jan  1 04:25:21 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/query20/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java?view=diff&rev=491558&r1=491557&r2=491558
==============================================================================
--- db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java (original)
+++ db/jdo/trunk/query20/src/java/org/apache/jdo/impl/jdoql/tree/NodeImpl.java Mon Jan  1 04:25:21 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
  *