RFR(silly) 8161027: GPL header missing comma after year

Mikael Gerdin mikael.gerdin at oracle.com
Mon Jul 18 12:48:49 UTC 2016


Thanks David and Claes for the prompt responses.
/Mikael

On 2016-07-18 14:24, David Holmes wrote:
> +1
>
> David
>
> On 18/07/2016 9:42 PM, Claes Redestad wrote:
>> Ship it!
>>
>> On 2016-07-18 13:27, Mikael Gerdin wrote:
>>> 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