Looks good. Thanks, David
On 5/10/2016 9:54 PM, Erik Joelsson wrote:
Please review this fix of the copyright header in two makefiles, adding the missing comma after the year. Bug: https://bugs.openjdk.java.net/browse/JDK-8161018 Top level patch: diff -r 278f9a9e9329 make/common/TextFileProcessing.gmk --- a/make/common/TextFileProcessing.gmk +++ b/make/common/TextFileProcessing.gmk @@ -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 Bug: https://bugs.openjdk.java.net/browse/JDK-8161025 hotspot patch: diff -r 15b3ef116f15 make/BuildHotspot.gmk --- a/make/BuildHotspot.gmk +++ b/make/BuildHotspot.gmk @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2016, 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 /Erik
