Skip to content

Commit 8436c6d

Browse files
committed
Code Quality: Updated license header
1 parent 1ee9de3 commit 8436c6d

File tree

1,136 files changed

+2105
-2105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,136 files changed

+2105
-2105
lines changed

.github/scripts/Configure-AppxManifest.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
param(
55
[string]$Branch = "", # This has to correspond with one of the AppEnvironment enum values

.github/scripts/Convert-TrxToMarkdown.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# This script analyzes the trx file that is the result of executing dotnet test and

.github/scripts/Generate-SelfCertPfx.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# This script generates a self-signed certificate for the temporary packaging as a pfx file.

.github/workflows/cd-sideload-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# Deploys Files Preview (Sideload).

.github/workflows/cd-sideload-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# Deploys Files (Sideload).

.github/workflows/cd-store-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# Deploys Files Preview (Store).

.github/workflows/cd-store-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# Deploys Files (Store).

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2024 Files Community
2-
# Licensed under the MIT License. See the LICENSE.
1+
# Copyright (c) Files Community
2+
# Licensed under the MIT License.
33

44
# Abstract:
55
# This CI is executed when a new commit is created on the main branch or

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Files Community
3+
Copyright (c) 2025 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 (Package)/Files.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
2+
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
33
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<PropertyGroup>
55
<ProjectGuid>8f60fd8e-1921-47d6-97b0-d26d7b3a4999</ProjectGuid>

0 commit comments

Comments
 (0)