You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2007/08/03 02:24:47 UTC

svn commit: r562300 [1/5] - in /db/ojb/branches/OJB_1_0_RELEASE/src: java/org/apache/ojb/jdo/ java/org/apache/ojb/jdo/jdoql/ java/org/apache/ojb/jdo/spi/ java/org/apache/ojb/odmg/ java/org/apache/ojb/odmg/collections/ java/org/apache/ojb/odmg/link/ jav...

Author: arminw
Date: Thu Aug  2 17:24:40 2007
New Revision: 562300

URL: http://svn.apache.org/viewvc?view=rev&rev=562300
Log:
update Apache License comment

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/ExtentImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/JDOConstants.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/QueryImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/TransactionImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Expression.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Import.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLLexer.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParser.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParserTokenTypes.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTokenTypes.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParser.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParserTokenTypes.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Literal.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NullLiteral.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Ordering.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/PostfixExpression.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeResolver.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Type.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Visitor.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/VisitorBase.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/spi/StateManagerImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/DatabaseImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/HasBroker.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/Image.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ImplementationExt.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ImplementationImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ImplementationJTAImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/J2EETransactionImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/JTATxManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/LocalTxManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/NamedRootsMap.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/NarrowTransaction.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ODMGJ2EEFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/OJB.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/OJBJ2EE_2.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/OJBTxManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ObjectEnvelope.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ObjectEnvelopeOrdering.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/ObjectEnvelopeTable.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/OdmgConfiguration.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/PBCapsule.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/RuntimeObject.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/TransactionAbortedExceptionOJB.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/TransactionAware.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/TransactionExt.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/TransactionImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/TxManagerFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/TxUtil.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DBagImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DListEntry.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DListImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DListIterator.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapEntry.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DMapImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DSetEntry.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DSetImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/collections/DSetIterator.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/link/LinkEntry.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/link/LinkEntryMtoN.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/link/LinkEntryOneToN.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/link/LinkEntryOneToOne.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/AbstractLockStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/InMemoryLockMapImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockEntry.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockManagerDefaultImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockManagerFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockManagerOdmgImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockMap.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockMapFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/LockStrategyFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/ObjectLocks.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/ReadCommittedStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/ReadUncommittedStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/RemoteLockMapImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/RepeatableReadStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/locking/SerializableStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/oql/EnhancedOQLQuery.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/oql/OQLLexer.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/oql/OQLLexerTokenTypes.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/oql/OQLParser.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/oql/OQLQueryImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/ModificationState.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateNewClean.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateNewDelete.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateNewDirty.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateOldClean.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateOldDelete.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateOldDirty.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/odmg/states/StateTransient.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/EditingContext.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/Kit.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/OTMConnection.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/OTMKit.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/CloneableObjectCopyStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/MetadataObjectCopyStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/NoOpObjectCopyStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/ObjectCopyException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/ObjectCopyStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/OjbCloneable.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/ReflectiveObjectCopyStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/copy/SerializeObjectCopyStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/BaseConnection.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/ConcreteEditingContext.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/ConnectionException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/LockingPassthruException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/OTMGenericException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/QueryPreparationRuntimeException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/Transaction.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/TransactionAbortedException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/TransactionException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/TransactionInProgressException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/TransactionListener.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/core/TransactionNotInProgressException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/kit/SimpleKit.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/IsolationFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/LockListener.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/LockManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/LockType.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/LockingException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/ObjectLock.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/UnknownIsolationException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/isolation/AbstractIsolation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/isolation/ReadCommittedIsolation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/isolation/ReadUncommittedIsolation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/isolation/RepeatableReadIsolation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/isolation/SerializableIsolation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/isolation/TransactionIsolation.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/map/InMemoryLockMap.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/map/LockMap.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/wait/ConcurrentModificationException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/wait/DeadlockException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/wait/LockWaitStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/wait/NoWaitStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/lock/wait/TimeoutStrategy.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/Hollow.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/IllegalObjectStateException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentClean.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentDeleted.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentDirty.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentNew.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/PersistentNewDeleted.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/State.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/states/Transient.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/CopySwizzling.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/NoSwizzling.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/swizzle/Swizzling.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/LocalTransactionFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/ManagedTransactionFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/otm/transaction/TransactionFactoryException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ConstraintImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectContainerImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/ObjectSetImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/soda/QueryImpl.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Constraint.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectContainer.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/ObjectSet.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odbms/Query.java
    db/ojb/branches/OJB_1_0_RELEASE/src/java/org/odmg/DArray.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/JCAKit.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionEventListener.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionMetaData.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRequestInfo.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMConnectionRuntimeException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAConnection.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnection.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/OTMJCAManagedConnectionFactory.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jca/org/apache/ojb/otm/connector/Util.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/Helper.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbExtent.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbFieldManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreConnector.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreFatalInternalException.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStoreManager.java
    db/ojb/branches/OJB_1_0_RELEASE/src/jdori/org/apache/ojb/jdori/sql/OjbStorePMF.java

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/ExtentImpl.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/ExtentImpl.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/ExtentImpl.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/ExtentImpl.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import java.util.HashSet;
 import java.util.Iterator;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/JDOConstants.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/JDOConstants.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/JDOConstants.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/JDOConstants.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * @author <a href="mailto:mattbaird@yahoo.com">Matthew Baird</a>

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import javax.jdo.PersistenceManager;
 import javax.jdo.PersistenceManagerFactory;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import java.util.Collection;
 import java.util.Iterator;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/QueryImpl.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/QueryImpl.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/QueryImpl.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/QueryImpl.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import javax.jdo.Extent;
 import javax.jdo.JDOUserException;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/TransactionImpl.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/TransactionImpl.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/TransactionImpl.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/TransactionImpl.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import org.apache.ojb.otm.OTMKit;
 import org.apache.ojb.otm.OTMConnection;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import antlr.CommonAST;
 import antlr.Token;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Denotes types that accept a visitor object.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * A binary expression (arithmetic or logical).

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Expression.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Expression.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Expression.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Expression.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Common base class for all JDOQL expressions.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import org.apache.ojb.broker.metadata.*;
 

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Import.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Import.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Import.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Import.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Represents a direct or on-demand import within a JDOQL query.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLLexer.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLLexer.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLLexer.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLLexer.java Thu Aug  2 17:24:40 2007
@@ -2,20 +2,25 @@
 
     package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import java.io.InputStream;
 import java.io.Reader;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParser.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParser.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParser.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParser.java Thu Aug  2 17:24:40 2007
@@ -2,20 +2,25 @@
 
     package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import antlr.ASTFactory;
 import antlr.ASTPair;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParserTokenTypes.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParserTokenTypes.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParserTokenTypes.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLParserTokenTypes.java Thu Aug  2 17:24:40 2007
@@ -2,20 +2,25 @@
 
     package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 public interface JDOQLParserTokenTypes {
 	int EOF = 1;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTokenTypes.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTokenTypes.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTokenTypes.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTokenTypes.java Thu Aug  2 17:24:40 2007
@@ -2,20 +2,25 @@
 
     package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 public interface JDOQLTokenTypes {
 	int EOF = 1;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParser.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParser.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParser.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParser.java Thu Aug  2 17:24:40 2007
@@ -2,20 +2,25 @@
 
     package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 	import java.util.ArrayList;
 import java.util.HashMap;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParserTokenTypes.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParserTokenTypes.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParserTokenTypes.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/JDOQLTreeParserTokenTypes.java Thu Aug  2 17:24:40 2007
@@ -2,20 +2,25 @@
 
     package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 	
 public interface JDOQLTreeParserTokenTypes {

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Literal.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Literal.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Literal.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Literal.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * A literal.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Encapsulates a variable local to the JDOQL query. This can be either a

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * A local variable access expression. Note that this expression type can only be

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import java.util.*;
 

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * A name expression which can mean an access to a variable/field or to a type.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NullLiteral.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NullLiteral.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NullLiteral.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/NullLiteral.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * The 'null' literal.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Ordering.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Ordering.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Ordering.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Ordering.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Encapsulates an ordering.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/PostfixExpression.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/PostfixExpression.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/PostfixExpression.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/PostfixExpression.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Specifies an expression that can follow another expression (e.g. in a.b the

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import java.io.StringReader;
 import java.util.*;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * Base class for nodes of the query trees.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeResolver.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeResolver.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeResolver.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/QueryTreeResolver.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import java.math.BigDecimal;
 import java.math.BigInteger;

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * The 'this' expression.

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Type.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Type.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Type.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/Type.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 import org.apache.ojb.broker.util.ClassHelper;
 

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * A type access expression. Note that this expression type can only be

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java?view=diff&rev=562300&r1=562299&r2=562300
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java Thu Aug  2 17:24:40 2007
@@ -1,19 +1,24 @@
 package org.apache.ojb.jdo.jdoql;
 
-/* Copyright 2003-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
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+/*
+ * 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 
+ * 
+ * Unless required by applicable law or agreed to in writing, 
+ * software distributed under the License is distributed on an 
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
+ * KIND, either express or implied.  See the License for the 
+ * specific language governing permissions and limitations 
+ * under the License.
  */
+
 
 /**
  * A unary expression (arithmetic, logical, or a cast).



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