RFR 8161028 : GPL header missing comma after year

Brent Christian brent.christian at oracle.com
Fri Jul 22 16:59:54 UTC 2016


Super boring, I know, but can somebody review this small diff?  It's 
really small. :)

Thank you,
-Brent

On 7/20/16 11:19 AM, Brent Christian wrote:
> Hi,
>
> Looks like I didn't do the copyright on the stackwalk native files quite
> right - needs a comma after the 2nd year.  (You gotta have more commas!)
>
> Proposed diff below.
> (Note that I am not subscribed to this alias)
>
> --- a/src/share/vm/prims/stackwalk.cpp    Wed Jul 20 14:47:53 2016 +0300
> +++ b/src/share/vm/prims/stackwalk.cpp    Wed Jul 20 10:49:53 2016 -0700
> @@ -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
> diff -r 9f5a448947a4 src/share/vm/prims/stackwalk.hpp
> --- a/src/share/vm/prims/stackwalk.hpp    Wed Jul 20 14:47:53 2016 +0300
> +++ b/src/share/vm/prims/stackwalk.hpp    Wed Jul 20 10:49:53 2016 -0700
> @@ -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
>
> Thanks,
> -Brent
>


More information about the hotspot-dev mailing list