aboutsummaryrefslogtreecommitdiff
path: root/test/sun/nio
diff options
context:
space:
mode:
authoralanb <none@none>2012-11-02 15:50:11 +0000
committeralanb <none@none>2012-11-02 15:50:11 +0000
commit72bfc510a2bd53dac71e65782241996ae16c042a (patch)
treeefd135133df260037307c1e1b81473135d34e7e6 /test/sun/nio
parent55aa81f689019135e6a10fad067f83aeab7476ee (diff)
7197491: update copyright year to match last edit in jdk8 jdk repository
Reviewed-by: chegar, ksrini
Diffstat (limited to 'test/sun/nio')
-rw-r--r--test/sun/nio/cs/OLD/DoubleByteDecoder.java2
-rw-r--r--test/sun/nio/cs/OLD/DoubleByteEncoder.java2
-rw-r--r--test/sun/nio/cs/OLD/EUC_JP_LINUX_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/EUC_JP_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/EUC_JP_Open_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0201_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0208_Decoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0208_Encoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0208_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Decoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Encoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0212_Decoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0212_Encoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0212_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Decoder.java2
-rw-r--r--test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Encoder.java2
-rw-r--r--test/sun/nio/cs/OLD/MS932_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/PCK_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/SJIS_OLD.java2
-rw-r--r--test/sun/nio/cs/OLD/SingleByteDecoder.java2
-rw-r--r--test/sun/nio/cs/OLD/SingleByteEncoder.java2
-rw-r--r--test/sun/nio/cs/OLD/TestIBMDB.java2
-rw-r--r--test/sun/nio/cs/StrCodingBenchmark.java2
-rw-r--r--test/sun/nio/cs/StrCodingBenchmarkDB.java2
-rw-r--r--test/sun/nio/cs/TestCp834_SBCS.java2
-rw-r--r--test/sun/nio/cs/TestStringCoding.java2
-rw-r--r--test/sun/nio/cs/TestUTF8.java2
-rw-r--r--test/sun/nio/cs/TestX11JIS0201.java2
28 files changed, 28 insertions, 28 deletions
diff --git a/test/sun/nio/cs/OLD/DoubleByteDecoder.java b/test/sun/nio/cs/OLD/DoubleByteDecoder.java
index 7565a4d3b..97748a1cb 100644
--- a/test/sun/nio/cs/OLD/DoubleByteDecoder.java
+++ b/test/sun/nio/cs/OLD/DoubleByteDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/DoubleByteEncoder.java b/test/sun/nio/cs/OLD/DoubleByteEncoder.java
index ca04fae67..505a583f8 100644
--- a/test/sun/nio/cs/OLD/DoubleByteEncoder.java
+++ b/test/sun/nio/cs/OLD/DoubleByteEncoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/EUC_JP_LINUX_OLD.java b/test/sun/nio/cs/OLD/EUC_JP_LINUX_OLD.java
index 121e5b358..d4bebb61d 100644
--- a/test/sun/nio/cs/OLD/EUC_JP_LINUX_OLD.java
+++ b/test/sun/nio/cs/OLD/EUC_JP_LINUX_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/EUC_JP_OLD.java b/test/sun/nio/cs/OLD/EUC_JP_OLD.java
index 96d93634f..94fa1730d 100644
--- a/test/sun/nio/cs/OLD/EUC_JP_OLD.java
+++ b/test/sun/nio/cs/OLD/EUC_JP_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/EUC_JP_Open_OLD.java b/test/sun/nio/cs/OLD/EUC_JP_Open_OLD.java
index 910e962b2..554d8e645 100644
--- a/test/sun/nio/cs/OLD/EUC_JP_Open_OLD.java
+++ b/test/sun/nio/cs/OLD/EUC_JP_Open_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0201_OLD.java b/test/sun/nio/cs/OLD/JIS_X_0201_OLD.java
index a8ce6a47d..add117642 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0201_OLD.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0201_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/JIS_X_0208_Decoder.java b/test/sun/nio/cs/OLD/JIS_X_0208_Decoder.java
index 59ee58ef7..d64010dfa 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0208_Decoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0208_Decoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0208_Encoder.java b/test/sun/nio/cs/OLD/JIS_X_0208_Encoder.java
index bbdea5f41..412d61eb6 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0208_Encoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0208_Encoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0208_OLD.java b/test/sun/nio/cs/OLD/JIS_X_0208_OLD.java
index 7e211f613..570d3ccd0 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0208_OLD.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0208_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/JIS_X_0208_Solaris_Decoder.java b/test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Decoder.java
index 696433575..1359ee6df 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Decoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Decoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0208_Solaris_Encoder.java b/test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Encoder.java
index cde51b70f..cb06cdbed 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Encoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0208_Solaris_Encoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0212_Decoder.java b/test/sun/nio/cs/OLD/JIS_X_0212_Decoder.java
index 92e388fc0..03d6d7fba 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0212_Decoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0212_Decoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0212_Encoder.java b/test/sun/nio/cs/OLD/JIS_X_0212_Encoder.java
index fc155081d..f44ecf123 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0212_Encoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0212_Encoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0212_OLD.java b/test/sun/nio/cs/OLD/JIS_X_0212_OLD.java
index adb19f161..63813d049 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0212_OLD.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0212_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/JIS_X_0212_Solaris_Decoder.java b/test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Decoder.java
index dac98b2fb..49ac7459d 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Decoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Decoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/JIS_X_0212_Solaris_Encoder.java b/test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Encoder.java
index 716e4020a..a8f6f5ea2 100644
--- a/test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Encoder.java
+++ b/test/sun/nio/cs/OLD/JIS_X_0212_Solaris_Encoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/MS932_OLD.java b/test/sun/nio/cs/OLD/MS932_OLD.java
index 46307e2a6..0f1dd889c 100644
--- a/test/sun/nio/cs/OLD/MS932_OLD.java
+++ b/test/sun/nio/cs/OLD/MS932_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/PCK_OLD.java b/test/sun/nio/cs/OLD/PCK_OLD.java
index d2cc0c43a..9fcd98537 100644
--- a/test/sun/nio/cs/OLD/PCK_OLD.java
+++ b/test/sun/nio/cs/OLD/PCK_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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/OLD/SJIS_OLD.java b/test/sun/nio/cs/OLD/SJIS_OLD.java
index 5cc9e2cc5..343e0525f 100644
--- a/test/sun/nio/cs/OLD/SJIS_OLD.java
+++ b/test/sun/nio/cs/OLD/SJIS_OLD.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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/OLD/SingleByteDecoder.java b/test/sun/nio/cs/OLD/SingleByteDecoder.java
index 3c59f2248..1e1b09126 100644
--- a/test/sun/nio/cs/OLD/SingleByteDecoder.java
+++ b/test/sun/nio/cs/OLD/SingleByteDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2012, 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/OLD/SingleByteEncoder.java b/test/sun/nio/cs/OLD/SingleByteEncoder.java
index d3fa9282a..6c9b6f928 100644
--- a/test/sun/nio/cs/OLD/SingleByteEncoder.java
+++ b/test/sun/nio/cs/OLD/SingleByteEncoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2012, 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/OLD/TestIBMDB.java b/test/sun/nio/cs/OLD/TestIBMDB.java
index 72d6720e7..404eb5b3a 100644
--- a/test/sun/nio/cs/OLD/TestIBMDB.java
+++ b/test/sun/nio/cs/OLD/TestIBMDB.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2012, 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/StrCodingBenchmark.java b/test/sun/nio/cs/StrCodingBenchmark.java
index 1d28ba5aa..42c66bf77 100644
--- a/test/sun/nio/cs/StrCodingBenchmark.java
+++ b/test/sun/nio/cs/StrCodingBenchmark.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2012, 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/StrCodingBenchmarkDB.java b/test/sun/nio/cs/StrCodingBenchmarkDB.java
index bb7210227..988c10add 100644
--- a/test/sun/nio/cs/StrCodingBenchmarkDB.java
+++ b/test/sun/nio/cs/StrCodingBenchmarkDB.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2012, 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/TestCp834_SBCS.java b/test/sun/nio/cs/TestCp834_SBCS.java
index 25e64698d..d935b84d3 100644
--- a/test/sun/nio/cs/TestCp834_SBCS.java
+++ b/test/sun/nio/cs/TestCp834_SBCS.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2011, 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 76f31d889..569ef2f6e 100644
--- a/test/sun/nio/cs/TestStringCoding.java
+++ b/test/sun/nio/cs/TestStringCoding.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2012, 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/TestUTF8.java b/test/sun/nio/cs/TestUTF8.java
index e83f8fbb5..c54ae66f4 100644
--- a/test/sun/nio/cs/TestUTF8.java
+++ b/test/sun/nio/cs/TestUTF8.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2011, 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/TestX11JIS0201.java b/test/sun/nio/cs/TestX11JIS0201.java
index 6b9c58978..414493c96 100644
--- a/test/sun/nio/cs/TestX11JIS0201.java
+++ b/test/sun/nio/cs/TestX11JIS0201.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2012, 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