Please update copyright year to 2015 in any file you create / modify

Kevin Rushforth kevin.rushforth at oracle.com
Wed Mar 4 16:51:05 UTC 2015


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



More information about the openjfx-dev mailing list