Skip to content

Commit eab99f3

Browse files
committed
8255852: Shenandoah: Fix incorrect copyright header in new files added by 8254315
Reviewed-by: zgu
1 parent 450452b commit eab99f3

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2020, Red Hat, Inc. and/or its affiliates.
4+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
56
* This code is free software; you can redistribute it and/or modify it
67
* under the terms of the GNU General Public License version 2 only, as

src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2020, Red Hat, Inc. and/or its affiliates.
4+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
56
* This code is free software; you can redistribute it and/or modify it
67
* under the terms of the GNU General Public License version 2 only, as

src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.inline.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2020, Red Hat, Inc. and/or its affiliates.
4+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
56
* This code is free software; you can redistribute it and/or modify it
67
* under the terms of the GNU General Public License version 2 only, as

src/hotspot/share/gc/shenandoah/shenandoahReferenceProcessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2020, Red Hat, Inc. and/or its affiliates.
4+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
56
* This code is free software; you can redistribute it and/or modify it
67
* under the terms of the GNU General Public License version 2 only, as

src/hotspot/share/gc/shenandoah/shenandoahReferenceProcessor.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2020, Red Hat, Inc. and/or its affiliates.
4+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
45
*
56
* This code is free software; you can redistribute it and/or modify it
67
* under the terms of the GNU General Public License version 2 only, as

0 commit comments

Comments
 (0)