Skip to content

Commit abe38ee

Browse files
committed
chore: update license headers
1 parent 79e7dbf commit abe38ee

26 files changed

+64
-26
lines changed

src/main/java/com/flowingcode/addons/ycalendar/AbstractCalendarComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/java/com/flowingcode/addons/ycalendar/DateSelectedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/java/com/flowingcode/addons/ycalendar/InlineDatePicker.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*-
2+
* #%L
3+
* Year Month Calendar Add-on
4+
* %%
5+
* Copyright (C) 2021 - 2022 Flowing Code
6+
* %%
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
* #L%
19+
*/
120
package com.flowingcode.addons.ycalendar;
221

322
import com.vaadin.flow.component.AbstractSinglePropertyField;

src/main/java/com/flowingcode/addons/ycalendar/MonthCalendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/java/com/flowingcode/addons/ycalendar/YearCalendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/java/com/flowingcode/addons/ycalendar/YearMonthField.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*-
2+
* #%L
3+
* Year Month Calendar Add-on
4+
* %%
5+
* Copyright (C) 2021 - 2022 Flowing Code
6+
* %%
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
* #L%
19+
*/
120
package com.flowingcode.addons.ycalendar;
221

322
import com.vaadin.flow.component.AbstractSinglePropertyField;

src/main/resources/META-INF/frontend/fc-inline-date-picker/fc-inline-date-picker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.
@@ -86,4 +86,4 @@ export class InlineDatePicker extends LitElement {
8686

8787
}
8888

89-
customElements.define(InlineDatePicker.is, InlineDatePicker);
89+
customElements.define(InlineDatePicker.is, InlineDatePicker);

src/main/resources/META-INF/frontend/fc-month-calendar/fc-month-calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/resources/META-INF/frontend/fc-month-calendar/month-calendar-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/resources/META-INF/frontend/fc-year-calendar/fc-year-calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/main/resources/META-INF/frontend/fc-year-month-field/fc-year-month-field.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.
@@ -131,4 +131,4 @@ export class YearMonthField extends LitElement {
131131

132132
}
133133

134-
customElements.define(YearMonthField.is, YearMonthField);
134+
customElements.define(YearMonthField.is, YearMonthField);

src/test/java/com/flowingcode/addons/ycalendar/DemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/InlineDatePickerDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/MonthDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/YearDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/YearMonthCalendarDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/YearMonthFieldDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/YearReadonlyDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/it/AbstractViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/it/ViewIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/java/com/flowingcode/addons/ycalendar/test/LayoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

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
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/resources/META-INF/frontend/styles/test_year-month-calendar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

src/test/resources/META-INF/resources/styles/ycalendar-styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Year Month Calendar Add-on
44
* %%
5-
* Copyright (C) 2021 Flowing Code
5+
* Copyright (C) 2021 - 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.

0 commit comments

Comments
 (0)