Skip to content

Commit ab9d925

Browse files
javier-godoyngonzalezpazFC
authored andcommitted
chore: update copyright year
1 parent 6de40c2 commit ab9d925

File tree

12 files changed

+24
-12
lines changed

12 files changed

+24
-12
lines changed

src/main/java/com/flowingcode/vaadin/addons/errorwindow/DefaultErrorWindowFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
public class DefaultErrorWindowFactory implements ErrorWindowFactory {

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorDetails.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
public class ErrorDetails {

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
public final class ErrorManager {

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindow.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
import com.vaadin.flow.component.Html;

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindowFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
public interface ErrorWindowFactory {

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindowI18n.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
/**

src/main/java/com/flowingcode/vaadin/addons/errorwindow/VaadinServiceInitListenerImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
import com.vaadin.flow.server.ServiceInitEvent;

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
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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/errorwindow/DemoView.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

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

src/test/java/com/flowingcode/vaadin/addons/errorwindow/ErrorwindowDemo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2017 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2021 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.errorwindow;
2122

2223
import com.vaadin.flow.component.button.Button;

0 commit comments

Comments
 (0)