Skip to content

Commit b760531

Browse files
javier-godoyngonzalezpazFC
authored andcommitted
chore: update license headers
1 parent d0aa63c commit b760531

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* OrgChart Add-on
66
* %%
7-
* Copyright (C) 2017 - 2018 FlowingCode S.A.
7+
* Copyright (C) 2017 - 2020 Flowing Code S.A.
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* OrgChart Add-on
66
* %%
7-
* Copyright (C) 2017 - 2018 FlowingCode S.A.
7+
* Copyright (C) 2017 - 2020 Flowing Code S.A.
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* OrgChart Add-on
66
* %%
7-
* Copyright (C) 2017 - 2018 FlowingCode S.A.
7+
* Copyright (C) 2017 - 2020 Flowing Code S.A.
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* OrgChart Add-on
66
* %%
7-
* Copyright (C) 2017 - 2018 FlowingCode S.A.
7+
* Copyright (C) 2017 - 2020 Flowing Code S.A.
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* #%L
55
* OrgChart Add-on
66
* %%
7-
* Copyright (C) 2017 - 2018 FlowingCode S.A.
7+
* Copyright (C) 2017 - 2020 Flowing Code S.A.
88
* %%
99
* Licensed under the Apache License, Version 2.0 (the "License");
1010
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 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 - 2019 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2020 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.

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

Lines changed: 1 addition & 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 - 2019 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2020 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.

src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css

Lines changed: 1 addition & 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 - 2019 Flowing Code S.A.
5+
* Copyright (C) 2017 - 2020 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.

0 commit comments

Comments
 (0)