aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/gc_implementation/g1
diff options
context:
space:
mode:
authortschatzl <none@none>2015-06-25 10:12:25 +0200
committertschatzl <none@none>2015-06-25 10:12:25 +0200
commit95fde7620cfe15fce91d2a8c42ff4f17bdac50ad (patch)
tree036e6c2289259f72902a4ee2283e9721bf82ff04 /src/share/vm/gc_implementation/g1
parent12d8fb14d6937ac5e8972e59b251bc276c3387e8 (diff)
downloadjdk8u_hotspot-95fde7620cfe15fce91d2a8c42ff4f17bdac50ad.tar.gz
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
Diffstat (limited to 'src/share/vm/gc_implementation/g1')
-rw-r--r--src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp2
-rw-r--r--src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
index d6b0557ef..9891e1062 100644
--- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
+++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
@@ -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
diff --git a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
index 54165cafd..83e7235c4 100644
--- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
+++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
@@ -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