aboutsummaryrefslogtreecommitdiff
path: root/test/sun/nio
diff options
context:
space:
mode:
authorohair <none@none>2010-12-28 15:53:50 -0800
committerohair <none@none>2010-12-28 15:53:50 -0800
commit9982c8e5fd70d9a0278a949c0fb7c635ff8f3000 (patch)
treed9050ceeca405392b04e9aeccea62acbf8cf0f82 /test/sun/nio
parent1b142b99a03c985246f182f59ec33e68993bd58b (diff)
6962318: Update copyright year
Reviewed-by: xdono
Diffstat (limited to 'test/sun/nio')
-rw-r--r--test/sun/nio/ch/Basic.java2
-rw-r--r--test/sun/nio/ch/TempBuffer.java2
-rw-r--r--test/sun/nio/cs/CheckHistoricalNames.java2
-rw-r--r--test/sun/nio/cs/FindDecoderBugs.java2
-rw-r--r--test/sun/nio/cs/ReadZero.java2
-rw-r--r--test/sun/nio/cs/Test4200310.sh2
-rw-r--r--test/sun/nio/cs/Test4206507.java2
-rw-r--r--test/sun/nio/cs/TestStringCoding.java2
-rw-r--r--test/sun/nio/cs/TestX11CNS.java2
9 files changed, 9 insertions, 9 deletions
diff --git a/test/sun/nio/ch/Basic.java b/test/sun/nio/ch/Basic.java
index 5d13d08ee..0109a7879 100644
--- a/test/sun/nio/ch/Basic.java
+++ b/test/sun/nio/ch/Basic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2010, 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
diff --git a/test/sun/nio/ch/TempBuffer.java b/test/sun/nio/ch/TempBuffer.java
index e71ce7d60..5a674593a 100644
--- a/test/sun/nio/ch/TempBuffer.java
+++ b/test/sun/nio/ch/TempBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2010, 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
diff --git a/test/sun/nio/cs/CheckHistoricalNames.java b/test/sun/nio/cs/CheckHistoricalNames.java
index af04434bd..39e1ecd14 100644
--- a/test/sun/nio/cs/CheckHistoricalNames.java
+++ b/test/sun/nio/cs/CheckHistoricalNames.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, 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
diff --git a/test/sun/nio/cs/FindDecoderBugs.java b/test/sun/nio/cs/FindDecoderBugs.java
index f0f9d258b..8c1fd910f 100644
--- a/test/sun/nio/cs/FindDecoderBugs.java
+++ b/test/sun/nio/cs/FindDecoderBugs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, 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
diff --git a/test/sun/nio/cs/ReadZero.java b/test/sun/nio/cs/ReadZero.java
index 05b58194a..d1212c413 100644
--- a/test/sun/nio/cs/ReadZero.java
+++ b/test/sun/nio/cs/ReadZero.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, 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
diff --git a/test/sun/nio/cs/Test4200310.sh b/test/sun/nio/cs/Test4200310.sh
index c69a43b7a..ff9a45f5d 100644
--- a/test/sun/nio/cs/Test4200310.sh
+++ b/test/sun/nio/cs/Test4200310.sh
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2010, 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
diff --git a/test/sun/nio/cs/Test4206507.java b/test/sun/nio/cs/Test4206507.java
index 3b6f9f61f..055c658c6 100644
--- a/test/sun/nio/cs/Test4206507.java
+++ b/test/sun/nio/cs/Test4206507.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2010, 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
diff --git a/test/sun/nio/cs/TestStringCoding.java b/test/sun/nio/cs/TestStringCoding.java
index 61b1c37e7..4ab707310 100644
--- a/test/sun/nio/cs/TestStringCoding.java
+++ b/test/sun/nio/cs/TestStringCoding.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2010, 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
diff --git a/test/sun/nio/cs/TestX11CNS.java b/test/sun/nio/cs/TestX11CNS.java
index 9d276a8ef..33b7e4c4b 100644
--- a/test/sun/nio/cs/TestX11CNS.java
+++ b/test/sun/nio/cs/TestX11CNS.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2010, 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