From: <ls...@us...> - 2011-02-26 21:36:54
|
Revision: 5788 http://jnode.svn.sourceforge.net/jnode/?rev=5788&view=rev Author: lsantha Date: 2011-02-26 21:36:44 +0000 (Sat, 26 Feb 2011) Log Message: ----------- Integrating OpenJDK 6 b21. Modified Paths: -------------- classlib6/core/src/openjdk/java/java/awt/peer/CheckboxMenuItemPeer.java classlib6/core/src/openjdk/java/java/awt/peer/CheckboxPeer.java classlib6/core/src/openjdk/java/java/awt/peer/ContainerPeer.java classlib6/core/src/openjdk/java/java/awt/peer/FontPeer.java classlib6/core/src/openjdk/java/java/awt/peer/KeyboardFocusManagerPeer.java classlib6/core/src/openjdk/java/java/awt/peer/LightweightPeer.java classlib6/core/src/openjdk/java/java/awt/peer/ListPeer.java classlib6/core/src/openjdk/java/java/awt/peer/MenuBarPeer.java classlib6/core/src/openjdk/java/java/awt/peer/MenuComponentPeer.java classlib6/core/src/openjdk/java/java/awt/peer/MenuItemPeer.java classlib6/core/src/openjdk/java/java/awt/peer/MenuPeer.java classlib6/core/src/openjdk/java/java/awt/peer/MouseInfoPeer.java classlib6/core/src/openjdk/java/java/awt/peer/PopupMenuPeer.java classlib6/core/src/openjdk/java/java/awt/peer/RobotPeer.java classlib6/core/src/openjdk/java/java/awt/peer/ScrollPanePeer.java classlib6/core/src/openjdk/java/java/awt/peer/ScrollbarPeer.java classlib6/core/src/openjdk/java/java/awt/peer/SystemTrayPeer.java classlib6/core/src/openjdk/java/java/awt/peer/TextAreaPeer.java classlib6/core/src/openjdk/java/java/awt/peer/TextFieldPeer.java classlib6/core/src/openjdk/java/java/awt/peer/TrayIconPeer.java classlib6/core/src/openjdk/java/java/awt/peer/package.html classlib6/core/src/openjdk/java/java/beans/AppletInitializer.java classlib6/core/src/openjdk/java/java/beans/BeanDescriptor.java classlib6/core/src/openjdk/java/java/beans/BeanInfo.java classlib6/core/src/openjdk/java/java/beans/Beans.java classlib6/core/src/openjdk/java/java/beans/ChangeListenerMap.java classlib6/core/src/openjdk/java/java/beans/ConstructorProperties.java classlib6/core/src/openjdk/java/java/beans/Customizer.java classlib6/core/src/openjdk/java/java/beans/DefaultPersistenceDelegate.java classlib6/core/src/openjdk/java/java/beans/DesignMode.java classlib6/core/src/openjdk/java/java/beans/Encoder.java classlib6/core/src/openjdk/java/java/beans/EventHandler.java classlib6/core/src/openjdk/java/java/beans/EventSetDescriptor.java classlib6/core/src/openjdk/java/java/beans/ExceptionListener.java classlib6/core/src/openjdk/java/java/beans/Expression.java classlib6/core/src/openjdk/java/java/beans/FeatureDescriptor.java classlib6/core/src/openjdk/java/java/beans/IndexedPropertyChangeEvent.java classlib6/core/src/openjdk/java/java/beans/IndexedPropertyDescriptor.java classlib6/core/src/openjdk/java/java/beans/IntrospectionException.java classlib6/core/src/openjdk/java/java/beans/Introspector.java classlib6/core/src/openjdk/java/java/beans/MetaData.java classlib6/core/src/openjdk/java/java/beans/MethodDescriptor.java classlib6/core/src/openjdk/java/java/beans/NameGenerator.java classlib6/core/src/openjdk/java/java/beans/ParameterDescriptor.java classlib6/core/src/openjdk/java/java/beans/PersistenceDelegate.java classlib6/core/src/openjdk/java/java/beans/PropertyChangeEvent.java classlib6/core/src/openjdk/java/java/beans/PropertyChangeListener.java classlib6/core/src/openjdk/java/java/beans/PropertyChangeListenerProxy.java classlib6/core/src/openjdk/java/java/beans/PropertyChangeSupport.java classlib6/core/src/openjdk/java/java/beans/PropertyDescriptor.java classlib6/core/src/openjdk/java/java/beans/PropertyEditor.java classlib6/core/src/openjdk/java/java/beans/PropertyEditorManager.java classlib6/core/src/openjdk/java/java/beans/PropertyEditorSupport.java classlib6/core/src/openjdk/java/java/beans/PropertyVetoException.java classlib6/core/src/openjdk/java/java/beans/ReflectionUtils.java classlib6/core/src/openjdk/java/java/beans/SimpleBeanInfo.java classlib6/core/src/openjdk/java/java/beans/Statement.java classlib6/core/src/openjdk/java/java/beans/VetoableChangeListener.java classlib6/core/src/openjdk/java/java/beans/VetoableChangeListenerProxy.java classlib6/core/src/openjdk/java/java/beans/VetoableChangeSupport.java classlib6/core/src/openjdk/java/java/beans/Visibility.java classlib6/core/src/openjdk/java/java/beans/XMLDecoder.java classlib6/core/src/openjdk/java/java/beans/XMLEncoder.java classlib6/core/src/openjdk/java/java/beans/package.html classlib6/core/src/openjdk/java/java/nio/charset/Charset.java classlib6/core/src/openjdk/java/java/nio/charset/CoderMalfunctionError.java classlib6/core/src/openjdk/java/java/nio/charset/CoderResult.java classlib6/core/src/openjdk/java/java/nio/charset/CodingErrorAction.java classlib6/core/src/openjdk/java/java/nio/charset/MalformedInputException.java classlib6/core/src/openjdk/java/java/nio/charset/UnmappableCharacterException.java Modified: classlib6/core/src/openjdk/java/java/awt/peer/CheckboxMenuItemPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/CheckboxMenuItemPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/CheckboxMenuItemPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/CheckboxPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/CheckboxPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/CheckboxPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/ContainerPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/ContainerPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/ContainerPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 2005, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/FontPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/FontPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/FontPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/KeyboardFocusManagerPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/KeyboardFocusManagerPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/KeyboardFocusManagerPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2003-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/LightweightPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/LightweightPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/LightweightPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/ListPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/ListPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/ListPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/MenuBarPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/MenuBarPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/MenuBarPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/MenuComponentPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/MenuComponentPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/MenuComponentPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/MenuItemPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/MenuItemPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/MenuItemPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/MenuPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/MenuPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/MenuPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/MouseInfoPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/MouseInfoPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/MouseInfoPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/PopupMenuPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/PopupMenuPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/PopupMenuPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/RobotPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/RobotPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/RobotPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/ScrollPanePeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/ScrollPanePeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/ScrollPanePeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/ScrollbarPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/ScrollbarPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/ScrollbarPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/SystemTrayPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/SystemTrayPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/SystemTrayPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/TextAreaPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/TextAreaPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/TextAreaPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/TextFieldPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/TextFieldPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/TextFieldPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1995-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1995, 1998, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/TrayIconPeer.java =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/TrayIconPeer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/TrayIconPeer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.awt.peer; Modified: classlib6/core/src/openjdk/java/java/awt/peer/package.html =================================================================== --- classlib6/core/src/openjdk/java/java/awt/peer/package.html 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/awt/peer/package.html 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ <!-- - Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. + Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as - published by the Free Software Foundation. Sun designates this + published by the Free Software Foundation. Oracle designates this particular file as subject to the "Classpath" exception as provided - by Sun in the LICENSE file that accompanied this code. + by Oracle in the LICENSE file that accompanied this code. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - CA 95054 USA or visit www.sun.com if you need additional information or - have any questions. + Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + or visit www.oracle.com if you need additional information or have any + questions. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> Modified: classlib6/core/src/openjdk/java/java/beans/AppletInitializer.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/AppletInitializer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/AppletInitializer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1997, 2000, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/BeanDescriptor.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/BeanDescriptor.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/BeanDescriptor.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/BeanInfo.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/BeanInfo.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/BeanInfo.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 1999, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/Beans.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/Beans.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/Beans.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/ChangeListenerMap.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/ChangeListenerMap.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/ChangeListenerMap.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/ConstructorProperties.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/ConstructorProperties.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/ConstructorProperties.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/Customizer.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/Customizer.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/Customizer.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1996 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1996, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/DefaultPersistenceDelegate.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/DefaultPersistenceDelegate.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/DefaultPersistenceDelegate.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/DesignMode.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/DesignMode.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/DesignMode.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 1997-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 1997, 1999, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/Encoder.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/Encoder.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/Encoder.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package java.beans; Modified: classlib6/core/src/openjdk/java/java/beans/EventHandler.java =================================================================== --- classlib6/core/src/openjdk/java/java/beans/EventHandler.java 2011-02-20 20:14:41 UTC (rev 5787) +++ classlib6/core/src/openjdk/java/java/beans/EventHandler.java 2011-02-26 21:36:44 UTC (rev 5788) @@ -1,12 +1,12 @@ /* - * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the... [truncated message content] |