From 80a5614bb4f5ecea8b9a864024e6998b864254c8 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Thu, 30 Apr 2020 14:49:31 -0700 Subject: [PATCH] 8237504: Update copyright header for files modified in 2020 --- build.gradle | 2 +- build.properties | 2 +- buildSrc/linux.gradle | 2 +- .../main/java/com/sun/javafx/binding/BidirectionalBinding.java | 2 +- .../src/main/java/javafx/beans/property/BooleanProperty.java | 2 +- .../src/main/java/javafx/beans/property/DoubleProperty.java | 2 +- .../src/main/java/javafx/beans/property/FloatProperty.java | 2 +- .../src/main/java/javafx/beans/property/IntegerProperty.java | 2 +- .../src/main/java/javafx/beans/property/LongProperty.java | 2 +- .../beans/property/adapter/JavaBeanBooleanPropertyBuilder.java | 2 +- .../beans/property/adapter/JavaBeanDoublePropertyBuilder.java | 2 +- .../beans/property/adapter/JavaBeanFloatPropertyBuilder.java | 2 +- .../beans/property/adapter/JavaBeanIntegerPropertyBuilder.java | 2 +- .../beans/property/adapter/JavaBeanLongPropertyBuilder.java | 2 +- .../javafx/beans/property/adapter/JavaBeanObjectProperty.java | 2 +- .../beans/property/adapter/JavaBeanObjectPropertyBuilder.java | 2 +- .../beans/property/adapter/JavaBeanStringPropertyBuilder.java | 2 +- .../adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.java | 2 +- .../property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.java | 2 +- .../property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.java | 2 +- .../adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.java | 2 +- .../property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.java | 2 +- .../beans/property/adapter/ReadOnlyJavaBeanObjectProperty.java | 2 +- .../property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.java | 2 +- .../property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.java | 2 +- .../src/main/java/javafx/beans/value/WritableObjectValue.java | 2 +- .../test/java/test/com/sun/javafx/runtime/VersionInfoTest.java | 2 +- .../com/sun/javafx/scene/control/behavior/TextAreaBehavior.java | 2 +- .../sun/javafx/scene/control/behavior/TextFieldBehavior.java | 2 +- .../src/main/java/javafx/scene/control/ListView.java | 2 +- .../src/main/java/javafx/scene/control/TableView.java | 2 +- .../src/main/java/javafx/scene/control/ToggleGroup.java | 2 +- .../main/java/javafx/scene/control/skin/ColorPickerSkin.java | 2 +- .../src/main/java/javafx/scene/control/skin/MenuBarSkin.java | 2 +- .../java/javafx/scene/control/skin/ProgressIndicatorSkin.java | 2 +- .../java/javafx/scene/control/skin/TextInputControlSkin.java | 2 +- .../src/main/java/javafx/scene/control/skin/ToolBarSkin.java | 2 +- .../test/java/test/javafx/scene/control/ToggleButtonTest.java | 2 +- .../java/test/javafx/scene/control/skin/MenuBarSkinTest.java | 2 +- .../src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java | 2 +- modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java | 2 +- .../com/sun/scenario/effect/compiler/backend/hw/ES2Backend.java | 2 +- .../sun/scenario/effect/compiler/backend/hw/GLSLBackend.java | 2 +- .../sun/scenario/effect/compiler/backend/hw/HLSLBackend.java | 2 +- .../src/main/java/com/sun/glass/ui/ios/IosGestureSupport.java | 2 +- .../src/main/java/com/sun/glass/ui/mac/MacAccessible.java | 2 +- .../src/main/java/com/sun/glass/ui/monocle/EPDFrameBuffer.java | 2 +- .../src/main/java/com/sun/glass/ui/monocle/EPDScreen.java | 2 +- .../src/main/java/com/sun/glass/ui/monocle/EPDSettings.java | 2 +- .../src/main/java/com/sun/glass/ui/monocle/EPDSystem.java | 2 +- .../src/main/java/com/sun/glass/ui/monocle/FramebufferY8.java | 2 +- .../src/main/java/com/sun/javafx/application/PlatformImpl.java | 2 +- .../src/main/java/com/sun/javafx/font/PrismFontFile.java | 2 +- .../src/main/java/com/sun/javafx/iio/ios/IosImageLoader.java | 2 +- .../main/java/com/sun/javafx/scene/input/InputEventUtils.java | 2 +- .../src/main/java/com/sun/prism/es2/ES2Pipeline.java | 2 +- .../src/main/java/com/sun/prism/impl/GlyphCache.java | 2 +- .../src/main/java/com/sun/prism/impl/PrismSettings.java | 2 +- .../src/main/java/com/sun/prism/j2d/print/J2DPrinter.java | 2 +- .../java/com/sun/scenario/effect/impl/prism/PrRenderer.java | 2 +- .../javafx.graphics/src/main/java/javafx/scene/paint/Color.java | 2 +- .../javafx.graphics/src/main/java/javafx/scene/paint/Stop.java | 2 +- .../src/main/native-glass/ios/GlassViewDelegate.h | 2 +- .../src/main/native-glass/ios/GlassViewDelegate.m | 2 +- modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.h | 2 +- modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.m | 2 +- modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.h | 2 +- modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.m | 2 +- .../src/main/native-glass/mac/GlassApplication.h | 2 +- .../src/main/native-glass/mac/GlassApplication.m | 2 +- modules/javafx.graphics/src/main/native-glass/mac/GlassView.h | 2 +- .../main/resources/com/sun/prism/es2/glsl/diffuse_color.frag | 2 +- .../src/main/resources/com/sun/prism/es2/glsl/diffuse_none.frag | 2 +- .../main/resources/com/sun/prism/es2/glsl/diffuse_texture.frag | 2 +- .../src/main/resources/com/sun/prism/es2/glsl/main0Lights.frag | 2 +- .../src/main/resources/com/sun/prism/es2/glsl/main1Light.frag | 2 +- .../src/main/resources/com/sun/prism/es2/glsl/main2Lights.frag | 2 +- .../src/main/resources/com/sun/prism/es2/glsl/main3Lights.frag | 2 +- .../main/resources/com/sun/prism/es2/glsl/normalMap_none.frag | 2 +- .../resources/com/sun/prism/es2/glsl/normalMap_texture.frag | 2 +- .../main/resources/com/sun/prism/es2/glsl/selfIllum_none.frag | 2 +- .../resources/com/sun/prism/es2/glsl/selfIllum_texture.frag | 2 +- .../main/resources/com/sun/prism/es2/glsl/specular_color.frag | 2 +- .../src/main/resources/com/sun/prism/es2/glsl/specular_mix.frag | 2 +- .../main/resources/com/sun/prism/es2/glsl/specular_none.frag | 2 +- .../main/resources/com/sun/prism/es2/glsl/specular_texture.frag | 2 +- .../src/test/java/test/com/sun/javafx/css/StyleManagerTest.java | 2 +- .../test/java/test/javafx/css/Node_cssStateTransition_Test.java | 2 +- .../java/com/sun/media/jfxmedia/locator/ConnectionHolder.java | 2 +- .../src/main/java/com/sun/media/jfxmedia/locator/Locator.java | 2 +- .../sun/media/jfxmediaimpl/platform/gstreamer/GSTPlatform.java | 2 +- .../src/main/native/gstreamer/plugins/av/fxavcodecplugin.c | 2 +- .../javafx.media/src/main/native/gstreamer/plugins/fxplugins.c | 2 +- .../src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.h | 2 +- .../src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp | 2 +- .../src/main/java/com/sun/javafx/webkit/KeyCodeMap.java | 2 +- .../src/main/java/com/sun/javafx/webkit/drt/DumpRenderTree.java | 2 +- .../java/com/sun/javafx/webkit/prism/PrismGraphicsManager.java | 2 +- .../src/main/java/com/sun/webkit/network/DateParser.java | 2 +- .../javafx.web/src/main/java/com/sun/webkit/network/URLs.java | 2 +- .../javafx.web/src/main/java/com/sun/webkit/text/TextCodec.java | 2 +- .../javafx.web/src/main/java/javafx/scene/web/WebEngine.java | 2 +- .../src/main/native/Source/WTF/wtf/java/FileSystemJava.cpp | 2 +- .../src/main/native/Source/WebCore/SourcesPlatformJava.txt | 2 +- .../Source/WebCore/platform/graphics/java/BufferImageJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/BufferImageJava.h | 2 +- .../Source/WebCore/platform/graphics/java/FontCacheJava.cpp | 2 +- .../WebCore/platform/graphics/java/FontCustomPlatformData.h | 2 +- .../WebCore/platform/graphics/java/FontPlatformDataJava.cpp | 2 +- .../WebCore/platform/graphics/java/GraphicsContextJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/ImageBufferJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/ImageDecoderJava.cpp | 2 +- .../Source/WebCore/platform/graphics/java/NativeImageJava.cpp | 2 +- .../native/Source/WebCore/platform/graphics/java/PathJava.cpp | 2 +- .../main/native/Source/WebCore/platform/java/DragImageJava.cpp | 2 +- .../Source/WebCore/platform/java/LocalizedStringsJava.cpp | 2 +- .../main/native/Source/WebCore/platform/java/PasteboardJava.cpp | 2 +- .../native/Source/WebCore/platform/java/RenderThemeJava.cpp | 2 +- .../Source/WebCore/platform/java/TextBreakIteratorJava.cpp | 2 +- .../src/main/native/Source/WebCore/platform/java/WidgetJava.cpp | 2 +- .../WebCore/platform/network/java/NetworkStorageSessionJava.cpp | 2 +- .../main/native/Source/WebKitLegacy/java/DOM/JavaDOMWindow.cpp | 2 +- .../main/native/Source/WebKitLegacy/java/DOM/JavaDocument.cpp | 2 +- .../native/Source/WebKitLegacy/java/DOM/JavaHTMLElement.cpp | 2 +- .../WebKitLegacy/java/WebCoreSupport/ChromeClientJava.cpp | 2 +- .../Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.h | 2 +- .../WebKitLegacy/java/WebCoreSupport/EditorClientJava.cpp | 2 +- .../Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.h | 2 +- .../WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.cpp | 2 +- .../WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.h | 2 +- .../Source/WebKitLegacy/java/WebCoreSupport/PageCacheJava.cpp | 2 +- .../WebKitLegacy/java/WebCoreSupport/PlatformStrategiesJava.cpp | 2 +- .../WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.cpp | 2 +- .../WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.h | 2 +- .../WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.cpp | 2 +- .../WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.h | 2 +- .../native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.cpp | 2 +- .../native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.h | 2 +- .../main/native/Tools/DumpRenderTree/java/DumpRenderTree.cpp | 2 +- .../main/native/Tools/DumpRenderTree/java/TestRunnerJava.cpp | 2 +- .../src/test/java/test/com/sun/webkit/SharedBufferTest.java | 2 +- .../test/com/sun/webkit/SimpleSharedBufferInputStreamTest.java | 2 +- .../java/test/com/sun/glass/ui/monocle/EPDSettingsTest.java | 2 +- .../java/test/com/sun/glass/ui/monocle/FramebufferY8Test.java | 2 +- 144 files changed, 144 insertions(+), 144 deletions(-) diff --git a/build.gradle b/build.gradle index f7899ae8224..22fe701bc56 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/build.properties b/build.properties index 18bf0d77d8a..e0cced688d8 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2013, 2020, 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/buildSrc/linux.gradle b/buildSrc/linux.gradle index 5a55bb2bec0..a8e9fb19a50 100644 --- a/buildSrc/linux.gradle +++ b/buildSrc/linux.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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.base/src/main/java/com/sun/javafx/binding/BidirectionalBinding.java b/modules/javafx.base/src/main/java/com/sun/javafx/binding/BidirectionalBinding.java index b3fe6266abb..84ee0494fe3 100644 --- a/modules/javafx.base/src/main/java/com/sun/javafx/binding/BidirectionalBinding.java +++ b/modules/javafx.base/src/main/java/com/sun/javafx/binding/BidirectionalBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/BooleanProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/BooleanProperty.java index 25acf463b24..598dadd49f4 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/BooleanProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/BooleanProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/DoubleProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/DoubleProperty.java index 2aedf417eb1..b03d2dac010 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/DoubleProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/DoubleProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/FloatProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/FloatProperty.java index b56277a8601..cb3b9ae2574 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/FloatProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/FloatProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/IntegerProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/IntegerProperty.java index 81211a9232b..884d8cf7243 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/IntegerProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/IntegerProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/LongProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/LongProperty.java index e8fdeadb0df..bdf2e74b183 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/LongProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/LongProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.java index 57c52e41eba..d47054948d3 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.java index ef87cb509bb..6fffc3bb1c2 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanDoublePropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.java index d3b3457bdc4..064f1f21dca 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanFloatPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.java index 6cd65abe0e0..188f8eb628f 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanIntegerPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.java index 922e487e40e..cf80e7acc54 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanLongPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectProperty.java index 88d6866679d..00b4272bdd3 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.java index 5b1889fe8af..edec45e91eb 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanObjectPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.java index 27f68a3b6c5..b3d37e8623d 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanStringPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.java index b1f799b9740..6f69de02054 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanBooleanPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.java index 7c7a35378e7..4a608888163 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanDoublePropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.java index b885bfe5827..7fc2cff4e34 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanFloatPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.java index 07aefbaf264..4e0140b5a81 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanIntegerPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.java index 1187490217b..1ee429102e7 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanLongPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.java index d1b31f48acf..37b7963549b 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.java index 67e31126dd4..388f5dfb345 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanObjectPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.java b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.java index 3f7af4be3bd..52c7feabb7c 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.java +++ b/modules/javafx.base/src/main/java/javafx/beans/property/adapter/ReadOnlyJavaBeanStringPropertyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/main/java/javafx/beans/value/WritableObjectValue.java b/modules/javafx.base/src/main/java/javafx/beans/value/WritableObjectValue.java index b33ddd44038..cc13029c4b6 100644 --- a/modules/javafx.base/src/main/java/javafx/beans/value/WritableObjectValue.java +++ b/modules/javafx.base/src/main/java/javafx/beans/value/WritableObjectValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.base/src/test/java/test/com/sun/javafx/runtime/VersionInfoTest.java b/modules/javafx.base/src/test/java/test/com/sun/javafx/runtime/VersionInfoTest.java index e6afbc325a2..dca447fceef 100644 --- a/modules/javafx.base/src/test/java/test/com/sun/javafx/runtime/VersionInfoTest.java +++ b/modules/javafx.base/src/test/java/test/com/sun/javafx/runtime/VersionInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/main/java/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java b/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java index 4a7ba990517..70ee9727e74 100644 --- a/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java +++ b/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TextAreaBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/main/java/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java b/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java index c6f6c9cdbd8..6ef4d9f3ff5 100644 --- a/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java +++ b/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/TextFieldBehavior.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/main/java/javafx/scene/control/ListView.java b/modules/javafx.controls/src/main/java/javafx/scene/control/ListView.java index 85a3bd105f0..d0b386554a4 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/ListView.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/ListView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/main/java/javafx/scene/control/TableView.java b/modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java index f6e6491868d..309eca105dc 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/main/java/javafx/scene/control/ToggleGroup.java b/modules/javafx.controls/src/main/java/javafx/scene/control/ToggleGroup.java index d146a4bb299..452da59d02d 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/ToggleGroup.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/ToggleGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/main/java/javafx/scene/control/skin/ColorPickerSkin.java b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ColorPickerSkin.java index e4a8a2d1e55..90dae72543a 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ColorPickerSkin.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ColorPickerSkin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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/main/java/javafx/scene/control/skin/MenuBarSkin.java b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/MenuBarSkin.java index 0d71485c2ce..64d194648f1 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/skin/MenuBarSkin.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/MenuBarSkin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/main/java/javafx/scene/control/skin/ProgressIndicatorSkin.java b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ProgressIndicatorSkin.java index f9b26f25f80..d365215c4be 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ProgressIndicatorSkin.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ProgressIndicatorSkin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/main/java/javafx/scene/control/skin/TextInputControlSkin.java b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextInputControlSkin.java index 80ea850845d..efbe171d747 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextInputControlSkin.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/TextInputControlSkin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/main/java/javafx/scene/control/skin/ToolBarSkin.java b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ToolBarSkin.java index e95b48c2eca..b24e5c673f3 100644 --- a/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ToolBarSkin.java +++ b/modules/javafx.controls/src/main/java/javafx/scene/control/skin/ToolBarSkin.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/javafx/scene/control/ToggleButtonTest.java b/modules/javafx.controls/src/test/java/test/javafx/scene/control/ToggleButtonTest.java index 643c8aaf6f1..cca268e4e45 100644 --- a/modules/javafx.controls/src/test/java/test/javafx/scene/control/ToggleButtonTest.java +++ b/modules/javafx.controls/src/test/java/test/javafx/scene/control/ToggleButtonTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/javafx/scene/control/skin/MenuBarSkinTest.java b/modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/MenuBarSkinTest.java index a9bd1d8c63b..a6cba2086b0 100644 --- a/modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/MenuBarSkinTest.java +++ b/modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/MenuBarSkinTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.fxml/src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java b/modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java index 5df5746795d..92efd54878c 100644 --- a/modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java +++ b/modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.fxml/src/main/java/javafx/fxml/FXMLLoader.java b/modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java index 313f1580955..b4677b44826 100644 --- a/modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java +++ b/modules/javafx.fxml/src/main/java/javafx/fxml/FXMLLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/jslc/java/com/sun/scenario/effect/compiler/backend/hw/ES2Backend.java b/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/ES2Backend.java index 46e3e2cd537..f005e49682a 100644 --- a/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/ES2Backend.java +++ b/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/ES2Backend.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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/jslc/java/com/sun/scenario/effect/compiler/backend/hw/GLSLBackend.java b/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/GLSLBackend.java index a1d3be12eb2..19e9bb63446 100644 --- a/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/GLSLBackend.java +++ b/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/GLSLBackend.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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/jslc/java/com/sun/scenario/effect/compiler/backend/hw/HLSLBackend.java b/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/HLSLBackend.java index c8bfb0d34a1..c889fd10367 100644 --- a/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/HLSLBackend.java +++ b/modules/javafx.graphics/src/jslc/java/com/sun/scenario/effect/compiler/backend/hw/HLSLBackend.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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/ios/IosGestureSupport.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/ios/IosGestureSupport.java index 37dd3d2d58f..b03802c0667 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/ios/IosGestureSupport.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/ios/IosGestureSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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/mac/MacAccessible.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java index ed99fc0cc8e..887cd6f7d69 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacAccessible.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/monocle/EPDFrameBuffer.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDFrameBuffer.java index b8d687b303f..86b568c4393 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDFrameBuffer.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDFrameBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/monocle/EPDScreen.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDScreen.java index bf546fb78df..2caf67aa6f2 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDScreen.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDScreen.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/monocle/EPDSettings.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDSettings.java index a5603760f8c..974bf916f01 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDSettings.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/monocle/EPDSystem.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDSystem.java index d629144ed00..2b202e4f4ef 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDSystem.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/EPDSystem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/monocle/FramebufferY8.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/FramebufferY8.java index ad2e48fe192..ef7b4dc0e0e 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/FramebufferY8.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/monocle/FramebufferY8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/PlatformImpl.java b/modules/javafx.graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java index 90f8afe585c..4a457a4dd90 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java +++ b/modules/javafx.graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/PrismFontFile.java b/modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFile.java index 300f3025ed8..28230664f06 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFile.java +++ b/modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/iio/ios/IosImageLoader.java b/modules/javafx.graphics/src/main/java/com/sun/javafx/iio/ios/IosImageLoader.java index 51845735bc2..7f59d6bfda9 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/javafx/iio/ios/IosImageLoader.java +++ b/modules/javafx.graphics/src/main/java/com/sun/javafx/iio/ios/IosImageLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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/scene/input/InputEventUtils.java b/modules/javafx.graphics/src/main/java/com/sun/javafx/scene/input/InputEventUtils.java index 90bd2f22037..6dbd259da87 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/javafx/scene/input/InputEventUtils.java +++ b/modules/javafx.graphics/src/main/java/com/sun/javafx/scene/input/InputEventUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2020, 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/ES2Pipeline.java b/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Pipeline.java index 54cf6203e3d..9de83d73d67 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Pipeline.java +++ b/modules/javafx.graphics/src/main/java/com/sun/prism/es2/ES2Pipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2020, 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/impl/GlyphCache.java b/modules/javafx.graphics/src/main/java/com/sun/prism/impl/GlyphCache.java index ea316fb5305..081f3d8e2b2 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/prism/impl/GlyphCache.java +++ b/modules/javafx.graphics/src/main/java/com/sun/prism/impl/GlyphCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2020, 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/impl/PrismSettings.java b/modules/javafx.graphics/src/main/java/com/sun/prism/impl/PrismSettings.java index 2b3255cdcb2..bde9b7457ce 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/prism/impl/PrismSettings.java +++ b/modules/javafx.graphics/src/main/java/com/sun/prism/impl/PrismSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/j2d/print/J2DPrinter.java b/modules/javafx.graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinter.java index f2d53eee929..1cf5d8df68e 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinter.java +++ b/modules/javafx.graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/scenario/effect/impl/prism/PrRenderer.java b/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/PrRenderer.java index fde3e4853da..fe84f8998a3 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/PrRenderer.java +++ b/modules/javafx.graphics/src/main/java/com/sun/scenario/effect/impl/prism/PrRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/paint/Color.java b/modules/javafx.graphics/src/main/java/javafx/scene/paint/Color.java index a0123c8e1c3..8533b7b8375 100644 --- a/modules/javafx.graphics/src/main/java/javafx/scene/paint/Color.java +++ b/modules/javafx.graphics/src/main/java/javafx/scene/paint/Color.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/paint/Stop.java b/modules/javafx.graphics/src/main/java/javafx/scene/paint/Stop.java index ca40446d4fd..dd4ac1f02e1 100644 --- a/modules/javafx.graphics/src/main/java/javafx/scene/paint/Stop.java +++ b/modules/javafx.graphics/src/main/java/javafx/scene/paint/Stop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/ios/GlassViewDelegate.h b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewDelegate.h index b5f63f53284..d25fb338c62 100644 --- a/modules/javafx.graphics/src/main/native-glass/ios/GlassViewDelegate.h +++ b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewDelegate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/ios/GlassViewDelegate.m b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewDelegate.m index ecdb45da137..780d49a66b4 100644 --- a/modules/javafx.graphics/src/main/native-glass/ios/GlassViewDelegate.m +++ b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewDelegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/ios/GlassViewGL.h b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.h index efb9272564d..341f00e7658 100644 --- a/modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.h +++ b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/ios/GlassViewGL.m b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.m index 251cd2b6a8f..1e4e3edf469 100644 --- a/modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.m +++ b/modules/javafx.graphics/src/main/native-glass/ios/GlassViewGL.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/ios/GlassWindow.h b/modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.h index ddd5c10f20a..819bec29ab3 100644 --- a/modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.h +++ b/modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/ios/GlassWindow.m b/modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.m index dae37911766..bb12bae06ff 100644 --- a/modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.m +++ b/modules/javafx.graphics/src/main/native-glass/ios/GlassWindow.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/GlassApplication.h b/modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.h index 9f74741f564..42aa001e47a 100644 --- a/modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.h +++ b/modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/GlassApplication.m b/modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.m index 2e348528620..4f1b14acca1 100644 --- a/modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.m +++ b/modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/GlassView.h b/modules/javafx.graphics/src/main/native-glass/mac/GlassView.h index 9c30c1d8a1f..9ed61d3eec2 100644 --- a/modules/javafx.graphics/src/main/native-glass/mac/GlassView.h +++ b/modules/javafx.graphics/src/main/native-glass/mac/GlassView.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/resources/com/sun/prism/es2/glsl/diffuse_color.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_color.frag index 145ca0d616b..9900d788572 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_color.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_color.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/diffuse_none.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_none.frag index 84f95c1c9af..2f6557f21fd 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_none.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_none.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/diffuse_texture.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_texture.frag index b4ad43fd50f..789e94afc6f 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_texture.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/diffuse_texture.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/main0Lights.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main0Lights.frag index 262b9a104ec..4b50e0c36d0 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main0Lights.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main0Lights.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/main1Light.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main1Light.frag index 2c2f6eec62c..a11fea6c40b 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main1Light.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main1Light.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/main2Lights.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main2Lights.frag index 37d2fc2d5ca..9a226dba765 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main2Lights.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main2Lights.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/main3Lights.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main3Lights.frag index c8be3313151..13331d460bc 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main3Lights.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/main3Lights.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/normalMap_none.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/normalMap_none.frag index 6b11bcc6e05..8dc44e4f619 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/normalMap_none.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/normalMap_none.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/normalMap_texture.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/normalMap_texture.frag index 347d6f82370..d587680f98e 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/normalMap_texture.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/normalMap_texture.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/selfIllum_none.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/selfIllum_none.frag index c0757f264c6..b92e429542e 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/selfIllum_none.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/selfIllum_none.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/selfIllum_texture.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/selfIllum_texture.frag index 903edfd3988..6c0d1e7ea7e 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/selfIllum_texture.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/selfIllum_texture.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/specular_color.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_color.frag index 0365e76206f..0e7a71adba1 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_color.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_color.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/specular_mix.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_mix.frag index 3acc87b2e62..0e99457cba1 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_mix.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_mix.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/specular_none.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_none.frag index 2876783aa6c..24c30fd68a8 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_none.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_none.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/resources/com/sun/prism/es2/glsl/specular_texture.frag b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_texture.frag index 415cf28b5ee..540e6ca0d21 100644 --- a/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_texture.frag +++ b/modules/javafx.graphics/src/main/resources/com/sun/prism/es2/glsl/specular_texture.frag @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/com/sun/javafx/css/StyleManagerTest.java b/modules/javafx.graphics/src/test/java/test/com/sun/javafx/css/StyleManagerTest.java index 08eaa7eb9f7..82e7eb09615 100644 --- a/modules/javafx.graphics/src/test/java/test/com/sun/javafx/css/StyleManagerTest.java +++ b/modules/javafx.graphics/src/test/java/test/com/sun/javafx/css/StyleManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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/css/Node_cssStateTransition_Test.java b/modules/javafx.graphics/src/test/java/test/javafx/css/Node_cssStateTransition_Test.java index 27c1abf401c..0c0e78bd1cc 100644 --- a/modules/javafx.graphics/src/test/java/test/javafx/css/Node_cssStateTransition_Test.java +++ b/modules/javafx.graphics/src/test/java/test/javafx/css/Node_cssStateTransition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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.media/src/main/java/com/sun/media/jfxmedia/locator/ConnectionHolder.java b/modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/ConnectionHolder.java index 2220442349e..a345479da6c 100644 --- a/modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/ConnectionHolder.java +++ b/modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/ConnectionHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.media/src/main/java/com/sun/media/jfxmedia/locator/Locator.java b/modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/Locator.java index 3c7805bc450..001da6a85d9 100644 --- a/modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/Locator.java +++ b/modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/Locator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.media/src/main/java/com/sun/media/jfxmediaimpl/platform/gstreamer/GSTPlatform.java b/modules/javafx.media/src/main/java/com/sun/media/jfxmediaimpl/platform/gstreamer/GSTPlatform.java index 5efdae06a8e..9a7b1a326ff 100644 --- a/modules/javafx.media/src/main/java/com/sun/media/jfxmediaimpl/platform/gstreamer/GSTPlatform.java +++ b/modules/javafx.media/src/main/java/com/sun/media/jfxmediaimpl/platform/gstreamer/GSTPlatform.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.media/src/main/native/gstreamer/plugins/av/fxavcodecplugin.c b/modules/javafx.media/src/main/native/gstreamer/plugins/av/fxavcodecplugin.c index 3a71badc605..2dff8d1eb5e 100644 --- a/modules/javafx.media/src/main/native/gstreamer/plugins/av/fxavcodecplugin.c +++ b/modules/javafx.media/src/main/native/gstreamer/plugins/av/fxavcodecplugin.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.media/src/main/native/gstreamer/plugins/fxplugins.c b/modules/javafx.media/src/main/native/gstreamer/plugins/fxplugins.c index 9a56ac77c0b..fb6c20b1654 100644 --- a/modules/javafx.media/src/main/native/gstreamer/plugins/fxplugins.c +++ b/modules/javafx.media/src/main/native/gstreamer/plugins/fxplugins.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.h b/modules/javafx.media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.h index 04d273dc0df..56dc359a3c2 100644 --- a/modules/javafx.media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.h +++ b/modules/javafx.media/src/main/native/jfxmedia/jni/JavaPlayerEventDispatcher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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.media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp b/modules/javafx.media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp index 828bc55f500..068d279538f 100644 --- a/modules/javafx.media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp +++ b/modules/javafx.media/src/main/native/jfxmedia/platform/gstreamer/GstPlatform.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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/com/sun/javafx/webkit/KeyCodeMap.java b/modules/javafx.web/src/main/java/com/sun/javafx/webkit/KeyCodeMap.java index cdf969351cd..6ca424525a2 100644 --- a/modules/javafx.web/src/main/java/com/sun/javafx/webkit/KeyCodeMap.java +++ b/modules/javafx.web/src/main/java/com/sun/javafx/webkit/KeyCodeMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/com/sun/javafx/webkit/drt/DumpRenderTree.java b/modules/javafx.web/src/main/java/com/sun/javafx/webkit/drt/DumpRenderTree.java index e1c1953a492..376046f5f03 100644 --- a/modules/javafx.web/src/main/java/com/sun/javafx/webkit/drt/DumpRenderTree.java +++ b/modules/javafx.web/src/main/java/com/sun/javafx/webkit/drt/DumpRenderTree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/com/sun/javafx/webkit/prism/PrismGraphicsManager.java b/modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/PrismGraphicsManager.java index cf4463cd589..dc8be55f519 100644 --- a/modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/PrismGraphicsManager.java +++ b/modules/javafx.web/src/main/java/com/sun/javafx/webkit/prism/PrismGraphicsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/com/sun/webkit/network/DateParser.java b/modules/javafx.web/src/main/java/com/sun/webkit/network/DateParser.java index d37d9d4a5b8..8d6b1a04166 100644 --- a/modules/javafx.web/src/main/java/com/sun/webkit/network/DateParser.java +++ b/modules/javafx.web/src/main/java/com/sun/webkit/network/DateParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/com/sun/webkit/network/URLs.java b/modules/javafx.web/src/main/java/com/sun/webkit/network/URLs.java index f5d3d014af8..b3d220d08e2 100644 --- a/modules/javafx.web/src/main/java/com/sun/webkit/network/URLs.java +++ b/modules/javafx.web/src/main/java/com/sun/webkit/network/URLs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/com/sun/webkit/text/TextCodec.java b/modules/javafx.web/src/main/java/com/sun/webkit/text/TextCodec.java index 5017e2245e7..a02cef3a15f 100644 --- a/modules/javafx.web/src/main/java/com/sun/webkit/text/TextCodec.java +++ b/modules/javafx.web/src/main/java/com/sun/webkit/text/TextCodec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebEngine.java b/modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java index 130ab384b18..f8edf78555d 100644 --- a/modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java +++ b/modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WTF/wtf/java/FileSystemJava.cpp b/modules/javafx.web/src/main/native/Source/WTF/wtf/java/FileSystemJava.cpp index 4aea7dc6866..3d1d5013c66 100644 --- a/modules/javafx.web/src/main/native/Source/WTF/wtf/java/FileSystemJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WTF/wtf/java/FileSystemJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/SourcesPlatformJava.txt b/modules/javafx.web/src/main/native/Source/WebCore/SourcesPlatformJava.txt index 138a0093282..b7d194f47e0 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/SourcesPlatformJava.txt +++ b/modules/javafx.web/src/main/native/Source/WebCore/SourcesPlatformJava.txt @@ -1,4 +1,4 @@ -// Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2018, 2020, 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 fe9e1583167..dbee8fe81cb 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, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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.h b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.h index 6242ab81e31..b4fc13b51a4 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.h +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/BufferImageJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/FontCacheJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCacheJava.cpp index 2bc17413854..fa7d995958e 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCacheJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCacheJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/FontCustomPlatformData.h b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCustomPlatformData.h index a3eeb4d5457..2a2ea4ec9dd 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCustomPlatformData.h +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontCustomPlatformData.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/FontPlatformDataJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontPlatformDataJava.cpp index e4025b38a3a..a201b34ac44 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontPlatformDataJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/FontPlatformDataJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/GraphicsContextJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp index 7cd380c7abf..b908a046336 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/ImageBufferJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageBufferJava.cpp index abe39e37afa..97b637a9c83 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageBufferJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/ImageBufferJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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 56048ec0db0..fc079fc232c 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, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 4cf27bff229..42fba0bab32 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, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/PathJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/PathJava.cpp index aaf883dab80..016c1844f59 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/PathJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/PathJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/DragImageJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/DragImageJava.cpp index 77ab8b28050..9eee3b9ef71 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/DragImageJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/DragImageJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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/LocalizedStringsJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/LocalizedStringsJava.cpp index b254392b5e6..fc2fd098fae 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/LocalizedStringsJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/LocalizedStringsJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/PasteboardJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/PasteboardJava.cpp index b182ff3a7d6..0ed92b67dea 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/PasteboardJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/PasteboardJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/RenderThemeJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/RenderThemeJava.cpp index 2700eb33af9..0cb29a465ba 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/RenderThemeJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/RenderThemeJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/TextBreakIteratorJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/TextBreakIteratorJava.cpp index ab1b8f0a929..d4a479dedaf 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/TextBreakIteratorJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/TextBreakIteratorJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WidgetJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WidgetJava.cpp index e4700587b96..a1c43cba42e 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WidgetJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/java/WidgetJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/network/java/NetworkStorageSessionJava.cpp b/modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/NetworkStorageSessionJava.cpp index 597a7623ca2..3ab9a7d5360 100644 --- a/modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/NetworkStorageSessionJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebCore/platform/network/java/NetworkStorageSessionJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2020, 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 dd05a95b232..efa5044ec64 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, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/JavaDocument.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDocument.cpp index 3f5ab7b71f4..a446aca9be0 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDocument.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaDocument.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/JavaHTMLElement.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLElement.cpp index 9cb02bac557..5a30e899064 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLElement.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/DOM/JavaHTMLElement.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/WebCoreSupport/ChromeClientJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.cpp index 5220d21d2dc..3de37612a6c 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/ChromeClientJava.h b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.h index 90098741f32..ea774092e01 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.h +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/ChromeClientJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/EditorClientJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.cpp index 5cc3edf0dec..18484e22f4e 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/EditorClientJava.h b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.h index 888b95d5196..4954384b7fe 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.h +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/EditorClientJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/FrameLoaderClientJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.cpp index 5bb6c45e0b3..6a148359b50 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/FrameLoaderClientJava.h b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.h index d972da178ec..fd00e2fc87b 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.h +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/FrameLoaderClientJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/PageCacheJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/PageCacheJava.cpp index 5bf689116ab..f012168b00c 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/PageCacheJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/PageCacheJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/PlatformStrategiesJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/PlatformStrategiesJava.cpp index 79eb6ddecba..c0531902f39 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/PlatformStrategiesJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/PlatformStrategiesJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, 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/WebCoreSupport/SearchPopupMenuJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.cpp index 6cb2840b47a..bfa11e122cc 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/WebCoreSupport/SearchPopupMenuJava.h b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.h index 495c4b6722c..d68426e120f 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.h +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/SearchPopupMenuJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/VisitedLinkStoreJava.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.cpp index bde366b7d47..5c1faba767e 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/VisitedLinkStoreJava.h b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.h index 1561149b007..fed6f531c89 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.h +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/VisitedLinkStoreJava.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/WebPage.cpp b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.cpp index 2b0c7417d99..46981bb5d96 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.cpp +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/WebCoreSupport/WebPage.h b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.h index 5be549723dd..f11943c2682 100644 --- a/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.h +++ b/modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport/WebPage.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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 e6905db932e..67c3fb5c389 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, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/TestRunnerJava.cpp b/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/TestRunnerJava.cpp index d961bf7585c..9ca50ac7d0d 100644 --- a/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/TestRunnerJava.cpp +++ b/modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/TestRunnerJava.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, 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/com/sun/webkit/SharedBufferTest.java b/modules/javafx.web/src/test/java/test/com/sun/webkit/SharedBufferTest.java index f144f1f85ca..539d7a58e74 100644 --- a/modules/javafx.web/src/test/java/test/com/sun/webkit/SharedBufferTest.java +++ b/modules/javafx.web/src/test/java/test/com/sun/webkit/SharedBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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/com/sun/webkit/SimpleSharedBufferInputStreamTest.java b/modules/javafx.web/src/test/java/test/com/sun/webkit/SimpleSharedBufferInputStreamTest.java index 036c260999f..7ed8e993327 100644 --- a/modules/javafx.web/src/test/java/test/com/sun/webkit/SimpleSharedBufferInputStreamTest.java +++ b/modules/javafx.web/src/test/java/test/com/sun/webkit/SimpleSharedBufferInputStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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/test/java/test/com/sun/glass/ui/monocle/EPDSettingsTest.java b/tests/system/src/test/java/test/com/sun/glass/ui/monocle/EPDSettingsTest.java index cdfd36b1e53..b153d34dfde 100644 --- a/tests/system/src/test/java/test/com/sun/glass/ui/monocle/EPDSettingsTest.java +++ b/tests/system/src/test/java/test/com/sun/glass/ui/monocle/EPDSettingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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/test/java/test/com/sun/glass/ui/monocle/FramebufferY8Test.java b/tests/system/src/test/java/test/com/sun/glass/ui/monocle/FramebufferY8Test.java index 0a0877508ff..cbd92901ad0 100644 --- a/tests/system/src/test/java/test/com/sun/glass/ui/monocle/FramebufferY8Test.java +++ b/tests/system/src/test/java/test/com/sun/glass/ui/monocle/FramebufferY8Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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