RFR(silly) 8161027: GPL header missing comma after year
Mikael Gerdin
mikael.gerdin at oracle.com
Mon Jul 18 11:27:07 UTC 2016
Hi all,
It seems that sometime last year I forgot some commas in two GPL headers.
Please review the attached patch to fix this.
Unfortunately the JBS entry is confidential but it provides no further
information about the issue.
diff --git a/src/share/vm/utilities/resourceHash.cpp
b/src/share/vm/utilities/resourceHash.cpp
--- a/src/share/vm/utilities/resourceHash.cpp
+++ b/src/share/vm/utilities/resourceHash.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
+ * 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
diff --git a/src/share/vm/utilities/resourceHash.hpp
b/src/share/vm/utilities/resourceHash.hpp
--- a/src/share/vm/utilities/resourceHash.hpp
+++ b/src/share/vm/utilities/resourceHash.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, 2015 Oracle and/or its affiliates. All rights
reserved.
+ * Copyright (c) 2012, 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
After review I intend to push this straight away since the fix is simple
and only affects comments.
/Mikael
More information about the hotspot-dev
mailing list