Browse Source

Fix license headers

pull/2644/head
Wiesław Šoltés 7 years ago
parent
commit
4ae22f579e
  1. 9
      src/Avalonia.Controls/DockPanel.cs
  2. 6
      src/Avalonia.Controls/StackPanel.cs
  3. 10
      src/Avalonia.Controls/WrapPanel.cs

9
src/Avalonia.Controls/DockPanel.cs

@ -1,7 +1,12 @@
// This source file is adapted from the Windows Presentation Foundation project.
// (https://github.com/dotnet/wpf/)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
namespace Avalonia.Controls namespace Avalonia.Controls
{ {
using System;
/// <summary> /// <summary>
/// Defines the available docking modes for a control in a <see cref="DockPanel"/>. /// Defines the available docking modes for a control in a <see cref="DockPanel"/>.
/// </summary> /// </summary>

6
src/Avalonia.Controls/StackPanel.cs

@ -1,5 +1,7 @@
// Copyright (c) The Avalonia Project. All rights reserved. // This source file is adapted from the Windows Presentation Foundation project.
// Licensed under the MIT license. See licence.md file in the project root for full license information. // (https://github.com/dotnet/wpf/)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System; using System;
using Avalonia.Input; using Avalonia.Input;

10
src/Avalonia.Controls/WrapPanel.cs

@ -1,9 +1,7 @@
// Copyright (c) The Avalonia Project. All rights reserved. // This source file is adapted from the Windows Presentation Foundation project.
// Licensed under the MIT license. See licence.md file in the project root for full license information. // (https://github.com/dotnet/wpf/)
//
using System.Collections.Generic; // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System.Diagnostics;
using System.Linq;
using Avalonia.Input; using Avalonia.Input;
using Avalonia.Utilities; using Avalonia.Utilities;

Loading…
Cancel
Save