Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 74276 invoked from network); 8 Aug 2006 18:44:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 18:44:30 -0000 Received: (qmail 32999 invoked by uid 500); 8 Aug 2006 18:44:30 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 32974 invoked by uid 500); 8 Aug 2006 18:44:30 -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 32963 invoked by uid 99); 8 Aug 2006 18:44:30 -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 11:44:30 -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 11:44:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7D9821A981A; Tue, 8 Aug 2006 11:44:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429768 - in /db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference: Attribute.java JDBC20Translation.java JDBC30Translation.java JDBC40Translation.java MessageId.java package.html Date: Tue, 08 Aug 2006 18:44:06 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060808184409.7D9821A981A@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: rhillegas Date: Tue Aug 8 11:44:05 2006 New Revision: 429768 URL: http://svn.apache.org/viewvc?rev=429768&view=rev Log: DERBY-1377: Rototill java/shared/org/apache/derby/shared/common/reference/ Modified: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/Attribute.java db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC20Translation.java db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC30Translation.java db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC40Translation.java db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/MessageId.java db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/package.html Modified: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/Attribute.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/Attribute.java?rev=429768&r1=429767&r2=429768&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/Attribute.java (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/Attribute.java Tue Aug 8 11:44:05 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.shared.common.reference.Attribute - Copyright 1999, 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/shared/org/apache/derby/shared/common/reference/JDBC20Translation.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC20Translation.java?rev=429768&r1=429767&r2=429768&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC20Translation.java (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC20Translation.java Tue Aug 8 11:44:05 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.shared.common.reference.JDBC20Translation - Copyright 1999, 2004 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/shared/org/apache/derby/shared/common/reference/JDBC30Translation.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC30Translation.java?rev=429768&r1=429767&r2=429768&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC30Translation.java (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC30Translation.java Tue Aug 8 11:44:05 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.shared.common.reference.JDBC30Translation - Copyright 2001, 2004 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/shared/org/apache/derby/shared/common/reference/JDBC40Translation.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC40Translation.java?rev=429768&r1=429767&r2=429768&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC40Translation.java (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/JDBC40Translation.java Tue Aug 8 11:44:05 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.shared.common.reference.JDBC40Translation - Copyright 2001, 2004 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/shared/org/apache/derby/shared/common/reference/MessageId.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/MessageId.java?rev=429768&r1=429767&r2=429768&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/MessageId.java (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/MessageId.java Tue Aug 8 11:44:05 2006 @@ -2,11 +2,12 @@ Derby - Class org.apache.derby.shared.common.reference.MessageId - Copyright 2000, 2004 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/shared/org/apache/derby/shared/common/reference/package.html URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/package.html?rev=429768&r1=429767&r2=429768&view=diff ============================================================================== --- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/package.html (original) +++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/reference/package.html Tue Aug 8 11:44:05 2006 @@ -1,3 +1,19 @@ + Useful constants that the Java compiler will in-line. A collection of reference interfaces that contain primitive or