src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java

changeset 554
9d9f26857129
parent 54
eaf608c64fec
child 581
f2fdd52e4e87
     1.1 --- a/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java	Wed May 19 12:28:31 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/classfile/EnclosingMethod_attribute.java	Tue May 25 15:54:51 2010 -0700
     1.3 @@ -1,13 +1,13 @@
     1.4  
     1.5  /*
     1.6 - * Copyright 2007-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.7 + * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11   * under the terms of the GNU General Public License version 2 only, as
    1.12 - * published by the Free Software Foundation.  Sun designates this
    1.13 + * published by the Free Software Foundation.  Oracle designates this
    1.14   * particular file as subject to the "Classpath" exception as provided
    1.15 - * by Sun in the LICENSE file that accompanied this code.
    1.16 + * by Oracle in the LICENSE file that accompanied this code.
    1.17   *
    1.18   * This code is distributed in the hope that it will be useful, but WITHOUT
    1.19   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.20 @@ -19,9 +19,9 @@
    1.21   * 2 along with this work; if not, write to the Free Software Foundation,
    1.22   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23   *
    1.24 - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.25 - * CA 95054 USA or visit www.sun.com if you need additional information or
    1.26 - * have any questions.
    1.27 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.28 + * or visit www.oracle.com if you need additional information or have any
    1.29 + * questions.
    1.30   */
    1.31  
    1.32  package com.sun.tools.classfile;

mercurial