aboutsummaryrefslogtreecommitdiff
path: root/test/jdk
diff options
context:
space:
mode:
authorkatleman <none@none>2013-05-29 10:16:07 -0700
committerkatleman <none@none>2013-05-29 10:16:07 -0700
commit3c32babfd31349dc1fe4d1c66b3a8f6923965f26 (patch)
tree1b29fbdde41d997b875607679287c1df0168316e /test/jdk
parent054d82fbcea157168090bd7cd9e9b10bacb68a1c (diff)
8015525: JDK8 b91 source with GPL header errorsjdk8-b92
Reviewed-by: dholmes, lancea
Diffstat (limited to 'test/jdk')
-rw-r--r--test/jdk/lambda/MethodReferenceTestInstanceMethod.java2
-rw-r--r--test/jdk/lambda/MethodReferenceTestKinds.java2
-rw-r--r--test/jdk/lambda/MethodReferenceTestSueCase1.java2
-rw-r--r--test/jdk/lambda/MethodReferenceTestSueCase2.java2
-rw-r--r--test/jdk/lambda/MethodReferenceTestSueCase4.java2
-rw-r--r--test/jdk/lambda/separate/AttributeInjector.java2
-rw-r--r--test/jdk/lambda/separate/ClassFile.java2
-rw-r--r--test/jdk/lambda/separate/ClassFilePreprocessor.java2
-rw-r--r--test/jdk/lambda/separate/ClassToInterfaceConverter.java2
-rw-r--r--test/jdk/lambda/separate/Compiler.java2
-rw-r--r--test/jdk/lambda/separate/DirectedClassLoader.java2
-rw-r--r--test/jdk/lambda/separate/SourceModel.java2
-rw-r--r--test/jdk/lambda/separate/TestHarness.java2
-rw-r--r--test/jdk/lambda/vm/DefaultMethodRegressionTests.java2
-rw-r--r--test/jdk/lambda/vm/DefaultMethodsTest.java2
-rw-r--r--test/jdk/lambda/vm/InterfaceAccessFlagsTest.java2
16 files changed, 16 insertions, 16 deletions
diff --git a/test/jdk/lambda/MethodReferenceTestInstanceMethod.java b/test/jdk/lambda/MethodReferenceTestInstanceMethod.java
index b000d648f..40a64aaf3 100644
--- a/test/jdk/lambda/MethodReferenceTestInstanceMethod.java
+++ b/test/jdk/lambda/MethodReferenceTestInstanceMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/MethodReferenceTestKinds.java b/test/jdk/lambda/MethodReferenceTestKinds.java
index 356b3d603..8f11bc28f 100644
--- a/test/jdk/lambda/MethodReferenceTestKinds.java
+++ b/test/jdk/lambda/MethodReferenceTestKinds.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/MethodReferenceTestSueCase1.java b/test/jdk/lambda/MethodReferenceTestSueCase1.java
index 89bb988f7..b6bbfa68d 100644
--- a/test/jdk/lambda/MethodReferenceTestSueCase1.java
+++ b/test/jdk/lambda/MethodReferenceTestSueCase1.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/MethodReferenceTestSueCase2.java b/test/jdk/lambda/MethodReferenceTestSueCase2.java
index f967f9d3e..dcb2a69e8 100644
--- a/test/jdk/lambda/MethodReferenceTestSueCase2.java
+++ b/test/jdk/lambda/MethodReferenceTestSueCase2.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/MethodReferenceTestSueCase4.java b/test/jdk/lambda/MethodReferenceTestSueCase4.java
index c14b31f82..eb54df6a7 100644
--- a/test/jdk/lambda/MethodReferenceTestSueCase4.java
+++ b/test/jdk/lambda/MethodReferenceTestSueCase4.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/AttributeInjector.java b/test/jdk/lambda/separate/AttributeInjector.java
index 6ea11154c..52e3f76e3 100644
--- a/test/jdk/lambda/separate/AttributeInjector.java
+++ b/test/jdk/lambda/separate/AttributeInjector.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/ClassFile.java b/test/jdk/lambda/separate/ClassFile.java
index 7da140b81..919df1a1a 100644
--- a/test/jdk/lambda/separate/ClassFile.java
+++ b/test/jdk/lambda/separate/ClassFile.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/ClassFilePreprocessor.java b/test/jdk/lambda/separate/ClassFilePreprocessor.java
index e40434cc3..bb91746d5 100644
--- a/test/jdk/lambda/separate/ClassFilePreprocessor.java
+++ b/test/jdk/lambda/separate/ClassFilePreprocessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/ClassToInterfaceConverter.java b/test/jdk/lambda/separate/ClassToInterfaceConverter.java
index 48c0e8dcb..8da05ac4e 100644
--- a/test/jdk/lambda/separate/ClassToInterfaceConverter.java
+++ b/test/jdk/lambda/separate/ClassToInterfaceConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/Compiler.java b/test/jdk/lambda/separate/Compiler.java
index 9ba81d658..cbee5764b 100644
--- a/test/jdk/lambda/separate/Compiler.java
+++ b/test/jdk/lambda/separate/Compiler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/DirectedClassLoader.java b/test/jdk/lambda/separate/DirectedClassLoader.java
index 6da386683..726edabf3 100644
--- a/test/jdk/lambda/separate/DirectedClassLoader.java
+++ b/test/jdk/lambda/separate/DirectedClassLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/SourceModel.java b/test/jdk/lambda/separate/SourceModel.java
index 6cef02fb1..1fe3e9edb 100644
--- a/test/jdk/lambda/separate/SourceModel.java
+++ b/test/jdk/lambda/separate/SourceModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/separate/TestHarness.java b/test/jdk/lambda/separate/TestHarness.java
index d5ba449a3..801fa485b 100644
--- a/test/jdk/lambda/separate/TestHarness.java
+++ b/test/jdk/lambda/separate/TestHarness.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/vm/DefaultMethodRegressionTests.java b/test/jdk/lambda/vm/DefaultMethodRegressionTests.java
index 538d26d9b..fc206d261 100644
--- a/test/jdk/lambda/vm/DefaultMethodRegressionTests.java
+++ b/test/jdk/lambda/vm/DefaultMethodRegressionTests.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/vm/DefaultMethodsTest.java b/test/jdk/lambda/vm/DefaultMethodsTest.java
index 76ae86cd6..a02ce7525 100644
--- a/test/jdk/lambda/vm/DefaultMethodsTest.java
+++ b/test/jdk/lambda/vm/DefaultMethodsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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/jdk/lambda/vm/InterfaceAccessFlagsTest.java b/test/jdk/lambda/vm/InterfaceAccessFlagsTest.java
index b08e67c7a..b33ea3e65 100644
--- a/test/jdk/lambda/vm/InterfaceAccessFlagsTest.java
+++ b/test/jdk/lambda/vm/InterfaceAccessFlagsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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