7041635: GSSContextSpi.java copyright notice error

Tue, 10 May 2011 07:00:36 +0800

author
weijun
date
Tue, 10 May 2011 07:00:36 +0800
changeset 4222
9f56fbc8b6be
parent 4221
05939afe3fc2
child 4223
f4d804b21217

7041635: GSSContextSpi.java copyright notice error
Reviewed-by: valeriep

src/share/classes/sun/security/jgss/spi/GSSContextSpi.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/sun/security/jgss/spi/GSSContextSpi.java	Mon May 09 13:30:12 2011 -0700
     1.2 +++ b/src/share/classes/sun/security/jgss/spi/GSSContextSpi.java	Tue May 10 07:00:36 2011 +0800
     1.3 @@ -24,22 +24,10 @@
     1.4   */
     1.5  
     1.6  /*
     1.7 - * ===========================================================================
     1.8 - *  IBM Confidential
     1.9 - *  OCO Source Materials
    1.10 - *  Licensed Materials - Property of IBM
    1.11   *
    1.12   *  (C) Copyright IBM Corp. 1999 All Rights Reserved.
    1.13 - *
    1.14 - *  The source code for this program is not published or otherwise divested of
    1.15 - *  its trade secrets, irrespective of what has been deposited with the U.S.
    1.16 - *  Copyright Office.
    1.17 - *
    1.18   *  Copyright 1997 The Open Group Research Institute.  All rights reserved.
    1.19 - * ===========================================================================
    1.20 - *
    1.21   */
    1.22 -
    1.23  package sun.security.jgss.spi;
    1.24  
    1.25  import org.ietf.jgss.*;

mercurial