src/share/classes/com/sun/tools/javadoc/SeeTagImpl.java

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

mercurial