Skip to content

Commit d515296

Browse files
committed
CQ: Add licence header
1 parent 4f551c1 commit d515296

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Files.App/Data/Contracts/IRealTimeLayoutService.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.UI.Xaml;
1+
// Copyright (c) 2024 Files Community
2+
// Licensed under the MIT License. See the LICENSE.
3+
4+
using Microsoft.UI.Xaml;
25
using System.Globalization;
36

47
namespace Files.App.Data.Contracts

src/Files.App/Services/Content/RealTimeLayoutService.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Microsoft.UI.Xaml;
1+
// Copyright (c) 2024 Files Community
2+
// Licensed under the MIT License. See the LICENSE.
3+
4+
using Microsoft.UI.Xaml;
25
using System.Globalization;
36
using Windows.Win32;
47
using Windows.Win32.Foundation;

0 commit comments

Comments
 (0)