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;
namespace MapControl.Projections
{

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.Projections
{

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 GeoAPI.CoordinateSystems;
using GeoAPI.CoordinateSystems;
using GeoAPI.CoordinateSystems.Transformations;
using GeoAPI.Geometries;
using ProjNet.CoordinateSystems;

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;
namespace MapControl.Projections
{

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.Projections
{

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.Projections
{

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 ProjNet.CoordinateSystems;
using ProjNet.CoordinateSystems;
using System;
#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 ProjNet.CoordinateSystems;
using ProjNet.CoordinateSystems;
using System;
namespace MapControl.Projections

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;
#elif AVALONIA