diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttBasicDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttBasicDemo.java index 9daf54f315..8b341f13ad 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttBasicDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttBasicDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCurrentDateIndicationDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCurrentDateIndicationDemo.java index 638619257e..1551bace77 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCurrentDateIndicationDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCurrentDateIndicationDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomDataDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomDataDemo.java index 37b4e3eb7f..ff36391963 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomDataDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomDataDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomLabelsDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomLabelsDemo.java index 85ebf2b8b2..01641d5335 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomLabelsDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttCustomLabelsDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttDragAndDropDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttDragAndDropDemo.java index 48788a21b3..d8297b2cfe 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttDragAndDropDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttDragAndDropDemo.java @@ -1,11 +1,3 @@ -/** - * Copyright 2000-2025 Vaadin Ltd. - * - * This program is available under Vaadin Commercial License and Service Terms. - * - * See {@literal } for the full - * license. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttHorizontalAxisConfiguration.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttHorizontalAxisConfiguration.java index 5b114fa10d..4e3b8aae88 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttHorizontalAxisConfiguration.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttHorizontalAxisConfiguration.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProcessManagementDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProcessManagementDemo.java index b73978db1b..6e103bacf0 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProcessManagementDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProcessManagementDemo.java @@ -1,11 +1,3 @@ -/** - * Copyright 2000-2024 Vaadin Ltd. - * - * This program is available under Vaadin Commercial License and Service Terms. - * - * See {@literal } for the full - * license. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProgressIndicatorDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProgressIndicatorDemo.java index 8c23c4c569..3a7211aaf5 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProgressIndicatorDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttProgressIndicatorDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttSmallTaskDependenciesDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttSmallTaskDependenciesDemo.java index b95860c782..dc3ee4b1fe 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttSmallTaskDependenciesDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttSmallTaskDependenciesDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttVerticalCategoriesGrouping.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttVerticalCategoriesGrouping.java index 6ae41680bc..7d914235c5 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttVerticalCategoriesGrouping.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttVerticalCategoriesGrouping.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttWithNavigationDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttWithNavigationDemo.java index 6243654ee4..d4c9d37690 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttWithNavigationDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttWithNavigationDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line diff --git a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttYAxisAsGridDemo.java b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttYAxisAsGridDemo.java index 041ee5cbf9..9e1a477de5 100644 --- a/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttYAxisAsGridDemo.java +++ b/src/main/java/com/vaadin/demo/component/charts/charttypes/gantt/GanttYAxisAsGridDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2000-2024 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - */ package com.vaadin.demo.component.charts.charttypes.gantt; import com.vaadin.demo.DemoExporter; // hidden-source-line