Skip to content

Commit ff46b1f

Browse files
committed
Move license header above package
1 parent 522a414 commit ff46b1f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<version>1.14</version>
111111
<configuration>
112112
<licenseName>apache_v2</licenseName>
113+
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
113114
</configuration>
114115
</plugin>
115116
<plugin>

src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com.flowingcode.vaadin.addons.carousel;
2-
31
/*-
42
* #%L
53
* Carousel Addon
@@ -19,6 +17,8 @@
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.carousel;
21+
2222
import com.vaadin.flow.component.Component;
2323
import com.vaadin.flow.component.ComponentEvent;
2424
import com.vaadin.flow.component.ComponentEventListener;

src/main/java/com/flowingcode/vaadin/addons/carousel/Slide.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com.flowingcode.vaadin.addons.carousel;
2-
31
/*-
42
* #%L
53
* Carousel Addon
@@ -19,6 +17,8 @@
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.carousel;
21+
2222

2323
import com.vaadin.flow.component.Component;
2424
import com.vaadin.flow.component.HasComponents;

src/test/java/com/flowingcode/vaadin/addons/carousel/DemoView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com.flowingcode.vaadin.addons.carousel;
2-
31
/*-
42
* #%L
53
* Carousel Addon
@@ -19,6 +17,8 @@
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.carousel;
21+
2222
import com.vaadin.flow.component.Component;
2323
import com.vaadin.flow.component.button.Button;
2424
import com.vaadin.flow.component.html.H1;

0 commit comments

Comments
 (0)