Skip to content

Commit c8dfde4

Browse files
committed
License header and formatting
1 parent fc598d7 commit c8dfde4

17 files changed

+70
-21
lines changed

src/Files.App.Controls/AdaptiveGridView/AdaptiveGridView.Properties.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using System.Text;

src/Files.App.Controls/AdaptiveGridView/AdaptiveGridView.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.UI.Xaml.Data;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using Microsoft.UI.Xaml.Data;
25
using System;
36
using System.Collections.Generic;
47
using System.Linq;

src/Files.App.Controls/AdaptiveGridView/AdaptiveHeightValueConverter.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.UI.Xaml.Data;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using Microsoft.UI.Xaml.Data;
25
using System;
36
using System.Collections.Generic;
47
using System.Linq;

src/Files.App.Controls/BladeView/BladeItem.Properties.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
using System.Threading.Tasks;
1111

1212
namespace Files.App.Controls
13-
{ /// <summary>
14-
/// The Blade is used as a child in the BladeView
15-
/// </summary>
13+
{
14+
/// <summary>
15+
/// The Blade is used as a child in the BladeView
16+
/// </summary>
1617
public partial class BladeItem
1718
{
1819
/// <summary>

src/Files.App.Controls/BladeView/BladeItem.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using CommunityToolkit.WinUI;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using CommunityToolkit.WinUI;
25
using Microsoft.UI.Xaml.Automation.Peers;
36
using Microsoft.UI.Xaml.Automation;
47

src/Files.App.Controls/BladeView/BladeItemAutomationPeer.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using CommunityToolkit.WinUI;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using CommunityToolkit.WinUI;
25
using Microsoft.UI.Xaml.Automation.Peers;
36
using Microsoft.UI.Xaml.Automation;
47
using System;

src/Files.App.Controls/BladeView/BladeMode.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using System.Text;

src/Files.App.Controls/BladeView/BladeView.Events.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using System.Text;

src/Files.App.Controls/BladeView/BladeView.Properties.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using System.Text;

src/Files.App.Controls/BladeView/BladeView.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using CommunityToolkit.WinUI;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using CommunityToolkit.WinUI;
25
using Microsoft.UI.Xaml.Automation.Peers;
36
using System;
47
using System.Collections.Generic;

0 commit comments

Comments
 (0)