From 47936f75d0a6c02dddb34ed3ccbdf89b91130646 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Tue, 16 Jan 2024 15:46:39 -0300 Subject: [PATCH] chore: update copyright headers --- .../com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/GoogleMapMarker.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/GoogleMapPoint.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/GoogleMapPolygon.java | 2 +- .../java/com/flowingcode/vaadin/addons/googlemaps/Icon.java | 2 +- .../java/com/flowingcode/vaadin/addons/googlemaps/LatLon.java | 2 +- .../com/flowingcode/vaadin/addons/googlemaps/LatLonBounds.java | 2 +- .../java/com/flowingcode/vaadin/addons/googlemaps/Markers.java | 2 +- .../META-INF/resources/frontend/googlemaps/geolocation.js | 2 +- src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java | 2 +- .../vaadin/addons/googlemaps/AbstractGoogleMapsDemo.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/AddMarkersDemo.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/AddPolygonsDemo.java | 2 +- .../vaadin/addons/googlemaps/CloudBasedMapStylingDemo.java | 2 +- .../addons/googlemaps/ClusteringWithCustomRendererDemo.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/ControlSizeDemo.java | 2 +- .../java/com/flowingcode/vaadin/addons/googlemaps/DemoView.java | 2 +- .../vaadin/addons/googlemaps/DisableUIControlsDemo.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/GeolocationDemo.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/GoogleMapsDemo.java | 2 +- .../vaadin/addons/googlemaps/GooglemapsDemoView.java | 2 +- .../com/flowingcode/vaadin/addons/googlemaps/KMLLayerDemo.java | 2 +- .../vaadin/addons/googlemaps/MarkerClusteringDemo.java | 2 +- .../flowingcode/vaadin/addons/googlemaps/ReflectionUtil.java | 2 +- .../vaadin/addons/googlemaps/TiltAndRotationDemo.java | 2 +- .../frontend/src/clustering-custom-renderer-example.js | 2 +- .../resources/frontend/styles/google-maps/demo-styles.css | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java index 0ea18b2..391f838 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/GoogleMapMarker.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapMarker.java index 368fd41..b8cc6bb 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapMarker.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapMarker.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/GoogleMapPoint.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPoint.java index 0cb1b4b..e93a744 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPoint.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPoint.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/GoogleMapPolygon.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPolygon.java index 0913061..6941ba5 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPolygon.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPolygon.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/Icon.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/Icon.java index 24d3f08..66a50a1 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/Icon.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/Icon.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/LatLon.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLon.java index 68bfb57..0227dfb 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLon.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLon.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/LatLonBounds.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLonBounds.java index 0dbfaf8..63a80cf 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLonBounds.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLonBounds.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/googlemaps/Markers.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/Markers.java index f3e022a..10ad71c 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/Markers.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/Markers.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/resources/frontend/googlemaps/geolocation.js b/src/main/resources/META-INF/resources/frontend/googlemaps/geolocation.js index 5623c4d..7dde6fe 100644 --- a/src/main/resources/META-INF/resources/frontend/googlemaps/geolocation.js +++ b/src/main/resources/META-INF/resources/frontend/googlemaps/geolocation.js @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/DemoLayout.java b/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java index 7b775f6..3a58313 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java +++ b/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/AbstractGoogleMapsDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AbstractGoogleMapsDemo.java index c0d1b2f..2ed8684 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AbstractGoogleMapsDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AbstractGoogleMapsDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/AddMarkersDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AddMarkersDemo.java index 281d780..4058455 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AddMarkersDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AddMarkersDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/AddPolygonsDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AddPolygonsDemo.java index 1aed032..5300ddb 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AddPolygonsDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/AddPolygonsDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/CloudBasedMapStylingDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/CloudBasedMapStylingDemo.java index 19aa4c0..a92fab1 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/CloudBasedMapStylingDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/CloudBasedMapStylingDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/ClusteringWithCustomRendererDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ClusteringWithCustomRendererDemo.java index d3f74c5..cfa8960 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ClusteringWithCustomRendererDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ClusteringWithCustomRendererDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/ControlSizeDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ControlSizeDemo.java index 5a0ff85..a01f1a2 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ControlSizeDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ControlSizeDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/DemoView.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/DemoView.java index ab2d9ce..773156c 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/DemoView.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/DemoView.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/DisableUIControlsDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/DisableUIControlsDemo.java index 2ae5a5c..af17d40 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/DisableUIControlsDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/DisableUIControlsDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/GeolocationDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GeolocationDemo.java index c60fd90..89ef83f 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GeolocationDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GeolocationDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapsDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapsDemo.java index 6e85355..eeecb3e 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapsDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapsDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/GooglemapsDemoView.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GooglemapsDemoView.java index e74be1a..d6c7cf8 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GooglemapsDemoView.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GooglemapsDemoView.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/KMLLayerDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/KMLLayerDemo.java index ea3b1fb..af67d69 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/KMLLayerDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/KMLLayerDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/MarkerClusteringDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/MarkerClusteringDemo.java index 32aa7de..205452b 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/MarkerClusteringDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/MarkerClusteringDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/ReflectionUtil.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ReflectionUtil.java index 15a32fa..dcbf1e9 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ReflectionUtil.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/ReflectionUtil.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/java/com/flowingcode/vaadin/addons/googlemaps/TiltAndRotationDemo.java b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/TiltAndRotationDemo.java index 09052f4..d51f757 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/googlemaps/TiltAndRotationDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/googlemaps/TiltAndRotationDemo.java @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/src/clustering-custom-renderer-example.js b/src/test/resources/META-INF/resources/frontend/src/clustering-custom-renderer-example.js index 9e6a53e..6751a36 100644 --- a/src/test/resources/META-INF/resources/frontend/src/clustering-custom-renderer-example.js +++ b/src/test/resources/META-INF/resources/frontend/src/clustering-custom-renderer-example.js @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * 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/google-maps/demo-styles.css b/src/test/resources/META-INF/resources/frontend/styles/google-maps/demo-styles.css index b03ee38..ea624ae 100644 --- a/src/test/resources/META-INF/resources/frontend/styles/google-maps/demo-styles.css +++ b/src/test/resources/META-INF/resources/frontend/styles/google-maps/demo-styles.css @@ -2,7 +2,7 @@ * #%L * Google Maps Addon * %% - * Copyright (C) 2020 - 2023 Flowing Code + * Copyright (C) 2020 - 2024 Flowing Code * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.