Skip to content

Commit b971d5a

Browse files
committed
Update copyright year
1 parent f32c4a1 commit b971d5a

File tree

17 files changed

+40
-23
lines changed

17 files changed

+40
-23
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import java.util.ArrayList;
2425
import java.util.Arrays;
2526
import java.util.List;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import com.flowingcode.addons.applayout.menu.MenuItem;
2425
import com.vaadin.flow.component.Component;
2526
import com.vaadin.flow.component.HasComponents;

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
package com.flowingcode.addons.applayout;
22

3-
import java.util.ArrayList;
4-
53
/*-
64
* #%L
75
* App Layout Addon
86
* %%
9-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
108
* %%
119
* Licensed under the Apache License, Version 2.0 (the "License");
1210
* you may not use this file except in compliance with the License.
@@ -22,6 +20,9 @@
2220
* #L%
2321
*/
2422

23+
import java.util.ArrayList;
24+
25+
2526
import java.util.Arrays;
2627

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import java.util.ArrayList;
2425
import java.util.List;
2526

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import com.vaadin.flow.component.Component;
2425
import com.vaadin.flow.component.HasComponents;
2526
import com.vaadin.flow.component.Tag;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import com.vaadin.flow.component.Component;
2425
import com.vaadin.flow.component.HasSize;
2526
import com.vaadin.flow.component.HasText;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import com.vaadin.flow.component.Component;
2425
import com.vaadin.flow.component.Tag;
2526
import com.vaadin.flow.component.dependency.HtmlImport;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import java.util.ArrayList;
2425
import java.util.List;
2526

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import com.vaadin.flow.component.Component;
2425
import com.vaadin.flow.component.HasEnabled;
2526
import com.vaadin.flow.component.Tag;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* App Layout Addon
66
* %%
7-
* Copyright (C) 2018 Flowing Code
7+
* Copyright (C) 2018 - 2019 Flowing Code
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.
@@ -20,6 +20,7 @@
2020
* #L%
2121
*/
2222

23+
2324
import com.vaadin.flow.component.Component;
2425
import com.vaadin.flow.component.HasComponents;
2526
import com.vaadin.flow.component.HasSize;

0 commit comments

Comments
 (0)