aboutsummaryrefslogtreecommitdiff
path: root/test/java/nio/channels/Selector/BasicAccept.java
diff options
context:
space:
mode:
authorohair <none@none>2010-05-25 15:58:33 -0700
committerohair <none@none>2010-05-25 15:58:33 -0700
commitc5294eda494101e62dc4c0eaa946ebe9ce60cd6b (patch)
treeb6f607ce5486a5645e471bef65d861eeb66aa1da /test/java/nio/channels/Selector/BasicAccept.java
parent2c11c84e92f19ea3d553bee57a72b717573981da (diff)
6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
Diffstat (limited to 'test/java/nio/channels/Selector/BasicAccept.java')
-rw-r--r--test/java/nio/channels/Selector/BasicAccept.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/java/nio/channels/Selector/BasicAccept.java b/test/java/nio/channels/Selector/BasicAccept.java
index 8f269b0f9..d4772032f 100644
--- a/test/java/nio/channels/Selector/BasicAccept.java
+++ b/test/java/nio/channels/Selector/BasicAccept.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2000, 2001, 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
@@ -16,9 +16,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.
*/
/* @test