Browse Source

Remove some left-over copyright headers.

pull/3715/head
Steven Kirk 6 years ago
parent
commit
5397efc4f0
  1. 2
      src/Avalonia.Animation/Easing/BounceEaseOut.cs
  2. 3
      src/Avalonia.Controls/LayoutTransformControl.cs
  3. 2
      src/Avalonia.Input/IInputElement.cs
  4. 2
      src/Avalonia.Input/Key.cs
  5. 2
      src/Avalonia.Native/AvaloniaNativePlatform.cs
  6. 4
      src/Avalonia.Native/OsxManagedPopupPositionerPopupImplHelper.cs
  7. 5
      tests/Avalonia.Markup.UnitTests/Data/MultiBindingTests_Converters.cs
  8. 4
      tests/Avalonia.RenderTests/Media/FormattedTextImplTests.cs

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

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
//

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;

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

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;

4
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

5
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;

4
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;

Loading…
Cancel
Save