From 786312bacadc19a8b7e4e74c2da30fa144e7eab2 Mon Sep 17 00:00:00 2001 From: Justin Hickman Date: Wed, 16 Feb 2022 16:37:15 -0500 Subject: [PATCH] gwt-driver-7 Fixed license changes on newly added files --- LICENSE_VERTISPAN | 13 +++++ pom.xml | 53 +++++++++++++++---- .../gwt/gwtdriver/by/ByDescendantWidget.java | 2 - .../gwt/gwtdriver/by/ByWidgetChildren.java | 2 - .../webdriver/gwt/gwtdriver/by/GwtBy.java | 2 - .../models/client/SimpleWidgetsEP.ui.xml | 2 - 6 files changed, 57 insertions(+), 17 deletions(-) create mode 100644 LICENSE_VERTISPAN diff --git a/LICENSE_VERTISPAN b/LICENSE_VERTISPAN new file mode 100644 index 0000000..45d6f00 --- /dev/null +++ b/LICENSE_VERTISPAN @@ -0,0 +1,13 @@ +Copyright 2022 Vertispan LLC + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/pom.xml b/pom.xml index e41d992..08455ba 100644 --- a/pom.xml +++ b/pom.xml @@ -212,20 +212,55 @@ com.mycila license-maven-plugin - 3.0 + 4.2.rc2 JAVADOC_STYLE SLASHSTAR_STYLE - - **/*.java - **/*.gss - **/*.gwt.xml - **/*.ui.xml - **/*.html - -
LICENSE
+ + + +
LICENSE_VERTISPAN
+ + **/*.java + **/*.gss + **/*.gwt.xml + **/*.ui.xml + **/*.html + +
+ +
LICENSE
+ + + **/Button.java + **/ByNearestWidget.java + **/ByWidget.java + **/CheatingByChained.java + **/Child.java + **/ClientMethods.java + **/ClientMethodsFactory.java + **/Dialog.java + **/ExportedMethods.java + **/FasterByChained.java + **/GwtDriver.gwt.xml + **/GwtLabel.java + **/GwtRootPanel.java + **/GwtWidget.java + **/GwtWidgetFinder.java + **/Input.java + **/ModuleUtilities.java + **/SeExporterGenerator.java + **/SeleniumExporter.java + **/SimpleWidgetTest.java + **/SimpleWidgets.gwt.xml + **/SimpleWidgetsEP.java + **/WidgetContainer.java + **/index.html + +
+
diff --git a/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByDescendantWidget.java b/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByDescendantWidget.java index b83aa9a..d7258f1 100644 --- a/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByDescendantWidget.java +++ b/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByDescendantWidget.java @@ -1,6 +1,4 @@ /* - * Copyright 2013 Colin Alworth - * Copyright 2012-2013 Sencha Labs * Copyright 2022 Vertispan LLC * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByWidgetChildren.java b/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByWidgetChildren.java index 51d5429..0a2db0c 100644 --- a/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByWidgetChildren.java +++ b/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/ByWidgetChildren.java @@ -1,6 +1,4 @@ /* - * Copyright 2013 Colin Alworth - * Copyright 2012-2013 Sencha Labs * Copyright 2022 Vertispan LLC * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/GwtBy.java b/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/GwtBy.java index 590b7e5..fa70ca0 100644 --- a/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/GwtBy.java +++ b/src/main/java/com/vertispan/webdriver/gwt/gwtdriver/by/GwtBy.java @@ -1,6 +1,4 @@ /* - * Copyright 2013 Colin Alworth - * Copyright 2012-2013 Sencha Labs * Copyright 2022 Vertispan LLC * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/test/java/com/vertispan/webdriver/gwt/gwtdriver/models/client/SimpleWidgetsEP.ui.xml b/src/test/java/com/vertispan/webdriver/gwt/gwtdriver/models/client/SimpleWidgetsEP.ui.xml index 26367d6..239f97a 100644 --- a/src/test/java/com/vertispan/webdriver/gwt/gwtdriver/models/client/SimpleWidgetsEP.ui.xml +++ b/src/test/java/com/vertispan/webdriver/gwt/gwtdriver/models/client/SimpleWidgetsEP.ui.xml @@ -1,7 +1,5 @@