changeset 23089:a5b77ac78ad2

8129602: Incorrect GPL header causes RE script to create wrong output Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
author tschatzl
date Thu, 25 Jun 2015 10:12:25 +0200
parents e778f3037c61
children 599c27e30262
files src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp test/gc/g1/TestGCLogMessages.java test/runtime/InitialThreadOverflow/testme.sh test/serviceability/jvmti/GetObjectSizeOverflow.java test/testlibrary/ctw/Makefile test/testlibrary/whitebox/Makefile
diffstat 7 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Wed Jun 24 17:20:04 2015 +0000
+++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Thu Jun 25 10:12:25 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, 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
--- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp	Wed Jun 24 17:20:04 2015 +0000
+++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp	Thu Jun 25 10:12:25 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, 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
--- a/test/gc/g1/TestGCLogMessages.java	Wed Jun 24 17:20:04 2015 +0000
+++ b/test/gc/g1/TestGCLogMessages.java	Thu Jun 25 10:12:25 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2015 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2015, 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
--- a/test/runtime/InitialThreadOverflow/testme.sh	Wed Jun 24 17:20:04 2015 +0000
+++ b/test/runtime/InitialThreadOverflow/testme.sh	Thu Jun 25 10:12:25 2015 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 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
--- a/test/serviceability/jvmti/GetObjectSizeOverflow.java	Wed Jun 24 17:20:04 2015 +0000
+++ b/test/serviceability/jvmti/GetObjectSizeOverflow.java	Thu Jun 25 10:12:25 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 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
--- a/test/testlibrary/ctw/Makefile	Wed Jun 24 17:20:04 2015 +0000
+++ b/test/testlibrary/ctw/Makefile	Thu Jun 25 10:12:25 2015 +0200
@@ -8,7 +8,7 @@
 #
 # This code is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.	See the GNU General Public License
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # version 2 for more details (a copy is included in the LICENSE file that
 # accompanied this code).
 #
--- a/test/testlibrary/whitebox/Makefile	Wed Jun 24 17:20:04 2015 +0000
+++ b/test/testlibrary/whitebox/Makefile	Thu Jun 25 10:12:25 2015 +0200
@@ -8,7 +8,7 @@
 #
 # This code is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.	See the GNU General Public License
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # version 2 for more details (a copy is included in the LICENSE file that
 # accompanied this code).
 #