Skip to content

Commit 17731ba

Browse files
committed
Move license header above package
1 parent 035db8c commit 17731ba

File tree

17 files changed

+32
-30
lines changed

17 files changed

+32
-30
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<version>1.14</version>
137137
<configuration>
138138
<licenseName>apache_v2</licenseName>
139+
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
139140
</configuration>
140141
</plugin>
141142

src/main/java/com/flowingcode/addons/applayout/AppDrawer.java

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

2323

2424
import java.util.ArrayList;

src/main/java/com/flowingcode/addons/applayout/AppHeader.java

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

2323

2424
import com.flowingcode.addons.applayout.menu.MenuItem;

src/main/java/com/flowingcode/addons/applayout/AppLayout.java

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

2323
import java.util.ArrayList;
2424

src/main/java/com/flowingcode/addons/applayout/AppToolbar.java

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

2323

2424
import java.util.ArrayList;

src/main/java/com/flowingcode/addons/applayout/CollapseButton.java

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

2323

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

src/main/java/com/flowingcode/addons/applayout/IronIcon.java

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

2323

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

src/main/java/com/flowingcode/addons/applayout/PaperButton.java

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

2323

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

src/main/java/com/flowingcode/addons/applayout/PaperCard.java

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

2323

2424
import java.util.ArrayList;

src/main/java/com/flowingcode/addons/applayout/PaperIconButton.java

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

2323

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

0 commit comments

Comments
 (0)