Skip to content

Commit 0e1683d

Browse files
paodbmlopezFC
authored andcommitted
chore: update license headers
1 parent fb79d6f commit 0e1683d

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

src/main/java/com/flowingcode/vaadin/addons/rssitems/RssItems.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.rssitems;
2122

2223
import java.io.IOException;

src/main/java/com/flowingcode/vaadin/addons/rssitems/RssItemsModel.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.rssitems;
2122

2223
import com.vaadin.flow.templatemodel.TemplateModel;

src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons;
2122

2223
import com.vaadin.flow.component.html.Div;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.rssitems;
2122

2223
import com.vaadin.flow.component.orderedlayout.VerticalLayout;

src/test/java/com/flowingcode/vaadin/addons/rssitems/RssitemsDemo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.rssitems;
2122

2223
import com.flowingcode.vaadin.addons.demo.DemoSource;

src/test/java/com/flowingcode/vaadin/addons/rssitems/RssitemsDemoView.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.rssitems;
2122

2223
import com.flowingcode.vaadin.addons.DemoLayout;
@@ -37,4 +38,4 @@ public RssitemsDemoView() {
3738
setSizeFull();
3839
}
3940

40-
}
41+
}

src/test/java/com/flowingcode/vaadin/addons/rssitems/test/LayoutTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* RSS Items
44
* %%
5-
* Copyright (C) 2019 Flowing Code
5+
* Copyright (C) 2019 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.rssitems.test;
2122

2223
import static org.junit.Assert.assertEquals;

src/test/resources/META-INF/resources/frontend/styles/rssitems/demo-styles.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#%L
33
RSS Items
44
%%
5-
Copyright (C) 2019 Flowing Code
5+
Copyright (C) 2019 - 2022 Flowing Code
66
%%
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -18,6 +18,7 @@
1818
#L%
1919
-->
2020

21+
2122
<custom-style>
2223
<style>
2324
</style>

0 commit comments

Comments
 (0)