Skip to content

Commit

Permalink
gwt-driver-7 Fixed license changes on newly added files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhickman committed Feb 16, 2022
1 parent 810e33f commit 786312b
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 17 deletions.
13 changes: 13 additions & 0 deletions LICENSE_VERTISPAN
Original file line number Diff line number Diff line change
@@ -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.
53 changes: 44 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,20 +212,55 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<version>4.2.rc2</version>
<configuration>
<mapping>
<gss>JAVADOC_STYLE</gss>
<java>SLASHSTAR_STYLE</java>
</mapping>
<includes>
<include>**/*.java</include>
<include>**/*.gss</include>
<include>**/*.gwt.xml</include>
<include>**/*.ui.xml</include>
<include>**/*.html</include>
</includes>
<header>LICENSE</header>

<licenseSets>
<licenseSet>
<header>LICENSE_VERTISPAN</header>
<includes>
<include>**/*.java</include>
<include>**/*.gss</include>
<include>**/*.gwt.xml</include>
<include>**/*.ui.xml</include>
<include>**/*.html</include>
</includes>
</licenseSet>
<licenseSet>
<header>LICENSE</header>
<!-- grandfathered -->
<includes>
<include>**/Button.java</include>
<include>**/ByNearestWidget.java</include>
<include>**/ByWidget.java</include>
<include>**/CheatingByChained.java</include>
<include>**/Child.java</include>
<include>**/ClientMethods.java</include>
<include>**/ClientMethodsFactory.java</include>
<include>**/Dialog.java</include>
<include>**/ExportedMethods.java</include>
<include>**/FasterByChained.java</include>
<include>**/GwtDriver.gwt.xml</include>
<include>**/GwtLabel.java</include>
<include>**/GwtRootPanel.java</include>
<include>**/GwtWidget.java</include>
<include>**/GwtWidgetFinder.java</include>
<include>**/Input.java</include>
<include>**/ModuleUtilities.java</include>
<include>**/SeExporterGenerator.java</include>
<include>**/SeleniumExporter.java</include>
<include>**/SimpleWidgetTest.java</include>
<include>**/SimpleWidgets.gwt.xml</include>
<include>**/SimpleWidgetsEP.java</include>
<include>**/WidgetContainer.java</include>
<include>**/index.html</include>
</includes>
</licenseSet>
</licenseSets>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright 2013 Colin Alworth
Copyright 2012-2013 Sencha Labs
Copyright 2022 Vertispan LLC
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 786312b

Please sign in to comment.