From ddb0d4ec04cffdfc87624659a1ecb42a7bceac77 Mon Sep 17 00:00:00 2001 From: "Archie L. Cobbs" Date: Mon, 28 Apr 2025 13:58:07 -0500 Subject: [PATCH] Update copyrights. --- test/langtools/tools/javac/ImplicitClass/ErrorRecovery.java | 2 +- .../tools/javac/diags/examples/ImplicitClassBad-Filename.java | 2 +- .../tools/javac/diags/examples/ImplicitClassHasPackage.java | 2 +- test/langtools/tools/javac/modules/AnnotationsOnModules.java | 2 +- .../tools/javac/warnings/UnneededStrictfpWarningToolBox.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/langtools/tools/javac/ImplicitClass/ErrorRecovery.java b/test/langtools/tools/javac/ImplicitClass/ErrorRecovery.java index cb562c6d0d5..17fc38ea316 100644 --- a/test/langtools/tools/javac/ImplicitClass/ErrorRecovery.java +++ b/test/langtools/tools/javac/ImplicitClass/ErrorRecovery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/langtools/tools/javac/diags/examples/ImplicitClassBad-Filename.java b/test/langtools/tools/javac/diags/examples/ImplicitClassBad-Filename.java index 90b4d8b41f4..fbcf8b26492 100644 --- a/test/langtools/tools/javac/diags/examples/ImplicitClassBad-Filename.java +++ b/test/langtools/tools/javac/diags/examples/ImplicitClassBad-Filename.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/langtools/tools/javac/diags/examples/ImplicitClassHasPackage.java b/test/langtools/tools/javac/diags/examples/ImplicitClassHasPackage.java index 8a7ed564a75..229d9adcff9 100644 --- a/test/langtools/tools/javac/diags/examples/ImplicitClassHasPackage.java +++ b/test/langtools/tools/javac/diags/examples/ImplicitClassHasPackage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/langtools/tools/javac/modules/AnnotationsOnModules.java b/test/langtools/tools/javac/modules/AnnotationsOnModules.java index 3f13bc5e913..df1ce613583 100644 --- a/test/langtools/tools/javac/modules/AnnotationsOnModules.java +++ b/test/langtools/tools/javac/modules/AnnotationsOnModules.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff --git a/test/langtools/tools/javac/warnings/UnneededStrictfpWarningToolBox.java b/test/langtools/tools/javac/warnings/UnneededStrictfpWarningToolBox.java index cdf3ca07a97..a9101b47e42 100644 --- a/test/langtools/tools/javac/warnings/UnneededStrictfpWarningToolBox.java +++ b/test/langtools/tools/javac/warnings/UnneededStrictfpWarningToolBox.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it