From 65c137d127459523a06a9081d927911d74e0eb21 Mon Sep 17 00:00:00 2001 From: weijun Date: Tue, 10 May 2011 07:00:36 +0800 Subject: [PATCH] 7041635: GSSContextSpi.java copyright notice error Reviewed-by: valeriep --- .../classes/sun/security/jgss/spi/GSSContextSpi.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/share/classes/sun/security/jgss/spi/GSSContextSpi.java b/src/share/classes/sun/security/jgss/spi/GSSContextSpi.java index 05cb07032..11aa6ba80 100644 --- a/src/share/classes/sun/security/jgss/spi/GSSContextSpi.java +++ b/src/share/classes/sun/security/jgss/spi/GSSContextSpi.java @@ -24,22 +24,10 @@ */ /* - * =========================================================================== - * IBM Confidential - * OCO Source Materials - * Licensed Materials - Property of IBM * * (C) Copyright IBM Corp. 1999 All Rights Reserved. - * - * The source code for this program is not published or otherwise divested of - * its trade secrets, irrespective of what has been deposited with the U.S. - * Copyright Office. - * * Copyright 1997 The Open Group Research Institute. All rights reserved. - * =========================================================================== - * */ - package sun.security.jgss.spi; import org.ietf.jgss.*; -- GitLab