Skip to content

Commit c23396e

Browse files
javier-godoyngonzalezpazFC
authored andcommitted
chore: update license headers
1 parent 5e63c61 commit c23396e

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

src/main/java/com/flowingcode/vaadin/addons/chipfield/Chip.java

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

src/main/java/com/flowingcode/vaadin/addons/chipfield/ChipField.java

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

src/test/java/com/flowingcode/addons/chipfield/test/SerializationTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ChipField Addon
44
* %%
5-
* Copyright (C) 2018 Flowing Code
5+
* Copyright (C) 2018 - 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -44,4 +44,4 @@ public void testSerialization() throws ClassNotFoundException, IOException {
4444
testSerializationOf(new ChipField<>("Label", "Item1", "Item2", "Item3"));
4545
}
4646

47-
}
47+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ChipField Addon
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2018 - 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.
@@ -29,4 +29,4 @@ public DemoLayout() {
2929
setSizeFull();
3030
}
3131

32-
}
32+
}

src/test/java/com/flowingcode/vaadin/addons/chipfield/BinderDemo.java

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

src/test/java/com/flowingcode/vaadin/addons/chipfield/ChipfieldDemoView.java

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

src/test/java/com/flowingcode/vaadin/addons/chipfield/DataProviderDemo.java

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

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

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

src/test/java/com/flowingcode/vaadin/addons/chipfield/DisabledDemo.java

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

src/test/java/com/flowingcode/vaadin/addons/chipfield/Planet.java

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

0 commit comments

Comments
 (0)