Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 12193 invoked from network); 8 Aug 2006 20:10:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 20:10:59 -0000 Received: (qmail 24960 invoked by uid 500); 8 Aug 2006 20:10:59 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 24932 invoked by uid 500); 8 Aug 2006 20:10:59 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 24921 invoked by uid 99); 8 Aug 2006 20:10:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 13:10:59 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 13:10:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 660051A981C; Tue, 8 Aug 2006 13:10:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429795 [1/3] - in /db/derby/code/trunk/java/client: ./ org/apache/derby/client/ org/apache/derby/client/am/ org/apache/derby/client/net/ org/apache/derby/jdbc/ Date: Tue, 08 Aug 2006 20:08:34 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060808201034.660051A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Tue Aug 8 13:08:27 2006 New Revision: 429795 URL: http://svn.apache.org/viewvc?rev=429795&view=rev Log: DERBY-1377 (partial): Update license headers for client Modified: db/derby/code/trunk/java/client/build.xml db/derby/code/trunk/java/client/org/apache/derby/client/ClientDataSourceFactory.java db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection.java db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection40.java db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection.java db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection40.java db/derby/code/trunk/java/client/org/apache/derby/client/ClientXid.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Agent.java db/derby/code/trunk/java/client/org/apache/derby/client/am/AsciiStream.java db/derby/code/trunk/java/client/org/apache/derby/client/am/BatchUpdateException.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobOutputStream.java db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientJDBCObjectFactory.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientMessageId.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Clob.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobWriter.java db/derby/code/trunk/java/client/org/apache/derby/client/am/CloseFilterInputStream.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Configuration.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Connection.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ConnectionCallbackInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/am/CrossConverters.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Cursor.java db/derby/code/trunk/java/client/org/apache/derby/client/am/DatabaseMetaData.java db/derby/code/trunk/java/client/org/apache/derby/client/am/DateTime.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Decimal.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Diagnosable.java db/derby/code/trunk/java/client/org/apache/derby/client/am/DisconnectException.java db/derby/code/trunk/java/client/org/apache/derby/client/am/EncryptionManager.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ErrorKey.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ExceptionFormatter.java db/derby/code/trunk/java/client/org/apache/derby/client/am/FailedProperties40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/FloatingPoint.java db/derby/code/trunk/java/client/org/apache/derby/client/am/GetFileInputStreamAction.java db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceBundleAction.java db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceInputStreamAction.java db/derby/code/trunk/java/client/org/apache/derby/client/am/GetSystemPropertiesAction.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java db/derby/code/trunk/java/client/org/apache/derby/client/am/LogWriter.java db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection.java db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatementCallbackInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ProductLevel.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSet.java db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSetCallbackInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/am/RowId.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SQLExceptionFactory.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SQLExceptionFactory40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Savepoint.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Section.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SectionManager.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SetAccessibleAction.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SignedBinary.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SqlCode.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SqlException.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SqlState.java db/derby/code/trunk/java/client/org/apache/derby/client/am/SqlWarning.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Sqlca.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Statement.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Statement40.java db/derby/code/trunk/java/client/org/apache/derby/client/am/StatementCallbackInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Types.java db/derby/code/trunk/java/client/org/apache/derby/client/am/UnitOfWorkListener.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Utils.java db/derby/code/trunk/java/client/org/apache/derby/client/am/Version.java db/derby/code/trunk/java/client/org/apache/derby/client/am/XaException.java db/derby/code/trunk/java/client/org/apache/derby/client/net/CcsidManager.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ClientJDBCObjectFactoryImpl.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ClientJDBCObjectFactoryImpl40.java db/derby/code/trunk/java/client/org/apache/derby/client/net/CodePoint.java db/derby/code/trunk/java/client/org/apache/derby/client/net/CodePointNameTable.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ConnectionReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ConnectionReplyInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ConnectionRequestInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/net/DssConstants.java db/derby/code/trunk/java/client/org/apache/derby/client/net/EbcdicCcsidManager.java db/derby/code/trunk/java/client/org/apache/derby/client/net/FdocaConstants.java db/derby/code/trunk/java/client/org/apache/derby/client/net/FdocaSimpleDataArray.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetAgent.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetCallableStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConfiguration.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnection.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnection40.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetConnectionRequest.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetCursor.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetDatabaseMetaData.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetDatabaseMetaData40.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetIndoubtTransaction.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetLogWriter.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetPackageReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetPackageRequest.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetPreparedStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetResultSet.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetResultSet40.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetResultSetReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetResultSetRequest.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetSqlca.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetSqldta.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetStatement.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetStatementReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetStatementRequest.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetXACallInfo.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetXAConnection.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetXAConnectionReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetXAConnectionRequest.java db/derby/code/trunk/java/client/org/apache/derby/client/net/NetXAResource.java db/derby/code/trunk/java/client/org/apache/derby/client/net/OpenSocketAction.java db/derby/code/trunk/java/client/org/apache/derby/client/net/Reply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/Request.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ResultSetReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ResultSetReplyInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/net/ResultSetRequestInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/net/StatementReply.java db/derby/code/trunk/java/client/org/apache/derby/client/net/StatementReplyInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/net/StatementRequestInterface.java db/derby/code/trunk/java/client/org/apache/derby/client/net/Typdef.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientConnectionPoolDataSource.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientConnectionPoolDataSource40.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientDataSource.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientDataSource40.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientDriver.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource40.java Modified: db/derby/code/trunk/java/client/build.xml URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/build.xml?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/build.xml (original) +++ db/derby/code/trunk/java/client/build.xml Tue Aug 8 13:08:27 2006 @@ -1,4 +1,20 @@ + Modified: db/derby/code/trunk/java/client/org/apache/derby/client/ClientDataSourceFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/ClientDataSourceFactory.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/ClientDataSourceFactory.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/ClientDataSourceFactory.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.ClientDataSourceFactory - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.ClientPooledConnection - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/ClientPooledConnection40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.ClientPooledConnection40 - Copyright (c) 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.ClientXAConnection - Copyright (c) 2003, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/ClientXAConnection40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.ClientXAConnection40 - Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/ClientXid.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/ClientXid.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/ClientXid.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/ClientXid.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.ClientXid - Copyright (c) 2003, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Agent.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Agent.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Agent.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Agent.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Agent - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/AsciiStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/AsciiStream.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/AsciiStream.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/AsciiStream.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.AsciiStream - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/BatchUpdateException.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/BatchUpdateException.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/BatchUpdateException.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/BatchUpdateException.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.BatchUpdateException - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Blob.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Blob - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/BlobOutputStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobOutputStream.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobOutputStream.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/BlobOutputStream.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.BlobOutputStream - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.CallableStatement - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/CallableStatement40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.CallableStatement40 - Copyright 2005, 2006 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ClientJDBCObjectFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientJDBCObjectFactory.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientJDBCObjectFactory.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientJDBCObjectFactory.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ClientJDBCObjectFactory - Copyright (c) 2005,2006 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ClientMessageId.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientMessageId.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientMessageId.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ClientMessageId.java Tue Aug 8 13:08:27 2006 @@ -1,11 +1,12 @@ /* Derby - Class org.apache.derby.client.am.MessageId - Copyright 2006 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Clob.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Clob.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Clob.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Clob.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Clob - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobOutputStream.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ClobOutputStream - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ClobWriter.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobWriter.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobWriter.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ClobWriter.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ClobWriter - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/CloseFilterInputStream.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/CloseFilterInputStream.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/CloseFilterInputStream.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/CloseFilterInputStream.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.CloseFilterInputStream - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ColumnMetaData - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ColumnMetaData40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ColumnMetaData40 - Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Configuration.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Configuration.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Configuration.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Configuration.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Configuration - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Connection.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Connection.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Connection.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Connection.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Connection - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ConnectionCallbackInterface.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ConnectionCallbackInterface.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ConnectionCallbackInterface.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ConnectionCallbackInterface.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ConnectionCallbackInterface - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/CrossConverters.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/CrossConverters.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/CrossConverters.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/CrossConverters.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.CrossConverters - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Cursor.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Cursor.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Cursor.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Cursor.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Cursor - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/DatabaseMetaData.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/DatabaseMetaData.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/DatabaseMetaData.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/DatabaseMetaData.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.DatabaseMetaData - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/DateTime.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/DateTime.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/DateTime.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/DateTime.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.DateTime - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Decimal.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Decimal.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Decimal.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Decimal.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Decimal - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Diagnosable.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Diagnosable.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Diagnosable.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Diagnosable.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Diagnosable - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/DisconnectException.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/DisconnectException.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/DisconnectException.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/DisconnectException.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.DisconnectException - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/EncryptionManager.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/EncryptionManager.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/EncryptionManager.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/EncryptionManager.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.EncryptionManager - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ErrorKey.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ErrorKey.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ErrorKey.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ErrorKey.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ErrorKey - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ExceptionFormatter.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ExceptionFormatter.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ExceptionFormatter.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ExceptionFormatter.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ExceptionFormatter - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/FailedProperties40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/FailedProperties40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/FailedProperties40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/FailedProperties40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.FailedProperties40 - Copyright 2006 The Apache Software Foundation or its licensors, as applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/FloatingPoint.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/FloatingPoint.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/FloatingPoint.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/FloatingPoint.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.FloatingPoint - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/GetFileInputStreamAction.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/GetFileInputStreamAction.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/GetFileInputStreamAction.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/GetFileInputStreamAction.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.GetFileInputStreamAction - Copyright (c) 2002, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceBundleAction.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceBundleAction.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceBundleAction.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceBundleAction.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.GetResourceBundleAction - Copyright (c) 2002, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceInputStreamAction.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceInputStreamAction.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceInputStreamAction.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/GetResourceInputStreamAction.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.GetResourceInputStreamAction - Copyright (c) 2003, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/GetSystemPropertiesAction.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/GetSystemPropertiesAction.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/GetSystemPropertiesAction.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/GetSystemPropertiesAction.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.GetSystemPropertiesAction - Copyright (c) 2002, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/Lob.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.Lob - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/LogWriter.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/LogWriter.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/LogWriter.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/LogWriter.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.LogWriter - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.LogicalConnection - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/LogicalConnection40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.LogicalConnection40 - Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.MaterialPreparedStatement - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialStatement.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialStatement.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialStatement.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialStatement.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.MaterialStatement - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ParameterMetaData - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ParameterMetaData40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ParameterMetaData40 - Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.PreparedStatement - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement40.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement40.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement40.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatement40.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.PreparedStatement40 - Copyright (c) 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatementCallbackInterface.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatementCallbackInterface.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatementCallbackInterface.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/PreparedStatementCallbackInterface.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.PreparedStatementCallbackInterface - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ProductLevel.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ProductLevel.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ProductLevel.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ProductLevel.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ProductLevel - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSet.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSet.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSet.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSet.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ResultSet - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSetCallbackInterface.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSetCallbackInterface.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSetCallbackInterface.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/ResultSetCallbackInterface.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.ResultSetCallbackInterface - Copyright (c) 2001, 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/RowId.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/RowId.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/RowId.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/RowId.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.RowId - Copyright (c) 2005 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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/derby/code/trunk/java/client/org/apache/derby/client/am/SQLExceptionFactory.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/client/am/SQLExceptionFactory.java?rev=429795&r1=429794&r2=429795&view=diff ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/client/am/SQLExceptionFactory.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/client/am/SQLExceptionFactory.java Tue Aug 8 13:08:27 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.client.am.SQLExceptionFactory - Copyright (c) 2006 The Apache Software Foundation or its licensors, where applicable. - - Licensed under the Apache License, Version 2.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