changeset 9765:edd77b2146e0

Fix copyright header for all new Shenandoah files.
author rkennke
date Tue, 06 Oct 2015 16:37:53 +0200
parents 09c6aa9c4a33
children 3abcb0c82f67
files src/cpu/x86/vm/shenandoahBarrierSet_x86.cpp src/share/vm/gc/shared/cmBitMap.cpp src/share/vm/gc/shared/cmBitMap.hpp src/share/vm/gc/shared/cmBitMap.inline.hpp src/share/vm/gc/shenandoah/brooksPointer.cpp src/share/vm/gc/shenandoah/brooksPointer.hpp src/share/vm/gc/shenandoah/shenandoahBarrierSet.cpp src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.cpp src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp src/share/vm/gc/shenandoah/shenandoahConcurrentMark.cpp src/share/vm/gc/shenandoah/shenandoahConcurrentMark.hpp src/share/vm/gc/shenandoah/shenandoahConcurrentMark.inline.hpp src/share/vm/gc/shenandoah/shenandoahConcurrentThread.cpp src/share/vm/gc/shenandoah/shenandoahConcurrentThread.hpp src/share/vm/gc/shenandoah/shenandoahHeap.cpp src/share/vm/gc/shenandoah/shenandoahHeap.hpp src/share/vm/gc/shenandoah/shenandoahHeap.inline.hpp src/share/vm/gc/shenandoah/shenandoahHeapRegion.cpp src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.hpp src/share/vm/gc/shenandoah/shenandoahHumongous.hpp src/share/vm/gc/shenandoah/shenandoahJNICritical.cpp src/share/vm/gc/shenandoah/shenandoahJNICritical.hpp src/share/vm/gc/shenandoah/shenandoahMarkCompact.cpp src/share/vm/gc/shenandoah/shenandoahMarkCompact.hpp src/share/vm/gc/shenandoah/shenandoahRootProcessor.cpp src/share/vm/gc/shenandoah/shenandoahRootProcessor.hpp src/share/vm/gc/shenandoah/shenandoahRuntime.cpp src/share/vm/gc/shenandoah/shenandoahRuntime.hpp src/share/vm/gc/shenandoah/vm_operations_shenandoah.cpp src/share/vm/gc/shenandoah/vm_operations_shenandoah.hpp src/share/vm/opto/shenandoahSupport.cpp src/share/vm/opto/shenandoahSupport.hpp src/share/vm/services/shenandoahMemoryPool.cpp src/share/vm/services/shenandoahMemoryPool.hpp
diffstat 37 files changed, 767 insertions(+), 46 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/shenandoahBarrierSet_x86.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/cpu/x86/vm/shenandoahBarrierSet_x86.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2015 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "gc/shenandoah/brooksPointer.hpp"
--- a/src/share/vm/gc/shared/cmBitMap.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shared/cmBitMap.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,3 +1,26 @@
+/*
+ * Copyright (c) 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
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
 // Concurrent marking bit map wrapper
 
--- a/src/share/vm/gc/shared/cmBitMap.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shared/cmBitMap.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,29 @@
+/*
+ * Copyright (c) 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
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_HPP
+#ifndef SHARE_VM_GC_SHARED_CMBITMAP_HPP
+#define SHARE_VM_GC_SHARED_CMBITMAP_HPP
 
 #include "memory/memRegion.hpp"
 #include "oops/oop.inline.hpp"
@@ -115,4 +138,4 @@
   virtual void clearAll();
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_HPP
+#endif // SHARE_VM_GC_SHARED_CMBITMAP_HPP
--- a/src/share/vm/gc/shared/cmBitMap.inline.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shared/cmBitMap.inline.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,29 @@
+/*
+ * Copyright (c) 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
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_INLINE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_INLINE_HPP
+#ifndef SHARE_VM_GC_SHARED_CMBITMAP_INLINE_HPP
+#define SHARE_VM_GC_SHARED_CMBITMAP_INLINE_HPP
 
 #include "gc/shared/cmBitMap.hpp"
 #include "utilities/bitMap.inline.hpp"
@@ -62,4 +85,4 @@
 
 #undef check_mark
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_CMBITMAP_INLINE_HPP
+#endif // SHARE_VM_GC_SHARED_CMBITMAP_INLINE_HPP
--- a/src/share/vm/gc/shenandoah/brooksPointer.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/brooksPointer.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "memory/universe.hpp"
--- a/src/share/vm/gc/shenandoah/brooksPointer.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/brooksPointer.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #ifndef SHARE_VM_GC_SHENANDOAH_BROOKSPOINTER_HPP
--- a/src/share/vm/gc/shenandoah/shenandoahBarrierSet.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahBarrierSet.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "precompiled.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahBarrierSet.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHBARRIERSET_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHBARRIERSET_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,3 +1,26 @@
+/*
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
+
 #include "gc/shenandoah/shenandoahCollectorPolicy.hpp"
 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
 
--- a/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahCollectorPolicy.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-  Copyright 2014 Red Hat, Inc. and/or its affiliates.
-*/
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAH_COLLECTOR_POLICY_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAH_COLLECTOR_POLICY_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,9 +1,5 @@
 /*
-  Copyright 2014 Red Hat, Inc. and/or its affiliates.
-*/
-/*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
--- a/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTMARK_HPP
--- a/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.inline.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentMark.inline.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,25 @@
 /*
-  Copyright 2015 Red Hat, Inc. and/or its affiliates.
-*/
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTMARK_INLINE_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTMARK_INLINE_HPP
--- a/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "gc/shenandoah/shenandoahConcurrentThread.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahConcurrentThread.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTTHREAD_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHCONCURRENTTHREAD_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahHeap.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeap.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #include "precompiled.hpp"
 #include "asm/macroAssembler.hpp"
 
--- a/src/share/vm/gc/shenandoah/shenandoahHeap.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeap.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahHeap.inline.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeap.inline.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2015 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_INLINE_HPP
--- a/src/share/vm/gc/shenandoah/shenandoahHeapRegion.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegion.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "memory/allocation.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGION_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #include "gc/shenandoah/brooksPointer.hpp"
 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
 #include "gc/shenandoah/shenandoahHeapRegion.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAPREGIONSET_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahHumongous.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahHumongous.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,7 +1,26 @@
+/*
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
-/*
-Copyright 2015 Red Hat, Inc. and/or its affiliates.
- */
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHHUMONGOUS_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHHUMONGOUS_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahJNICritical.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahJNICritical.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2015 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "gc/shenandoah/shenandoahJNICritical.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahJNICritical.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahJNICritical.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2015 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHJNICRITICAL_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHJNICRITICAL_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahMarkCompact.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahMarkCompact.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,25 @@
 /*
-  Copyright 2014 Red Hat, Inc. and/or its affiliates.
-*/
+ * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
 #include "code/codeCache.hpp"
 #include "gc/shared/isGCActiveMark.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahMarkCompact.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahMarkCompact.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHMARKCOMPACT_HPP
 
--- a/src/share/vm/gc/shenandoah/shenandoahRootProcessor.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahRootProcessor.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,3 +1,26 @@
+/*
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
+
 #include "precompiled.hpp"
 
 #include "classfile/stringTable.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahRootProcessor.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahRootProcessor.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,3 +1,25 @@
+/*
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
--- a/src/share/vm/gc/shenandoah/shenandoahRuntime.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahRuntime.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "gc/shenandoah/shenandoahRuntime.hpp"
--- a/src/share/vm/gc/shenandoah/shenandoahRuntime.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/shenandoahRuntime.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2014, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHRUNTIME_HPP
 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHRUNTIME_HPP
 
--- a/src/share/vm/gc/shenandoah/vm_operations_shenandoah.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/vm_operations_shenandoah.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,25 @@
 /*
-  Copyright 2014 Red Hat, Inc. and/or its affiliates.
-*/
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
 #include "gc/shenandoah/shenandoahMarkCompact.hpp"
 #include "gc/shenandoah/vm_operations_shenandoah.hpp"
--- a/src/share/vm/gc/shenandoah/vm_operations_shenandoah.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/gc/shenandoah/vm_operations_shenandoah.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,6 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
+
 #ifndef SHARE_VM_GC_SHENANDOAH_VM_OPERATIONS_SHENANDOAH_HPP
 #define SHARE_VM_GC_SHENANDOAH_VM_OPERATIONS_SHENANDOAH_HPP
 
--- a/src/share/vm/opto/shenandoahSupport.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/opto/shenandoahSupport.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,3 +1,25 @@
+/*
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
 
 #include "opto/callnode.hpp"
 #include "opto/movenode.hpp"
--- a/src/share/vm/opto/shenandoahSupport.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/opto/shenandoahSupport.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,3 +1,26 @@
+/*
+ * Copyright (c) 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
+ */
+
 #ifndef SHARE_VM_OPTO_SHENANDOAH_SUPPORT_HPP
 #define SHARE_VM_OPTO_SHENANDOAH_SUPPORT_HPP
 
--- a/src/share/vm/services/shenandoahMemoryPool.cpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/services/shenandoahMemoryPool.cpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,5 +1,24 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
 #include "services/shenandoahMemoryPool.hpp"
--- a/src/share/vm/services/shenandoahMemoryPool.hpp	Tue Oct 06 15:05:10 2015 +0200
+++ b/src/share/vm/services/shenandoahMemoryPool.hpp	Tue Oct 06 16:37:53 2015 +0200
@@ -1,8 +1,26 @@
 /*
-Copyright 2014 Red Hat, Inc. and/or its affiliates.
+ * Copyright (c) 2013, 2015, Red Hat, Inc. and/or its affiliates.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ *
  */
 
-
 #ifndef SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP
 #define SHARE_VM_SERVICES_SHENANDOAHMEMORYPOOL_HPP