Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 23549 invoked from network); 29 Sep 2006 09:32:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 09:32:37 -0000 Received: (qmail 78722 invoked by uid 500); 29 Sep 2006 09:32:33 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 78625 invoked by uid 500); 29 Sep 2006 09:32:32 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 78378 invoked by uid 99); 29 Sep 2006 09:32:31 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 02:32:31 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:51108] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id CF/D5-10102-618EC154 for ; Fri, 29 Sep 2006 02:32:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 88EEC1A9873; Fri, 29 Sep 2006 02:31:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r451192 [15/24] - in /incubator/harmony/enhanced/classlib/trunk: modules/awt/src/main/java/common/java/awt/ modules/awt/src/main/java/common/java/awt/color/ modules/awt/src/main/java/common/java/awt/datatransfer/ modules/awt/src/main/java/c... Date: Fri, 29 Sep 2006 09:28:15 -0000 To: harmony-commits@incubator.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060929093139.88EEC1A9873@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolBarUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolBarUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolBarUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolBarUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolTipUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolTipUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolTipUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicToolTipUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeKeyboardActions.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeKeyboardActions.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeKeyboardActions.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeKeyboardActions.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTreeUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicViewportUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicViewportUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicViewportUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicViewportUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/ComboPopup.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/ComboPopup.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/ComboPopup.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/ComboPopup.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DefaultMenuLayout.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DefaultMenuLayout.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DefaultMenuLayout.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DefaultMenuLayout.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DnDMouseHelper.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DnDMouseHelper.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DnDMouseHelper.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/DnDMouseHelper.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/MenuKeyBindingProcessor.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/MenuKeyBindingProcessor.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/MenuKeyBindingProcessor.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/MenuKeyBindingProcessor.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/RootPaneFocusHandler.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/RootPaneFocusHandler.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/RootPaneFocusHandler.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/RootPaneFocusHandler.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/DefaultMetalTheme.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/DefaultMetalTheme.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/DefaultMetalTheme.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/DefaultMetalTheme.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBorders.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBorders.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBorders.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBorders.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBumps.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBumps.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBumps.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalBumps.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalButtonUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalButtonUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalButtonUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalButtonUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxIcon.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxIcon.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxIcon.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxIcon.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalCheckBoxUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxButton.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxButton.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxButton.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxButton.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxEditor.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxEditor.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxEditor.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxEditor.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxIcon.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxIcon.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxIcon.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxIcon.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalComboBoxUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalDesktopIconUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalDesktopIconUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalDesktopIconUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalDesktopIconUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalFileChooserUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalFileChooserUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalFileChooserUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalFileChooserUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalIconFactory.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalIconFactory.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalIconFactory.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalIconFactory.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalInternalFrameUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLabelUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLabelUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLabelUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLabelUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLookAndFeel.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLookAndFeel.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLookAndFeel.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalLookAndFeel.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalMenuBarUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalMenuBarUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalMenuBarUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalMenuBarUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalProgressBarUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalProgressBarUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalProgressBarUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalProgressBarUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRadioButtonUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRadioButtonUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRadioButtonUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRadioButtonUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneTitlePane.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneTitlePane.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneTitlePane.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneTitlePane.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalRootPaneUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollBarUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollBarUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollBarUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollBarUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollButton.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollButton.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollButton.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollButton.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollPaneUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollPaneUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollPaneUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalScrollPaneUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSeparatorUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSeparatorUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSeparatorUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSeparatorUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSliderUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSliderUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSliderUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSliderUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSplitPaneUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSplitPaneUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSplitPaneUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalSplitPaneUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTabbedPaneUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTabbedPaneUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTabbedPaneUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTabbedPaneUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTextFieldUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTextFieldUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTextFieldUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTextFieldUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTheme.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTheme.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTheme.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTheme.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToggleButtonUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToggleButtonUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToggleButtonUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToggleButtonUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolBarUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolBarUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolBarUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolBarUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolTipUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolTipUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolTipUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalToolTipUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTreeUI.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTreeUI.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTreeUI.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/metal/MetalTreeUI.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/AbstractTableModel.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/AbstractTableModel.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/AbstractTableModel.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/AbstractTableModel.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableCellRenderer.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableCellRenderer.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableCellRenderer.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableCellRenderer.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableColumnModel.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableColumnModel.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableColumnModel.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableColumnModel.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableModel.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableModel.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableModel.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/DefaultTableModel.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/JTableHeader.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/JTableHeader.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/JTableHeader.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/JTableHeader.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellEditor.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellEditor.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellEditor.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellEditor.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellRenderer.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellRenderer.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellRenderer.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableCellRenderer.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumn.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumn.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumn.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumn.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumnModel.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumnModel.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumnModel.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableColumnModel.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableModel.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableModel.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableModel.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/table/TableModel.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AWTCaret.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AWTCaret.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AWTCaret.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AWTCaret.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractContentUndoableEdit.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractContentUndoableEdit.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractContentUndoableEdit.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractContentUndoableEdit.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractDocument.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractDocument.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractDocument.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractDocument.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractWriter.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractWriter.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractWriter.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractWriter.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AttributeSet.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AttributeSet.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AttributeSet.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AttributeSet.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BadLocationException.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BadLocationException.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BadLocationException.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BadLocationException.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BoxView.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BoxView.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BoxView.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/BoxView.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Caret.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Caret.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Caret.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Caret.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ChangedCharSetException.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ChangedCharSetException.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ChangedCharSetException.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ChangedCharSetException.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComponentView.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComponentView.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComponentView.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComponentView.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComposedTextInterval.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComposedTextInterval.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComposedTextInterval.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ComposedTextInterval.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/CompositeView.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/CompositeView.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/CompositeView.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/CompositeView.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ContentPositions.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ContentPositions.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ContentPositions.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ContentPositions.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DateFormatter.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DateFormatter.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DateFormatter.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DateFormatter.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultEditorKit.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultEditorKit.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultEditorKit.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultEditorKit.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatter.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatter.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatter.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatter.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatterFactory.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatterFactory.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatterFactory.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultFormatterFactory.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultGlyphPainter.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultGlyphPainter.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultGlyphPainter.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultGlyphPainter.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultHighlighter.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultHighlighter.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultHighlighter.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultHighlighter.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultStyledDocument.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultStyledDocument.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultStyledDocument.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultStyledDocument.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Document.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Document.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Document.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Document.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DocumentFilter.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DocumentFilter.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DocumentFilter.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DocumentFilter.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EditorKit.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EditorKit.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EditorKit.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EditorKit.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Element.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Element.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Element.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/Element.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ElementIterator.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ElementIterator.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ElementIterator.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/ElementIterator.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EmptyAttributeSet.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EmptyAttributeSet.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EmptyAttributeSet.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/EmptyAttributeSet.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldView.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldView.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldView.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldView.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldViewI18N.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldViewI18N.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldViewI18N.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FieldViewI18N.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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. Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FlowView.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FlowView.java?view=diff&rev=451192&r1=451191&r2=451192 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FlowView.java (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/FlowView.java Fri Sep 29 02:24:36 2006 @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2006 The Apache Software Software Foundation or its licensors, as applicable. + * 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.