Skip to content

Commit 17efb9b

Browse files
javier-godoypaodb
authored andcommitted
chore: update license headers
1 parent 9b15dbb commit 17efb9b

File tree

17 files changed

+67
-55
lines changed

17 files changed

+67
-55
lines changed

src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
package com.flowingcode.vaadin.addons.orgchart;
2-
31
/*-
42
* #%L
53
* OrgChart Add-on
64
* %%
7-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
86
* %%
97
* Licensed under the Apache License, Version 2.0 (the "License");
108
* you may not use this file except in compliance with the License.
119
* You may obtain a copy of the License at
12-
*
10+
*
1311
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
12+
*
1513
* Unless required by applicable law or agreed to in writing, software
1614
* distributed under the License is distributed on an "AS IS" BASIS,
1715
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816
* See the License for the specific language governing permissions and
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.orgchart;
21+
2222

2323
import com.fasterxml.jackson.core.JsonProcessingException;
2424
import com.fasterxml.jackson.databind.ObjectMapper;

src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
package com.flowingcode.vaadin.addons.orgchart;
2-
31
/*-
42
* #%L
53
* OrgChart Add-on
64
* %%
7-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
86
* %%
97
* Licensed under the Apache License, Version 2.0 (the "License");
108
* you may not use this file except in compliance with the License.
119
* You may obtain a copy of the License at
12-
*
10+
*
1311
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
12+
*
1513
* Unless required by applicable law or agreed to in writing, software
1614
* distributed under the License is distributed on an "AS IS" BASIS,
1715
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816
* See the License for the specific language governing permissions and
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.orgchart;
21+
2222

2323
import java.io.Serializable;
2424
import java.util.ArrayList;

src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
package com.flowingcode.vaadin.addons.orgchart.client;
2-
31
/*-
42
* #%L
53
* OrgChart Add-on
64
* %%
7-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
86
* %%
97
* Licensed under the Apache License, Version 2.0 (the "License");
108
* you may not use this file except in compliance with the License.
119
* You may obtain a copy of the License at
12-
*
10+
*
1311
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
12+
*
1513
* Unless required by applicable law or agreed to in writing, software
1614
* distributed under the License is distributed on an "AS IS" BASIS,
1715
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816
* See the License for the specific language governing permissions and
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.orgchart.client;
21+
2222

2323
import com.flowingcode.vaadin.addons.orgchart.client.constants.ChartConstants;
2424
import com.flowingcode.vaadin.addons.orgchart.client.enums.ChartDirectionEnum;

src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
package com.flowingcode.vaadin.addons.orgchart.client.constants;
2-
31
/*-
42
* #%L
53
* OrgChart Add-on
64
* %%
7-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
86
* %%
97
* Licensed under the Apache License, Version 2.0 (the "License");
108
* you may not use this file except in compliance with the License.
119
* You may obtain a copy of the License at
12-
*
10+
*
1311
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
12+
*
1513
* Unless required by applicable law or agreed to in writing, software
1614
* distributed under the License is distributed on an "AS IS" BASIS,
1715
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816
* See the License for the specific language governing permissions and
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.orgchart.client.constants;
21+
2222

2323
public interface ChartConstants {
2424

src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
package com.flowingcode.vaadin.addons.orgchart.client.enums;
2-
31
/*-
42
* #%L
53
* OrgChart Add-on
64
* %%
7-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
86
* %%
97
* Licensed under the Apache License, Version 2.0 (the "License");
108
* you may not use this file except in compliance with the License.
119
* You may obtain a copy of the License at
12-
*
10+
*
1311
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
12+
*
1513
* Unless required by applicable law or agreed to in writing, software
1614
* distributed under the License is distributed on an "AS IS" BASIS,
1715
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816
* See the License for the specific language governing permissions and
1917
* limitations under the License.
2018
* #L%
2119
*/
20+
package com.flowingcode.vaadin.addons.orgchart.client.enums;
21+
2222

2323
/**
2424
* Enumeration of the directions that the organization chart can have. <br>

src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* OrgChart Add-on
44
* %%
5-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
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.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.orgchart.extra;
2122

2223
/**

src/main/resources/META-INF/frontend/fc-orgchart.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* OrgChart Add-on
44
* %%
5-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
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
import {html, PolymerElement} from '@polymer/polymer/polymer-element.js';
2122
import jQuery from "jquery";
2223
import html2canvas from 'html2canvas';

src/main/resources/META-INF/resources/frontend/fc-orgchart-styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* OrgChart Add-on
44
* %%
5-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
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,11 +17,12 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021

2122
.orgchart .node {
2223
width: 140px;
2324
}
2425

2526
.orgchart .node .content {
2627
overflow: hidden;
27-
}
28+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* OrgChart Add-on
44
* %%
5-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
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.
1616
* See the License for the specific language governing permissions and
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/orgchart/BottomTopDemo.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* OrgChart Add-on
44
* %%
5-
* Copyright (C) 2017 - 2023 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2025 Flowing Code S.A.
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.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.orgchart;
2122

2223
import java.util.Arrays;

0 commit comments

Comments
 (0)