diff --git a/FileDbCache/Shared/FileDbCache.cs b/FileDbCache/Shared/FileDbCache.cs index 205f5a02..8ace9bf4 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using FileDbNs; diff --git a/FileDbCache/UWP/FileDbCache.UWP.cs b/FileDbCache/UWP/FileDbCache.UWP.cs index 3182c0c0..d1734265 100644 --- a/FileDbCache/UWP/FileDbCache.UWP.cs +++ b/FileDbCache/UWP/FileDbCache.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/FileDbCache/UWP/Properties/AssemblyInfo.cs b/FileDbCache/UWP/Properties/AssemblyInfo.cs index d7facc28..704d6d50 100644 --- a/FileDbCache/UWP/Properties/AssemblyInfo.cs +++ b/FileDbCache/UWP/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("IImageCache implementation based on EzTools FileDb")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("5.6.0")] [assembly: AssemblyFileVersion("5.6.0")] diff --git a/FileDbCache/WPF/FileDbCache.WPF.cs b/FileDbCache/WPF/FileDbCache.WPF.cs index 56b4d955..a0aa8269 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/FileDbCache/WPF/FileDbCache.WPF.csproj b/FileDbCache/WPF/FileDbCache.WPF.csproj index 1a01450e..6f40860c 100644 --- a/FileDbCache/WPF/FileDbCache.WPF.csproj +++ b/FileDbCache/WPF/FileDbCache.WPF.csproj @@ -12,7 +12,7 @@ 5.6.0 ObjectCache implementation based on EzTools FileDb Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer false XAML.MapControl.FileDbCache diff --git a/MBTiles/Shared/MBTileData.cs b/MBTiles/Shared/MBTileData.cs index d5ad5841..7fe6d95c 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 -// © 2020 Clemens Fischer +// © 2021 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 95705204..4927763c 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 c621600f..798a60f1 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MBTiles/UWP/Properties/AssemblyInfo.cs b/MBTiles/UWP/Properties/AssemblyInfo.cs index bacec5f3..331dd9dd 100644 --- a/MBTiles/UWP/Properties/AssemblyInfo.cs +++ b/MBTiles/UWP/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("MBTiles Support Library for XAML Map Control")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("5.6.0")] [assembly: AssemblyFileVersion("5.6.0")] diff --git a/MBTiles/WPF/MBTiles.WPF.csproj b/MBTiles/WPF/MBTiles.WPF.csproj index 11f2bcf8..80eeb3da 100644 --- a/MBTiles/WPF/MBTiles.WPF.csproj +++ b/MBTiles/WPF/MBTiles.WPF.csproj @@ -12,7 +12,7 @@ 5.6.0 MBTiles Support Library for XAML Map Control Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer false XAML.MapControl.MBTiles diff --git a/MapControl/Shared/AutoEquirectangularProjection.cs b/MapControl/Shared/AutoEquirectangularProjection.cs index 45153bd5..138521f1 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 -// © 2020 Clemens Fischer +// © 2021 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 3aac1f91..a541130b 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 -// © 2020 Clemens Fischer +// © 2021 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 efdfb67f..6c7094f8 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/BingMapsTileLayer.cs b/MapControl/Shared/BingMapsTileLayer.cs index 190565e6..fda71967 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 -// © 2020 Clemens Fischer +// © 2021 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 4842ee5c..bbc2fa5c 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 -// © 2020 Clemens Fischer +// © 2021 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 9634607d..fdf2b6a3 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 -// © 2020 Clemens Fischer +// © 2021 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 a4c05370..16e30fad 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 -// © 2020 Clemens Fischer +// © 2021 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 9d53b573..72c3778a 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 -// © 2020 Clemens Fischer +// © 2021 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 5398afda..5511589a 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 -// © 2020 Clemens Fischer +// © 2021 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 5f8b14ae..bad9be00 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/HyperlinkText.cs b/MapControl/Shared/HyperlinkText.cs index ac8b83ce..d7594257 100644 --- a/MapControl/Shared/HyperlinkText.cs +++ b/MapControl/Shared/HyperlinkText.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 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 185a6401..a47d35dd 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 5cc97e4d..ce17ef55 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 dfa7e571..7ae96b4b 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 -// © 2020 Clemens Fischer +// © 2021 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 f02add9c..eda679f4 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/LocationEx.cs b/MapControl/Shared/LocationEx.cs index 6d49092f..c40e4515 100644 --- a/MapControl/Shared/LocationEx.cs +++ b/MapControl/Shared/LocationEx.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 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 fa4d1652..6988a940 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 -// © 2020 Clemens Fischer +// © 2021 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 19cb9773..4bb0ed6f 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 -// © 2020 Clemens Fischer +// © 2021 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 824fbe78..fff0061c 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 -// © 2020 Clemens Fischer +// © 2021 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 0644fd54..4903e0fe 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 -// © 2020 Clemens Fischer +// © 2021 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 96900339..2b545dac 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINDOWS_UWP diff --git a/MapControl/Shared/MapPanel.cs b/MapControl/Shared/MapPanel.cs index eb8dc54a..8b1251c2 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 -// © 2020 Clemens Fischer +// © 2021 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 d98a8744..d412455a 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINDOWS_UWP diff --git a/MapControl/Shared/MapPolygon.cs b/MapControl/Shared/MapPolygon.cs index eeae14dd..4cb38f41 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 -// © 2020 Clemens Fischer +// © 2021 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 a1bbc66d..3eec8805 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 -// © 2020 Clemens Fischer +// © 2021 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 b961983a..d45b99f5 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 -// © 2020 Clemens Fischer +// © 2021 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 371146f6..3ff7f999 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 -// © 2020 Clemens Fischer +// © 2021 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 9dc051a5..faa75314 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 -// © 2020 Clemens Fischer +// © 2021 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 746d5be8..d9e6ba99 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 -// © 2020 Clemens Fischer +// © 2021 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 354c3817..316f8e88 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/PolygonCollection.cs b/MapControl/Shared/PolygonCollection.cs index da7062f9..bd0affa2 100644 --- a/MapControl/Shared/PolygonCollection.cs +++ b/MapControl/Shared/PolygonCollection.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/Shared/Pushpin.cs b/MapControl/Shared/Pushpin.cs index b764333c..29cf8e75 100644 --- a/MapControl/Shared/Pushpin.cs +++ b/MapControl/Shared/Pushpin.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINDOWS_UWP diff --git a/MapControl/Shared/StereographicProjection.cs b/MapControl/Shared/StereographicProjection.cs index f8f13ed8..74f92b54 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 -// © 2020 Clemens Fischer +// © 2021 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 27db2d73..8b0b7ab0 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if WINDOWS_UWP diff --git a/MapControl/Shared/TileImageLoader.cs b/MapControl/Shared/TileImageLoader.cs index bb43b610..14a9695b 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 -// © 2020 Clemens Fischer +// © 2021 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 97aa6f6a..d9a9a8e9 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 -// © 2020 Clemens Fischer +// © 2021 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 3e86580b..e0829365 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 -// © 2020 Clemens Fischer +// © 2021 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 3e187de8..a46ebb4e 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 36d89193..a110f52f 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 46527a8a..7e7a263d 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 -// © 2020 Clemens Fischer +// © 2021 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 943ef97e..c03fa7f5 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 -// © 2020 Clemens Fischer +// © 2021 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 ac98c4eb..fffcffe2 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 -// © 2020 Clemens Fischer +// © 2021 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 c21b55db..09a2437d 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 0e429ccc..52ef5fd8 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 -// © 2020 Clemens Fischer +// © 2021 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 188a93b6..463bb4ba 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) #if !WINDOWS_UWP diff --git a/MapControl/Shared/WmtsTileMatrixLayer.cs b/MapControl/Shared/WmtsTileMatrixLayer.cs index 560705dc..010fd523 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 -// © 2020 Clemens Fischer +// © 2021 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 3e8137e3..795243b6 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 -// © 2020 Clemens Fischer +// © 2021 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 f5309b91..44259264 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 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 6d7aaf8e..0efbe4f4 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/AnimatableEx.UWP.cs b/MapControl/UWP/AnimatableEx.UWP.cs index 16cc3226..e6ca621a 100644 --- a/MapControl/UWP/AnimatableEx.UWP.cs +++ b/MapControl/UWP/AnimatableEx.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Windows.UI.Xaml; diff --git a/MapControl/UWP/ImageCache.UWP.cs b/MapControl/UWP/ImageCache.UWP.cs index 39817249..9551ca14 100644 --- a/MapControl/UWP/ImageCache.UWP.cs +++ b/MapControl/UWP/ImageCache.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/ImageFileCache.UWP.cs b/MapControl/UWP/ImageFileCache.UWP.cs index 08200330..deacb094 100644 --- a/MapControl/UWP/ImageFileCache.UWP.cs +++ b/MapControl/UWP/ImageFileCache.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/ImageLoader.UWP.cs b/MapControl/UWP/ImageLoader.UWP.cs index 0dd571bc..211ad202 100644 --- a/MapControl/UWP/ImageLoader.UWP.cs +++ b/MapControl/UWP/ImageLoader.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/Map.UWP.cs b/MapControl/UWP/Map.UWP.cs index fcfa157e..19863661 100644 --- a/MapControl/UWP/Map.UWP.cs +++ b/MapControl/UWP/Map.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/MapBase.UWP.cs b/MapControl/UWP/MapBase.UWP.cs index 02ed8374..59d7594b 100644 --- a/MapControl/UWP/MapBase.UWP.cs +++ b/MapControl/UWP/MapBase.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Windows.Foundation; diff --git a/MapControl/UWP/MapGraticule.UWP.cs b/MapControl/UWP/MapGraticule.UWP.cs index 4df47b9f..e88fc0ba 100644 --- a/MapControl/UWP/MapGraticule.UWP.cs +++ b/MapControl/UWP/MapGraticule.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/MapItemsControl.UWP.cs b/MapControl/UWP/MapItemsControl.UWP.cs index 4c843524..a1045524 100644 --- a/MapControl/UWP/MapItemsControl.UWP.cs +++ b/MapControl/UWP/MapItemsControl.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Windows.System; diff --git a/MapControl/UWP/MapOverlay.UWP.cs b/MapControl/UWP/MapOverlay.UWP.cs index e6b877db..31ab3d02 100644 --- a/MapControl/UWP/MapOverlay.UWP.cs +++ b/MapControl/UWP/MapOverlay.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Windows.UI.Text; diff --git a/MapControl/UWP/MapPanel.UWP.cs b/MapControl/UWP/MapPanel.UWP.cs index b140b80d..b91efeab 100644 --- a/MapControl/UWP/MapPanel.UWP.cs +++ b/MapControl/UWP/MapPanel.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using Windows.UI.Xaml; diff --git a/MapControl/UWP/MapPath.UWP.cs b/MapControl/UWP/MapPath.UWP.cs index 2822eba7..c54d73a2 100644 --- a/MapControl/UWP/MapPath.UWP.cs +++ b/MapControl/UWP/MapPath.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Collections.Generic; diff --git a/MapControl/UWP/Matrix.UWP.cs b/MapControl/UWP/Matrix.UWP.cs index 97963fec..3c6a06de 100644 --- a/MapControl/UWP/Matrix.UWP.cs +++ b/MapControl/UWP/Matrix.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/Point.UWP.cs b/MapControl/UWP/Point.UWP.cs index 4d26d319..b0f49328 100644 --- a/MapControl/UWP/Point.UWP.cs +++ b/MapControl/UWP/Point.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl diff --git a/MapControl/UWP/Properties/AssemblyInfo.cs b/MapControl/UWP/Properties/AssemblyInfo.cs index f6176dfc..847ab20f 100644 --- a/MapControl/UWP/Properties/AssemblyInfo.cs +++ b/MapControl/UWP/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("XAML Map Control Library")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("5.6.0")] [assembly: AssemblyFileVersion("5.6.0")] diff --git a/MapControl/UWP/Tile.UWP.cs b/MapControl/UWP/Tile.UWP.cs index d6816025..9afb3bd8 100644 --- a/MapControl/UWP/Tile.UWP.cs +++ b/MapControl/UWP/Tile.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 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 4941f60c..ceec6e1b 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/UWP/Vector.UWP.cs b/MapControl/UWP/Vector.UWP.cs index 13dd882c..a8ea9fe5 100644 --- a/MapControl/UWP/Vector.UWP.cs +++ b/MapControl/UWP/Vector.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) namespace MapControl diff --git a/MapControl/WPF/ImageFileCache.WPF.cs b/MapControl/WPF/ImageFileCache.WPF.cs index 2d9016d1..56ec8f63 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 -// © 2020 Clemens Fischer +// © 2021 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 ea499541..4e4e3d59 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 -// © 2020 Clemens Fischer +// © 2021 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 93cbc103..1741f362 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 -// © 2020 Clemens Fischer +// © 2021 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 4eec0360..b096e034 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows; diff --git a/MapControl/WPF/MapControl.WPF.csproj b/MapControl/WPF/MapControl.WPF.csproj index e2e89b58..7028976e 100644 --- a/MapControl/WPF/MapControl.WPF.csproj +++ b/MapControl/WPF/MapControl.WPF.csproj @@ -12,7 +12,7 @@ 5.6.0 XAML Map Control Library Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer false XAML.MapControl diff --git a/MapControl/WPF/MapGraticule.WPF.cs b/MapControl/WPF/MapGraticule.WPF.cs index 797b7ee1..bfc429b0 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 -// © 2020 Clemens Fischer +// © 2021 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 2ff5c2da..8c42633c 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 -// © 2020 Clemens Fischer +// © 2021 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 945be151..78c37689 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 -// © 2020 Clemens Fischer +// © 2021 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 a3a0ae3c..ca2fa0b6 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 -// © 2020 Clemens Fischer +// © 2021 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 6330b448..09030e57 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows; diff --git a/MapControl/WPF/MapPanel.WPF.cs b/MapControl/WPF/MapPanel.WPF.cs index e91cedc1..12709f04 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 -// © 2020 Clemens Fischer +// © 2021 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 7e79ad85..0149f063 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 -// © 2020 Clemens Fischer +// © 2021 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 9a99dd66..c75fd132 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 -// © 2020 Clemens Fischer +// © 2021 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 e1d8521a..054ddff6 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapControl/WPF/TypeConverters.WPF.cs b/MapControl/WPF/TypeConverters.WPF.cs index f1a2b434..8f33b1b1 100644 --- a/MapControl/WPF/TypeConverters.WPF.cs +++ b/MapControl/WPF/TypeConverters.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapImages/Shared/GroundOverlayPanel.cs b/MapImages/Shared/GroundOverlayPanel.cs index c48ba250..4183f348 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapImages/Shared/WorldFileImage.cs b/MapImages/Shared/WorldFileImage.cs index f24e00de..50215793 100644 --- a/MapImages/Shared/WorldFileImage.cs +++ b/MapImages/Shared/WorldFileImage.cs @@ -1,5 +1,5 @@ -// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using MapControl.Projections; diff --git a/MapImages/UWP/Properties/AssemblyInfo.cs b/MapImages/UWP/Properties/AssemblyInfo.cs index cff0152a..24ad21b5 100644 --- a/MapImages/UWP/Properties/AssemblyInfo.cs +++ b/MapImages/UWP/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Image Support Library for XAML Map Control")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("5.6.0")] [assembly: AssemblyFileVersion("5.6.0")] diff --git a/MapImages/WPF/MapImages.WPF.csproj b/MapImages/WPF/MapImages.WPF.csproj index 6e77e1bc..4bfc1302 100644 --- a/MapImages/WPF/MapImages.WPF.csproj +++ b/MapImages/WPF/MapImages.WPF.csproj @@ -12,7 +12,7 @@ 5.6.0 Image Support Library for XAML Map Control Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer false XAML.MapControl.MapImages diff --git a/MapProjections/Shared/GeoApiProjection.cs b/MapProjections/Shared/GeoApiProjection.cs index ec08fc3d..a48295fd 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapProjections/Shared/PolarStereographicProjection.cs b/MapProjections/Shared/PolarStereographicProjection.cs index 4fa0cfdd..85b82cbd 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 -// © 2020 Clemens Fischer +// © 2021 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 d5f28107..a7a8db7c 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 -// © 2020 Clemens Fischer +// © 2021 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 6f7a5fa4..48fffb3d 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapProjections/Shared/WorldMercatorProjection.cs b/MapProjections/Shared/WorldMercatorProjection.cs index 5bce4ce6..c278742b 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/MapProjections/UWP/Properties/AssemblyInfo.cs b/MapProjections/UWP/Properties/AssemblyInfo.cs index ae54a93b..5672b004 100644 --- a/MapProjections/UWP/Properties/AssemblyInfo.cs +++ b/MapProjections/UWP/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Map Projections Library for XAML Map Control")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("5.6.0")] [assembly: AssemblyFileVersion("5.6.0")] diff --git a/MapProjections/WPF/MapProjections.WPF.csproj b/MapProjections/WPF/MapProjections.WPF.csproj index 1286e5ae..36cfe0ee 100644 --- a/MapProjections/WPF/MapProjections.WPF.csproj +++ b/MapProjections/WPF/MapProjections.WPF.csproj @@ -12,7 +12,7 @@ 5.6.0 Map Projections Library for XAML Map Control Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer false XAML.MapControl.MapProjections diff --git a/SQLiteCache/Shared/SQLiteCache.cs b/SQLiteCache/Shared/SQLiteCache.cs index 88668427..a73585f4 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 -// © 2020 Clemens Fischer +// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/SQLiteCache/UWP/Properties/AssemblyInfo.cs b/SQLiteCache/UWP/Properties/AssemblyInfo.cs index 632d928c..d50a77bb 100644 --- a/SQLiteCache/UWP/Properties/AssemblyInfo.cs +++ b/SQLiteCache/UWP/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("IImageCache implementation based on SQLite")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion("5.6.0")] [assembly: AssemblyFileVersion("5.6.0")] diff --git a/SQLiteCache/UWP/SQLiteCache.UWP.cs b/SQLiteCache/UWP/SQLiteCache.UWP.cs index 69e50743..766a5acd 100644 --- a/SQLiteCache/UWP/SQLiteCache.UWP.cs +++ b/SQLiteCache/UWP/SQLiteCache.UWP.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2020 Clemens Fischer +// © 2021 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 fe3f011b..3fda2133 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 -// © 2020 Clemens Fischer +// © 2021 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System; diff --git a/SQLiteCache/WPF/SQLiteCache.WPF.csproj b/SQLiteCache/WPF/SQLiteCache.WPF.csproj index 672d5256..4d112777 100644 --- a/SQLiteCache/WPF/SQLiteCache.WPF.csproj +++ b/SQLiteCache/WPF/SQLiteCache.WPF.csproj @@ -12,7 +12,7 @@ 5.6.0 ObjectCache implementation based on SQLite Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer false XAML.MapControl.SQLiteCache diff --git a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs index 6921d11e..07c95b20 100644 --- a/SampleApps/UniversalApp/Properties/AssemblyInfo.cs +++ b/SampleApps/UniversalApp/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("XAML Map Control Universal Windows Sample Application")] [assembly: AssemblyProduct("XAML Map Control")] [assembly: AssemblyCompany("Clemens Fischer")] -[assembly: AssemblyCopyright("Copyright © 2020 Clemens Fischer")] +[assembly: AssemblyCopyright("Copyright © 2021 Clemens Fischer")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("5.6.0")] diff --git a/SampleApps/WpfApplication/WpfApplication.csproj b/SampleApps/WpfApplication/WpfApplication.csproj index f92a7062..57393d24 100644 --- a/SampleApps/WpfApplication/WpfApplication.csproj +++ b/SampleApps/WpfApplication/WpfApplication.csproj @@ -9,7 +9,7 @@ 5.6.0 XAML Map Control WPF Sample Application Clemens Fischer - Copyright © 2020 Clemens Fischer + Copyright © 2021 Clemens Fischer