diff --git a/tests/performance/3DLighting/src/main/java/attenuation/Benchmark.java b/tests/performance/3DLighting/src/main/java/attenuation/Benchmark.java index 8823924cc76..ca6353144bc 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/Benchmark.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/Benchmark.java @@ -1,3 +1,28 @@ +/* + * Copyright (c) 2024, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package attenuation; import javafx.animation.Animation; diff --git a/tests/performance/3DLighting/src/main/java/attenuation/CameraScene3D.java b/tests/performance/3DLighting/src/main/java/attenuation/CameraScene3D.java index 56b4b07af32..760368b6c58 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/CameraScene3D.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/CameraScene3D.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2024, 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/tests/performance/3DLighting/src/main/java/attenuation/CaptureUtils.java b/tests/performance/3DLighting/src/main/java/attenuation/CaptureUtils.java index 08d45e682ad..cdeee473e6c 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/CaptureUtils.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/CaptureUtils.java @@ -1,3 +1,28 @@ +/* + * Copyright (c) 2024, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package attenuation; import java.awt.Desktop; diff --git a/tests/performance/3DLighting/src/main/java/attenuation/Controls.java b/tests/performance/3DLighting/src/main/java/attenuation/Controls.java index 98dc1e93b73..036f89306de 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/Controls.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/Controls.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2022, 2024, 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/tests/performance/3DLighting/src/main/java/attenuation/Environment.java b/tests/performance/3DLighting/src/main/java/attenuation/Environment.java index 2e7437385fd..97a02ff6cd9 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/Environment.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/Environment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2024, 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/tests/performance/3DLighting/src/main/java/attenuation/LightingApplication.java b/tests/performance/3DLighting/src/main/java/attenuation/LightingApplication.java index 4c121c26b32..5560f55a788 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/LightingApplication.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/LightingApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2024, 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/tests/performance/3DLighting/src/main/java/attenuation/MaterialControls.java b/tests/performance/3DLighting/src/main/java/attenuation/MaterialControls.java index 70616ef4242..609bc245304 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/MaterialControls.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/MaterialControls.java @@ -1,3 +1,28 @@ +/* + * Copyright (c) 2024, 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 + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + package attenuation; import java.util.Optional; diff --git a/tests/performance/3DLighting/src/main/java/attenuation/Models.java b/tests/performance/3DLighting/src/main/java/attenuation/Models.java index 90788195203..ebd0f09c13d 100644 --- a/tests/performance/3DLighting/src/main/java/attenuation/Models.java +++ b/tests/performance/3DLighting/src/main/java/attenuation/Models.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2024, 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