From 07eef75a24895112ebd7403ae4978ef8f7e4bf3e Mon Sep 17 00:00:00 2001 From: Ambarish Rapte Date: Thu, 21 Oct 2021 00:07:17 +0530 Subject: [PATCH] copyright-update --- .../src/shims/java/javafx/scene/control/TableCellShim.java | 2 +- .../src/shims/java/javafx/scene/control/TreeTableCellShim.java | 2 +- .../shims/java/javafx/scene/control/skin/VirtualFlowShim.java | 2 +- .../sun/javafx/scene/control/infrastructure/KeyEventFirer.java | 2 +- .../src/main/java/com/sun/glass/ui/win/WinView.java | 2 +- .../java/com/sun/javafx/application/HostServicesDelegate.java | 2 +- .../src/main/java/com/sun/javafx/font/coretext/CTGlyph.java | 2 +- .../src/main/java/com/sun/prism/d3d/D3DGraphics.java | 2 +- .../src/main/java/com/sun/prism/es2/ES2Graphics.java | 2 +- .../javafx.graphics/src/main/java/javafx/print/PageRange.java | 2 +- .../src/main/java/javafx/scene/layout/Background.java | 2 +- .../src/main/java/javafx/scene/layout/Border.java | 2 +- modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp | 2 +- .../src/main/native-glass/mac/GlassWindow+Java.m | 2 +- .../src/test/java/test/javafx/scene/Node_cssMethods_Test.java | 2 +- .../src/test/java/test/javafx/scene/layout/BackgroundTest.java | 2 +- .../src/test/java/test/javafx/scene/layout/BorderTest.java | 2 +- modules/javafx.web/src/main/java/javafx/scene/web/WebView.java | 2 +- .../Source/WebCore/platform/graphics/java/BufferImageJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/FontCascadeJava.cpp | 2 +- .../native/Source/WebCore/platform/graphics/java/FontJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/ImageDecoderJava.h | 2 +- .../native/Source/WebCore/platform/graphics/java/ImageJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/NativeImageJava.cpp | 2 +- .../WebCore/platform/graphics/texmap/BitmapTextureJava.cpp | 2 +- .../src/main/native/Source/WebCore/platform/java/CursorJava.cpp | 2 +- .../native/Source/WebCore/platform/java/KeyboardEventJava.cpp | 2 +- .../main/native/Source/WebCore/platform/java/WheelEventJava.cpp | 2 +- .../main/native/Source/WebKitLegacy/java/DOM/JavaDOMWindow.cpp | 2 +- .../native/Source/WebKitLegacy/java/DOM/JavaEventTarget.cpp | 2 +- .../Source/WebKitLegacy/java/DOM/JavaHTMLAppletElement.cpp | 2 +- .../src/main/native/Source/WebKitLegacy/java/DOM/JavaRange.cpp | 2 +- .../main/native/Tools/DumpRenderTree/java/DumpRenderTree.cpp | 2 +- .../javafx.web/src/test/java/test/javafx/scene/web/CSSTest.java | 2 +- .../src/test/java/test/javafx/scene/web/FileReaderTest.java | 2 +- .../src/test/java/test/javafx/scene/web/HTMLEditingTest.java | 2 +- .../src/test/java/test/javafx/scene/web/HistoryTest.java | 2 +- .../test/java/test/javafx/scene/web/LoadNotificationsTest.java | 2 +- .../src/test/java/test/javafx/scene/web/LoadTest.java | 2 +- .../src/test/java/test/javafx/scene/web/MiscellaneousTest.java | 2 +- .../src/testapp7/java/mymod/myapp7/DataUrlWithModuleLayer.java | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/modules/javafx.controls/src/shims/java/javafx/scene/control/TableCellShim.java b/modules/javafx.controls/src/shims/java/javafx/scene/control/TableCellShim.java index 8f2cde2fbf4..2bbb696868a 100644 --- a/modules/javafx.controls/src/shims/java/javafx/scene/control/TableCellShim.java +++ b/modules/javafx.controls/src/shims/java/javafx/scene/control/TableCellShim.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2021, 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/modules/javafx.controls/src/shims/java/javafx/scene/control/TreeTableCellShim.java b/modules/javafx.controls/src/shims/java/javafx/scene/control/TreeTableCellShim.java index a665d4ff0d6..e2b9cd3668e 100644 --- a/modules/javafx.controls/src/shims/java/javafx/scene/control/TreeTableCellShim.java +++ b/modules/javafx.controls/src/shims/java/javafx/scene/control/TreeTableCellShim.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2021, 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/modules/javafx.controls/src/shims/java/javafx/scene/control/skin/VirtualFlowShim.java b/modules/javafx.controls/src/shims/java/javafx/scene/control/skin/VirtualFlowShim.java index 40dd4fe817e..f4350416ef6 100644 --- a/modules/javafx.controls/src/shims/java/javafx/scene/control/skin/VirtualFlowShim.java +++ b/modules/javafx.controls/src/shims/java/javafx/scene/control/skin/VirtualFlowShim.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2021, 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/modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/KeyEventFirer.java b/modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/KeyEventFirer.java index 7804ff4dccc..41117850a80 100644 --- a/modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/KeyEventFirer.java +++ b/modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/KeyEventFirer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinView.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinView.java index 7ac26266ef4..45e63b9c9fe 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinView.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2021, 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/modules/javafx.graphics/src/main/java/com/sun/javafx/application/HostServicesDelegate.java b/modules/javafx.graphics/src/main/java/com/sun/javafx/application/HostServicesDelegate.java index 3a8d61a4952..bc5cd8cfd1f 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/javafx/application/HostServicesDelegate.java +++ b/modules/javafx.graphics/src/main/java/com/sun/javafx/application/HostServicesDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyph.java b/modules/javafx.graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyph.java index 701e0b9c40b..d23c6003d1c 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyph.java +++ b/modules/javafx.graphics/src/main/java/com/sun/javafx/font/coretext/CTGlyph.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2021, 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/modules/javafx.graphics/src/main/java/com/sun/prism/d3d/D3DGraphics.java b/modules/javafx.graphics/src/main/java/com/sun/prism/d3d/D3DGraphics.java index 9805c6f80de..6df258be0f5 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/prism/d3d/D3DGraphics.java +++ b/modules/javafx.graphics/src/main/java/com/sun/prism/d3d/D3DGraphics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2021, 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/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Graphics.java b/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Graphics.java index f43ad9aa37f..ae04c09cf78 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Graphics.java +++ b/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Graphics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2021, 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/modules/javafx.graphics/src/main/java/javafx/print/PageRange.java b/modules/javafx.graphics/src/main/java/javafx/print/PageRange.java index 96e99c6f071..fe01d6b112c 100644 --- a/modules/javafx.graphics/src/main/java/javafx/print/PageRange.java +++ b/modules/javafx.graphics/src/main/java/javafx/print/PageRange.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2021, 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/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java b/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java index e0bc34bc1e1..658d11d9b3e 100644 --- a/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java +++ b/modules/javafx.graphics/src/main/java/javafx/scene/layout/Background.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2021, 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/modules/javafx.graphics/src/main/java/javafx/scene/layout/Border.java b/modules/javafx.graphics/src/main/java/javafx/scene/layout/Border.java index 8e274bf8518..27f908202d6 100644 --- a/modules/javafx.graphics/src/main/java/javafx/scene/layout/Border.java +++ b/modules/javafx.graphics/src/main/java/javafx/scene/layout/Border.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2021, 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/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp b/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp index 5a108e7b5f7..750e230cd02 100644 --- a/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp +++ b/modules/javafx.graphics/src/main/native-glass/gtk/glass_dnd.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.graphics/src/main/native-glass/mac/GlassWindow+Java.m b/modules/javafx.graphics/src/main/native-glass/mac/GlassWindow+Java.m index 22f55522a37..776d267a2c4 100644 --- a/modules/javafx.graphics/src/main/native-glass/mac/GlassWindow+Java.m +++ b/modules/javafx.graphics/src/main/native-glass/mac/GlassWindow+Java.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.graphics/src/test/java/test/javafx/scene/Node_cssMethods_Test.java b/modules/javafx.graphics/src/test/java/test/javafx/scene/Node_cssMethods_Test.java index b9868941740..cde44ea63f9 100644 --- a/modules/javafx.graphics/src/test/java/test/javafx/scene/Node_cssMethods_Test.java +++ b/modules/javafx.graphics/src/test/java/test/javafx/scene/Node_cssMethods_Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BackgroundTest.java b/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BackgroundTest.java index a8dc935d62e..d39bcd411bf 100644 --- a/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BackgroundTest.java +++ b/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BackgroundTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2021, 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/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BorderTest.java b/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BorderTest.java index 83ee0d88108..d359b6c4484 100644 --- a/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BorderTest.java +++ b/modules/javafx.graphics/src/test/java/test/javafx/scene/layout/BorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2021, 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/modules/javafx.web/src/main/java/javafx/scene/web/WebView.java b/modules/javafx.web/src/main/java/javafx/scene/web/WebView.java index 2e85bcd77f9..a4f27c7ee7c 100644 --- a/modules/javafx.web/src/main/java/javafx/scene/web/WebView.java +++ b/modules/javafx.web/src/main/java/javafx/scene/web/WebView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.cpp index 9a198617fa9..4ba607ba132 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCascadeJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCascadeJava.cpp index cbfd87a21f6..bc2b9c33bc6 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCascadeJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCascadeJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp index c258443a032..cc0677c277b 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp index 7eac7b5115f..75f9a10469c 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.h b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.h index 8964e371499..65690906ffb 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.h +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageDecoderJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageJava.cpp index b8e1321a1f4..05ba7a87aa5 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/NativeImageJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/NativeImageJava.cpp index 09442f9e106..c6a2213c9b8 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/NativeImageJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/NativeImageJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/texmap/BitmapTextureJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/texmap/BitmapTextureJava.cpp index 88a1613a8e3..2f277fa0709 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/texmap/BitmapTextureJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/texmap/BitmapTextureJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/java/CursorJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/CursorJava.cpp index c4a18884a72..9859b0bcb17 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/CursorJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/CursorJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/java/KeyboardEventJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/KeyboardEventJava.cpp index 7b849efd259..eba52c56e77 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/KeyboardEventJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/KeyboardEventJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WheelEventJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WheelEventJava.cpp index 67dcc07ba5f..49d6419439d 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WheelEventJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WheelEventJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDOMWindow.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDOMWindow.cpp index b87f94f0ef8..84e0a43b18c 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDOMWindow.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDOMWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2021, 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/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaEventTarget.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaEventTarget.cpp index a7cdfc460bf..de58fbf195a 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaEventTarget.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaEventTarget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2021, 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/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLAppletElement.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLAppletElement.cpp index 346e5da02d1..31626ccb202 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLAppletElement.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLAppletElement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2021, 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/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaRange.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaRange.cpp index bf08bebd655..63f79765258 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaRange.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaRange.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2021, 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/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/DumpRenderTree.cpp b/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/DumpRenderTree.cpp index 14283d61f6a..96662e67c64 100644 --- a/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/DumpRenderTree.cpp +++ b/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/DumpRenderTree.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/CSSTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/CSSTest.java index 747d8a59888..d2dd4fcb4d5 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/CSSTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/CSSTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/FileReaderTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/FileReaderTest.java index ee262de2313..f2e4ddf211f 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/FileReaderTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/FileReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/HTMLEditingTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/HTMLEditingTest.java index a9805e70e7a..3fc44d2036c 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/HTMLEditingTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/HTMLEditingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/HistoryTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/HistoryTest.java index 7ce818650c8..b700ae2bb8e 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/HistoryTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/HistoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadNotificationsTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadNotificationsTest.java index 4b6130976c5..76a5808d3b8 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadNotificationsTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadNotificationsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadTest.java index 3db3438aa5d..54efc09fca1 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/LoadTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/modules/javafx.web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java b/modules/javafx.web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java index 42f1b854562..50654b437e8 100644 --- a/modules/javafx.web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java +++ b/modules/javafx.web/src/test/java/test/javafx/scene/web/MiscellaneousTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2021, 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/system/src/testapp7/java/mymod/myapp7/DataUrlWithModuleLayer.java b/tests/system/src/testapp7/java/mymod/myapp7/DataUrlWithModuleLayer.java index 5758b5050c3..3be8e078630 100644 --- a/tests/system/src/testapp7/java/mymod/myapp7/DataUrlWithModuleLayer.java +++ b/tests/system/src/testapp7/java/mymod/myapp7/DataUrlWithModuleLayer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021, 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