Skip to content

Commit 0565bf3

Browse files
committed
Add back the BOM
1 parent ff1bcac commit 0565bf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Files.App/ViewModels/Properties/HashesViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Files Community
1+
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

44
using Files.Shared.Helpers;

src/Files.App/Views/Properties/HashesPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
1+
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
22
<vm:BasePropertiesPage
33
x:Class="Files.App.Views.Properties.HashesPage"
44
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

src/Files.App/Views/Properties/HashesPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Files Community
1+
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

44
using Files.App.Data.Parameters;

0 commit comments

Comments
 (0)