Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 44324 invoked from network); 1 Jan 2007 12:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jan 2007 12:40:52 -0000 Received: (qmail 74199 invoked by uid 500); 1 Jan 2007 12:40:59 -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 74080 invoked by uid 99); 1 Jan 2007 12:40:59 -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:40:59 -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:40:44 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 82F7A1A9823; Mon, 1 Jan 2007 04:39:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r491559 [4/12] - in /db/jdo/trunk/ri11: ./ src/conf/ src/java/org/apache/jdo/ejb/ src/java/org/apache/jdo/enhancer/ src/java/org/apache/jdo/impl/enhancer/ src/java/org/apache/jdo/impl/enhancer/classfile/ src/java/org/apache/jdo/impl/enhance... Date: Mon, 01 Jan 2007 12:39:25 -0000 To: jdo-commits@db.apache.org From: mbo@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070101123949.82F7A1A9823@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreConnector.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreConnector.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreConnector.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreConnector.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabase.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabase.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabase.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabase.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabaseException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabaseException.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabaseException.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreDatabaseException.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreExtent.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreExtent.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreExtent.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreExtent.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalIOException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalIOException.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalIOException.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalIOException.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalInternalException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalInternalException.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalInternalException.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreFatalInternalException.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreInput.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreInput.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreInput.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreInput.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLocalConnection.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLocalConnection.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLocalConnection.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLocalConnection.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLoginException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLoginException.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLoginException.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreLoginException.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreModel.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreModel.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreModel.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreModel.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreOutput.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreOutput.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreOutput.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreOutput.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePM.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePM.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePM.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePM.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMF.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMF.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMF.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMF.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMFFactory.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMFFactory.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMFFactory.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStorePMFFactory.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreRemoteConnection.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreRemoteConnection.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreRemoteConnection.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreRemoteConnection.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreSchemaUID.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreSchemaUID.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreSchemaUID.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreSchemaUID.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnection.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnection.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnection.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnection.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnectionImpl.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnectionImpl.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnectionImpl.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreServerConnectionImpl.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreStoreManager.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreStoreManager.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreStoreManager.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreStoreManager.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriber.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriber.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriber.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriber.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriberFactory.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriberFactory.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriberFactory.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreTranscriberFactory.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreURLStreamHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreURLStreamHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreURLStreamHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreURLStreamHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreUnsupportedException.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreUnsupportedException.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreUnsupportedException.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FOStoreUnsupportedException.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FetchRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldFetcher.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldFetcher.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldFetcher.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldFetcher.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FieldRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FloatTranscriber.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FloatTranscriber.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FloatTranscriber.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/FloatTranscriber.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetClassRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetExtentRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/GetInstancesRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/I18N.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/I18N.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/I18N.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/I18N.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/InsertRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/IntTranscriber.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/IntTranscriber.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/IntTranscriber.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/IntTranscriber.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LoginRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LongTranscriber.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LongTranscriber.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LongTranscriber.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/LongTranscriber.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Main.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Main.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Main.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Main.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Message.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Message.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Message.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Message.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/OID.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/OID.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/OID.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/OID.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ObjectTranscriber.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ObjectTranscriber.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ObjectTranscriber.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ObjectTranscriber.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Reply.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Reply.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Reply.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Reply.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ReplyHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ReplyHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ReplyHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ReplyHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Request.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Request.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Request.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Request.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFactory.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFactory.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFactory.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFactory.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFinisher.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFinisher.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFinisher.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestFinisher.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestId.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestId.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestId.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestId.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestType.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestType.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestType.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RequestType.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/RollbackRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ShortTranscriber.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ShortTranscriber.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ShortTranscriber.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/ShortTranscriber.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Status.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Status.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Status.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Status.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/SubclassSet.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/SubclassSet.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/SubclassSet.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/SubclassSet.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Tester.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Tester.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Tester.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/Tester.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/UpdateRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyHandler.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyHandler.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyHandler.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyHandler.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyRequest.java URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyRequest.java?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyRequest.java (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/VerifyRequest.java Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/package.html URL: http://svn.apache.org/viewvc/db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/package.html?view=diff&rev=491559&r1=491558&r2=491559 ============================================================================== --- db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/package.html (original) +++ db/jdo/trunk/ri11/src/java/org/apache/jdo/impl/fostore/package.html Mon Jan 1 04:39:02 2007 @@ -1,9 +1,10 @@