Explorar o código

Remove some left-over copyright headers.

Steven Kirk %!s(int64=5) %!d(string=hai) anos
pai
achega
5397efc4f0

+ 0 - 2
src/Avalonia.Animation/Easing/BounceEaseOut.cs

@@ -1,5 +1,3 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
 using Avalonia.Animation.Utils;
 
 namespace Avalonia.Animation.Easings

+ 0 - 3
src/Avalonia.Controls/LayoutTransformControl.cs

@@ -1,6 +1,3 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
-//
 // Idea got from and adapted to work in avalonia
 // http://silverlight.codeplex.com/SourceControl/changeset/view/74775#Release/Silverlight4/Source/Controls.Layout.Toolkit/LayoutTransformer/LayoutTransformer.cs
 //

+ 0 - 2
src/Avalonia.Input/IInputElement.cs

@@ -1,5 +1,3 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
 using System;
 using System.Collections.Generic;
 using Avalonia.Interactivity;

+ 0 - 2
src/Avalonia.Input/Key.cs

@@ -1,5 +1,3 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
 #if AVALONIA_REMOTE_PROTOCOL
 namespace Avalonia.Remote.Protocol.Input
 #else

+ 0 - 2
src/Avalonia.Native/AvaloniaNativePlatform.cs

@@ -1,5 +1,3 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
 using System;
 using System.Runtime.InteropServices;
 using System.Security.Cryptography;

+ 1 - 3
src/Avalonia.Native/OsxManagedPopupPositionerPopupImplHelper.cs

@@ -1,6 +1,4 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
-using Avalonia.Controls.Primitives.PopupPositioning;
+using Avalonia.Controls.Primitives.PopupPositioning;
 using Avalonia.Platform;
 
 namespace Avalonia.Native

+ 1 - 4
tests/Avalonia.Markup.UnitTests/Data/MultiBindingTests_Converters.cs

@@ -1,7 +1,4 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See license.md file in the project root for full license information.
-
-using System;
+using System;
 using System.Collections.Generic;
 using System.Globalization;
 using System.Linq;

+ 1 - 3
tests/Avalonia.RenderTests/Media/FormattedTextImplTests.cs

@@ -1,6 +1,4 @@
-// Copyright (c) The Avalonia Project. All rights reserved.
-// Licensed under the MIT license. See licence.md file in the project root for full license information.
-using Avalonia.Media;
+using Avalonia.Media;
 using Avalonia.Platform;
 using System;
 using System.Collections.Generic;