Request for Review (xxs) - 8161029: GPL header missing comma after year
Kim Barrett
kim.barrett at oracle.com
Wed Sep 14 05:49:43 UTC 2016
> On Sep 13, 2016, at 7:59 PM, Jon Masamitsu <jon.masamitsu at oracle.com> wrote:
>
> As the summary says the header format is incorrect.
>
> https://bugs.openjdk.java.net/browse/JDK-8161029
>
> Webrev at
>
> http://cr.openjdk.java.net/~jmasa/8161029/webrev.00/
>
> The essence of the change is
>
> --- a/src/share/vm/gc/shared/workerManager.hpp
> +++ b/src/share/vm/gc/shared/workerManager.hpp
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (c) 2016 Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
> * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
>
> Thanks.
>
> Jon
Reviewed. Looks trivial to me.
More information about the hotspot-gc-dev
mailing list