From b7605319ae8c8f2b65eeafa493106662304fbe0b Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Thu, 21 Jan 2021 10:41:28 -0300 Subject: [PATCH] chore: update license headers --- .../java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java | 2 +- .../com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java | 2 +- .../vaadin/addons/orgchart/client/OrgChartState.java | 2 +- .../vaadin/addons/orgchart/client/constants/ChartConstants.java | 2 +- .../vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java | 2 +- .../vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java | 2 +- src/main/resources/META-INF/frontend/fc-orgchart.js | 2 +- .../META-INF/resources/frontend/styles/orgchart/demo-styles.css | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java b/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java index 2f7f9d9..edcfcba 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java +++ b/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChart.java @@ -4,7 +4,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2018 FlowingCode S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java b/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java index 7c2d208..6b1206c 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java +++ b/src/main/java/com/flowingcode/vaadin/addons/orgchart/OrgChartItem.java @@ -4,7 +4,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2018 FlowingCode S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java b/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java index afd30d6..024d4ad 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java +++ b/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/OrgChartState.java @@ -4,7 +4,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2018 FlowingCode S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java b/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java index 6ff6525..499deb0 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java +++ b/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/constants/ChartConstants.java @@ -4,7 +4,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2018 FlowingCode S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java b/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java index b142166..889fa9a 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java +++ b/src/main/java/com/flowingcode/vaadin/addons/orgchart/client/enums/ChartDirectionEnum.java @@ -4,7 +4,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2018 FlowingCode S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java b/src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java index b1f6982..7b9a524 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java +++ b/src/main/java/com/flowingcode/vaadin/addons/orgchart/extra/TemplateLiteralRewriter.java @@ -2,7 +2,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2019 Flowing Code S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/resources/META-INF/frontend/fc-orgchart.js b/src/main/resources/META-INF/frontend/fc-orgchart.js index b886da1..1ca82dd 100644 --- a/src/main/resources/META-INF/frontend/fc-orgchart.js +++ b/src/main/resources/META-INF/frontend/fc-orgchart.js @@ -2,7 +2,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2019 Flowing Code S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css b/src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css index 2d6718d..dbc0a97 100644 --- a/src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css +++ b/src/test/resources/META-INF/resources/frontend/styles/orgchart/demo-styles.css @@ -2,7 +2,7 @@ * #%L * OrgChart Add-on * %% - * Copyright (C) 2017 - 2019 Flowing Code S.A. + * Copyright (C) 2017 - 2020 Flowing Code S.A. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.