On Fri, 21 Feb 2025 17:39:03 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:

> Update copyright year in files updated in the year 2025.

We have an internal tool that generates this. We exclude certain commits that 
should not "count" for some reason. Usually, they are related to updating 
copyright year's themselves, but in some cases they are excluded because the 
git commit date in the repo doesn't tell the whole story.

Specifically, the following fix was integrated in 2025, but the contents of 
that PR were last touched in 2024 (no commit in the source branch was done in 
2025).

[JDK-8301121](https://bugs.openjdk.org/browse/JDK-8301121): RichTextArea 
Control (Incubator)

So we exclude that from the list.

While looking at this, I noticed that there are 4 additional commits that we 
should exclude when running the copyright tool script (for the same reason). 
All of these commits were from PRs last modified in 2024, but just waiting for 
the CSR to be approved or a second reviewer before integrating early in 2025.

[JDK-8343398](https://bugs.openjdk.org/browse/JDK-8343398): Add reducedData 
preference
[JDK-8346227](https://bugs.openjdk.org/browse/JDK-8346227): Seal Paint and 
Material
[JDK-8342703](https://bugs.openjdk.org/browse/JDK-8342703): CSS transition is 
not started when initial value was not specified
[JDK-8342233](https://bugs.openjdk.org/browse/JDK-8342233): Regression: 
TextInputControl selection is backwards in RTL mode

And we need to make sure that for those 5 commits, all of the files touched 
have (at least) a 2024 date as the last modified year.

@arapte will update.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1721#issuecomment-2675256324
PR Comment: https://git.openjdk.org/jfx/pull/1721#issuecomment-2675257811

Reply via email to