8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Mar 27 18:58:32 UTC 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20190327/dc9751a1/attachment.html>
More information about the nio-dev
mailing list