Skip to content

Commit adfe5f3

Browse files
javier-godoyngonzalezpazFC
authored andcommitted
chore: update license headers
1 parent cdc88eb commit adfe5f3

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.
@@ -50,4 +50,4 @@ private Component createSlideContent(String string, String color) {
5050
d.getStyle().set("background-color", color);
5151
return d;
5252
}
53-
}
53+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.
@@ -66,4 +66,4 @@ private Component createSlideContent(String string, String color) {
6666
d.getStyle().set("background-color", color);
6767
return d;
6868
}
69-
}
69+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Carousel Addon
44
* %%
5-
* Copyright (C) 2018 - 2019 Flowing Code
5+
* Copyright (C) 2018 - 2020 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.

0 commit comments

Comments
 (0)