From abde6ad9fd2bde341cd932a061762b5d0aba005c Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 14 Jan 2022 20:22:56 +0100 Subject: [PATCH] Update copyright --- FileDbCache/Shared/FileDbCache.cs | 2 +- FileDbCache/WPF/FileDbCache.WPF.cs | 2 +- FileDbCache/WinUI/FileDbCache.WinUI.cs | 2 +- MBTiles/Shared/MBTileData.cs | 2 +- MBTiles/Shared/MBTileLayer.cs | 2 +- MBTiles/Shared/MBTileSource.cs | 2 +- MapControl/Shared/AutoEquirectangularProjection.cs | 2 +- MapControl/Shared/AzimuthalEquidistantProjection.cs | 2 +- MapControl/Shared/AzimuthalProjection.cs | 2 +- MapControl/Shared/BindingHelper.cs | 2 +- MapControl/Shared/BingMapsTileLayer.cs | 2 +- MapControl/Shared/BingMapsTileSource.cs | 2 +- MapControl/Shared/BoundingBox.cs | 2 +- MapControl/Shared/BoundingBoxTileSource.cs | 2 +- MapControl/Shared/CenteredBoundingBox.cs | 2 +- MapControl/Shared/EquirectangularProjection.cs | 2 +- MapControl/Shared/GnomonicProjection.cs | 2 +- MapControl/Shared/ImageFileCache.cs | 2 +- MapControl/Shared/ImageLoader.cs | 2 +- MapControl/Shared/Intersections.cs | 2 +- MapControl/Shared/Location.cs | 2 +- MapControl/Shared/LocationCollection.cs | 2 +- MapControl/Shared/MapBase.cs | 2 +- MapControl/Shared/MapGraticule.cs | 2 +- MapControl/Shared/MapImageLayer.cs | 2 +- MapControl/Shared/MapItemsControl.cs | 2 +- MapControl/Shared/MapOverlay.cs | 2 +- MapControl/Shared/MapPanel.cs | 2 +- MapControl/Shared/MapPath.cs | 2 +- MapControl/Shared/MapPolygon.cs | 2 +- MapControl/Shared/MapPolyline.cs | 2 +- MapControl/Shared/MapProjection.cs | 2 +- MapControl/Shared/MapScale.cs | 2 +- MapControl/Shared/MapTileLayer.cs | 2 +- MapControl/Shared/MapTileLayerBase.cs | 2 +- MapControl/Shared/OrthographicProjection.cs | 2 +- MapControl/Shared/StereographicProjection.cs | 2 +- MapControl/Shared/Tile.cs | 2 +- MapControl/Shared/TileImageLoader.cs | 2 +- MapControl/Shared/TileMatrix.cs | 2 +- MapControl/Shared/TileSource.cs | 2 +- MapControl/Shared/TypeConverters.cs | 2 +- MapControl/Shared/ViewRect.cs | 2 +- MapControl/Shared/ViewTransform.cs | 2 +- MapControl/Shared/ViewportChangedEventArgs.cs | 2 +- MapControl/Shared/WebMercatorProjection.cs | 2 +- MapControl/Shared/WmsImageLayer.cs | 2 +- MapControl/Shared/WmtsCapabilities.cs | 2 +- MapControl/Shared/WmtsTileLayer.cs | 2 +- MapControl/Shared/WmtsTileMatrix.cs | 2 +- MapControl/Shared/WmtsTileMatrixLayer.cs | 2 +- MapControl/Shared/WmtsTileMatrixSet.cs | 2 +- MapControl/Shared/WmtsTileSource.cs | 2 +- MapControl/Shared/WorldMercatorProjection.cs | 2 +- MapControl/UWP/TileImageLoader.UWP.cs | 2 +- MapControl/WPF/ImageFileCache.WPF.cs | 2 +- MapControl/WPF/ImageLoader.WPF.cs | 2 +- MapControl/WPF/Map.WPF.cs | 2 +- MapControl/WPF/MapBase.WPF.cs | 2 +- MapControl/WPF/MapContentControl.WPF.cs | 2 +- MapControl/WPF/MapGraticule.WPF.cs | 2 +- MapControl/WPF/MapItemsControl.WPF.cs | 2 +- MapControl/WPF/MapItemsImageLayer.WPF.cs | 2 +- MapControl/WPF/MapMultiPolygon.WPF.cs | 2 +- MapControl/WPF/MapOverlay.WPF.cs | 2 +- MapControl/WPF/MapPanel.WPF.cs | 2 +- MapControl/WPF/MapPath.WPF.cs | 2 +- MapControl/WPF/PolygonCollection.WPF.cs | 2 +- MapControl/WPF/Tile.WPF.cs | 2 +- MapControl/WPF/TileImageLoader.WPF.cs | 2 +- MapControl/WPF/Timer.WPF.cs | 2 +- MapControl/WinUI/Animatable.WinUI.cs | 2 +- MapControl/WinUI/ImageFileCache.WinUI.cs | 2 +- MapControl/WinUI/ImageLoader.WinUI.cs | 2 +- MapControl/WinUI/Map.WinUI.cs | 2 +- MapControl/WinUI/MapBase.WinUI.cs | 2 +- MapControl/WinUI/MapContentControl.WinUI.cs | 2 +- MapControl/WinUI/MapGraticule.WinUI.cs | 2 +- MapControl/WinUI/MapItemsControl.WinUI.cs | 2 +- MapControl/WinUI/MapOverlay.WinUI.cs | 2 +- MapControl/WinUI/MapPanel.WinUI.cs | 2 +- MapControl/WinUI/MapPath.WinUI.cs | 2 +- MapControl/WinUI/Matrix.WinUI.cs | 2 +- MapControl/WinUI/Point.WinUI.cs | 2 +- MapControl/WinUI/Tile.WinUI.cs | 2 +- MapControl/WinUI/TileImageLoader.WinUI.cs | 2 +- MapControl/WinUI/Timer.WinUI.cs | 2 +- MapControl/WinUI/Vector.WinUI.cs | 2 +- MapImages/Shared/GeoTaggedImage.cs | 2 +- MapImages/Shared/GroundOverlayPanel.cs | 2 +- MapProjections/Shared/GeoApiProjection.cs | 2 +- MapProjections/Shared/PolarStereographicProjection.cs | 2 +- MapProjections/Shared/UtmProjection.cs | 2 +- MapProjections/Shared/WebMercatorProjection.cs | 2 +- MapProjections/Shared/WorldMercatorProjection.cs | 2 +- SQLiteCache/Shared/SQLiteCache.cs | 2 +- SQLiteCache/WPF/SQLiteCache.WPF.cs | 2 +- SQLiteCache/WinUI/SQLiteCache.WinUI.cs | 2 +- SampleApps/Shared/HyperlinkText.cs | 2 +- 99 files changed, 99 insertions(+), 99 deletions(-) diff --git a/FileDbCache/Shared/FileDbCache.cs b/FileDbCache/Shared/FileDbCache.cs index 5156624d..4e054379 100644 --- a/FileDbCache/Shared/FileDbCache.cs +++ b/FileDbCache/Shared/FileDbCache.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using FileDbNs; diff --git a/FileDbCache/WPF/FileDbCache.WPF.cs b/FileDbCache/WPF/FileDbCache.WPF.cs index 4bd7e1ed..c461177d 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.cs +++ b/FileDbCache/WPF/FileDbCache.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/FileDbCache/WinUI/FileDbCache.WinUI.cs b/FileDbCache/WinUI/FileDbCache.WinUI.cs index 1c1d5f5f..4cdc265f 100644 --- a/FileDbCache/WinUI/FileDbCache.WinUI.cs +++ b/FileDbCache/WinUI/FileDbCache.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MBTiles/Shared/MBTileData.cs b/MBTiles/Shared/MBTileData.cs index 22b58900..fe7cf556 100644 --- a/MBTiles/Shared/MBTileData.cs +++ b/MBTiles/Shared/MBTileData.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MBTiles/Shared/MBTileLayer.cs b/MBTiles/Shared/MBTileLayer.cs index e504f09d..2098e5af 100644 --- a/MBTiles/Shared/MBTileLayer.cs +++ b/MBTiles/Shared/MBTileLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Threading.Tasks; diff --git a/MBTiles/Shared/MBTileSource.cs b/MBTiles/Shared/MBTileSource.cs index fe053bdb..e81b510c 100644 --- a/MBTiles/Shared/MBTileSource.cs +++ b/MBTiles/Shared/MBTileSource.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/AutoEquirectangularProjection.cs b/MapControl/Shared/AutoEquirectangularProjection.cs index 80ec7225..685c2c2e 100644 --- a/MapControl/Shared/AutoEquirectangularProjection.cs +++ b/MapControl/Shared/AutoEquirectangularProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/AzimuthalEquidistantProjection.cs b/MapControl/Shared/AzimuthalEquidistantProjection.cs index b0909117..bd03eefe 100644 --- a/MapControl/Shared/AzimuthalEquidistantProjection.cs +++ b/MapControl/Shared/AzimuthalEquidistantProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/AzimuthalProjection.cs b/MapControl/Shared/AzimuthalProjection.cs index 8c0df16b..53a8f614 100644 --- a/MapControl/Shared/AzimuthalProjection.cs +++ b/MapControl/Shared/AzimuthalProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/BindingHelper.cs b/MapControl/Shared/BindingHelper.cs index 71012732..a849854a 100644 --- a/MapControl/Shared/BindingHelper.cs +++ b/MapControl/Shared/BindingHelper.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/Shared/BingMapsTileLayer.cs b/MapControl/Shared/BingMapsTileLayer.cs index b10b7313..4213d147 100644 --- a/MapControl/Shared/BingMapsTileLayer.cs +++ b/MapControl/Shared/BingMapsTileLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/BingMapsTileSource.cs b/MapControl/Shared/BingMapsTileSource.cs index bbc2fa5c..9dda1c68 100644 --- a/MapControl/Shared/BingMapsTileSource.cs +++ b/MapControl/Shared/BingMapsTileSource.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/BoundingBox.cs b/MapControl/Shared/BoundingBox.cs index 8b98eaa9..c07e0cc1 100644 --- a/MapControl/Shared/BoundingBox.cs +++ b/MapControl/Shared/BoundingBox.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/BoundingBoxTileSource.cs b/MapControl/Shared/BoundingBoxTileSource.cs index 7b488ab4..28551331 100644 --- a/MapControl/Shared/BoundingBoxTileSource.cs +++ b/MapControl/Shared/BoundingBoxTileSource.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/CenteredBoundingBox.cs b/MapControl/Shared/CenteredBoundingBox.cs index 72c3778a..751c2874 100644 --- a/MapControl/Shared/CenteredBoundingBox.cs +++ b/MapControl/Shared/CenteredBoundingBox.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/EquirectangularProjection.cs b/MapControl/Shared/EquirectangularProjection.cs index e2da0cb9..bd249922 100644 --- a/MapControl/Shared/EquirectangularProjection.cs +++ b/MapControl/Shared/EquirectangularProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/GnomonicProjection.cs b/MapControl/Shared/GnomonicProjection.cs index 65750d61..3cc93c90 100644 --- a/MapControl/Shared/GnomonicProjection.cs +++ b/MapControl/Shared/GnomonicProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/ImageFileCache.cs b/MapControl/Shared/ImageFileCache.cs index 487aee87..abcb4084 100644 --- a/MapControl/Shared/ImageFileCache.cs +++ b/MapControl/Shared/ImageFileCache.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/ImageLoader.cs b/MapControl/Shared/ImageLoader.cs index 749a48d5..ab9b94f7 100644 --- a/MapControl/Shared/ImageLoader.cs +++ b/MapControl/Shared/ImageLoader.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/Intersections.cs b/MapControl/Shared/Intersections.cs index b5545bbc..bbe16102 100644 --- a/MapControl/Shared/Intersections.cs +++ b/MapControl/Shared/Intersections.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/Location.cs b/MapControl/Shared/Location.cs index 35850057..e0ef4549 100644 --- a/MapControl/Shared/Location.cs +++ b/MapControl/Shared/Location.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/LocationCollection.cs b/MapControl/Shared/LocationCollection.cs index bba41572..7eb96348 100644 --- a/MapControl/Shared/LocationCollection.cs +++ b/MapControl/Shared/LocationCollection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapBase.cs b/MapControl/Shared/MapBase.cs index 745e474a..887e59c5 100644 --- a/MapControl/Shared/MapBase.cs +++ b/MapControl/Shared/MapBase.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapGraticule.cs b/MapControl/Shared/MapGraticule.cs index 71bc8b88..7ee63e4e 100644 --- a/MapControl/Shared/MapGraticule.cs +++ b/MapControl/Shared/MapGraticule.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapImageLayer.cs b/MapControl/Shared/MapImageLayer.cs index c6d7230d..36b5f8eb 100644 --- a/MapControl/Shared/MapImageLayer.cs +++ b/MapControl/Shared/MapImageLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapItemsControl.cs b/MapControl/Shared/MapItemsControl.cs index f104c16f..f544c936 100644 --- a/MapControl/Shared/MapItemsControl.cs +++ b/MapControl/Shared/MapItemsControl.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapOverlay.cs b/MapControl/Shared/MapOverlay.cs index 3963bd81..f6102f37 100644 --- a/MapControl/Shared/MapOverlay.cs +++ b/MapControl/Shared/MapOverlay.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/Shared/MapPanel.cs b/MapControl/Shared/MapPanel.cs index 7ac9e2ce..8ed39575 100644 --- a/MapControl/Shared/MapPanel.cs +++ b/MapControl/Shared/MapPanel.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapPath.cs b/MapControl/Shared/MapPath.cs index 2ba13619..6b927611 100644 --- a/MapControl/Shared/MapPath.cs +++ b/MapControl/Shared/MapPath.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/Shared/MapPolygon.cs b/MapControl/Shared/MapPolygon.cs index a6740f2b..e4492de8 100644 --- a/MapControl/Shared/MapPolygon.cs +++ b/MapControl/Shared/MapPolygon.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Collections.Generic; diff --git a/MapControl/Shared/MapPolyline.cs b/MapControl/Shared/MapPolyline.cs index c160c914..1de46f2c 100644 --- a/MapControl/Shared/MapPolyline.cs +++ b/MapControl/Shared/MapPolyline.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Collections.Generic; diff --git a/MapControl/Shared/MapProjection.cs b/MapControl/Shared/MapProjection.cs index 1073bdeb..38e839b2 100644 --- a/MapControl/Shared/MapProjection.cs +++ b/MapControl/Shared/MapProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapScale.cs b/MapControl/Shared/MapScale.cs index 39a976e8..f709ff19 100644 --- a/MapControl/Shared/MapScale.cs +++ b/MapControl/Shared/MapScale.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapTileLayer.cs b/MapControl/Shared/MapTileLayer.cs index f51f3575..72021f5a 100644 --- a/MapControl/Shared/MapTileLayer.cs +++ b/MapControl/Shared/MapTileLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/MapTileLayerBase.cs b/MapControl/Shared/MapTileLayerBase.cs index 2f42ac8e..6833f916 100644 --- a/MapControl/Shared/MapTileLayerBase.cs +++ b/MapControl/Shared/MapTileLayerBase.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/OrthographicProjection.cs b/MapControl/Shared/OrthographicProjection.cs index ed4fa9ef..a7ebf294 100644 --- a/MapControl/Shared/OrthographicProjection.cs +++ b/MapControl/Shared/OrthographicProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/StereographicProjection.cs b/MapControl/Shared/StereographicProjection.cs index ef9cc56a..66d6145a 100644 --- a/MapControl/Shared/StereographicProjection.cs +++ b/MapControl/Shared/StereographicProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/Tile.cs b/MapControl/Shared/Tile.cs index e564df08..0321f1fd 100644 --- a/MapControl/Shared/Tile.cs +++ b/MapControl/Shared/Tile.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/Shared/TileImageLoader.cs b/MapControl/Shared/TileImageLoader.cs index dd2f7212..684d951d 100644 --- a/MapControl/Shared/TileImageLoader.cs +++ b/MapControl/Shared/TileImageLoader.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/TileMatrix.cs b/MapControl/Shared/TileMatrix.cs index d9a9a8e9..42dc45f4 100644 --- a/MapControl/Shared/TileMatrix.cs +++ b/MapControl/Shared/TileMatrix.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl diff --git a/MapControl/Shared/TileSource.cs b/MapControl/Shared/TileSource.cs index d1d69629..d2cbaf07 100644 --- a/MapControl/Shared/TileSource.cs +++ b/MapControl/Shared/TileSource.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/TypeConverters.cs b/MapControl/Shared/TypeConverters.cs index 89339784..c0a5137c 100644 --- a/MapControl/Shared/TypeConverters.cs +++ b/MapControl/Shared/TypeConverters.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/ViewRect.cs b/MapControl/Shared/ViewRect.cs index f8079ff3..8f942c72 100644 --- a/MapControl/Shared/ViewRect.cs +++ b/MapControl/Shared/ViewRect.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl diff --git a/MapControl/Shared/ViewTransform.cs b/MapControl/Shared/ViewTransform.cs index db0fe4d4..c1907e3a 100644 --- a/MapControl/Shared/ViewTransform.cs +++ b/MapControl/Shared/ViewTransform.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/ViewportChangedEventArgs.cs b/MapControl/Shared/ViewportChangedEventArgs.cs index 7e7a263d..5c6eb05e 100644 --- a/MapControl/Shared/ViewportChangedEventArgs.cs +++ b/MapControl/Shared/ViewportChangedEventArgs.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WebMercatorProjection.cs b/MapControl/Shared/WebMercatorProjection.cs index 24eaf1dc..753ce0e0 100644 --- a/MapControl/Shared/WebMercatorProjection.cs +++ b/MapControl/Shared/WebMercatorProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WmsImageLayer.cs b/MapControl/Shared/WmsImageLayer.cs index 51f79070..5b486f75 100644 --- a/MapControl/Shared/WmsImageLayer.cs +++ b/MapControl/Shared/WmsImageLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WmtsCapabilities.cs b/MapControl/Shared/WmtsCapabilities.cs index 80ac0d80..d74baf15 100644 --- a/MapControl/Shared/WmtsCapabilities.cs +++ b/MapControl/Shared/WmtsCapabilities.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WmtsTileLayer.cs b/MapControl/Shared/WmtsTileLayer.cs index 242ede05..20a0ae31 100644 --- a/MapControl/Shared/WmtsTileLayer.cs +++ b/MapControl/Shared/WmtsTileLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WmtsTileMatrix.cs b/MapControl/Shared/WmtsTileMatrix.cs index 0cb536ee..3e50d100 100644 --- a/MapControl/Shared/WmtsTileMatrix.cs +++ b/MapControl/Shared/WmtsTileMatrix.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if !WINUI && !UWP diff --git a/MapControl/Shared/WmtsTileMatrixLayer.cs b/MapControl/Shared/WmtsTileMatrixLayer.cs index b599054a..b7a23c2c 100644 --- a/MapControl/Shared/WmtsTileMatrixLayer.cs +++ b/MapControl/Shared/WmtsTileMatrixLayer.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WmtsTileMatrixSet.cs b/MapControl/Shared/WmtsTileMatrixSet.cs index 9a9fd8fc..eece1777 100644 --- a/MapControl/Shared/WmtsTileMatrixSet.cs +++ b/MapControl/Shared/WmtsTileMatrixSet.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WmtsTileSource.cs b/MapControl/Shared/WmtsTileSource.cs index 44259264..8891d8cf 100644 --- a/MapControl/Shared/WmtsTileSource.cs +++ b/MapControl/Shared/WmtsTileSource.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/WorldMercatorProjection.cs b/MapControl/Shared/WorldMercatorProjection.cs index 45b020e7..d5ad605c 100644 --- a/MapControl/Shared/WorldMercatorProjection.cs +++ b/MapControl/Shared/WorldMercatorProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/TileImageLoader.UWP.cs b/MapControl/UWP/TileImageLoader.UWP.cs index ff229f15..2fe3060e 100644 --- a/MapControl/UWP/TileImageLoader.UWP.cs +++ b/MapControl/UWP/TileImageLoader.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/ImageFileCache.WPF.cs b/MapControl/WPF/ImageFileCache.WPF.cs index 1787c2c9..7e5c4063 100644 --- a/MapControl/WPF/ImageFileCache.WPF.cs +++ b/MapControl/WPF/ImageFileCache.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/ImageLoader.WPF.cs b/MapControl/WPF/ImageLoader.WPF.cs index a07430a9..20f704e4 100644 --- a/MapControl/WPF/ImageLoader.WPF.cs +++ b/MapControl/WPF/ImageLoader.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.IO; diff --git a/MapControl/WPF/Map.WPF.cs b/MapControl/WPF/Map.WPF.cs index 1741f362..92555648 100644 --- a/MapControl/WPF/Map.WPF.cs +++ b/MapControl/WPF/Map.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/MapBase.WPF.cs b/MapControl/WPF/MapBase.WPF.cs index 055ad513..89a2d691 100644 --- a/MapControl/WPF/MapBase.WPF.cs +++ b/MapControl/WPF/MapBase.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows; diff --git a/MapControl/WPF/MapContentControl.WPF.cs b/MapControl/WPF/MapContentControl.WPF.cs index 9a26fc83..9d0e7a85 100644 --- a/MapControl/WPF/MapContentControl.WPF.cs +++ b/MapControl/WPF/MapContentControl.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows; diff --git a/MapControl/WPF/MapGraticule.WPF.cs b/MapControl/WPF/MapGraticule.WPF.cs index bfc429b0..d52326e3 100644 --- a/MapControl/WPF/MapGraticule.WPF.cs +++ b/MapControl/WPF/MapGraticule.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/MapItemsControl.WPF.cs b/MapControl/WPF/MapItemsControl.WPF.cs index 713bcce3..765d492b 100644 --- a/MapControl/WPF/MapItemsControl.WPF.cs +++ b/MapControl/WPF/MapItemsControl.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows; diff --git a/MapControl/WPF/MapItemsImageLayer.WPF.cs b/MapControl/WPF/MapItemsImageLayer.WPF.cs index 2312fa52..90ec74a1 100644 --- a/MapControl/WPF/MapItemsImageLayer.WPF.cs +++ b/MapControl/WPF/MapItemsImageLayer.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Collections.Generic; diff --git a/MapControl/WPF/MapMultiPolygon.WPF.cs b/MapControl/WPF/MapMultiPolygon.WPF.cs index ca2fa0b6..3cda3e66 100644 --- a/MapControl/WPF/MapMultiPolygon.WPF.cs +++ b/MapControl/WPF/MapMultiPolygon.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Collections.Generic; diff --git a/MapControl/WPF/MapOverlay.WPF.cs b/MapControl/WPF/MapOverlay.WPF.cs index 00d06de0..41e4abaa 100644 --- a/MapControl/WPF/MapOverlay.WPF.cs +++ b/MapControl/WPF/MapOverlay.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/MapPanel.WPF.cs b/MapControl/WPF/MapPanel.WPF.cs index 82db317d..c35cc6f2 100644 --- a/MapControl/WPF/MapPanel.WPF.cs +++ b/MapControl/WPF/MapPanel.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows; diff --git a/MapControl/WPF/MapPath.WPF.cs b/MapControl/WPF/MapPath.WPF.cs index 0149f063..e8a4f734 100644 --- a/MapControl/WPF/MapPath.WPF.cs +++ b/MapControl/WPF/MapPath.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/PolygonCollection.WPF.cs b/MapControl/WPF/PolygonCollection.WPF.cs index bd0affa2..3b5e7bd1 100644 --- a/MapControl/WPF/PolygonCollection.WPF.cs +++ b/MapControl/WPF/PolygonCollection.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/Tile.WPF.cs b/MapControl/WPF/Tile.WPF.cs index c75fd132..76dba25c 100644 --- a/MapControl/WPF/Tile.WPF.cs +++ b/MapControl/WPF/Tile.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/TileImageLoader.WPF.cs b/MapControl/WPF/TileImageLoader.WPF.cs index f7b55bf7..1e1e86a3 100644 --- a/MapControl/WPF/TileImageLoader.WPF.cs +++ b/MapControl/WPF/TileImageLoader.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/Timer.WPF.cs b/MapControl/WPF/Timer.WPF.cs index e3d3f2a6..4c472d78 100644 --- a/MapControl/WPF/Timer.WPF.cs +++ b/MapControl/WPF/Timer.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/Animatable.WinUI.cs b/MapControl/WinUI/Animatable.WinUI.cs index 87802bec..11f606cf 100644 --- a/MapControl/WinUI/Animatable.WinUI.cs +++ b/MapControl/WinUI/Animatable.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/WinUI/ImageFileCache.WinUI.cs b/MapControl/WinUI/ImageFileCache.WinUI.cs index 0d13dd4f..7a4ba08f 100644 --- a/MapControl/WinUI/ImageFileCache.WinUI.cs +++ b/MapControl/WinUI/ImageFileCache.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/ImageLoader.WinUI.cs b/MapControl/WinUI/ImageLoader.WinUI.cs index 2b1fa7f6..44f17819 100644 --- a/MapControl/WinUI/ImageLoader.WinUI.cs +++ b/MapControl/WinUI/ImageLoader.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/Map.WinUI.cs b/MapControl/WinUI/Map.WinUI.cs index ac3cfaed..40acb8e3 100644 --- a/MapControl/WinUI/Map.WinUI.cs +++ b/MapControl/WinUI/Map.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/MapBase.WinUI.cs b/MapControl/WinUI/MapBase.WinUI.cs index 94235566..1e2348da 100644 --- a/MapControl/WinUI/MapBase.WinUI.cs +++ b/MapControl/WinUI/MapBase.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/WinUI/MapContentControl.WinUI.cs b/MapControl/WinUI/MapContentControl.WinUI.cs index 1af0b711..f785b5fd 100644 --- a/MapControl/WinUI/MapContentControl.WinUI.cs +++ b/MapControl/WinUI/MapContentControl.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/WinUI/MapGraticule.WinUI.cs b/MapControl/WinUI/MapGraticule.WinUI.cs index 2122af7d..d45fd79f 100644 --- a/MapControl/WinUI/MapGraticule.WinUI.cs +++ b/MapControl/WinUI/MapGraticule.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/MapItemsControl.WinUI.cs b/MapControl/WinUI/MapItemsControl.WinUI.cs index 24bf158a..7ce9f2e6 100644 --- a/MapControl/WinUI/MapItemsControl.WinUI.cs +++ b/MapControl/WinUI/MapItemsControl.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Windows.System; diff --git a/MapControl/WinUI/MapOverlay.WinUI.cs b/MapControl/WinUI/MapOverlay.WinUI.cs index 5c38963e..8c3b506e 100644 --- a/MapControl/WinUI/MapOverlay.WinUI.cs +++ b/MapControl/WinUI/MapOverlay.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/WinUI/MapPanel.WinUI.cs b/MapControl/WinUI/MapPanel.WinUI.cs index d444439e..b5d0ebf1 100644 --- a/MapControl/WinUI/MapPanel.WinUI.cs +++ b/MapControl/WinUI/MapPanel.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINUI diff --git a/MapControl/WinUI/MapPath.WinUI.cs b/MapControl/WinUI/MapPath.WinUI.cs index 82c36928..1a3ca050 100644 --- a/MapControl/WinUI/MapPath.WinUI.cs +++ b/MapControl/WinUI/MapPath.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Collections.Generic; diff --git a/MapControl/WinUI/Matrix.WinUI.cs b/MapControl/WinUI/Matrix.WinUI.cs index 69d0168e..2bcdef05 100644 --- a/MapControl/WinUI/Matrix.WinUI.cs +++ b/MapControl/WinUI/Matrix.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/Point.WinUI.cs b/MapControl/WinUI/Point.WinUI.cs index b0f49328..62544f21 100644 --- a/MapControl/WinUI/Point.WinUI.cs +++ b/MapControl/WinUI/Point.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl diff --git a/MapControl/WinUI/Tile.WinUI.cs b/MapControl/WinUI/Tile.WinUI.cs index f2984614..15622d06 100644 --- a/MapControl/WinUI/Tile.WinUI.cs +++ b/MapControl/WinUI/Tile.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WinUI/TileImageLoader.WinUI.cs b/MapControl/WinUI/TileImageLoader.WinUI.cs index 4ec94e3e..169d7714 100644 --- a/MapControl/WinUI/TileImageLoader.WinUI.cs +++ b/MapControl/WinUI/TileImageLoader.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Microsoft.UI.Dispatching; diff --git a/MapControl/WinUI/Timer.WinUI.cs b/MapControl/WinUI/Timer.WinUI.cs index e4cfbcca..096791cf 100644 --- a/MapControl/WinUI/Timer.WinUI.cs +++ b/MapControl/WinUI/Timer.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Microsoft.UI.Dispatching; diff --git a/MapControl/WinUI/Vector.WinUI.cs b/MapControl/WinUI/Vector.WinUI.cs index a8ea9fe5..f68600aa 100644 --- a/MapControl/WinUI/Vector.WinUI.cs +++ b/MapControl/WinUI/Vector.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl diff --git a/MapImages/Shared/GeoTaggedImage.cs b/MapImages/Shared/GeoTaggedImage.cs index f2e8cd15..d99d390e 100644 --- a/MapImages/Shared/GeoTaggedImage.cs +++ b/MapImages/Shared/GeoTaggedImage.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using MapControl.Projections; diff --git a/MapImages/Shared/GroundOverlayPanel.cs b/MapImages/Shared/GroundOverlayPanel.cs index d884a58d..932edd82 100644 --- a/MapImages/Shared/GroundOverlayPanel.cs +++ b/MapImages/Shared/GroundOverlayPanel.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapProjections/Shared/GeoApiProjection.cs b/MapProjections/Shared/GeoApiProjection.cs index 66d5f5ac..00b2ad2e 100644 --- a/MapProjections/Shared/GeoApiProjection.cs +++ b/MapProjections/Shared/GeoApiProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using GeoAPI.CoordinateSystems; diff --git a/MapProjections/Shared/PolarStereographicProjection.cs b/MapProjections/Shared/PolarStereographicProjection.cs index 4808b234..33f4c5d3 100644 --- a/MapProjections/Shared/PolarStereographicProjection.cs +++ b/MapProjections/Shared/PolarStereographicProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapProjections/Shared/UtmProjection.cs b/MapProjections/Shared/UtmProjection.cs index 9b00b912..fa5260cc 100644 --- a/MapProjections/Shared/UtmProjection.cs +++ b/MapProjections/Shared/UtmProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapProjections/Shared/WebMercatorProjection.cs b/MapProjections/Shared/WebMercatorProjection.cs index f73deafc..1a0c48d1 100644 --- a/MapProjections/Shared/WebMercatorProjection.cs +++ b/MapProjections/Shared/WebMercatorProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using ProjNet.CoordinateSystems; diff --git a/MapProjections/Shared/WorldMercatorProjection.cs b/MapProjections/Shared/WorldMercatorProjection.cs index 42153f64..cd202736 100644 --- a/MapProjections/Shared/WorldMercatorProjection.cs +++ b/MapProjections/Shared/WorldMercatorProjection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/SQLiteCache/Shared/SQLiteCache.cs b/SQLiteCache/Shared/SQLiteCache.cs index 0884e2dc..687f1fe2 100644 --- a/SQLiteCache/Shared/SQLiteCache.cs +++ b/SQLiteCache/Shared/SQLiteCache.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/SQLiteCache/WPF/SQLiteCache.WPF.cs b/SQLiteCache/WPF/SQLiteCache.WPF.cs index 8808ffd7..fcd989f0 100644 --- a/SQLiteCache/WPF/SQLiteCache.WPF.cs +++ b/SQLiteCache/WPF/SQLiteCache.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/SQLiteCache/WinUI/SQLiteCache.WinUI.cs b/SQLiteCache/WinUI/SQLiteCache.WinUI.cs index ac458dfd..c042abaa 100644 --- a/SQLiteCache/WinUI/SQLiteCache.WinUI.cs +++ b/SQLiteCache/WinUI/SQLiteCache.WinUI.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/SampleApps/Shared/HyperlinkText.cs b/SampleApps/Shared/HyperlinkText.cs index 7e371b83..9f146073 100644 --- a/SampleApps/Shared/HyperlinkText.cs +++ b/SampleApps/Shared/HyperlinkText.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2021 Clemens Fischer +// © 2022 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System;