On Thu, 11 Aug 2022 23:54:23 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Sai Pradeep Dandem has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Updated copyright year. > > modules/javafx.controls/src/main/java/javafx/scene/control/TableUtil.java > line 2: > >> 1: /* >> 2: * Copyright (c) 2012, 2016, 2022 Oracle and/or its affiliates. All >> rights reserved. > > Not quite. There should be at most two years, and there must be a comma after > each one. So: > > > * Copyright (c) 2012, 2022, Oracle and/or its affiliates. All rights > reserved. @kevinrushforth Sorry that I am not aware of this standard. Is it that the two years is some thing like the first is the initial modification year and the second is the latest modification year? ------------- PR: https://git.openjdk.org/jfx/pull/848