Removed code file headers

This commit is contained in:
ClemensFischer 2025-02-27 18:46:32 +01:00
parent 8fbab654cc
commit 057fd82feb
138 changed files with 142 additions and 694 deletions

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Globalization;
namespace MapControl

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Globalization;
using System.Threading.Tasks;
#if WPF

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
#if WPF
#if WPF
using System.Windows;
using System.Windows.Threading;
#elif UWP

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
namespace MapControl
namespace MapControl
{
public static class FilePath
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Options;
using System;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
namespace MapControl
namespace MapControl
{
/// <summary>
/// A BoundingBox with optional rotation. Used by GeoImage and GroundOverlay.

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Globalization;
namespace MapControl

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
using System.Windows.Media;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
#if WPF
#if WPF
using System.Windows;
#elif UWP
using Windows.UI.Xaml;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
#if WPF
#if WPF
using System.Windows.Controls;
using System.Windows.Media;
#elif UWP

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
using System.Windows.Controls;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System.Collections.Generic;
using System.Collections.Generic;
#if WPF
using System.Windows;
#elif UWP

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Diagnostics;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Diagnostics;
#if WPF
using System.Windows;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
#if WPF
#if WPF
using System.Windows;
#elif UWP
using Windows.UI.Xaml;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System.Collections.Generic;
using System.Collections.Generic;
#if WPF
using System.Windows;
#elif UWP

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System.Collections.Generic;
using System.Collections.Generic;
#if WPF
using System.Windows;
#elif UWP

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Globalization;
#if WPF
using System.Windows;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Threading.Tasks;
#if WPF
using System.Windows;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
#if WPF

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System.Collections.Generic;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
using System.Windows.Media;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows.Controls;
using System.Windows.Media;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
namespace MapControl

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Options;
using System;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
namespace MapControl
namespace MapControl
{
public class TileMatrix
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Threading.Tasks;
#if WPF
using System.Windows.Media;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.ComponentModel;
using System.Globalization;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
#if WPF
#if WPF
using System.Windows;
using System.Windows.Media;
#elif UWP

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
#if WPF
#if WPF
using System.Windows;
#endif

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
using System.Windows.Controls;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
using System.Collections.Generic;
using System.Linq;

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
namespace MapControl
{

View file

@ -1,8 +1,4 @@
// XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control
// Copyright © Clemens Fischer
// Licensed under the Microsoft Public License (Ms-PL)
using System;
using System;
#if WPF
using System.Windows;
#endif