Happy New Year OpenJFX folks!

Since it is now 2014, 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) 2014, Oracle and/or its affiliates. All rights reserved.


2) A file created and last touched in 2013

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

would now be:
* Copyright (c) 2013, 2014, 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, 2013, Oracle and/or its affiliates. All rights reserved.

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


Thank you.

-- Kevin

Reply via email to