Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 45765 invoked from network); 1 Jan 2007 12:54:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jan 2007 12:54:42 -0000 Received: (qmail 80018 invoked by uid 500); 1 Jan 2007 12:54:49 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 79970 invoked by uid 99); 1 Jan 2007 12:54:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jan 2007 04:54:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jan 2007 04:54:35 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1E55E1A982B; Mon, 1 Jan 2007 04:53:14 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r491564 [8/10] - in /db/jdo/trunk/tck11: ./ test/conf/ test/java/org/apache/jdo/tck/ test/java/org/apache/jdo/tck/api/instancecallbacks/ test/java/org/apache/jdo/tck/api/jdohelper/ test/java/org/apache/jdo/tck/api/persistencemanager/ test/j... Date: Mon, 01 Jan 2007 12:52:57 -0000 To: jdo-commits@db.apache.org From: mbo@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070101125314.1E55E1A982B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/SignInversion.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/SignInversion.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/SignInversion.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/SignInversion.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/query/operators/StringConcatenation.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/StringConcatenation.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/StringConcatenation.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/StringConcatenation.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/query/operators/UnaryPlus.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/UnaryPlus.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/UnaryPlus.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/query/operators/UnaryPlus.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenCommitted.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenCommitted.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenCommitted.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenCommitted.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenRolledback.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenRolledback.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenRolledback.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/AfterCompletionMethodCalledWhenRolledback.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodCalled.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodCalled.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodCalled.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodCalled.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodNotCalledBeforeRollback.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodNotCalledBeforeRollback.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodNotCalledBeforeRollback.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/BeforeCompletionMethodNotCalledBeforeRollback.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/Commit.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/Commit.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/Commit.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/Commit.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/GetOptimistic.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetOptimistic.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetOptimistic.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetOptimistic.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/GetPersistenceManager.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetPersistenceManager.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetPersistenceManager.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetPersistenceManager.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/GetRetainValues.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetRetainValues.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetRetainValues.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetRetainValues.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/GetSynchronization.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetSynchronization.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetSynchronization.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/GetSynchronization.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/IsActive.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/IsActive.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/IsActive.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/IsActive.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/IsActiveUntilAfterCompletionMethodCalled.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/IsActiveUntilAfterCompletionMethodCalled.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/IsActiveUntilAfterCompletionMethodCalled.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/IsActiveUntilAfterCompletionMethodCalled.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/Rollback.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/Rollback.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/Rollback.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/Rollback.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalRead.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalRead.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalRead.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalRead.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadCalledDuringTxCompletion.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadCalledDuringTxCompletion.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadCalledDuringTxCompletion.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadCalledDuringTxCompletion.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadTrueWhenNotSupported.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadTrueWhenNotSupported.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadTrueWhenNotSupported.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalReadTrueWhenNotSupported.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalWriteCalledDuringTxCompletion.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalWriteCalledDuringTxCompletion.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalWriteCalledDuringTxCompletion.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetNontransactionalWriteCalledDuringTxCompletion.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimistic.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimistic.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimistic.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimistic.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticCalledDuringTxCompletion.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticCalledDuringTxCompletion.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticCalledDuringTxCompletion.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticCalledDuringTxCompletion.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticDuringTransaction.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticDuringTransaction.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticDuringTransaction.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticDuringTransaction.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticTrueWhenNotSupported.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticTrueWhenNotSupported.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticTrueWhenNotSupported.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetOptimisticTrueWhenNotSupported.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValues.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValues.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValues.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValues.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesCalledDuringTxCompletion.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesCalledDuringTxCompletion.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesCalledDuringTxCompletion.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesCalledDuringTxCompletion.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesTrueWhenNotSupported.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesTrueWhenNotSupported.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesTrueWhenNotSupported.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetRetainValuesTrueWhenNotSupported.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronization.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronization.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronization.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronization.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronizationToNull.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronizationToNull.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronizationToNull.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/SetSynchronizationToNull.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/transactions/WhenNontransactionalReadIsFalse.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/WhenNontransactionalReadIsFalse.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/WhenNontransactionalReadIsFalse.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/transactions/WhenNontransactionalReadIsFalse.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/BatchResultPrinter.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/BatchResultPrinter.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/BatchResultPrinter.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/BatchResultPrinter.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/BatchTestRunner.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/BatchTestRunner.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/BatchTestRunner.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/BatchTestRunner.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/ClassGenerator.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/ClassGenerator.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/ClassGenerator.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/ClassGenerator.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/DeepEquality.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/DeepEquality.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/DeepEquality.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/DeepEquality.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/EqualityHelper.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/EqualityHelper.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/EqualityHelper.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/EqualityHelper.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/GetSupportedOptions.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/GetSupportedOptions.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/GetSupportedOptions.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/GetSupportedOptions.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/JDOJdk14Logger.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/JDOJdk14Logger.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/JDOJdk14Logger.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/JDOJdk14Logger.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/SwingTestRunner.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/SwingTestRunner.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/SwingTestRunner.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/SwingTestRunner.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/TestListSuite.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/TestListSuite.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/TestListSuite.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/TestListSuite.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/TestSelector.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/TestSelector.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/TestSelector.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/TestSelector.java Mon Jan 1 04:52:39 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/tck11/test/java/org/apache/jdo/tck/util/ThreadExceptionHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/ThreadExceptionHandler.java?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/ThreadExceptionHandler.java (original) +++ db/jdo/trunk/tck11/test/java/org/apache/jdo/tck/util/ThreadExceptionHandler.java Mon Jan 1 04:52:39 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/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/jdoTest.properties URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/jdoTest.properties?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/jdoTest.properties (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/jdoTest.properties Mon Jan 1 04:52:39 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/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ + Modified: db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo?view=diff&rev=491564&r1=491563&r2=491564 ============================================================================== --- db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo (original) +++ db/jdo/trunk/tck11/test/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo Mon Jan 1 04:52:39 2007 @@ -1,4 +1,20 @@ +