diff --git a/.github/scripts/Configure-AppxManifest.ps1 b/.github/scripts/Configure-AppxManifest.ps1 index 42dab1161bbb..ae235cd8d76c 100644 --- a/.github/scripts/Configure-AppxManifest.ps1 +++ b/.github/scripts/Configure-AppxManifest.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. param( [string]$Branch = "", # This has to correspond with one of the AppEnvironment enum values diff --git a/.github/scripts/Convert-TrxToMarkdown.ps1 b/.github/scripts/Convert-TrxToMarkdown.ps1 index f96429ffae76..bd90af3e96b1 100644 --- a/.github/scripts/Convert-TrxToMarkdown.ps1 +++ b/.github/scripts/Convert-TrxToMarkdown.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # This script analyzes the trx file that is the result of executing dotnet test and diff --git a/.github/scripts/Generate-SelfCertPfx.ps1 b/.github/scripts/Generate-SelfCertPfx.ps1 index d794dcdf56c4..3ebbbcd46217 100644 --- a/.github/scripts/Generate-SelfCertPfx.ps1 +++ b/.github/scripts/Generate-SelfCertPfx.ps1 @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # This script generates a self-signed certificate for the temporary packaging as a pfx file. diff --git a/.github/workflows/cd-sideload-preview.yml b/.github/workflows/cd-sideload-preview.yml index 2481f3b133dd..424077e176b5 100644 --- a/.github/workflows/cd-sideload-preview.yml +++ b/.github/workflows/cd-sideload-preview.yml @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # Deploys Files Preview (Sideload). diff --git a/.github/workflows/cd-sideload-stable.yml b/.github/workflows/cd-sideload-stable.yml index 998aeaeae6e0..c238428c9a02 100644 --- a/.github/workflows/cd-sideload-stable.yml +++ b/.github/workflows/cd-sideload-stable.yml @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # Deploys Files (Sideload). diff --git a/.github/workflows/cd-store-preview.yml b/.github/workflows/cd-store-preview.yml index e0ac1b35d599..79fa1d08ed33 100644 --- a/.github/workflows/cd-store-preview.yml +++ b/.github/workflows/cd-store-preview.yml @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # Deploys Files Preview (Store). diff --git a/.github/workflows/cd-store-stable.yml b/.github/workflows/cd-store-stable.yml index 10607a430700..9fac9fc0b53a 100644 --- a/.github/workflows/cd-store-stable.yml +++ b/.github/workflows/cd-store-stable.yml @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # Deploys Files (Store). diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 358d8250d1b9..bd0955bb96d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ -# Copyright (c) 2024 Files Community -# Licensed under the MIT License. See the LICENSE. +# Copyright (c) 2018-2025 Files Community +# Licensed under the MIT License. # Abstract: # This CI is executed when a new commit is created on the main branch or diff --git a/LICENSE b/LICENSE index 7069f962a688..d83c84953755 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Files Community +Copyright (c) 2018-2025 Files Community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Files.App (Package)/Files.Package.wapproj b/src/Files.App (Package)/Files.Package.wapproj index bb86746a8d68..5491695e86c7 100644 --- a/src/Files.App (Package)/Files.Package.wapproj +++ b/src/Files.App (Package)/Files.Package.wapproj @@ -1,5 +1,5 @@ - + 8f60fd8e-1921-47d6-97b0-d26d7b3a4999 diff --git a/src/Files.App (Package)/Package.appxmanifest b/src/Files.App (Package)/Package.appxmanifest index b55164fe7683..4a3eb48dd5d1 100644 --- a/src/Files.App (Package)/Package.appxmanifest +++ b/src/Files.App (Package)/Package.appxmanifest @@ -1,5 +1,5 @@  - + + diff --git a/src/Files.App.BackgroundTasks/UpdateTask.cs b/src/Files.App.BackgroundTasks/UpdateTask.cs index ca7e48ef84f2..3286973a2851 100644 --- a/src/Files.App.BackgroundTasks/UpdateTask.cs +++ b/src/Files.App.BackgroundTasks/UpdateTask.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; using System.IO; diff --git a/src/Files.App.Controls/Files.App.Controls.csproj b/src/Files.App.Controls/Files.App.Controls.csproj index a1995d03b9cd..81b264def530 100644 --- a/src/Files.App.Controls/Files.App.Controls.csproj +++ b/src/Files.App.Controls/Files.App.Controls.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Files.App.Controls/GlobalUsings.cs b/src/Files.App.Controls/GlobalUsings.cs index da2c15b8a5c6..62e9ff4a0a71 100644 --- a/src/Files.App.Controls/GlobalUsings.cs +++ b/src/Files.App.Controls/GlobalUsings.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // System global using global::System; diff --git a/src/Files.App.Controls/Storage/Data/BarShapes.cs b/src/Files.App.Controls/Storage/Data/BarShapes.cs index 5084078f73cc..6f4f88483df5 100644 --- a/src/Files.App.Controls/Storage/Data/BarShapes.cs +++ b/src/Files.App.Controls/Storage/Data/BarShapes.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Controls { diff --git a/src/Files.App.Controls/Storage/Data/ThicknessCheck.cs b/src/Files.App.Controls/Storage/Data/ThicknessCheck.cs index 920d1b4670fb..d308385a925d 100644 --- a/src/Files.App.Controls/Storage/Data/ThicknessCheck.cs +++ b/src/Files.App.Controls/Storage/Data/ThicknessCheck.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Controls { diff --git a/src/Files.App.Controls/Storage/RingShape/RingShape.Properties.cs b/src/Files.App.Controls/Storage/RingShape/RingShape.Properties.cs index d20e544ba8b4..9f8a8ad75fdf 100644 --- a/src/Files.App.Controls/Storage/RingShape/RingShape.Properties.cs +++ b/src/Files.App.Controls/Storage/RingShape/RingShape.Properties.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Media; diff --git a/src/Files.App.Controls/Storage/RingShape/RingShape.cs b/src/Files.App.Controls/Storage/RingShape/RingShape.cs index b3f32df14b14..30bb331878c0 100644 --- a/src/Files.App.Controls/Storage/RingShape/RingShape.cs +++ b/src/Files.App.Controls/Storage/RingShape/RingShape.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Media; diff --git a/src/Files.App.Controls/Storage/StorageBar/StorageBar.Constants.cs b/src/Files.App.Controls/Storage/StorageBar/StorageBar.Constants.cs index 6e0c51f8cf3a..340f27774bb9 100644 --- a/src/Files.App.Controls/Storage/StorageBar/StorageBar.Constants.cs +++ b/src/Files.App.Controls/Storage/StorageBar/StorageBar.Constants.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App.Controls/Storage/StorageBar/StorageBar.Properties.cs b/src/Files.App.Controls/Storage/StorageBar/StorageBar.Properties.cs index 18b20e03f213..a731c556ebbe 100644 --- a/src/Files.App.Controls/Storage/StorageBar/StorageBar.Properties.cs +++ b/src/Files.App.Controls/Storage/StorageBar/StorageBar.Properties.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; diff --git a/src/Files.App.Controls/Storage/StorageBar/StorageBar.ThemeResources.xaml b/src/Files.App.Controls/Storage/StorageBar/StorageBar.ThemeResources.xaml index 8b3db7346374..d3176974887e 100644 --- a/src/Files.App.Controls/Storage/StorageBar/StorageBar.ThemeResources.xaml +++ b/src/Files.App.Controls/Storage/StorageBar/StorageBar.ThemeResources.xaml @@ -1,4 +1,4 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Files.App.CsWin32/NativeMethods.txt b/src/Files.App.CsWin32/NativeMethods.txt index efbad8de4f2d..a79864479f0e 100644 --- a/src/Files.App.CsWin32/NativeMethods.txt +++ b/src/Files.App.CsWin32/NativeMethods.txt @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. WNDPROC WNDCLASSEXW diff --git a/src/Files.App.CsWin32/Windows.Win32.ComHeapPtr.cs b/src/Files.App.CsWin32/Windows.Win32.ComHeapPtr.cs index bac9ce4c808f..8d1212b8d949 100644 --- a/src/Files.App.CsWin32/Windows.Win32.ComHeapPtr.cs +++ b/src/Files.App.CsWin32/Windows.Win32.ComHeapPtr.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; using System.Runtime.CompilerServices; diff --git a/src/Files.App.CsWin32/Windows.Win32.ComPtr.cs b/src/Files.App.CsWin32/Windows.Win32.ComPtr.cs index 8f40ddf55a1b..6cf0e807cf94 100644 --- a/src/Files.App.CsWin32/Windows.Win32.ComPtr.cs +++ b/src/Files.App.CsWin32/Windows.Win32.ComPtr.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; using System.Runtime.CompilerServices; diff --git a/src/Files.App.CsWin32/Windows.Win32.Extras.cs b/src/Files.App.CsWin32/Windows.Win32.Extras.cs index c12b9bc62569..6c420880ec93 100644 --- a/src/Files.App.CsWin32/Windows.Win32.Extras.cs +++ b/src/Files.App.CsWin32/Windows.Win32.Extras.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Runtime.InteropServices; using Windows.Win32.Foundation; diff --git a/src/Files.App.Launcher/Files.App.Launcher.filters b/src/Files.App.Launcher/Files.App.Launcher.filters index 33c5209b1f1c..6150da50915b 100644 --- a/src/Files.App.Launcher/Files.App.Launcher.filters +++ b/src/Files.App.Launcher/Files.App.Launcher.filters @@ -1,5 +1,5 @@  - + diff --git a/src/Files.App.Launcher/Files.App.Launcher.vcxproj b/src/Files.App.Launcher/Files.App.Launcher.vcxproj index d4a97cd06ccb..5c96fd71e424 100644 --- a/src/Files.App.Launcher/Files.App.Launcher.vcxproj +++ b/src/Files.App.Launcher/Files.App.Launcher.vcxproj @@ -1,5 +1,5 @@ - + diff --git a/src/Files.App.Launcher/FilesLauncher.cpp b/src/Files.App.Launcher/FilesLauncher.cpp index f766e4aa842b..badb1914df1e 100644 --- a/src/Files.App.Launcher/FilesLauncher.cpp +++ b/src/Files.App.Launcher/FilesLauncher.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. #include #include diff --git a/src/Files.App.Launcher/OpenInFolder.cpp b/src/Files.App.Launcher/OpenInFolder.cpp index c304fef0575d..1b391e8d6520 100644 --- a/src/Files.App.Launcher/OpenInFolder.cpp +++ b/src/Files.App.Launcher/OpenInFolder.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. #include "OpenInFolder.h" diff --git a/src/Files.App.Launcher/OpenInFolder.h b/src/Files.App.Launcher/OpenInFolder.h index 4c1c4d8540c9..7bc15dcfb3a1 100644 --- a/src/Files.App.Launcher/OpenInFolder.h +++ b/src/Files.App.Launcher/OpenInFolder.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. #pragma once diff --git a/src/Files.App.OpenDialog/CustomOpenDialog.cpp b/src/Files.App.OpenDialog/CustomOpenDialog.cpp index bca30e1028c2..254432915b31 100644 --- a/src/Files.App.OpenDialog/CustomOpenDialog.cpp +++ b/src/Files.App.OpenDialog/CustomOpenDialog.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // Implementation of DLL exports. diff --git a/src/Files.App.OpenDialog/CustomOpenDialog.def b/src/Files.App.OpenDialog/CustomOpenDialog.def index 9fc1d06ff641..64ad3b9bcae9 100644 --- a/src/Files.App.OpenDialog/CustomOpenDialog.def +++ b/src/Files.App.OpenDialog/CustomOpenDialog.def @@ -1,5 +1,5 @@ -; Copyright (c) 2024 Files Community -; Licensed under the MIT License. See the LICENSE. +; Copyright (c) 2018-2025 Files Community +; Licensed under the MIT License. ; Abstract: ; Declaration the parameters of the module. diff --git a/src/Files.App.OpenDialog/CustomOpenDialog.idl b/src/Files.App.OpenDialog/CustomOpenDialog.idl index e3a41f6ed7ba..bd8865eae6c7 100644 --- a/src/Files.App.OpenDialog/CustomOpenDialog.idl +++ b/src/Files.App.OpenDialog/CustomOpenDialog.idl @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // IDL source for CustomOpenDialog. diff --git a/src/Files.App.OpenDialog/Files.App.OpenDialog.Win32.vcxproj b/src/Files.App.OpenDialog/Files.App.OpenDialog.Win32.vcxproj index ee88f5b2972c..3d27f8585db8 100644 --- a/src/Files.App.OpenDialog/Files.App.OpenDialog.Win32.vcxproj +++ b/src/Files.App.OpenDialog/Files.App.OpenDialog.Win32.vcxproj @@ -1,5 +1,5 @@ - + diff --git a/src/Files.App.OpenDialog/Files.App.OpenDialog.filters b/src/Files.App.OpenDialog/Files.App.OpenDialog.filters index f2a4f929e533..179047dd0cd5 100644 --- a/src/Files.App.OpenDialog/Files.App.OpenDialog.filters +++ b/src/Files.App.OpenDialog/Files.App.OpenDialog.filters @@ -1,5 +1,5 @@  - + diff --git a/src/Files.App.OpenDialog/Files.App.OpenDialog.vcxproj b/src/Files.App.OpenDialog/Files.App.OpenDialog.vcxproj index 98aa6202db4a..4a4fb59e23fd 100644 --- a/src/Files.App.OpenDialog/Files.App.OpenDialog.vcxproj +++ b/src/Files.App.OpenDialog/Files.App.OpenDialog.vcxproj @@ -1,5 +1,5 @@ - + diff --git a/src/Files.App.OpenDialog/FilesOpenDialog.cpp b/src/Files.App.OpenDialog/FilesOpenDialog.cpp index 261f68ca9468..a92ef4183e87 100644 --- a/src/Files.App.OpenDialog/FilesOpenDialog.cpp +++ b/src/Files.App.OpenDialog/FilesOpenDialog.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // Implementation of CFilesOpenDialog. diff --git a/src/Files.App.OpenDialog/FilesOpenDialog.h b/src/Files.App.OpenDialog/FilesOpenDialog.h index 52843c7e6f2d..633b8f6134f8 100644 --- a/src/Files.App.OpenDialog/FilesOpenDialog.h +++ b/src/Files.App.OpenDialog/FilesOpenDialog.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // Declaration of CFilesOpenDialog. diff --git a/src/Files.App.OpenDialog/UndefInterfaces.h b/src/Files.App.OpenDialog/UndefInterfaces.h index 2d07259f97c9..9de4ef711eba 100644 --- a/src/Files.App.OpenDialog/UndefInterfaces.h +++ b/src/Files.App.OpenDialog/UndefInterfaces.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // Declaration of Undocumented interfaces and helpers. diff --git a/src/Files.App.OpenDialog/dllmain.cpp b/src/Files.App.OpenDialog/dllmain.cpp index 807f894f581e..91669e0b65a7 100644 --- a/src/Files.App.OpenDialog/dllmain.cpp +++ b/src/Files.App.OpenDialog/dllmain.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // Implementation of module class. diff --git a/src/Files.App.OpenDialog/dllmain.h b/src/Files.App.OpenDialog/dllmain.h index 851ba39964c1..0e61d516f76f 100644 --- a/src/Files.App.OpenDialog/dllmain.h +++ b/src/Files.App.OpenDialog/dllmain.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // declaration of module class. diff --git a/src/Files.App.OpenDialog/framework.h b/src/Files.App.OpenDialog/framework.h index c1ee9ee89bd1..da881cd85762 100644 --- a/src/Files.App.OpenDialog/framework.h +++ b/src/Files.App.OpenDialog/framework.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. #pragma once diff --git a/src/Files.App.OpenDialog/pch.cpp b/src/Files.App.OpenDialog/pch.cpp index 6c53f0baaad4..fa750d40dc37 100644 --- a/src/Files.App.OpenDialog/pch.cpp +++ b/src/Files.App.OpenDialog/pch.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // Source file pch.h corresponding to pch.h precompiled header. diff --git a/src/Files.App.OpenDialog/pch.h b/src/Files.App.OpenDialog/pch.h index 0ef504ce7bfa..870ebfe27ae1 100644 --- a/src/Files.App.OpenDialog/pch.h +++ b/src/Files.App.OpenDialog/pch.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Abstract: // pch.h is the precompiled header file named pch.h. diff --git a/src/Files.App.OpenDialog/targetver.h b/src/Files.App.OpenDialog/targetver.h index 5db2b4a04b4d..dcc39332c68e 100644 --- a/src/Files.App.OpenDialog/targetver.h +++ b/src/Files.App.OpenDialog/targetver.h @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // Note: // Including SDKDDKVer.h defines the latest Windows platform available. diff --git a/src/Files.App.Server/AppInstanceMonitor.cs b/src/Files.App.Server/AppInstanceMonitor.cs index c1b08fe6f1e8..4517adaec058 100644 --- a/src/Files.App.Server/AppInstanceMonitor.cs +++ b/src/Files.App.Server/AppInstanceMonitor.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Diagnostics; diff --git a/src/Files.App.Server/Files.App.Server.csproj b/src/Files.App.Server/Files.App.Server.csproj index df55a9b75a03..efa59847c237 100644 --- a/src/Files.App.Server/Files.App.Server.csproj +++ b/src/Files.App.Server/Files.App.Server.csproj @@ -1,4 +1,5 @@ - + + WinExe diff --git a/src/Files.App.Server/Helpers.cs b/src/Files.App.Server/Helpers.cs index 94f01b1a44ea..1ccd6ed77b1d 100644 --- a/src/Files.App.Server/Helpers.cs +++ b/src/Files.App.Server/Helpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/src/Files.App.Server/Program.cs b/src/Files.App.Server/Program.cs index c5e99b80457c..a09b1df6aa99 100644 --- a/src/Files.App.Server/Program.cs +++ b/src/Files.App.Server/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; using System.Runtime.ExceptionServices; diff --git a/src/Files.App.Server/app.manifest b/src/Files.App.Server/app.manifest index ad2ac727e90b..25a0d05e6317 100644 --- a/src/Files.App.Server/app.manifest +++ b/src/Files.App.Server/app.manifest @@ -1,5 +1,5 @@  - + diff --git a/src/Files.App.Storage/Files.App.Storage.csproj b/src/Files.App.Storage/Files.App.Storage.csproj index ad42c0d94470..07f80d88ece8 100644 --- a/src/Files.App.Storage/Files.App.Storage.csproj +++ b/src/Files.App.Storage/Files.App.Storage.csproj @@ -1,4 +1,4 @@ - + diff --git a/src/Files.App.Storage/GlobalUsings.cs b/src/Files.App.Storage/GlobalUsings.cs index 3b6f668bd3fb..0f75e9eb450e 100644 --- a/src/Files.App.Storage/GlobalUsings.cs +++ b/src/Files.App.Storage/GlobalUsings.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // System global using global::System; diff --git a/src/Files.App.Storage/Storables/FtpStorage/FtpHelpers.cs b/src/Files.App.Storage/Storables/FtpStorage/FtpHelpers.cs index 11354cf30f15..ef55d279f618 100644 --- a/src/Files.App.Storage/Storables/FtpStorage/FtpHelpers.cs +++ b/src/Files.App.Storage/Storables/FtpStorage/FtpHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Extensions; using FluentFTP; diff --git a/src/Files.App.Storage/Storables/FtpStorage/FtpManager.cs b/src/Files.App.Storage/Storables/FtpStorage/FtpManager.cs index 78b89bfe0473..6e48f20414e7 100644 --- a/src/Files.App.Storage/Storables/FtpStorage/FtpManager.cs +++ b/src/Files.App.Storage/Storables/FtpStorage/FtpManager.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Net; diff --git a/src/Files.App.Storage/Storables/FtpStorage/FtpStorable.cs b/src/Files.App.Storage/Storables/FtpStorage/FtpStorable.cs index a132baea1e20..525295c250f0 100644 --- a/src/Files.App.Storage/Storables/FtpStorage/FtpStorable.cs +++ b/src/Files.App.Storage/Storables/FtpStorage/FtpStorable.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using FluentFTP; diff --git a/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFile.cs b/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFile.cs index 9dc06b60d087..f8a1d685676e 100644 --- a/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFile.cs +++ b/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFile.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; diff --git a/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFolder.cs b/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFolder.cs index 9a79730056bd..0cf4baac6d88 100644 --- a/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFolder.cs +++ b/src/Files.App.Storage/Storables/FtpStorage/FtpStorageFolder.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; using FluentFTP; diff --git a/src/Files.App.Storage/Storables/FtpStorage/FtpStorageService.cs b/src/Files.App.Storage/Storables/FtpStorage/FtpStorageService.cs index c299353542d0..f51043baba6d 100644 --- a/src/Files.App.Storage/Storables/FtpStorage/FtpStorageService.cs +++ b/src/Files.App.Storage/Storables/FtpStorage/FtpStorageService.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using FluentFTP; using System.IO; diff --git a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFile.cs b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFile.cs index 21c9aaebd546..c0fb7494786e 100644 --- a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFile.cs +++ b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFile.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; diff --git a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFolder.cs b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFolder.cs index ec392bab3af9..f746cbfd8ce9 100644 --- a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFolder.cs +++ b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeFolder.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; using System.Runtime.CompilerServices; diff --git a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorable.cs b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorable.cs index a6fd33617745..34ecfe5d4cf8 100644 --- a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorable.cs +++ b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorable.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; diff --git a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorageService.cs b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorageService.cs index da9e1b2086e7..aa3dd33b13c0 100644 --- a/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorageService.cs +++ b/src/Files.App.Storage/Storables/NativeStorageLegacy/NativeStorageService.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; using System.IO; diff --git a/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorable.cs b/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorable.cs index 2ae2ae22844c..87af3d7a163d 100644 --- a/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorable.cs +++ b/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorable.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; using Windows.Storage; diff --git a/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFile.cs b/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFile.cs index 1f744082ecf3..f0474b5dbb36 100644 --- a/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFile.cs +++ b/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFile.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; using Windows.Storage; diff --git a/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFolder.cs b/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFolder.cs index 03ff972885e6..2569f09a7ad6 100644 --- a/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFolder.cs +++ b/src/Files.App.Storage/Storables/WindowsStorageLegacy/WindowsStorageFolder.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Runtime.CompilerServices; using Windows.Storage; diff --git a/src/Files.App.Storage/Watchers/RecycleBinWatcher.cs b/src/Files.App.Storage/Watchers/RecycleBinWatcher.cs index 8dc8bfda9619..0da35aef24a8 100644 --- a/src/Files.App.Storage/Watchers/RecycleBinWatcher.cs +++ b/src/Files.App.Storage/Watchers/RecycleBinWatcher.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Extensions; using System.Security.Principal; diff --git a/src/Files.App/Actions/BaseUIAction.cs b/src/Files.App/Actions/BaseUIAction.cs index 62e3f7c8b931..5cf12039c9e4 100644 --- a/src/Files.App/Actions/BaseUIAction.cs +++ b/src/Files.App/Actions/BaseUIAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Archives/Compress/BaseCompressArchiveAction.cs b/src/Files.App/Actions/Content/Archives/Compress/BaseCompressArchiveAction.cs index 7e1cb31c825e..319de56ee71e 100644 --- a/src/Files.App/Actions/Content/Archives/Compress/BaseCompressArchiveAction.cs +++ b/src/Files.App/Actions/Content/Archives/Compress/BaseCompressArchiveAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Archives/Compress/CompressIntoArchiveAction.cs b/src/Files.App/Actions/Content/Archives/Compress/CompressIntoArchiveAction.cs index 8b281a58bfc2..ddf004065107 100644 --- a/src/Files.App/Actions/Content/Archives/Compress/CompressIntoArchiveAction.cs +++ b/src/Files.App/Actions/Content/Archives/Compress/CompressIntoArchiveAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Actions/Content/Archives/Compress/CompressIntoSevenZipAction.cs b/src/Files.App/Actions/Content/Archives/Compress/CompressIntoSevenZipAction.cs index e49c76e0e10b..dadc60825201 100644 --- a/src/Files.App/Actions/Content/Archives/Compress/CompressIntoSevenZipAction.cs +++ b/src/Files.App/Actions/Content/Archives/Compress/CompressIntoSevenZipAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Archives/Compress/CompressIntoZipAction.cs b/src/Files.App/Actions/Content/Archives/Compress/CompressIntoZipAction.cs index f04dba810973..24d83de0a743 100644 --- a/src/Files.App/Actions/Content/Archives/Compress/CompressIntoZipAction.cs +++ b/src/Files.App/Actions/Content/Archives/Compress/CompressIntoZipAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Archives/Decompress/BaseDecompressArchiveAction.cs b/src/Files.App/Actions/Content/Archives/Decompress/BaseDecompressArchiveAction.cs index cfe8039995fb..4a79d428d81b 100644 --- a/src/Files.App/Actions/Content/Archives/Decompress/BaseDecompressArchiveAction.cs +++ b/src/Files.App/Actions/Content/Archives/Decompress/BaseDecompressArchiveAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchive.cs b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchive.cs index 41c8a17e5463..bf5f0f7082da 100644 --- a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchive.cs +++ b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchive.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHere.cs b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHere.cs index 212ad6cbf88e..89463bea31f4 100644 --- a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHere.cs +++ b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHere.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHereSmart.cs b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHereSmart.cs index 496017294408..f1fd446d6526 100644 --- a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHereSmart.cs +++ b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveHereSmart.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveToChildFolderAction.cs b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveToChildFolderAction.cs index 361bc3bf2fb1..12f4ffabc042 100644 --- a/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveToChildFolderAction.cs +++ b/src/Files.App/Actions/Content/Archives/Decompress/DecompressArchiveToChildFolderAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Actions/Content/Background/BaseSetAsAction.cs b/src/Files.App/Actions/Content/Background/BaseSetAsAction.cs index 6186e5482dad..a195fce8fcfd 100644 --- a/src/Files.App/Actions/Content/Background/BaseSetAsAction.cs +++ b/src/Files.App/Actions/Content/Background/BaseSetAsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls; using Windows.Foundation.Metadata; diff --git a/src/Files.App/Actions/Content/Background/SetAsAppBackgroundAction.cs b/src/Files.App/Actions/Content/Background/SetAsAppBackgroundAction.cs index 47ffcebcb542..6c53294cddf1 100644 --- a/src/Files.App/Actions/Content/Background/SetAsAppBackgroundAction.cs +++ b/src/Files.App/Actions/Content/Background/SetAsAppBackgroundAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Background/SetAsLockscreenBackgroundAction.cs b/src/Files.App/Actions/Content/Background/SetAsLockscreenBackgroundAction.cs index 0b425ab4d0ae..e0caa1e5cba8 100644 --- a/src/Files.App/Actions/Content/Background/SetAsLockscreenBackgroundAction.cs +++ b/src/Files.App/Actions/Content/Background/SetAsLockscreenBackgroundAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Extensions.Logging; diff --git a/src/Files.App/Actions/Content/Background/SetAsSlideshowBackgroundAction.cs b/src/Files.App/Actions/Content/Background/SetAsSlideshowBackgroundAction.cs index f7a6c8b27875..549edf201fcc 100644 --- a/src/Files.App/Actions/Content/Background/SetAsSlideshowBackgroundAction.cs +++ b/src/Files.App/Actions/Content/Background/SetAsSlideshowBackgroundAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Extensions.Logging; diff --git a/src/Files.App/Actions/Content/Background/SetAsWallpaperBackgroundAction.cs b/src/Files.App/Actions/Content/Background/SetAsWallpaperBackgroundAction.cs index ed21cf82cf25..8ca853deb2e9 100644 --- a/src/Files.App/Actions/Content/Background/SetAsWallpaperBackgroundAction.cs +++ b/src/Files.App/Actions/Content/Background/SetAsWallpaperBackgroundAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Extensions.Logging; diff --git a/src/Files.App/Actions/Content/ImageManipulation/BaseRotateAction.cs b/src/Files.App/Actions/Content/ImageManipulation/BaseRotateAction.cs index eead57e36a66..6100e0f05934 100644 --- a/src/Files.App/Actions/Content/ImageManipulation/BaseRotateAction.cs +++ b/src/Files.App/Actions/Content/ImageManipulation/BaseRotateAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Graphics.Imaging; diff --git a/src/Files.App/Actions/Content/ImageManipulation/RotateLeftAction.cs b/src/Files.App/Actions/Content/ImageManipulation/RotateLeftAction.cs index 6ff2195d4035..39f23e5818e9 100644 --- a/src/Files.App/Actions/Content/ImageManipulation/RotateLeftAction.cs +++ b/src/Files.App/Actions/Content/ImageManipulation/RotateLeftAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Graphics.Imaging; diff --git a/src/Files.App/Actions/Content/ImageManipulation/RotateRightAction.cs b/src/Files.App/Actions/Content/ImageManipulation/RotateRightAction.cs index 044ac7a8b620..222fe1292c7f 100644 --- a/src/Files.App/Actions/Content/ImageManipulation/RotateRightAction.cs +++ b/src/Files.App/Actions/Content/ImageManipulation/RotateRightAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Graphics.Imaging; diff --git a/src/Files.App/Actions/Content/Install/InstallCertificateAction.cs b/src/Files.App/Actions/Content/Install/InstallCertificateAction.cs index 6ec56d07756e..e675a02387fa 100644 --- a/src/Files.App/Actions/Content/Install/InstallCertificateAction.cs +++ b/src/Files.App/Actions/Content/Install/InstallCertificateAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/Install/InstallFontAction.cs b/src/Files.App/Actions/Content/Install/InstallFontAction.cs index f7637f23122a..a0391fb1cee3 100644 --- a/src/Files.App/Actions/Content/Install/InstallFontAction.cs +++ b/src/Files.App/Actions/Content/Install/InstallFontAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/Install/InstallInfDriverAction.cs b/src/Files.App/Actions/Content/Install/InstallInfDriverAction.cs index ed05e71dfa6f..8594c7501a81 100644 --- a/src/Files.App/Actions/Content/Install/InstallInfDriverAction.cs +++ b/src/Files.App/Actions/Content/Install/InstallInfDriverAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/PlayAllAction.cs b/src/Files.App/Actions/Content/PlayAllAction.cs index 45240742fdfc..93fc957597e9 100644 --- a/src/Files.App/Actions/Content/PlayAllAction.cs +++ b/src/Files.App/Actions/Content/PlayAllAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/PreviewPopup/LaunchPreviewPopupAction.cs b/src/Files.App/Actions/Content/PreviewPopup/LaunchPreviewPopupAction.cs index e78e93474ddc..295f0c7c71b4 100644 --- a/src/Files.App/Actions/Content/PreviewPopup/LaunchPreviewPopupAction.cs +++ b/src/Files.App/Actions/Content/PreviewPopup/LaunchPreviewPopupAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/RefreshItemsAction.cs b/src/Files.App/Actions/Content/RefreshItemsAction.cs index a7edf349df6d..5f475422e3bc 100644 --- a/src/Files.App/Actions/Content/RefreshItemsAction.cs +++ b/src/Files.App/Actions/Content/RefreshItemsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Run/BaseRunAsAction.cs b/src/Files.App/Actions/Content/Run/BaseRunAsAction.cs index 3dea9efc660f..3fa80f18bc2c 100644 --- a/src/Files.App/Actions/Content/Run/BaseRunAsAction.cs +++ b/src/Files.App/Actions/Content/Run/BaseRunAsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Run/RunAsAdminAction.cs b/src/Files.App/Actions/Content/Run/RunAsAdminAction.cs index a178ea505328..cf5ad882ec88 100644 --- a/src/Files.App/Actions/Content/Run/RunAsAdminAction.cs +++ b/src/Files.App/Actions/Content/Run/RunAsAdminAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/Run/RunAsAnotherUserAction.cs b/src/Files.App/Actions/Content/Run/RunAsAnotherUserAction.cs index 53dd3a719b4f..276bbb8edb24 100644 --- a/src/Files.App/Actions/Content/Run/RunAsAnotherUserAction.cs +++ b/src/Files.App/Actions/Content/Run/RunAsAnotherUserAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/Run/RunWithPowershellAction.cs b/src/Files.App/Actions/Content/Run/RunWithPowershellAction.cs index 6b2144cb74f7..765830d94fcc 100644 --- a/src/Files.App/Actions/Content/Run/RunWithPowershellAction.cs +++ b/src/Files.App/Actions/Content/Run/RunWithPowershellAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Content/Selection/ClearSelectionAction.cs b/src/Files.App/Actions/Content/Selection/ClearSelectionAction.cs index 00c8b4144c05..c1a6c1038312 100644 --- a/src/Files.App/Actions/Content/Selection/ClearSelectionAction.cs +++ b/src/Files.App/Actions/Content/Selection/ClearSelectionAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Selection/InvertSelectionAction.cs b/src/Files.App/Actions/Content/Selection/InvertSelectionAction.cs index 26edcf615c4c..16dd64239dc9 100644 --- a/src/Files.App/Actions/Content/Selection/InvertSelectionAction.cs +++ b/src/Files.App/Actions/Content/Selection/InvertSelectionAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Selection/SelectAllAction.cs b/src/Files.App/Actions/Content/Selection/SelectAllAction.cs index 983cc5eded06..b89ab078897c 100644 --- a/src/Files.App/Actions/Content/Selection/SelectAllAction.cs +++ b/src/Files.App/Actions/Content/Selection/SelectAllAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Content/Selection/ToggleSelectAction.cs b/src/Files.App/Actions/Content/Selection/ToggleSelectAction.cs index fad8fc5a801a..7035e0b5db5d 100644 --- a/src/Files.App/Actions/Content/Selection/ToggleSelectAction.cs +++ b/src/Files.App/Actions/Content/Selection/ToggleSelectAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls.Primitives; using Microsoft.UI.Xaml.Input; diff --git a/src/Files.App/Actions/Content/Share/ShareItemAction.cs b/src/Files.App/Actions/Content/Share/ShareItemAction.cs index f86ae01db9d3..8be307c7b073 100644 --- a/src/Files.App/Actions/Content/Share/ShareItemAction.cs +++ b/src/Files.App/Actions/Content/Share/ShareItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/Content/Tags/OpenAllTaggedActions.cs b/src/Files.App/Actions/Content/Tags/OpenAllTaggedActions.cs index fc2beac21580..e149f39828ac 100644 --- a/src/Files.App/Actions/Content/Tags/OpenAllTaggedActions.cs +++ b/src/Files.App/Actions/Content/Tags/OpenAllTaggedActions.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Display/GroupAction.cs b/src/Files.App/Actions/Display/GroupAction.cs index 22e6113d3cac..387c48fe8716 100644 --- a/src/Files.App/Actions/Display/GroupAction.cs +++ b/src/Files.App/Actions/Display/GroupAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Display/LayoutAction.cs b/src/Files.App/Actions/Display/LayoutAction.cs index 9514bb77047d..7e0601c4516d 100644 --- a/src/Files.App/Actions/Display/LayoutAction.cs +++ b/src/Files.App/Actions/Display/LayoutAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Display/SortAction.cs b/src/Files.App/Actions/Display/SortAction.cs index 2f97fe50b4e4..897384511f4d 100644 --- a/src/Files.App/Actions/Display/SortAction.cs +++ b/src/Files.App/Actions/Display/SortAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Display/SortFilesAndFoldersTogetherAction.cs b/src/Files.App/Actions/Display/SortFilesAndFoldersTogetherAction.cs index 93891108decb..678c6abf539d 100644 --- a/src/Files.App/Actions/Display/SortFilesAndFoldersTogetherAction.cs +++ b/src/Files.App/Actions/Display/SortFilesAndFoldersTogetherAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Display/SortFilesFirstAction.cs b/src/Files.App/Actions/Display/SortFilesFirstAction.cs index ec97c4861a5f..9304a1393c0d 100644 --- a/src/Files.App/Actions/Display/SortFilesFirstAction.cs +++ b/src/Files.App/Actions/Display/SortFilesFirstAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Display/SortFoldersFirstAction.cs b/src/Files.App/Actions/Display/SortFoldersFirstAction.cs index 5550d091b63a..4a62c9346a47 100644 --- a/src/Files.App/Actions/Display/SortFoldersFirstAction.cs +++ b/src/Files.App/Actions/Display/SortFoldersFirstAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/AddItemAction.cs b/src/Files.App/Actions/FileSystem/AddItemAction.cs index 91c2d19bdec1..70ffa9bb203a 100644 --- a/src/Files.App/Actions/FileSystem/AddItemAction.cs +++ b/src/Files.App/Actions/FileSystem/AddItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/BaseDeleteAction.cs b/src/Files.App/Actions/FileSystem/BaseDeleteAction.cs index 21311f6bd177..7528812358c3 100644 --- a/src/Files.App/Actions/FileSystem/BaseDeleteAction.cs +++ b/src/Files.App/Actions/FileSystem/BaseDeleteAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Storage; diff --git a/src/Files.App/Actions/FileSystem/CopyItemPathAction.cs b/src/Files.App/Actions/FileSystem/CopyItemPathAction.cs index c174feeb04d4..8da8aeed521d 100644 --- a/src/Files.App/Actions/FileSystem/CopyItemPathAction.cs +++ b/src/Files.App/Actions/FileSystem/CopyItemPathAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/FileSystem/CopyItemPathWithQuotesAction.cs b/src/Files.App/Actions/FileSystem/CopyItemPathWithQuotesAction.cs index 1ece05148a4b..3d31beb72c44 100644 --- a/src/Files.App/Actions/FileSystem/CopyItemPathWithQuotesAction.cs +++ b/src/Files.App/Actions/FileSystem/CopyItemPathWithQuotesAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/FileSystem/CopyPathAction.cs b/src/Files.App/Actions/FileSystem/CopyPathAction.cs index 43b4ca8bc7b6..cfab87ae06a8 100644 --- a/src/Files.App/Actions/FileSystem/CopyPathAction.cs +++ b/src/Files.App/Actions/FileSystem/CopyPathAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/FileSystem/CopyPathWithQuotesAction.cs b/src/Files.App/Actions/FileSystem/CopyPathWithQuotesAction.cs index c5670beda199..a95d85b90cf3 100644 --- a/src/Files.App/Actions/FileSystem/CopyPathWithQuotesAction.cs +++ b/src/Files.App/Actions/FileSystem/CopyPathWithQuotesAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs b/src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs index 41b8463656de..6d8a95200cdc 100644 --- a/src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs +++ b/src/Files.App/Actions/FileSystem/CreateAlternateDataStreamAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls; using Windows.Foundation.Metadata; diff --git a/src/Files.App/Actions/FileSystem/CreateFolderAction.cs b/src/Files.App/Actions/FileSystem/CreateFolderAction.cs index 6a4d1c18c625..adbfd9e949aa 100644 --- a/src/Files.App/Actions/FileSystem/CreateFolderAction.cs +++ b/src/Files.App/Actions/FileSystem/CreateFolderAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/CreateFolderWithSelectionAction.cs b/src/Files.App/Actions/FileSystem/CreateFolderWithSelectionAction.cs index 1231c713c9dc..a2533459588a 100644 --- a/src/Files.App/Actions/FileSystem/CreateFolderWithSelectionAction.cs +++ b/src/Files.App/Actions/FileSystem/CreateFolderWithSelectionAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/CreateShortcutAction.cs b/src/Files.App/Actions/FileSystem/CreateShortcutAction.cs index e6a38528e322..777aff7ad835 100644 --- a/src/Files.App/Actions/FileSystem/CreateShortcutAction.cs +++ b/src/Files.App/Actions/FileSystem/CreateShortcutAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/CreateShortcutFromDialogAction.cs b/src/Files.App/Actions/FileSystem/CreateShortcutFromDialogAction.cs index 0143590018f6..f97b73ca8c87 100644 --- a/src/Files.App/Actions/FileSystem/CreateShortcutFromDialogAction.cs +++ b/src/Files.App/Actions/FileSystem/CreateShortcutFromDialogAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/DeleteItemAction.cs b/src/Files.App/Actions/FileSystem/DeleteItemAction.cs index 012132b878d3..b1d50179ea71 100644 --- a/src/Files.App/Actions/FileSystem/DeleteItemAction.cs +++ b/src/Files.App/Actions/FileSystem/DeleteItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/DeleteItemPermanentlyAction.cs b/src/Files.App/Actions/FileSystem/DeleteItemPermanentlyAction.cs index 5ee4822b968a..d3e0e8c16498 100644 --- a/src/Files.App/Actions/FileSystem/DeleteItemPermanentlyAction.cs +++ b/src/Files.App/Actions/FileSystem/DeleteItemPermanentlyAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/EmptyRecycleBinAction.cs b/src/Files.App/Actions/FileSystem/EmptyRecycleBinAction.cs index 44dd376df750..79c71f9e1b5b 100644 --- a/src/Files.App/Actions/FileSystem/EmptyRecycleBinAction.cs +++ b/src/Files.App/Actions/FileSystem/EmptyRecycleBinAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls; using Windows.Foundation.Metadata; diff --git a/src/Files.App/Actions/FileSystem/FlattenFolderAction.cs b/src/Files.App/Actions/FileSystem/FlattenFolderAction.cs index b670ed7a2ffb..822b6d3bf063 100644 --- a/src/Files.App/Actions/FileSystem/FlattenFolderAction.cs +++ b/src/Files.App/Actions/FileSystem/FlattenFolderAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Extensions.Logging; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Actions/FileSystem/FormatDriveAction.cs b/src/Files.App/Actions/FileSystem/FormatDriveAction.cs index 3d2628a4bf4b..721f0edfc618 100644 --- a/src/Files.App/Actions/FileSystem/FormatDriveAction.cs +++ b/src/Files.App/Actions/FileSystem/FormatDriveAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/FormatDriveFromHomeAction.cs b/src/Files.App/Actions/FileSystem/FormatDriveFromHomeAction.cs index f727e054ff5c..75f90115914f 100644 --- a/src/Files.App/Actions/FileSystem/FormatDriveFromHomeAction.cs +++ b/src/Files.App/Actions/FileSystem/FormatDriveFromHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/FormatDriveFromSidebarAction.cs b/src/Files.App/Actions/FileSystem/FormatDriveFromSidebarAction.cs index c4fc92e9bf31..a342d7547ccd 100644 --- a/src/Files.App/Actions/FileSystem/FormatDriveFromSidebarAction.cs +++ b/src/Files.App/Actions/FileSystem/FormatDriveFromSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/OpenFileLocationAction.cs b/src/Files.App/Actions/FileSystem/OpenFileLocationAction.cs index 8e37acd1be0d..f16e00500d7d 100644 --- a/src/Files.App/Actions/FileSystem/OpenFileLocationAction.cs +++ b/src/Files.App/Actions/FileSystem/OpenFileLocationAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; diff --git a/src/Files.App/Actions/FileSystem/OpenItemAction.cs b/src/Files.App/Actions/FileSystem/OpenItemAction.cs index 64fc476c9799..21f21d9eea9b 100644 --- a/src/Files.App/Actions/FileSystem/OpenItemAction.cs +++ b/src/Files.App/Actions/FileSystem/OpenItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.IO; using Windows.Storage; diff --git a/src/Files.App/Actions/FileSystem/PasteItemAction.cs b/src/Files.App/Actions/FileSystem/PasteItemAction.cs index a25ab5ce3053..bae4f5330762 100644 --- a/src/Files.App/Actions/FileSystem/PasteItemAction.cs +++ b/src/Files.App/Actions/FileSystem/PasteItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using CommunityToolkit.Mvvm.ComponentModel; using CommunityToolkit.Mvvm.DependencyInjection; diff --git a/src/Files.App/Actions/FileSystem/PasteItemAsShortcutAction.cs b/src/Files.App/Actions/FileSystem/PasteItemAsShortcutAction.cs index 6c29c3b844af..5c58dce167fa 100644 --- a/src/Files.App/Actions/FileSystem/PasteItemAsShortcutAction.cs +++ b/src/Files.App/Actions/FileSystem/PasteItemAsShortcutAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/PasteItemToSelectionAction.cs b/src/Files.App/Actions/FileSystem/PasteItemToSelectionAction.cs index ec7eb1830edc..1f792fcf0381 100644 --- a/src/Files.App/Actions/FileSystem/PasteItemToSelectionAction.cs +++ b/src/Files.App/Actions/FileSystem/PasteItemToSelectionAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/RenameAction.cs b/src/Files.App/Actions/FileSystem/RenameAction.cs index 20172a0ee348..ba9b6be5b48d 100644 --- a/src/Files.App/Actions/FileSystem/RenameAction.cs +++ b/src/Files.App/Actions/FileSystem/RenameAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/FileSystem/RestoreAllRecycleBinAction.cs b/src/Files.App/Actions/FileSystem/RestoreAllRecycleBinAction.cs index 320db7b04575..a930d90c0e32 100644 --- a/src/Files.App/Actions/FileSystem/RestoreAllRecycleBinAction.cs +++ b/src/Files.App/Actions/FileSystem/RestoreAllRecycleBinAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls; using Windows.Foundation.Metadata; diff --git a/src/Files.App/Actions/FileSystem/RestoreRecycleBinAction.cs b/src/Files.App/Actions/FileSystem/RestoreRecycleBinAction.cs index ae8a89d37574..e0b30a8940ef 100644 --- a/src/Files.App/Actions/FileSystem/RestoreRecycleBinAction.cs +++ b/src/Files.App/Actions/FileSystem/RestoreRecycleBinAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls; using Windows.Foundation.Metadata; diff --git a/src/Files.App/Actions/FileSystem/Transfer/BaseTransferItemAction.cs b/src/Files.App/Actions/FileSystem/Transfer/BaseTransferItemAction.cs index 1c9dbde04aed..1c9031777236 100644 --- a/src/Files.App/Actions/FileSystem/Transfer/BaseTransferItemAction.cs +++ b/src/Files.App/Actions/FileSystem/Transfer/BaseTransferItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Extensions.Logging; using System.Collections.Concurrent; diff --git a/src/Files.App/Actions/FileSystem/Transfer/CopyItemAction.cs b/src/Files.App/Actions/FileSystem/Transfer/CopyItemAction.cs index 60441306751a..361615891448 100644 --- a/src/Files.App/Actions/FileSystem/Transfer/CopyItemAction.cs +++ b/src/Files.App/Actions/FileSystem/Transfer/CopyItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/FileSystem/Transfer/CutItemAction.cs b/src/Files.App/Actions/FileSystem/Transfer/CutItemAction.cs index e13e5108bb44..268e32f22f75 100644 --- a/src/Files.App/Actions/FileSystem/Transfer/CutItemAction.cs +++ b/src/Files.App/Actions/FileSystem/Transfer/CutItemAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.ApplicationModel.DataTransfer; diff --git a/src/Files.App/Actions/Git/GitFetchAction.cs b/src/Files.App/Actions/Git/GitFetchAction.cs index eba8b43109a0..30859a3c3778 100644 --- a/src/Files.App/Actions/Git/GitFetchAction.cs +++ b/src/Files.App/Actions/Git/GitFetchAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Git/GitInitAction.cs b/src/Files.App/Actions/Git/GitInitAction.cs index b9d6b79746d3..5580b0df3ab1 100644 --- a/src/Files.App/Actions/Git/GitInitAction.cs +++ b/src/Files.App/Actions/Git/GitInitAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Git/GitPullAction.cs b/src/Files.App/Actions/Git/GitPullAction.cs index 187ab4e88176..e9ad444ef0b5 100644 --- a/src/Files.App/Actions/Git/GitPullAction.cs +++ b/src/Files.App/Actions/Git/GitPullAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Git/GitPushAction.cs b/src/Files.App/Actions/Git/GitPushAction.cs index 97940673cc67..6a9d60842103 100644 --- a/src/Files.App/Actions/Git/GitPushAction.cs +++ b/src/Files.App/Actions/Git/GitPushAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Git/GitSyncAction.cs b/src/Files.App/Actions/Git/GitSyncAction.cs index afa342faee57..55193c41addb 100644 --- a/src/Files.App/Actions/Git/GitSyncAction.cs +++ b/src/Files.App/Actions/Git/GitSyncAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Global/EditPathAction.cs b/src/Files.App/Actions/Global/EditPathAction.cs index cd02dfa97a90..6a540e4faeb9 100644 --- a/src/Files.App/Actions/Global/EditPathAction.cs +++ b/src/Files.App/Actions/Global/EditPathAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Global/EnterCompactOverlayAction.cs b/src/Files.App/Actions/Global/EnterCompactOverlayAction.cs index dd38d8bfe622..f6997fcb19c2 100644 --- a/src/Files.App/Actions/Global/EnterCompactOverlayAction.cs +++ b/src/Files.App/Actions/Global/EnterCompactOverlayAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Windowing; using Windows.Graphics; diff --git a/src/Files.App/Actions/Global/ExitCompactOverlayAction.cs b/src/Files.App/Actions/Global/ExitCompactOverlayAction.cs index 38592d98ee2a..ad0054c3d93e 100644 --- a/src/Files.App/Actions/Global/ExitCompactOverlayAction.cs +++ b/src/Files.App/Actions/Global/ExitCompactOverlayAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Windowing; diff --git a/src/Files.App/Actions/Global/OpenHelpAction.cs b/src/Files.App/Actions/Global/OpenHelpAction.cs index 24e033d921e6..bacb030829b2 100644 --- a/src/Files.App/Actions/Global/OpenHelpAction.cs +++ b/src/Files.App/Actions/Global/OpenHelpAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.System; diff --git a/src/Files.App/Actions/Global/RedoAction.cs b/src/Files.App/Actions/Global/RedoAction.cs index f063e3447d09..667ac320716a 100644 --- a/src/Files.App/Actions/Global/RedoAction.cs +++ b/src/Files.App/Actions/Global/RedoAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Global/SearchAction.cs b/src/Files.App/Actions/Global/SearchAction.cs index cf2bac0ee9a4..c67125f2854c 100644 --- a/src/Files.App/Actions/Global/SearchAction.cs +++ b/src/Files.App/Actions/Global/SearchAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Global/ToggleCompactOverlayAction.cs b/src/Files.App/Actions/Global/ToggleCompactOverlayAction.cs index 466d214ec9c4..59d384e43193 100644 --- a/src/Files.App/Actions/Global/ToggleCompactOverlayAction.cs +++ b/src/Files.App/Actions/Global/ToggleCompactOverlayAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Windowing; using Windows.Graphics; diff --git a/src/Files.App/Actions/Global/ToggleFullScreenAction.cs b/src/Files.App/Actions/Global/ToggleFullScreenAction.cs index 510bd3e3e0b1..7882ad6d566d 100644 --- a/src/Files.App/Actions/Global/ToggleFullScreenAction.cs +++ b/src/Files.App/Actions/Global/ToggleFullScreenAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Windowing; diff --git a/src/Files.App/Actions/Global/UndoAction.cs b/src/Files.App/Actions/Global/UndoAction.cs index 3dd80d838920..9456f79cde9a 100644 --- a/src/Files.App/Actions/Global/UndoAction.cs +++ b/src/Files.App/Actions/Global/UndoAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/IAction.cs b/src/Files.App/Actions/IAction.cs index d7dd7bd602ff..e5fd85e9fe78 100644 --- a/src/Files.App/Actions/IAction.cs +++ b/src/Files.App/Actions/IAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/IToggleAction.cs b/src/Files.App/Actions/IToggleAction.cs index 9a337767dfd4..dce8bcf25f21 100644 --- a/src/Files.App/Actions/IToggleAction.cs +++ b/src/Files.App/Actions/IToggleAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/AddHorizontalPaneAction.cs b/src/Files.App/Actions/Navigation/AddHorizontalPaneAction.cs index 57b7264affa8..1d72dde84a08 100644 --- a/src/Files.App/Actions/Navigation/AddHorizontalPaneAction.cs +++ b/src/Files.App/Actions/Navigation/AddHorizontalPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/AddVerticalPaneAction.cs b/src/Files.App/Actions/Navigation/AddVerticalPaneAction.cs index b499a6670e15..9d5b5c96475e 100644 --- a/src/Files.App/Actions/Navigation/AddVerticalPaneAction.cs +++ b/src/Files.App/Actions/Navigation/AddVerticalPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/ArrangePanesHorizontallyAction.cs b/src/Files.App/Actions/Navigation/ArrangePanesHorizontallyAction.cs index a663e8f8de01..db437edab830 100644 --- a/src/Files.App/Actions/Navigation/ArrangePanesHorizontallyAction.cs +++ b/src/Files.App/Actions/Navigation/ArrangePanesHorizontallyAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/ArrangePanesVerticallyAction.cs b/src/Files.App/Actions/Navigation/ArrangePanesVerticallyAction.cs index 6527cd4a015c..839ac4cc1f48 100644 --- a/src/Files.App/Actions/Navigation/ArrangePanesVerticallyAction.cs +++ b/src/Files.App/Actions/Navigation/ArrangePanesVerticallyAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseActivePaneAction.cs b/src/Files.App/Actions/Navigation/CloseActivePaneAction.cs index 08c0735f4905..bbe8758f61ef 100644 --- a/src/Files.App/Actions/Navigation/CloseActivePaneAction.cs +++ b/src/Files.App/Actions/Navigation/CloseActivePaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseAllTabsAction.cs b/src/Files.App/Actions/Navigation/CloseAllTabsAction.cs index 5726553b41a1..90a6d990256c 100644 --- a/src/Files.App/Actions/Navigation/CloseAllTabsAction.cs +++ b/src/Files.App/Actions/Navigation/CloseAllTabsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseOtherTabsCurrentAction.cs b/src/Files.App/Actions/Navigation/CloseOtherTabsCurrentAction.cs index 5174faf1f700..3fdfb82cfb51 100644 --- a/src/Files.App/Actions/Navigation/CloseOtherTabsCurrentAction.cs +++ b/src/Files.App/Actions/Navigation/CloseOtherTabsCurrentAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseOtherTabsSelectedAction.cs b/src/Files.App/Actions/Navigation/CloseOtherTabsSelectedAction.cs index 5ed32c5ca104..b9018300ce11 100644 --- a/src/Files.App/Actions/Navigation/CloseOtherTabsSelectedAction.cs +++ b/src/Files.App/Actions/Navigation/CloseOtherTabsSelectedAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseSelectedTabAction.cs b/src/Files.App/Actions/Navigation/CloseSelectedTabAction.cs index f5d50be092a1..e003bd5c098e 100644 --- a/src/Files.App/Actions/Navigation/CloseSelectedTabAction.cs +++ b/src/Files.App/Actions/Navigation/CloseSelectedTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseTabBaseAction.cs b/src/Files.App/Actions/Navigation/CloseTabBaseAction.cs index 14240d30eb33..e10f603dd1eb 100644 --- a/src/Files.App/Actions/Navigation/CloseTabBaseAction.cs +++ b/src/Files.App/Actions/Navigation/CloseTabBaseAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseTabsToTheLeftCurrentAction.cs b/src/Files.App/Actions/Navigation/CloseTabsToTheLeftCurrentAction.cs index f6bd4c7af187..aa485ad119a5 100644 --- a/src/Files.App/Actions/Navigation/CloseTabsToTheLeftCurrentAction.cs +++ b/src/Files.App/Actions/Navigation/CloseTabsToTheLeftCurrentAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseTabsToTheLeftSelectedAction.cs b/src/Files.App/Actions/Navigation/CloseTabsToTheLeftSelectedAction.cs index 36c67a0344a9..bd3c958629f7 100644 --- a/src/Files.App/Actions/Navigation/CloseTabsToTheLeftSelectedAction.cs +++ b/src/Files.App/Actions/Navigation/CloseTabsToTheLeftSelectedAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseTabsToTheRightCurrentAction.cs b/src/Files.App/Actions/Navigation/CloseTabsToTheRightCurrentAction.cs index 4c2c617650be..eed161906aac 100644 --- a/src/Files.App/Actions/Navigation/CloseTabsToTheRightCurrentAction.cs +++ b/src/Files.App/Actions/Navigation/CloseTabsToTheRightCurrentAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/CloseTabsToTheRightSelectedAction.cs b/src/Files.App/Actions/Navigation/CloseTabsToTheRightSelectedAction.cs index 18601b62d51a..8b3728d0eb13 100644 --- a/src/Files.App/Actions/Navigation/CloseTabsToTheRightSelectedAction.cs +++ b/src/Files.App/Actions/Navigation/CloseTabsToTheRightSelectedAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/DuplicateCurrentTabAction.cs b/src/Files.App/Actions/Navigation/DuplicateCurrentTabAction.cs index 05aa62328001..e9a3f39ec70d 100644 --- a/src/Files.App/Actions/Navigation/DuplicateCurrentTabAction.cs +++ b/src/Files.App/Actions/Navigation/DuplicateCurrentTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/DuplicateSelectedTabAction.cs b/src/Files.App/Actions/Navigation/DuplicateSelectedTabAction.cs index 2beeca6a74b2..f863c2f638f7 100644 --- a/src/Files.App/Actions/Navigation/DuplicateSelectedTabAction.cs +++ b/src/Files.App/Actions/Navigation/DuplicateSelectedTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/FocusOtherPane.cs b/src/Files.App/Actions/Navigation/FocusOtherPane.cs index a618d67999f6..a86a6804379d 100644 --- a/src/Files.App/Actions/Navigation/FocusOtherPane.cs +++ b/src/Files.App/Actions/Navigation/FocusOtherPane.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NavigateBackAction.cs b/src/Files.App/Actions/Navigation/NavigateBackAction.cs index 86f69aa7a1dd..d93e9f92da59 100644 --- a/src/Files.App/Actions/Navigation/NavigateBackAction.cs +++ b/src/Files.App/Actions/Navigation/NavigateBackAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NavigateForwardAction.cs b/src/Files.App/Actions/Navigation/NavigateForwardAction.cs index 697663d3e1c5..85e9842a545e 100644 --- a/src/Files.App/Actions/Navigation/NavigateForwardAction.cs +++ b/src/Files.App/Actions/Navigation/NavigateForwardAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NavigateHomeAction.cs b/src/Files.App/Actions/Navigation/NavigateHomeAction.cs index bb175b61624e..67d45bac887a 100644 --- a/src/Files.App/Actions/Navigation/NavigateHomeAction.cs +++ b/src/Files.App/Actions/Navigation/NavigateHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NavigateUpAction.cs b/src/Files.App/Actions/Navigation/NavigateUpAction.cs index e134a26c04de..cda84fea55d8 100644 --- a/src/Files.App/Actions/Navigation/NavigateUpAction.cs +++ b/src/Files.App/Actions/Navigation/NavigateUpAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NewTabAction.cs b/src/Files.App/Actions/Navigation/NewTabAction.cs index c644ded31f60..69f3c55aec0c 100644 --- a/src/Files.App/Actions/Navigation/NewTabAction.cs +++ b/src/Files.App/Actions/Navigation/NewTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NewWindowAction.cs b/src/Files.App/Actions/Navigation/NewWindowAction.cs index efd13c277b2e..b29e492de014 100644 --- a/src/Files.App/Actions/Navigation/NewWindowAction.cs +++ b/src/Files.App/Actions/Navigation/NewWindowAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/NextTabAction.cs b/src/Files.App/Actions/Navigation/NextTabAction.cs index 38eb469c817c..73a5f82b4412 100644 --- a/src/Files.App/Actions/Navigation/NextTabAction.cs +++ b/src/Files.App/Actions/Navigation/NextTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Actions/Navigation/OpenInNewPane/BaseOpenInNewPaneAction.cs b/src/Files.App/Actions/Navigation/OpenInNewPane/BaseOpenInNewPaneAction.cs index 68104f1a025e..c831ae7149cb 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewPane/BaseOpenInNewPaneAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewPane/BaseOpenInNewPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneAction.cs b/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneAction.cs index f995dcaa3c51..3c935719f2e0 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromHomeAction.cs b/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromHomeAction.cs index 81a055b06422..7c76ded1e97e 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromHomeAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromSidebarAction.cs b/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromSidebarAction.cs index e688772b57b5..4ae07ef6f807 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromSidebarAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewPane/OpenInNewPaneFromSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewTab/BaseOpenInNewTabAction.cs b/src/Files.App/Actions/Navigation/OpenInNewTab/BaseOpenInNewTabAction.cs index 4845e01b159b..7f0c4308fac0 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewTab/BaseOpenInNewTabAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewTab/BaseOpenInNewTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabAction.cs b/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabAction.cs index e3ec0926b93d..05fafaade3af 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromHomeAction.cs b/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromHomeAction.cs index e90f7d53f508..761779a13fee 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromHomeAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromSidebarAction.cs b/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromSidebarAction.cs index d5238dbd8156..79d27e3b3858 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromSidebarAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewTab/OpenInNewTabFromSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewWindow/BaseOpenInNewWindowAction.cs b/src/Files.App/Actions/Navigation/OpenInNewWindow/BaseOpenInNewWindowAction.cs index 405b04b58b72..75e2a2bf3f73 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewWindow/BaseOpenInNewWindowAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewWindow/BaseOpenInNewWindowAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.System; diff --git a/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowAction.cs b/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowAction.cs index b556f25ccb34..44b4172ac745 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromHomeAction.cs b/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromHomeAction.cs index e02154a4eb6d..cd84ec8d5bae 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromHomeAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromSidebarAction.cs b/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromSidebarAction.cs index e72aef69351d..6448bbc0c1b5 100644 --- a/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromSidebarAction.cs +++ b/src/Files.App/Actions/Navigation/OpenInNewWindow/OpenInNewWindowFromSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Navigation/PreviousTabAction.cs b/src/Files.App/Actions/Navigation/PreviousTabAction.cs index e1f008895d90..ec6a1b110698 100644 --- a/src/Files.App/Actions/Navigation/PreviousTabAction.cs +++ b/src/Files.App/Actions/Navigation/PreviousTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Actions/Navigation/ReopenClosedTabAction.cs b/src/Files.App/Actions/Navigation/ReopenClosedTabAction.cs index 076ec3b38680..6a4b02f36bb3 100644 --- a/src/Files.App/Actions/Navigation/ReopenClosedTabAction.cs +++ b/src/Files.App/Actions/Navigation/ReopenClosedTabAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.UserControls.TabBar; diff --git a/src/Files.App/Actions/Open/EditInNotepadAction.cs b/src/Files.App/Actions/Open/EditInNotepadAction.cs index 1d9d13288cbb..61d83663e364 100644 --- a/src/Files.App/Actions/Open/EditInNotepadAction.cs +++ b/src/Files.App/Actions/Open/EditInNotepadAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; diff --git a/src/Files.App/Actions/Open/OpenClassicPropertiesAction.cs b/src/Files.App/Actions/Open/OpenClassicPropertiesAction.cs index 7dbd496567a2..5fa8a542284b 100644 --- a/src/Files.App/Actions/Open/OpenClassicPropertiesAction.cs +++ b/src/Files.App/Actions/Open/OpenClassicPropertiesAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Runtime.InteropServices; using Windows.Win32; diff --git a/src/Files.App/Actions/Open/OpenCommandPaletteAction.cs b/src/Files.App/Actions/Open/OpenCommandPaletteAction.cs index 4d61f1022bc9..1d6c7e63d113 100644 --- a/src/Files.App/Actions/Open/OpenCommandPaletteAction.cs +++ b/src/Files.App/Actions/Open/OpenCommandPaletteAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenInVSCodeAction.cs b/src/Files.App/Actions/Open/OpenInVSCodeAction.cs index 6c8f1a2b4225..733b1258e65b 100644 --- a/src/Files.App/Actions/Open/OpenInVSCodeAction.cs +++ b/src/Files.App/Actions/Open/OpenInVSCodeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Utils.Shell; diff --git a/src/Files.App/Actions/Open/OpenPropertiesAction.cs b/src/Files.App/Actions/Open/OpenPropertiesAction.cs index 2f8b14bacdc2..73534f8443ef 100644 --- a/src/Files.App/Actions/Open/OpenPropertiesAction.cs +++ b/src/Files.App/Actions/Open/OpenPropertiesAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenReleaseNotesAction.cs b/src/Files.App/Actions/Open/OpenReleaseNotesAction.cs index ee4b0683c758..16ef40035a80 100644 --- a/src/Files.App/Actions/Open/OpenReleaseNotesAction.cs +++ b/src/Files.App/Actions/Open/OpenReleaseNotesAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using CommunityToolkit.WinUI.Helpers; diff --git a/src/Files.App/Actions/Open/OpenRepoInVSCodeAction.cs b/src/Files.App/Actions/Open/OpenRepoInVSCodeAction.cs index 891ec6e48924..6db53b3a41b7 100644 --- a/src/Files.App/Actions/Open/OpenRepoInVSCodeAction.cs +++ b/src/Files.App/Actions/Open/OpenRepoInVSCodeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Utils.Shell; diff --git a/src/Files.App/Actions/Open/OpenSettingsAction.cs b/src/Files.App/Actions/Open/OpenSettingsAction.cs index aec6ad7b08db..5a943a1ceafd 100644 --- a/src/Files.App/Actions/Open/OpenSettingsAction.cs +++ b/src/Files.App/Actions/Open/OpenSettingsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; diff --git a/src/Files.App/Actions/Open/OpenStorageSenseAction.cs b/src/Files.App/Actions/Open/OpenStorageSenseAction.cs index 32245edcda6d..3b967498b294 100644 --- a/src/Files.App/Actions/Open/OpenStorageSenseAction.cs +++ b/src/Files.App/Actions/Open/OpenStorageSenseAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenStorageSenseFromHomeAction.cs b/src/Files.App/Actions/Open/OpenStorageSenseFromHomeAction.cs index c3b4593e409f..c66464ffbc62 100644 --- a/src/Files.App/Actions/Open/OpenStorageSenseFromHomeAction.cs +++ b/src/Files.App/Actions/Open/OpenStorageSenseFromHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenStorageSenseFromSidebarAction.cs b/src/Files.App/Actions/Open/OpenStorageSenseFromSidebarAction.cs index 49902797555d..0723fa95faff 100644 --- a/src/Files.App/Actions/Open/OpenStorageSenseFromSidebarAction.cs +++ b/src/Files.App/Actions/Open/OpenStorageSenseFromSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenTerminalAction.cs b/src/Files.App/Actions/Open/OpenTerminalAction.cs index 9cb92f385b4b..0672aac0b5a9 100644 --- a/src/Files.App/Actions/Open/OpenTerminalAction.cs +++ b/src/Files.App/Actions/Open/OpenTerminalAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Text; using Windows.Storage; diff --git a/src/Files.App/Actions/Open/OpenTerminalAsAdminAction.cs b/src/Files.App/Actions/Open/OpenTerminalAsAdminAction.cs index c629e8fda55f..c8ebaa6fb0ae 100644 --- a/src/Files.App/Actions/Open/OpenTerminalAsAdminAction.cs +++ b/src/Files.App/Actions/Open/OpenTerminalAsAdminAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenTerminalFromHomeAction.cs b/src/Files.App/Actions/Open/OpenTerminalFromHomeAction.cs index d325074f6675..7836fa89e259 100644 --- a/src/Files.App/Actions/Open/OpenTerminalFromHomeAction.cs +++ b/src/Files.App/Actions/Open/OpenTerminalFromHomeAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Open/OpenTerminalFromSidebarAction.cs b/src/Files.App/Actions/Open/OpenTerminalFromSidebarAction.cs index 04d9344f237f..9c2acdc720c3 100644 --- a/src/Files.App/Actions/Open/OpenTerminalFromSidebarAction.cs +++ b/src/Files.App/Actions/Open/OpenTerminalFromSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/ToggleDetailsPaneAction.cs b/src/Files.App/Actions/Show/ToggleDetailsPaneAction.cs index 00a570dbd41d..c2b302eb56f6 100644 --- a/src/Files.App/Actions/Show/ToggleDetailsPaneAction.cs +++ b/src/Files.App/Actions/Show/ToggleDetailsPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/ToggleDotFilesSettingAction.cs b/src/Files.App/Actions/Show/ToggleDotFilesSettingAction.cs index d075fcf2ba4f..9955925893ae 100644 --- a/src/Files.App/Actions/Show/ToggleDotFilesSettingAction.cs +++ b/src/Files.App/Actions/Show/ToggleDotFilesSettingAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/ToggleInfoPaneAction.cs b/src/Files.App/Actions/Show/ToggleInfoPaneAction.cs index a5d43639e9a5..8dfdc39cdea3 100644 --- a/src/Files.App/Actions/Show/ToggleInfoPaneAction.cs +++ b/src/Files.App/Actions/Show/ToggleInfoPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/TogglePreviewPaneAction.cs b/src/Files.App/Actions/Show/TogglePreviewPaneAction.cs index 988896a66d4e..b0d8b8b8a7cd 100644 --- a/src/Files.App/Actions/Show/TogglePreviewPaneAction.cs +++ b/src/Files.App/Actions/Show/TogglePreviewPaneAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/ToggleShowFileExtensionsAction.cs b/src/Files.App/Actions/Show/ToggleShowFileExtensionsAction.cs index e6ebec244196..75e044ed742f 100644 --- a/src/Files.App/Actions/Show/ToggleShowFileExtensionsAction.cs +++ b/src/Files.App/Actions/Show/ToggleShowFileExtensionsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/ToggleShowHiddenItemsAction.cs b/src/Files.App/Actions/Show/ToggleShowHiddenItemsAction.cs index ccb62c0662f4..c4f31077c4d1 100644 --- a/src/Files.App/Actions/Show/ToggleShowHiddenItemsAction.cs +++ b/src/Files.App/Actions/Show/ToggleShowHiddenItemsAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Show/ToggleToolbarAction.cs b/src/Files.App/Actions/Show/ToggleToolbarAction.cs index a027cb4941ab..e62a09034c35 100644 --- a/src/Files.App/Actions/Show/ToggleToolbarAction.cs +++ b/src/Files.App/Actions/Show/ToggleToolbarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Sidebar/PinFolderToSidebarAction.cs b/src/Files.App/Actions/Sidebar/PinFolderToSidebarAction.cs index 228436a79256..2cd2c084917a 100644 --- a/src/Files.App/Actions/Sidebar/PinFolderToSidebarAction.cs +++ b/src/Files.App/Actions/Sidebar/PinFolderToSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Storage; diff --git a/src/Files.App/Actions/Sidebar/UnpinFolderToSidebarAction.cs b/src/Files.App/Actions/Sidebar/UnpinFolderToSidebarAction.cs index dcd8437bbdff..ee30776ec445 100644 --- a/src/Files.App/Actions/Sidebar/UnpinFolderToSidebarAction.cs +++ b/src/Files.App/Actions/Sidebar/UnpinFolderToSidebarAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Start/PinToStartAction.cs b/src/Files.App/Actions/Start/PinToStartAction.cs index 300da3aba687..f26df5761b99 100644 --- a/src/Files.App/Actions/Start/PinToStartAction.cs +++ b/src/Files.App/Actions/Start/PinToStartAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/Actions/Start/UnpinFromStartAction.cs b/src/Files.App/Actions/Start/UnpinFromStartAction.cs index 1e3adf24950e..794e41a3eb5d 100644 --- a/src/Files.App/Actions/Start/UnpinFromStartAction.cs +++ b/src/Files.App/Actions/Start/UnpinFromStartAction.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Actions { diff --git a/src/Files.App/App.xaml b/src/Files.App/App.xaml index 8eb9f61e37a5..5e30892f18fa 100644 --- a/src/Files.App/App.xaml +++ b/src/Files.App/App.xaml @@ -1,4 +1,4 @@ - + + + + + + + + + + + + + + + + + diff --git a/src/Files.App/GlobalUsings.cs b/src/Files.App/GlobalUsings.cs index f6806222bde0..2fe5c48e7f49 100644 --- a/src/Files.App/GlobalUsings.cs +++ b/src/Files.App/GlobalUsings.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. // System global using global::System; diff --git a/src/Files.App/Helpers/Application/AppLanguageHelper.cs b/src/Files.App/Helpers/Application/AppLanguageHelper.cs index 4a70d84fec66..11afc7975418 100644 --- a/src/Files.App/Helpers/Application/AppLanguageHelper.cs +++ b/src/Files.App/Helpers/Application/AppLanguageHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Globalization; using Windows.Globalization; diff --git a/src/Files.App/Helpers/Application/AppLifecycleHelper.cs b/src/Files.App/Helpers/Application/AppLifecycleHelper.cs index c3af6e823151..903195c5aa02 100644 --- a/src/Files.App/Helpers/Application/AppLifecycleHelper.cs +++ b/src/Files.App/Helpers/Application/AppLifecycleHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using CommunityToolkit.WinUI.Helpers; using Files.App.Helpers.Application; diff --git a/src/Files.App/Helpers/BitmapHelper.cs b/src/Files.App/Helpers/BitmapHelper.cs index 7089dd5cbe7e..a7f25183c557 100644 --- a/src/Files.App/Helpers/BitmapHelper.cs +++ b/src/Files.App/Helpers/BitmapHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Controls; using Microsoft.UI.Xaml.Media.Imaging; diff --git a/src/Files.App/Helpers/CollectionDebugView.cs b/src/Files.App/Helpers/CollectionDebugView.cs index 8ce4f0a68138..adf622fbe6ad 100644 --- a/src/Files.App/Helpers/CollectionDebugView.cs +++ b/src/Files.App/Helpers/CollectionDebugView.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; using System.Collections.Generic; diff --git a/src/Files.App/Helpers/ColorHelpers.cs b/src/Files.App/Helpers/ColorHelpers.cs index 722f4de8c712..33cf9efe9002 100644 --- a/src/Files.App/Helpers/ColorHelpers.cs +++ b/src/Files.App/Helpers/ColorHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using CommunityToolkit.WinUI.Helpers; using System; diff --git a/src/Files.App/Helpers/Dialog/DialogDisplayHelper.cs b/src/Files.App/Helpers/Dialog/DialogDisplayHelper.cs index bc307837a9c2..1ac037ced51c 100644 --- a/src/Files.App/Helpers/Dialog/DialogDisplayHelper.cs +++ b/src/Files.App/Helpers/Dialog/DialogDisplayHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs b/src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs index 18e4446e8031..d9eefe2d1f85 100644 --- a/src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs +++ b/src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Microsoft.UI; diff --git a/src/Files.App/Helpers/EnumConversionHelpers.cs b/src/Files.App/Helpers/EnumConversionHelpers.cs index 3677db536cda..b65f194f4df1 100644 --- a/src/Files.App/Helpers/EnumConversionHelpers.cs +++ b/src/Files.App/Helpers/EnumConversionHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Storage; diff --git a/src/Files.App/Helpers/Environment/PackageHelper.cs b/src/Files.App/Helpers/Environment/PackageHelper.cs index b91995087970..44d956b20cd6 100644 --- a/src/Files.App/Helpers/Environment/PackageHelper.cs +++ b/src/Files.App/Helpers/Environment/PackageHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; using System.Diagnostics; diff --git a/src/Files.App/Helpers/Environment/SoftwareHelpers.cs b/src/Files.App/Helpers/Environment/SoftwareHelpers.cs index 352070afe5f7..5d80ca4e778f 100644 --- a/src/Files.App/Helpers/Environment/SoftwareHelpers.cs +++ b/src/Files.App/Helpers/Environment/SoftwareHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Win32; using System.Security; diff --git a/src/Files.App/Helpers/IntervalSampler.cs b/src/Files.App/Helpers/IntervalSampler.cs index 8877215b30a6..739f29e84914 100644 --- a/src/Files.App/Helpers/IntervalSampler.cs +++ b/src/Files.App/Helpers/IntervalSampler.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; diff --git a/src/Files.App/Helpers/Layout/AdaptiveLayoutHelpers.cs b/src/Files.App/Helpers/Layout/AdaptiveLayoutHelpers.cs index 5160123dc5b3..5859cfaba66e 100644 --- a/src/Files.App/Helpers/Layout/AdaptiveLayoutHelpers.cs +++ b/src/Files.App/Helpers/Layout/AdaptiveLayoutHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.ViewModels.Previews; using Files.Shared.Helpers; diff --git a/src/Files.App/Helpers/Layout/LayoutPreferencesDatabase.cs b/src/Files.App/Helpers/Layout/LayoutPreferencesDatabase.cs index 7fc9f38ccda4..6f040905ea8d 100644 --- a/src/Files.App/Helpers/Layout/LayoutPreferencesDatabase.cs +++ b/src/Files.App/Helpers/Layout/LayoutPreferencesDatabase.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Win32; using System.Runtime.CompilerServices; diff --git a/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseItem.cs b/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseItem.cs index a853aba0304e..6f7621dcdf82 100644 --- a/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseItem.cs +++ b/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseItem.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Helpers { diff --git a/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseManager.cs b/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseManager.cs index e28905627fa6..46d2c01d1887 100644 --- a/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseManager.cs +++ b/src/Files.App/Helpers/Layout/LayoutPreferencesDatabaseManager.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Diagnostics.CodeAnalysis; diff --git a/src/Files.App/Helpers/Layout/LayoutPreferencesItem.cs b/src/Files.App/Helpers/Layout/LayoutPreferencesItem.cs index 68577a863d17..5ff87cf2dd09 100644 --- a/src/Files.App/Helpers/Layout/LayoutPreferencesItem.cs +++ b/src/Files.App/Helpers/Layout/LayoutPreferencesItem.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Helpers { diff --git a/src/Files.App/Helpers/Layout/LayoutPreferencesManager.cs b/src/Files.App/Helpers/Layout/LayoutPreferencesManager.cs index b4b8742220dc..a50efe627c32 100644 --- a/src/Files.App/Helpers/Layout/LayoutPreferencesManager.cs +++ b/src/Files.App/Helpers/Layout/LayoutPreferencesManager.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Data.Enums; using System.Text.Json; diff --git a/src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs b/src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs index fa25561d4737..bcc8483c6b68 100644 --- a/src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs +++ b/src/Files.App/Helpers/Layout/LayoutSizeKindHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Helpers { diff --git a/src/Files.App/Helpers/LocationHelpers.cs b/src/Files.App/Helpers/LocationHelpers.cs index 2f712e77cd8d..facf99fb8d47 100644 --- a/src/Files.App/Helpers/LocationHelpers.cs +++ b/src/Files.App/Helpers/LocationHelpers.cs @@ -1,5 +1,5 @@ // Copyright(c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Licensed under the MIT License. using Windows.Devices.Geolocation; using Windows.Services.Maps; diff --git a/src/Files.App/Helpers/MenuFlyout/ContextFlyoutModelToElementHelper.cs b/src/Files.App/Helpers/MenuFlyout/ContextFlyoutModelToElementHelper.cs index f895b0e7fbb0..aa5177c321cd 100644 --- a/src/Files.App/Helpers/MenuFlyout/ContextFlyoutModelToElementHelper.cs +++ b/src/Files.App/Helpers/MenuFlyout/ContextFlyoutModelToElementHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.UserControls.Menus; using Microsoft.UI.Xaml; @@ -295,7 +295,7 @@ private static ICommandBarElement GetCommandBarButton(ContextMenuFlyoutItemViewM { button.KeyboardAccelerators.Add(item.KeyboardAccelerator); button.KeyboardAcceleratorTextOverride = item.KeyboardAcceleratorTextOverride; - // Fixes #16193: VirtualKey does not support OEM keys (e.g "ò") + // Fixes #16193: VirtualKey does not support OEM keys (e.g "�") button.KeyboardAcceleratorPlacementMode = Microsoft.UI.Xaml.Input.KeyboardAcceleratorPlacementMode.Hidden; } } diff --git a/src/Files.App/Helpers/MenuFlyout/MenuFlyoutHelper.cs b/src/Files.App/Helpers/MenuFlyout/MenuFlyoutHelper.cs index 8db44068d672..7e1947fa5c6b 100644 --- a/src/Files.App/Helpers/MenuFlyout/MenuFlyoutHelper.cs +++ b/src/Files.App/Helpers/MenuFlyout/MenuFlyoutHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Helpers/NaturalStringComparer.cs b/src/Files.App/Helpers/NaturalStringComparer.cs index 6f1ffc6d558b..f0f03a1c49ce 100644 --- a/src/Files.App/Helpers/NaturalStringComparer.cs +++ b/src/Files.App/Helpers/NaturalStringComparer.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Helpers { diff --git a/src/Files.App/Helpers/Navigation/MultitaskingTabsHelpers.cs b/src/Files.App/Helpers/Navigation/MultitaskingTabsHelpers.cs index 50610ae1dc42..47e2c4648308 100644 --- a/src/Files.App/Helpers/Navigation/MultitaskingTabsHelpers.cs +++ b/src/Files.App/Helpers/Navigation/MultitaskingTabsHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.UserControls.TabBar; using Files.App.ViewModels; diff --git a/src/Files.App/Helpers/Navigation/NavigationHelpers.cs b/src/Files.App/Helpers/Navigation/NavigationHelpers.cs index 3708af72ea24..9eb5cae1990c 100644 --- a/src/Files.App/Helpers/Navigation/NavigationHelpers.cs +++ b/src/Files.App/Helpers/Navigation/NavigationHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.Shared.Helpers; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Helpers/Navigation/NavigationInteractionTracker.cs b/src/Files.App/Helpers/Navigation/NavigationInteractionTracker.cs index ab2eaa4a65c6..0217def40922 100644 --- a/src/Files.App/Helpers/Navigation/NavigationInteractionTracker.cs +++ b/src/Files.App/Helpers/Navigation/NavigationInteractionTracker.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Composition; using Microsoft.UI.Composition.Interactions; diff --git a/src/Files.App/Helpers/PathNormalization.cs b/src/Files.App/Helpers/PathNormalization.cs index c1c885b55550..b2efe645e1d0 100644 --- a/src/Files.App/Helpers/PathNormalization.cs +++ b/src/Files.App/Helpers/PathNormalization.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Extensions.Logging; using System; diff --git a/src/Files.App/Helpers/RegexHelpers.cs b/src/Files.App/Helpers/RegexHelpers.cs index 788652921478..f9b4ff0d96cb 100644 --- a/src/Files.App/Helpers/RegexHelpers.cs +++ b/src/Files.App/Helpers/RegexHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System.Text.RegularExpressions; diff --git a/src/Files.App/Helpers/RegistryHelpers.cs b/src/Files.App/Helpers/RegistryHelpers.cs index 3a1dd991ec34..c3676404e61c 100644 --- a/src/Files.App/Helpers/RegistryHelpers.cs +++ b/src/Files.App/Helpers/RegistryHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Helpers; diff --git a/src/Files.App/Helpers/ResourceHelpers.cs b/src/Files.App/Helpers/ResourceHelpers.cs index 117c3771f5b4..65ca57e8f7fb 100644 --- a/src/Files.App/Helpers/ResourceHelpers.cs +++ b/src/Files.App/Helpers/ResourceHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Markup; using Windows.ApplicationModel.Resources; diff --git a/src/Files.App/Helpers/ShareItemHelpers.cs b/src/Files.App/Helpers/ShareItemHelpers.cs index c67e2a8b9ba4..c7364a0e7232 100644 --- a/src/Files.App/Helpers/ShareItemHelpers.cs +++ b/src/Files.App/Helpers/ShareItemHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Extensions; using Files.App.Utils; diff --git a/src/Files.App/Helpers/TypesConverter.cs b/src/Files.App/Helpers/TypesConverter.cs index 22227f3dd1b4..ef0356736982 100644 --- a/src/Files.App/Helpers/TypesConverter.cs +++ b/src/Files.App/Helpers/TypesConverter.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using System; using System.Text.Json; diff --git a/src/Files.App/Helpers/UI/AppThemeResourcesHelper.cs b/src/Files.App/Helpers/UI/AppThemeResourcesHelper.cs index 12c9b00a93f5..85831cab261d 100644 --- a/src/Files.App/Helpers/UI/AppThemeResourcesHelper.cs +++ b/src/Files.App/Helpers/UI/AppThemeResourcesHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using CommunityToolkit.WinUI.Helpers; using Files.App.Services; diff --git a/src/Files.App/Helpers/UI/DragZoneHelper.cs b/src/Files.App/Helpers/UI/DragZoneHelper.cs index fedfdee7ad16..dc948d1ecf91 100644 --- a/src/Files.App/Helpers/UI/DragZoneHelper.cs +++ b/src/Files.App/Helpers/UI/DragZoneHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Windows.Graphics; using Microsoft.UI.Input; diff --git a/src/Files.App/Helpers/UI/UIFilesystemHelpers.cs b/src/Files.App/Helpers/UI/UIFilesystemHelpers.cs index 71a913caab75..c1b5488d606d 100644 --- a/src/Files.App/Helpers/UI/UIFilesystemHelpers.cs +++ b/src/Files.App/Helpers/UI/UIFilesystemHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Dialogs; using Microsoft.Extensions.Logging; diff --git a/src/Files.App/Helpers/UI/UIHelpers.cs b/src/Files.App/Helpers/UI/UIHelpers.cs index a53b939905dc..d14f176a8eee 100644 --- a/src/Files.App/Helpers/UI/UIHelpers.cs +++ b/src/Files.App/Helpers/UI/UIHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Files.App.Helpers.Application; using Microsoft.UI.Xaml.Controls; diff --git a/src/Files.App/Helpers/WMI/ManagementEventWatcher.cs b/src/Files.App/Helpers/WMI/ManagementEventWatcher.cs index 09a470019743..ad360128150b 100644 --- a/src/Files.App/Helpers/WMI/ManagementEventWatcher.cs +++ b/src/Files.App/Helpers/WMI/ManagementEventWatcher.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.Management.Infrastructure; using Microsoft.Management.Infrastructure.Generic; diff --git a/src/Files.App/Helpers/WMI/WqlEventQuery.cs b/src/Files.App/Helpers/WMI/WqlEventQuery.cs index d5388b6c7680..eeda7ee11321 100644 --- a/src/Files.App/Helpers/WMI/WqlEventQuery.cs +++ b/src/Files.App/Helpers/WMI/WqlEventQuery.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. namespace Files.App.Helpers { diff --git a/src/Files.App/Helpers/Xaml/DependencyObjectHelpers.cs b/src/Files.App/Helpers/Xaml/DependencyObjectHelpers.cs index 3730be878b67..e039b2045899 100644 --- a/src/Files.App/Helpers/Xaml/DependencyObjectHelpers.cs +++ b/src/Files.App/Helpers/Xaml/DependencyObjectHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml; using Microsoft.UI.Xaml.Media; diff --git a/src/Files.App/Helpers/Xaml/SystemTypeToXaml.cs b/src/Files.App/Helpers/Xaml/SystemTypeToXaml.cs index 60d730e08f17..a3291bbd5adf 100644 --- a/src/Files.App/Helpers/Xaml/SystemTypeToXaml.cs +++ b/src/Files.App/Helpers/Xaml/SystemTypeToXaml.cs @@ -1,5 +1,5 @@ -// Copyright (c) 2024 Files Community -// Licensed under the MIT License. See the LICENSE. +// Copyright (c) 2018-2025 Files Community +// Licensed under the MIT License. using Microsoft.UI.Xaml.Markup; diff --git a/src/Files.App/MainWindow.xaml b/src/Files.App/MainWindow.xaml index 1b4edc49fc36..69ca3145e85f 100644 --- a/src/Files.App/MainWindow.xaml +++ b/src/Files.App/MainWindow.xaml @@ -1,4 +1,4 @@ - + + + + + + + + + +