8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
Brent Christian
brent.christian at oracle.com
Wed Mar 27 19:03:58 UTC 2019
+1
-Brent
On 3/27/19 11:58 AM, Brian Burkhalter wrote:
> https://bugs.openjdk.java.net/browse/JDK-8221531
>
> Add a comma after the more recent copyright year.
>
> Patch:
>
> --- a/src/java.base/windows/native/libnio/ch/FileChannelImpl.c
> +++ b/src/java.base/windows/native/libnio/ch/FileChannelImpl.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (c) 2000, 2018 Oracle and/or its affiliates. All rights
> reserved.
> + * Copyright (c) 2000, 2018, 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
>
> Verification:
>
> sh make/scripts/lic_check.sh -gplcp
> src/java.base/windows/native/libnio/ch/FileChannelImpl.c
> ### Checking copyright notice in the file:
> src/java.base/windows/native/libnio/ch/FileChannelImpl.c
> ###
> SUCCESS: The license header for
> /Users/bpb/Work/CoreLibs/jdk/jdk/open/src/java.base/windows/native/libnio/ch/FileChannelImpl.c
> has been verified.
> ###
>
> Thanks,
>
> Brian
More information about the nio-dev
mailing list