A Belated Happy New Year OpenJFX folks!

Since it is now 2015 (and has been for 2 months now), when you modify any source code file, please update the last copyright year in the Oracle copyright header to reflect this. Here are the three cases to consider.

1) A new file created this year

You would use this:
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.


2) A file created and last touched in 2014

For example, the following:
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.

would now be:
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.


3) A file created and last touched in two different prior years

For example, the following:
* Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.

would now be:
* Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.


I just pushed a fix for files modified in the last two months, so no need for individual engineers to go back to previous fixes.

Thank you.

-- Kevin

Reply via email to