Skip to content

Commit 7c23ac0

Browse files
authored
GitHub: Updated license headers (#16714)
1 parent 5dd7a6b commit 7c23ac0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Files Community
3+
Copyright (c) 2018 - present Files Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Files.App.SaveDialog/Files.App.SaveDialog.Win32.vcxproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
23
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
34
<ItemGroup Label="ProjectConfigurations">
45
<ProjectConfiguration Include="Debug|arm64">
@@ -472,4 +473,4 @@
472473

473474
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
474475

475-
</Project>
476+
</Project>

src/Files.App.Server/Files.App.Server.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
2+
<Project Sdk="Microsoft.NET.Sdk">
23

34
<PropertyGroup>
45
<OutputType>WinExe</OutputType>

src/Files.Core.SourceGenerator/Extensions/StringBuilderExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal static StringBuilder AppendAutoGeneratedHeader(this StringBuilder sb, s
3030
/// <returns>The <see cref="StringBuilder"/> instance with the appended license header.</returns>
3131
internal static StringBuilder AppendLicenceHeader(this StringBuilder sb)
3232
{
33-
return sb.AppendLine($"// Copyright (c) {DateTime.Now.Year} Files Community")
33+
return sb.AppendLine($"// Copyright (c) Files Community")
3434
.AppendLine("// Licensed under the MIT License.");
3535
}
3636

0 commit comments

Comments
 (0)