diff --git a/BuildTools/LicenseUpdater/Fragments.cs b/BuildTools/LicenseUpdater/Fragments.cs index 77d5c33bb..b41a7d188 100755 --- a/BuildTools/LicenseUpdater/Fragments.cs +++ b/BuildTools/LicenseUpdater/Fragments.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/BuildTools/LicenseUpdater/LicenseUpdater.csproj b/BuildTools/LicenseUpdater/LicenseUpdater.csproj index 780e481f2..8f1df5f10 100755 --- a/BuildTools/LicenseUpdater/LicenseUpdater.csproj +++ b/BuildTools/LicenseUpdater/LicenseUpdater.csproj @@ -6,7 +6,7 @@ license_upgrader enable enable - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/BuildTools/LicenseUpdater/Program.cs b/BuildTools/LicenseUpdater/Program.cs index fddb8f65e..cc007b9f5 100755 --- a/BuildTools/LicenseUpdater/Program.cs +++ b/BuildTools/LicenseUpdater/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Agent/ConsoleLogDestination.cs b/Duplicati/Agent/ConsoleLogDestination.cs index 42f15866e..179f93d1f 100644 --- a/Duplicati/Agent/ConsoleLogDestination.cs +++ b/Duplicati/Agent/ConsoleLogDestination.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Agent/Duplicati.Agent.csproj b/Duplicati/Agent/Duplicati.Agent.csproj index e754978f2..caf9aa38e 100644 --- a/Duplicati/Agent/Duplicati.Agent.csproj +++ b/Duplicati/Agent/Duplicati.Agent.csproj @@ -5,7 +5,7 @@ enable enable Duplicati.Agent.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.Agent diff --git a/Duplicati/Agent/Program.cs b/Duplicati/Agent/Program.cs index 58d3b7e70..fdc415620 100644 --- a/Duplicati/Agent/Program.cs +++ b/Duplicati/Agent/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Agent/Settings.cs b/Duplicati/Agent/Settings.cs index 079fd626f..00402a717 100644 --- a/Duplicati/Agent/Settings.cs +++ b/Duplicati/Agent/Settings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj b/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj index 0462c29a2..3b3bef1ba 100644 --- a/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj +++ b/Duplicati/CommandLine/BackendTester/Duplicati.CommandLine.BackendTester.csproj @@ -4,7 +4,7 @@ net10.0 A backend debugging tool for Duplicati Duplicati.CommandLine.BackendTester.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/CommandLine/BackendTester/NonSeekableStream.cs b/Duplicati/CommandLine/BackendTester/NonSeekableStream.cs index 820746465..a437f1395 100644 --- a/Duplicati/CommandLine/BackendTester/NonSeekableStream.cs +++ b/Duplicati/CommandLine/BackendTester/NonSeekableStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/BackendTester/Program.cs b/Duplicati/CommandLine/BackendTester/Program.cs index da0b39ca8..c0a19766f 100644 --- a/Duplicati/CommandLine/BackendTester/Program.cs +++ b/Duplicati/CommandLine/BackendTester/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj b/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj index 4df1f3669..93eab9378 100644 --- a/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj +++ b/Duplicati/CommandLine/BackendTool/Duplicati.CommandLine.BackendTool.csproj @@ -3,7 +3,7 @@ net10.0 Duplicati.CommandLine.BackendTool.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/CommandLine/BackendTool/Program.cs b/Duplicati/CommandLine/BackendTool/Program.cs index bd345c6e8..2ed7e7142 100644 --- a/Duplicati/CommandLine/BackendTool/Program.cs +++ b/Duplicati/CommandLine/BackendTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/CLI/Commands.cs b/Duplicati/CommandLine/CLI/Commands.cs index 91e05372e..06b6fc8a5 100644 --- a/Duplicati/CommandLine/CLI/Commands.cs +++ b/Duplicati/CommandLine/CLI/Commands.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/CLI/ConsoleOutput.cs b/Duplicati/CommandLine/CLI/ConsoleOutput.cs index edf295945..8849f9334 100644 --- a/Duplicati/CommandLine/CLI/ConsoleOutput.cs +++ b/Duplicati/CommandLine/CLI/ConsoleOutput.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/CLI/Duplicati.CommandLine.csproj b/Duplicati/CommandLine/CLI/Duplicati.CommandLine.csproj index 4ac997d6b..a5380be65 100644 --- a/Duplicati/CommandLine/CLI/Duplicati.CommandLine.csproj +++ b/Duplicati/CommandLine/CLI/Duplicati.CommandLine.csproj @@ -5,7 +5,7 @@ A commandline version of Duplicati Duplicati.CommandLine.Implementation TrayWarning.ico - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/CommandLine/CLI/Help.cs b/Duplicati/CommandLine/CLI/Help.cs index 6a77dd1cd..79404249c 100644 --- a/Duplicati/CommandLine/CLI/Help.cs +++ b/Duplicati/CommandLine/CLI/Help.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/CLI/Program.cs b/Duplicati/CommandLine/CLI/Program.cs index bee3e1f58..def344111 100644 --- a/Duplicati/CommandLine/CLI/Program.cs +++ b/Duplicati/CommandLine/CLI/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/CLI/Strings.cs b/Duplicati/CommandLine/CLI/Strings.cs index 5e607d84d..b8cab8695 100644 --- a/Duplicati/CommandLine/CLI/Strings.cs +++ b/Duplicati/CommandLine/CLI/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ConfigureTool/Commands/HttpsCommand.cs b/Duplicati/CommandLine/ConfigureTool/Commands/HttpsCommand.cs index f22787c09..fd4e52db9 100644 --- a/Duplicati/CommandLine/ConfigureTool/Commands/HttpsCommand.cs +++ b/Duplicati/CommandLine/ConfigureTool/Commands/HttpsCommand.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj b/Duplicati/CommandLine/ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj index 45db9e19c..7291765d5 100644 --- a/Duplicati/CommandLine/ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj +++ b/Duplicati/CommandLine/ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj @@ -5,7 +5,7 @@ enable enable Duplicati.CommandLine.ConfigureTool.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/CommandLine/ConfigureTool/Program.cs b/Duplicati/CommandLine/ConfigureTool/Program.cs index 3e03118ed..a09e70c0f 100644 --- a/Duplicati/CommandLine/ConfigureTool/Program.cs +++ b/Duplicati/CommandLine/ConfigureTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/CommandExtensions.cs b/Duplicati/CommandLine/DatabaseTool/CommandExtensions.cs index b36ded414..15cffa6e9 100644 --- a/Duplicati/CommandLine/DatabaseTool/CommandExtensions.cs +++ b/Duplicati/CommandLine/DatabaseTool/CommandExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Commands/Cleanup.cs b/Duplicati/CommandLine/DatabaseTool/Commands/Cleanup.cs index c37e474af..f366bc3ee 100644 --- a/Duplicati/CommandLine/DatabaseTool/Commands/Cleanup.cs +++ b/Duplicati/CommandLine/DatabaseTool/Commands/Cleanup.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Commands/Downgrade.cs b/Duplicati/CommandLine/DatabaseTool/Commands/Downgrade.cs index 249b45514..f2a42791b 100644 --- a/Duplicati/CommandLine/DatabaseTool/Commands/Downgrade.cs +++ b/Duplicati/CommandLine/DatabaseTool/Commands/Downgrade.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Commands/Execute.cs b/Duplicati/CommandLine/DatabaseTool/Commands/Execute.cs index 30372ea18..ec938a373 100644 --- a/Duplicati/CommandLine/DatabaseTool/Commands/Execute.cs +++ b/Duplicati/CommandLine/DatabaseTool/Commands/Execute.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Commands/List.cs b/Duplicati/CommandLine/DatabaseTool/Commands/List.cs index c8b8f10a7..4985a6bea 100644 --- a/Duplicati/CommandLine/DatabaseTool/Commands/List.cs +++ b/Duplicati/CommandLine/DatabaseTool/Commands/List.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Commands/Upgrade.cs b/Duplicati/CommandLine/DatabaseTool/Commands/Upgrade.cs index 4bf77c1fb..9bfc3e5b4 100644 --- a/Duplicati/CommandLine/DatabaseTool/Commands/Upgrade.cs +++ b/Duplicati/CommandLine/DatabaseTool/Commands/Upgrade.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Commands/Verify.cs b/Duplicati/CommandLine/DatabaseTool/Commands/Verify.cs index e0c3786db..914bfd98b 100644 --- a/Duplicati/CommandLine/DatabaseTool/Commands/Verify.cs +++ b/Duplicati/CommandLine/DatabaseTool/Commands/Verify.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj b/Duplicati/CommandLine/DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj index 9c8e453ab..764f3c474 100644 --- a/Duplicati/CommandLine/DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj +++ b/Duplicati/CommandLine/DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj @@ -5,7 +5,7 @@ enable enable Duplicati.CommandLine.DatabaseTool.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.CommandLine.DatabaseTool diff --git a/Duplicati/CommandLine/DatabaseTool/Program.cs b/Duplicati/CommandLine/DatabaseTool/Program.cs index acdff3345..bdd57d0b6 100644 --- a/Duplicati/CommandLine/DatabaseTool/Program.cs +++ b/Duplicati/CommandLine/DatabaseTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Download.cs b/Duplicati/CommandLine/RecoveryTool/Download.cs index 21f023ff4..8522dae0c 100644 --- a/Duplicati/CommandLine/RecoveryTool/Download.cs +++ b/Duplicati/CommandLine/RecoveryTool/Download.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj b/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj index cce7507a1..d04ee6f46 100644 --- a/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj +++ b/Duplicati/CommandLine/RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj @@ -4,7 +4,7 @@ net10.0 RecoveryTool for Duplicati Duplicati.CommandLine.RecoveryTool.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/CommandLine/RecoveryTool/FileIndex.cs b/Duplicati/CommandLine/RecoveryTool/FileIndex.cs index b5b9094eb..2cb06286f 100644 --- a/Duplicati/CommandLine/RecoveryTool/FileIndex.cs +++ b/Duplicati/CommandLine/RecoveryTool/FileIndex.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Help.cs b/Duplicati/CommandLine/RecoveryTool/Help.cs index a48934511..6b7d4c204 100644 --- a/Duplicati/CommandLine/RecoveryTool/Help.cs +++ b/Duplicati/CommandLine/RecoveryTool/Help.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Index.cs b/Duplicati/CommandLine/RecoveryTool/Index.cs index c7004aabd..284837b9e 100644 --- a/Duplicati/CommandLine/RecoveryTool/Index.cs +++ b/Duplicati/CommandLine/RecoveryTool/Index.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/List.cs b/Duplicati/CommandLine/RecoveryTool/List.cs index 84ecbce04..e632b36fa 100644 --- a/Duplicati/CommandLine/RecoveryTool/List.cs +++ b/Duplicati/CommandLine/RecoveryTool/List.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Program.cs b/Duplicati/CommandLine/RecoveryTool/Program.cs index 66f1932e2..f9d5d9f56 100644 --- a/Duplicati/CommandLine/RecoveryTool/Program.cs +++ b/Duplicati/CommandLine/RecoveryTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Recompress.cs b/Duplicati/CommandLine/RecoveryTool/Recompress.cs index 3ec6db53e..cc249963e 100644 --- a/Duplicati/CommandLine/RecoveryTool/Recompress.cs +++ b/Duplicati/CommandLine/RecoveryTool/Recompress.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/RecoveryTool/Restore.cs b/Duplicati/CommandLine/RecoveryTool/Restore.cs index 020046585..92a04b2e8 100644 --- a/Duplicati/CommandLine/RecoveryTool/Restore.cs +++ b/Duplicati/CommandLine/RecoveryTool/Restore.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SecretTool/Duplicati.CommandLine.SecretTool.csproj b/Duplicati/CommandLine/SecretTool/Duplicati.CommandLine.SecretTool.csproj index 1d20702c6..068bcb65d 100644 --- a/Duplicati/CommandLine/SecretTool/Duplicati.CommandLine.SecretTool.csproj +++ b/Duplicati/CommandLine/SecretTool/Duplicati.CommandLine.SecretTool.csproj @@ -5,7 +5,7 @@ enable enable Duplicati.CommandLine.SecretTool.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/CommandLine/SecretTool/Program.cs b/Duplicati/CommandLine/SecretTool/Program.cs index 4e45e15f3..482080b1b 100644 --- a/Duplicati/CommandLine/SecretTool/Program.cs +++ b/Duplicati/CommandLine/SecretTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/CommandExtensions.cs b/Duplicati/CommandLine/ServerUtil/CommandExtensions.cs index 46a63e42d..f72288990 100644 --- a/Duplicati/CommandLine/ServerUtil/CommandExtensions.cs +++ b/Duplicati/CommandLine/ServerUtil/CommandExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/ChangePassword.cs b/Duplicati/CommandLine/ServerUtil/Commands/ChangePassword.cs index b9ad7a407..85dc6a75a 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/ChangePassword.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/ChangePassword.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/DeleteBackup.cs b/Duplicati/CommandLine/ServerUtil/Commands/DeleteBackup.cs index d08a8900b..a44ffa3aa 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/DeleteBackup.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/DeleteBackup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Export.cs b/Duplicati/CommandLine/ServerUtil/Commands/Export.cs index 20a0c1491..85fcbd88d 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Export.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Export.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Health.cs b/Duplicati/CommandLine/ServerUtil/Commands/Health.cs index 4e8af0364..95ed9d3bd 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Health.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Health.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Import.cs b/Duplicati/CommandLine/ServerUtil/Commands/Import.cs index 5b8d5f396..01e37af3e 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Import.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Import.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/IssueForeverToken.cs b/Duplicati/CommandLine/ServerUtil/Commands/IssueForeverToken.cs index 87ab595ee..f0ea8ef0b 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/IssueForeverToken.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/IssueForeverToken.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/ListBackups.cs b/Duplicati/CommandLine/ServerUtil/Commands/ListBackups.cs index fbac6cdcb..7b8bbb702 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/ListBackups.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/ListBackups.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Login.cs b/Duplicati/CommandLine/ServerUtil/Commands/Login.cs index a03dcfa5e..0d2b3d6a7 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Login.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Login.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Logout.cs b/Duplicati/CommandLine/ServerUtil/Commands/Logout.cs index 8e1b6f046..8d22a48f5 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Logout.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Logout.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Pause.cs b/Duplicati/CommandLine/ServerUtil/Commands/Pause.cs index 1d7c51af3..c29f2d962 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Pause.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Pause.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/Resume.cs b/Duplicati/CommandLine/ServerUtil/Commands/Resume.cs index 2e28b7cb8..e4ee27290 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/Resume.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/Resume.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/RunBackup.cs b/Duplicati/CommandLine/ServerUtil/Commands/RunBackup.cs index 1c0997b10..83f4dd934 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/RunBackup.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/RunBackup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Commands/ServerStatus.cs b/Duplicati/CommandLine/ServerUtil/Commands/ServerStatus.cs index 8bd568642..940f610ff 100644 --- a/Duplicati/CommandLine/ServerUtil/Commands/ServerStatus.cs +++ b/Duplicati/CommandLine/ServerUtil/Commands/ServerStatus.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Connection.cs b/Duplicati/CommandLine/ServerUtil/Connection.cs index 038afccd4..0f6bd5f8b 100644 --- a/Duplicati/CommandLine/ServerUtil/Connection.cs +++ b/Duplicati/CommandLine/ServerUtil/Connection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Duplicati.CommandLine.ServerUtil.csproj b/Duplicati/CommandLine/ServerUtil/Duplicati.CommandLine.ServerUtil.csproj index 3140af673..1e9e27047 100644 --- a/Duplicati/CommandLine/ServerUtil/Duplicati.CommandLine.ServerUtil.csproj +++ b/Duplicati/CommandLine/ServerUtil/Duplicati.CommandLine.ServerUtil.csproj @@ -5,7 +5,7 @@ enable enable Duplicati.CommandLine.ServerUtil.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.CommandLine.ServerUtil diff --git a/Duplicati/CommandLine/ServerUtil/Program.cs b/Duplicati/CommandLine/ServerUtil/Program.cs index 0fa8ab26a..ddf8a675c 100644 --- a/Duplicati/CommandLine/ServerUtil/Program.cs +++ b/Duplicati/CommandLine/ServerUtil/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/Settings.cs b/Duplicati/CommandLine/ServerUtil/Settings.cs index 0cda7aa8d..781ee64ce 100644 --- a/Duplicati/CommandLine/ServerUtil/Settings.cs +++ b/Duplicati/CommandLine/ServerUtil/Settings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/SettingsBinder.cs b/Duplicati/CommandLine/ServerUtil/SettingsBinder.cs index e887abd74..c69481591 100644 --- a/Duplicati/CommandLine/ServerUtil/SettingsBinder.cs +++ b/Duplicati/CommandLine/ServerUtil/SettingsBinder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/ServerUtil/UserReportedException.cs b/Duplicati/CommandLine/ServerUtil/UserReportedException.cs index f6d746aa8..320862344 100644 --- a/Duplicati/CommandLine/ServerUtil/UserReportedException.cs +++ b/Duplicati/CommandLine/ServerUtil/UserReportedException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SourceTool/CommandExtensions.cs b/Duplicati/CommandLine/SourceTool/CommandExtensions.cs index 019672143..9e45a8eae 100644 --- a/Duplicati/CommandLine/SourceTool/CommandExtensions.cs +++ b/Duplicati/CommandLine/SourceTool/CommandExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SourceTool/Commands/Download.cs b/Duplicati/CommandLine/SourceTool/Commands/Download.cs index 0297a2ae3..dd9518e33 100644 --- a/Duplicati/CommandLine/SourceTool/Commands/Download.cs +++ b/Duplicati/CommandLine/SourceTool/Commands/Download.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SourceTool/Commands/List.cs b/Duplicati/CommandLine/SourceTool/Commands/List.cs index f5ceca3fb..fa729845d 100644 --- a/Duplicati/CommandLine/SourceTool/Commands/List.cs +++ b/Duplicati/CommandLine/SourceTool/Commands/List.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SourceTool/Duplicati.CommandLine.SourceTool.csproj b/Duplicati/CommandLine/SourceTool/Duplicati.CommandLine.SourceTool.csproj index 0314440e5..1fab4553e 100644 --- a/Duplicati/CommandLine/SourceTool/Duplicati.CommandLine.SourceTool.csproj +++ b/Duplicati/CommandLine/SourceTool/Duplicati.CommandLine.SourceTool.csproj @@ -5,7 +5,7 @@ enable enable Duplicati.CommandLine.SourceTool.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.CommandLine.Sourcetool diff --git a/Duplicati/CommandLine/SourceTool/GetProvider.cs b/Duplicati/CommandLine/SourceTool/GetProvider.cs index f4637e398..1606241de 100644 --- a/Duplicati/CommandLine/SourceTool/GetProvider.cs +++ b/Duplicati/CommandLine/SourceTool/GetProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SourceTool/ListEnumerator.cs b/Duplicati/CommandLine/SourceTool/ListEnumerator.cs index 5c6ca8845..b267cf5eb 100644 --- a/Duplicati/CommandLine/SourceTool/ListEnumerator.cs +++ b/Duplicati/CommandLine/SourceTool/ListEnumerator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/CommandLine/SourceTool/Program.cs b/Duplicati/CommandLine/SourceTool/Program.cs index c8aea4225..a88563647 100644 --- a/Duplicati/CommandLine/SourceTool/Program.cs +++ b/Duplicati/CommandLine/SourceTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Duplicati.Browser.Test/Drivers/BrowserDriver.cs b/Duplicati/Duplicati.Browser.Test/Drivers/BrowserDriver.cs index f961dd834..847e39ca9 100644 --- a/Duplicati/Duplicati.Browser.Test/Drivers/BrowserDriver.cs +++ b/Duplicati/Duplicati.Browser.Test/Drivers/BrowserDriver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Duplicati.Browser.Test/Hooks/DuplicatiHooks.cs b/Duplicati/Duplicati.Browser.Test/Hooks/DuplicatiHooks.cs index f0933d4e9..5f798cd7d 100644 --- a/Duplicati/Duplicati.Browser.Test/Hooks/DuplicatiHooks.cs +++ b/Duplicati/Duplicati.Browser.Test/Hooks/DuplicatiHooks.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Duplicati.Browser.Test/Hooks/SharedBrowserHooks.cs b/Duplicati/Duplicati.Browser.Test/Hooks/SharedBrowserHooks.cs index ccede8039..02ee59864 100644 --- a/Duplicati/Duplicati.Browser.Test/Hooks/SharedBrowserHooks.cs +++ b/Duplicati/Duplicati.Browser.Test/Hooks/SharedBrowserHooks.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Duplicati.Browser.Test/PageObjects/AddBackupPage.cs b/Duplicati/Duplicati.Browser.Test/PageObjects/AddBackupPage.cs index 56f6f1334..61a6aefe7 100644 --- a/Duplicati/Duplicati.Browser.Test/PageObjects/AddBackupPage.cs +++ b/Duplicati/Duplicati.Browser.Test/PageObjects/AddBackupPage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Duplicati.Browser.Test/PageObjects/DuplicatiPageObject.cs b/Duplicati/Duplicati.Browser.Test/PageObjects/DuplicatiPageObject.cs index 9a69bf95b..822b50acf 100644 --- a/Duplicati/Duplicati.Browser.Test/PageObjects/DuplicatiPageObject.cs +++ b/Duplicati/Duplicati.Browser.Test/PageObjects/DuplicatiPageObject.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Duplicati.Browser.Test/Steps/DuplicatiStepDefinitions.cs b/Duplicati/Duplicati.Browser.Test/Steps/DuplicatiStepDefinitions.cs index 5bb5032cf..3a191a962 100644 --- a/Duplicati/Duplicati.Browser.Test/Steps/DuplicatiStepDefinitions.cs +++ b/Duplicati/Duplicati.Browser.Test/Steps/DuplicatiStepDefinitions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/AvaloniaRunner.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/AvaloniaRunner.cs index 180834fc9..b90a0c400 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/AvaloniaRunner.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/AvaloniaRunner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj index 421345842..f1c0c15f4 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj @@ -10,7 +10,7 @@ copyused true app.manifest - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/ErrorDialog.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/ErrorDialog.cs index 05461c6e3..fe1524740 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/ErrorDialog.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/ErrorDialog.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/HostedInstanceKeeper.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/HostedInstanceKeeper.cs index f048b8acb..adc9b158f 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/HostedInstanceKeeper.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/HostedInstanceKeeper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs index 507723d36..9ec521efa 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/HttpServerConnection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/IBrowserWindow.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/IBrowserWindow.cs index 4a999072b..1a529f5d0 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/IBrowserWindow.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/IBrowserWindow.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/IServerStatus.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/IServerStatus.cs index 47650c69b..bf8eacaaa 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/IServerStatus.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/IServerStatus.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/PasswordPrompt.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/PasswordPrompt.cs index e4ec0617b..e50a7a52b 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/PasswordPrompt.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/PasswordPrompt.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/ProcessBasedActionDelay.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/ProcessBasedActionDelay.cs index 1586e8a37..378e32170 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/ProcessBasedActionDelay.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/ProcessBasedActionDelay.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs index 7be44850b..9628a7223 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/GUI/Duplicati.GUI.TrayIcon/TrayIconBase.cs b/Duplicati/GUI/Duplicati.GUI.TrayIcon/TrayIconBase.cs index 0c706f768..7f105c795 100644 --- a/Duplicati/GUI/Duplicati.GUI.TrayIcon/TrayIconBase.cs +++ b/Duplicati/GUI/Duplicati.GUI.TrayIcon/TrayIconBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs b/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs index 82f7c1c3c..1574eb1a3 100644 --- a/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs +++ b/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/DataFolderLocator.cs b/Duplicati/Library/AutoUpdater/DataFolderLocator.cs index 9d2872d49..35eef6e01 100644 --- a/Duplicati/Library/AutoUpdater/DataFolderLocator.cs +++ b/Duplicati/Library/AutoUpdater/DataFolderLocator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/DataFolderManager.cs b/Duplicati/Library/AutoUpdater/DataFolderManager.cs index b27223f20..95fe909c1 100644 --- a/Duplicati/Library/AutoUpdater/DataFolderManager.cs +++ b/Duplicati/Library/AutoUpdater/DataFolderManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj b/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj index 80c4b9890..b879cd734 100644 --- a/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj +++ b/Duplicati/Library/AutoUpdater/Duplicati.Library.AutoUpdater.csproj @@ -2,7 +2,7 @@ net10.0 - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/AutoUpdater/PackageEntry.cs b/Duplicati/Library/AutoUpdater/PackageEntry.cs index 2ca183a57..3a459f74e 100644 --- a/Duplicati/Library/AutoUpdater/PackageEntry.cs +++ b/Duplicati/Library/AutoUpdater/PackageEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/PackageHelper.cs b/Duplicati/Library/AutoUpdater/PackageHelper.cs index 43d608c19..ecea47616 100644 --- a/Duplicati/Library/AutoUpdater/PackageHelper.cs +++ b/Duplicati/Library/AutoUpdater/PackageHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/PreloadSettingsLoader.cs b/Duplicati/Library/AutoUpdater/PreloadSettingsLoader.cs index 7a0b33722..341b39153 100644 --- a/Duplicati/Library/AutoUpdater/PreloadSettingsLoader.cs +++ b/Duplicati/Library/AutoUpdater/PreloadSettingsLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/Program.cs b/Duplicati/Library/AutoUpdater/Program.cs index e8b64a083..ffcc2a4da 100644 --- a/Duplicati/Library/AutoUpdater/Program.cs +++ b/Duplicati/Library/AutoUpdater/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/UpdateInfo.cs b/Duplicati/Library/AutoUpdater/UpdateInfo.cs index 0c2b854d1..00fb6f153 100644 --- a/Duplicati/Library/AutoUpdater/UpdateInfo.cs +++ b/Duplicati/Library/AutoUpdater/UpdateInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/AutoUpdater/UpdaterManager.cs b/Duplicati/Library/AutoUpdater/UpdaterManager.cs index 29fcb3c25..0d3d27057 100644 --- a/Duplicati/Library/AutoUpdater/UpdaterManager.cs +++ b/Duplicati/Library/AutoUpdater/UpdaterManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AliyunOSS/AliyunOSSBackend.cs b/Duplicati/Library/Backend/AliyunOSS/AliyunOSSBackend.cs index 789cfe280..3d8b59b77 100644 --- a/Duplicati/Library/Backend/AliyunOSS/AliyunOSSBackend.cs +++ b/Duplicati/Library/Backend/AliyunOSS/AliyunOSSBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AliyunOSS/AliyunOSSOptions.cs b/Duplicati/Library/Backend/AliyunOSS/AliyunOSSOptions.cs index 97490a33c..88d47cacd 100644 --- a/Duplicati/Library/Backend/AliyunOSS/AliyunOSSOptions.cs +++ b/Duplicati/Library/Backend/AliyunOSS/AliyunOSSOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AliyunOSS/Duplicati.Library.Backend.AliyunOSS.csproj b/Duplicati/Library/Backend/AliyunOSS/Duplicati.Library.Backend.AliyunOSS.csproj index 3cd39ebf3..d3eb89c11 100644 --- a/Duplicati/Library/Backend/AliyunOSS/Duplicati.Library.Backend.AliyunOSS.csproj +++ b/Duplicati/Library/Backend/AliyunOSS/Duplicati.Library.Backend.AliyunOSS.csproj @@ -4,7 +4,7 @@ net10.0 Library false - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable Duplicati.Library.Backend.AliyunOSS diff --git a/Duplicati/Library/Backend/AliyunOSS/Extensions.cs b/Duplicati/Library/Backend/AliyunOSS/Extensions.cs index df36d9909..b0b0a9804 100644 --- a/Duplicati/Library/Backend/AliyunOSS/Extensions.cs +++ b/Duplicati/Library/Backend/AliyunOSS/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AliyunOSS/Strings.cs b/Duplicati/Library/Backend/AliyunOSS/Strings.cs index ff7ee4dd1..ee3494862 100644 --- a/Duplicati/Library/Backend/AliyunOSS/Strings.cs +++ b/Duplicati/Library/Backend/AliyunOSS/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs b/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs index bd033aebf..51e175886 100644 --- a/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs +++ b/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs b/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs index 1a26d6672..7536007ea 100644 --- a/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs +++ b/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/AzureBlob/Duplicati.Library.Backend.AzureBlob.csproj b/Duplicati/Library/Backend/AzureBlob/Duplicati.Library.Backend.AzureBlob.csproj index fcf604411..7b90931dd 100644 --- a/Duplicati/Library/Backend/AzureBlob/Duplicati.Library.Backend.AzureBlob.csproj +++ b/Duplicati/Library/Backend/AzureBlob/Duplicati.Library.Backend.AzureBlob.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable Duplicati.Library.Backend.AzureBlob diff --git a/Duplicati/Library/Backend/AzureBlob/Strings.cs b/Duplicati/Library/Backend/AzureBlob/Strings.cs index f57feb137..5af954497 100644 --- a/Duplicati/Library/Backend/AzureBlob/Strings.cs +++ b/Duplicati/Library/Backend/AzureBlob/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/B2.cs b/Duplicati/Library/Backend/Backblaze/B2.cs index c40cb7788..8122c14bf 100644 --- a/Duplicati/Library/Backend/Backblaze/B2.cs +++ b/Duplicati/Library/Backend/Backblaze/B2.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/B2AuthHelper.cs b/Duplicati/Library/Backend/Backblaze/B2AuthHelper.cs index 0b569ede8..a189393ee 100644 --- a/Duplicati/Library/Backend/Backblaze/B2AuthHelper.cs +++ b/Duplicati/Library/Backend/Backblaze/B2AuthHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Duplicati.Library.Backend.Backblaze.csproj b/Duplicati/Library/Backend/Backblaze/Duplicati.Library.Backend.Backblaze.csproj index e800a1092..8be4636b7 100644 --- a/Duplicati/Library/Backend/Backblaze/Duplicati.Library.Backend.Backblaze.csproj +++ b/Duplicati/Library/Backend/Backblaze/Duplicati.Library.Backend.Backblaze.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable Duplicati.Library.Backend.Box diff --git a/Duplicati/Library/Backend/Backblaze/Model/AccountIDEntity.cs b/Duplicati/Library/Backend/Backblaze/Model/AccountIDEntity.cs index 822cbd1a0..55a92d4c1 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/AccountIDEntity.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/AccountIDEntity.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/ApiAuthResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/ApiAuthResponse.cs index 50582ef6a..67ea646a0 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/ApiAuthResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/ApiAuthResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/BucketEntity.cs b/Duplicati/Library/Backend/Backblaze/Model/BucketEntity.cs index 02b70ec8e..72311ae75 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/BucketEntity.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/BucketEntity.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/BucketIDEntity.cs b/Duplicati/Library/Backend/Backblaze/Model/BucketIDEntity.cs index 772b3be1c..23403ad14 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/BucketIDEntity.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/BucketIDEntity.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/DeleteRequest.cs b/Duplicati/Library/Backend/Backblaze/Model/DeleteRequest.cs index 02255bbb2..861a62c15 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/DeleteRequest.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/DeleteRequest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/DeleteResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/DeleteResponse.cs index 7becba930..4c3bbfb44 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/DeleteResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/DeleteResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/ErrorResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/ErrorResponse.cs index a534f1263..9b5e9e9dc 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/ErrorResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/ErrorResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/FileEntity.cs b/Duplicati/Library/Backend/Backblaze/Model/FileEntity.cs index 8df78cdb1..2cb977248 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/FileEntity.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/FileEntity.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/FileRetention.cs b/Duplicati/Library/Backend/Backblaze/Model/FileRetention.cs index 6f357152a..bb4439152 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/FileRetention.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/FileRetention.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/ListBucketsRequest.cs b/Duplicati/Library/Backend/Backblaze/Model/ListBucketsRequest.cs index 75c9d7958..1a0575d83 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/ListBucketsRequest.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/ListBucketsRequest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/ListBucketsResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/ListBucketsResponse.cs index 58e22d6b6..b29514057 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/ListBucketsResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/ListBucketsResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/ListFilesRequest.cs b/Duplicati/Library/Backend/Backblaze/Model/ListFilesRequest.cs index 3f63e829d..94f1013a4 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/ListFilesRequest.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/ListFilesRequest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/ListFilesResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/ListFilesResponse.cs index 97d2869e1..13a1beaa1 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/ListFilesResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/ListFilesResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/UploadFileResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/UploadFileResponse.cs index 9e82faaad..267bccbea 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/UploadFileResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/UploadFileResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/UploadUrlRequest.cs b/Duplicati/Library/Backend/Backblaze/Model/UploadUrlRequest.cs index d04620c52..0ed2c2322 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/UploadUrlRequest.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/UploadUrlRequest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Model/UploadUrlResponse.cs b/Duplicati/Library/Backend/Backblaze/Model/UploadUrlResponse.cs index 42bb641f1..19d750ffa 100644 --- a/Duplicati/Library/Backend/Backblaze/Model/UploadUrlResponse.cs +++ b/Duplicati/Library/Backend/Backblaze/Model/UploadUrlResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Backblaze/Strings.cs b/Duplicati/Library/Backend/Backblaze/Strings.cs index c34fc8e1f..3d98cbbab 100644 --- a/Duplicati/Library/Backend/Backblaze/Strings.cs +++ b/Duplicati/Library/Backend/Backblaze/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Box/BoxBackend.cs b/Duplicati/Library/Backend/Box/BoxBackend.cs index ec9fdb417..4b0507efe 100644 --- a/Duplicati/Library/Backend/Box/BoxBackend.cs +++ b/Duplicati/Library/Backend/Box/BoxBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Box/Duplicati.Library.Backend.Box.csproj b/Duplicati/Library/Backend/Box/Duplicati.Library.Backend.Box.csproj index 5193bd213..4f777818a 100644 --- a/Duplicati/Library/Backend/Box/Duplicati.Library.Backend.Box.csproj +++ b/Duplicati/Library/Backend/Box/Duplicati.Library.Backend.Box.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable Duplicati.Library.Backend.Box diff --git a/Duplicati/Library/Backend/Box/Strings.cs b/Duplicati/Library/Backend/Box/Strings.cs index 2a1fc9b22..71c86c098 100644 --- a/Duplicati/Library/Backend/Box/Strings.cs +++ b/Duplicati/Library/Backend/Box/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Dropbox/Dropbox.cs b/Duplicati/Library/Backend/Dropbox/Dropbox.cs index 8cddf487f..5332b0235 100644 --- a/Duplicati/Library/Backend/Dropbox/Dropbox.cs +++ b/Duplicati/Library/Backend/Dropbox/Dropbox.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Dropbox/DropboxHelper.cs b/Duplicati/Library/Backend/Dropbox/DropboxHelper.cs index 3c7517370..7072c8bb8 100644 --- a/Duplicati/Library/Backend/Dropbox/DropboxHelper.cs +++ b/Duplicati/Library/Backend/Dropbox/DropboxHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Dropbox/Duplicati.Library.Backend.Dropbox.csproj b/Duplicati/Library/Backend/Dropbox/Duplicati.Library.Backend.Dropbox.csproj index c70193b43..93f64cef2 100644 --- a/Duplicati/Library/Backend/Dropbox/Duplicati.Library.Backend.Dropbox.csproj +++ b/Duplicati/Library/Backend/Dropbox/Duplicati.Library.Backend.Dropbox.csproj @@ -3,7 +3,7 @@ net10.0 Dropbox backend for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Dropbox/Strings.cs b/Duplicati/Library/Backend/Dropbox/Strings.cs index 3ea8f0b41..81181db7e 100644 --- a/Duplicati/Library/Backend/Dropbox/Strings.cs +++ b/Duplicati/Library/Backend/Dropbox/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Dropbox/WebApi.cs b/Duplicati/Library/Backend/Dropbox/WebApi.cs index 57e15ae1a..b8d18a0eb 100644 --- a/Duplicati/Library/Backend/Dropbox/WebApi.cs +++ b/Duplicati/Library/Backend/Dropbox/WebApi.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Duplicati/Duplicati.Library.Backend.Duplicati.csproj b/Duplicati/Library/Backend/Duplicati/Duplicati.Library.Backend.Duplicati.csproj index 6421c4c58..d5d3a769a 100644 --- a/Duplicati/Library/Backend/Duplicati/Duplicati.Library.Backend.Duplicati.csproj +++ b/Duplicati/Library/Backend/Duplicati/Duplicati.Library.Backend.Duplicati.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Duplicati/DuplicatiBackend.cs b/Duplicati/Library/Backend/Duplicati/DuplicatiBackend.cs index ec501a723..51cb19224 100644 --- a/Duplicati/Library/Backend/Duplicati/DuplicatiBackend.cs +++ b/Duplicati/Library/Backend/Duplicati/DuplicatiBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Duplicati/Strings.cs b/Duplicati/Library/Backend/Duplicati/Strings.cs index 67e1ec365..c5072312e 100644 --- a/Duplicati/Library/Backend/Duplicati/Strings.cs +++ b/Duplicati/Library/Backend/Duplicati/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/FTP/AlternateFTPBackend.cs b/Duplicati/Library/Backend/FTP/AlternateFTPBackend.cs index 26384f5ac..3f699bf85 100644 --- a/Duplicati/Library/Backend/FTP/AlternateFTPBackend.cs +++ b/Duplicati/Library/Backend/FTP/AlternateFTPBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/FTP/Duplicati.Library.Backend.FTP.csproj b/Duplicati/Library/Backend/FTP/Duplicati.Library.Backend.FTP.csproj index 0cb4963ac..a2082aaf5 100644 --- a/Duplicati/Library/Backend/FTP/Duplicati.Library.Backend.FTP.csproj +++ b/Duplicati/Library/Backend/FTP/Duplicati.Library.Backend.FTP.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/FTP/FTPBackend.cs b/Duplicati/Library/Backend/FTP/FTPBackend.cs index bc54d6920..c7fe6cb08 100644 --- a/Duplicati/Library/Backend/FTP/FTPBackend.cs +++ b/Duplicati/Library/Backend/FTP/FTPBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/FTP/Strings.cs b/Duplicati/Library/Backend/FTP/Strings.cs index 7f66b15b5..af719d3e1 100644 --- a/Duplicati/Library/Backend/FTP/Strings.cs +++ b/Duplicati/Library/Backend/FTP/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/File/Duplicati.Library.Backend.File.csproj b/Duplicati/Library/Backend/File/Duplicati.Library.Backend.File.csproj index af4d725f5..ddc4c535a 100644 --- a/Duplicati/Library/Backend/File/Duplicati.Library.Backend.File.csproj +++ b/Duplicati/Library/Backend/File/Duplicati.Library.Backend.File.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/File/FileBackend.cs b/Duplicati/Library/Backend/File/FileBackend.cs index 7f2434fd1..1df682480 100644 --- a/Duplicati/Library/Backend/File/FileBackend.cs +++ b/Duplicati/Library/Backend/File/FileBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/File/Strings.cs b/Duplicati/Library/Backend/File/Strings.cs index efd012880..cfa7861ab 100644 --- a/Duplicati/Library/Backend/File/Strings.cs +++ b/Duplicati/Library/Backend/File/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/File/Win32.cs b/Duplicati/Library/Backend/File/Win32.cs index e13d68a9b..d7b37f2e4 100644 --- a/Duplicati/Library/Backend/File/Win32.cs +++ b/Duplicati/Library/Backend/File/Win32.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filejump/Duplicati.Library.Backend.Filejump.csproj b/Duplicati/Library/Backend/Filejump/Duplicati.Library.Backend.Filejump.csproj index c31452ea2..33f2ec800 100644 --- a/Duplicati/Library/Backend/Filejump/Duplicati.Library.Backend.Filejump.csproj +++ b/Duplicati/Library/Backend/Filejump/Duplicati.Library.Backend.Filejump.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Filejump/Filejump.cs b/Duplicati/Library/Backend/Filejump/Filejump.cs index a735969a3..12b83b34d 100644 --- a/Duplicati/Library/Backend/Filejump/Filejump.cs +++ b/Duplicati/Library/Backend/Filejump/Filejump.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filejump/Strings.cs b/Duplicati/Library/Backend/Filejump/Strings.cs index 67ec3709e..b841fdc66 100644 --- a/Duplicati/Library/Backend/Filejump/Strings.cs +++ b/Duplicati/Library/Backend/Filejump/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Duplicati.Library.Backend.Filen.csproj b/Duplicati/Library/Backend/Filen/Duplicati.Library.Backend.Filen.csproj index 827698259..a24cfc3ac 100644 --- a/Duplicati/Library/Backend/Filen/Duplicati.Library.Backend.Filen.csproj +++ b/Duplicati/Library/Backend/Filen/Duplicati.Library.Backend.Filen.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable Duplicati.Library.Backend.Filen diff --git a/Duplicati/Library/Backend/Filen/FilenBackend.cs b/Duplicati/Library/Backend/Filen/FilenBackend.cs index 93cda27e2..7a7915c34 100644 --- a/Duplicati/Library/Backend/Filen/FilenBackend.cs +++ b/Duplicati/Library/Backend/Filen/FilenBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/FilenClient.cs b/Duplicati/Library/Backend/Filen/FilenClient.cs index 0d5b5962f..28de2c4db 100644 --- a/Duplicati/Library/Backend/Filen/FilenClient.cs +++ b/Duplicati/Library/Backend/Filen/FilenClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/FilenCrypto.cs b/Duplicati/Library/Backend/Filen/FilenCrypto.cs index 4f3691388..bc0549a6f 100644 --- a/Duplicati/Library/Backend/Filen/FilenCrypto.cs +++ b/Duplicati/Library/Backend/Filen/FilenCrypto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/FilenFileEntry.cs b/Duplicati/Library/Backend/Filen/FilenFileEntry.cs index fe3720311..32dd2aff3 100644 --- a/Duplicati/Library/Backend/Filen/FilenFileEntry.cs +++ b/Duplicati/Library/Backend/Filen/FilenFileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/GetApiKeyModule.cs b/Duplicati/Library/Backend/Filen/GetApiKeyModule.cs index 329bd13d5..204cb32a9 100644 --- a/Duplicati/Library/Backend/Filen/GetApiKeyModule.cs +++ b/Duplicati/Library/Backend/Filen/GetApiKeyModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/AuthInfo.cs b/Duplicati/Library/Backend/Filen/Models/AuthInfo.cs index 031d45be2..572ce07d4 100644 --- a/Duplicati/Library/Backend/Filen/Models/AuthInfo.cs +++ b/Duplicati/Library/Backend/Filen/Models/AuthInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/AuthResponse.cs b/Duplicati/Library/Backend/Filen/Models/AuthResponse.cs index f3943f521..e7ca7b82e 100644 --- a/Duplicati/Library/Backend/Filen/Models/AuthResponse.cs +++ b/Duplicati/Library/Backend/Filen/Models/AuthResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/ChunkUploadResponse.cs b/Duplicati/Library/Backend/Filen/Models/ChunkUploadResponse.cs index 717191b36..6e1b0cfa1 100644 --- a/Duplicati/Library/Backend/Filen/Models/ChunkUploadResponse.cs +++ b/Duplicati/Library/Backend/Filen/Models/ChunkUploadResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/CreateFolderResponse.cs b/Duplicati/Library/Backend/Filen/Models/CreateFolderResponse.cs index aa0320bfa..84da1cee0 100644 --- a/Duplicati/Library/Backend/Filen/Models/CreateFolderResponse.cs +++ b/Duplicati/Library/Backend/Filen/Models/CreateFolderResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/DirListData.cs b/Duplicati/Library/Backend/Filen/Models/DirListData.cs index 799afff20..a6023c948 100644 --- a/Duplicati/Library/Backend/Filen/Models/DirListData.cs +++ b/Duplicati/Library/Backend/Filen/Models/DirListData.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/FileInfoMetadata.cs b/Duplicati/Library/Backend/Filen/Models/FileInfoMetadata.cs index c0ba68990..1b18b89f3 100644 --- a/Duplicati/Library/Backend/Filen/Models/FileInfoMetadata.cs +++ b/Duplicati/Library/Backend/Filen/Models/FileInfoMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/FileMetadataLong.cs b/Duplicati/Library/Backend/Filen/Models/FileMetadataLong.cs index 83184a109..2bb277fa5 100644 --- a/Duplicati/Library/Backend/Filen/Models/FileMetadataLong.cs +++ b/Duplicati/Library/Backend/Filen/Models/FileMetadataLong.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/FileMetadataShort.cs b/Duplicati/Library/Backend/Filen/Models/FileMetadataShort.cs index 73913851c..3020197c2 100644 --- a/Duplicati/Library/Backend/Filen/Models/FileMetadataShort.cs +++ b/Duplicati/Library/Backend/Filen/Models/FileMetadataShort.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/FileUploadResponse.cs b/Duplicati/Library/Backend/Filen/Models/FileUploadResponse.cs index bf6b4e837..23f6a99c2 100644 --- a/Duplicati/Library/Backend/Filen/Models/FileUploadResponse.cs +++ b/Duplicati/Library/Backend/Filen/Models/FileUploadResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/FilenResponseEnvelope.cs b/Duplicati/Library/Backend/Filen/Models/FilenResponseEnvelope.cs index 4f325d2b9..532b16ba7 100644 --- a/Duplicati/Library/Backend/Filen/Models/FilenResponseEnvelope.cs +++ b/Duplicati/Library/Backend/Filen/Models/FilenResponseEnvelope.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/FolderListEntry.cs b/Duplicati/Library/Backend/Filen/Models/FolderListEntry.cs index e25434a67..a5701ed7d 100644 --- a/Duplicati/Library/Backend/Filen/Models/FolderListEntry.cs +++ b/Duplicati/Library/Backend/Filen/Models/FolderListEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Models/NameEntry.cs b/Duplicati/Library/Backend/Filen/Models/NameEntry.cs index 3e5c981c6..64f9fa296 100644 --- a/Duplicati/Library/Backend/Filen/Models/NameEntry.cs +++ b/Duplicati/Library/Backend/Filen/Models/NameEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Filen/Strings.cs b/Duplicati/Library/Backend/Filen/Strings.cs index 05cf1d608..5c4f12175 100644 --- a/Duplicati/Library/Backend/Filen/Strings.cs +++ b/Duplicati/Library/Backend/Filen/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/Duplicati.Library.Backend.GoogleServices.csproj b/Duplicati/Library/Backend/GoogleServices/Duplicati.Library.Backend.GoogleServices.csproj index 228abcd64..24527bafe 100644 --- a/Duplicati/Library/Backend/GoogleServices/Duplicati.Library.Backend.GoogleServices.csproj +++ b/Duplicati/Library/Backend/GoogleServices/Duplicati.Library.Backend.GoogleServices.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/GoogleServices/GCSConfig.cs b/Duplicati/Library/Backend/GoogleServices/GCSConfig.cs index ba9156b82..3396ffc7c 100644 --- a/Duplicati/Library/Backend/GoogleServices/GCSConfig.cs +++ b/Duplicati/Library/Backend/GoogleServices/GCSConfig.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/GoogleCloudStorage.cs b/Duplicati/Library/Backend/GoogleServices/GoogleCloudStorage.cs index ad3421057..6c50bb276 100644 --- a/Duplicati/Library/Backend/GoogleServices/GoogleCloudStorage.cs +++ b/Duplicati/Library/Backend/GoogleServices/GoogleCloudStorage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/GoogleCommon.cs b/Duplicati/Library/Backend/GoogleServices/GoogleCommon.cs index e96cfd38f..091d3a4e1 100644 --- a/Duplicati/Library/Backend/GoogleServices/GoogleCommon.cs +++ b/Duplicati/Library/Backend/GoogleServices/GoogleCommon.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/GoogleDrive.cs b/Duplicati/Library/Backend/GoogleServices/GoogleDrive.cs index b708e6a57..1d1ba4323 100644 --- a/Duplicati/Library/Backend/GoogleServices/GoogleDrive.cs +++ b/Duplicati/Library/Backend/GoogleServices/GoogleDrive.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/ServiceAccountHttpClient.cs b/Duplicati/Library/Backend/GoogleServices/ServiceAccountHttpClient.cs index 22c20ec87..80e7a2aeb 100644 --- a/Duplicati/Library/Backend/GoogleServices/ServiceAccountHttpClient.cs +++ b/Duplicati/Library/Backend/GoogleServices/ServiceAccountHttpClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/Strings.cs b/Duplicati/Library/Backend/GoogleServices/Strings.cs index 146068550..62d59fc55 100644 --- a/Duplicati/Library/Backend/GoogleServices/Strings.cs +++ b/Duplicati/Library/Backend/GoogleServices/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/GoogleServices/WebApi.cs b/Duplicati/Library/Backend/GoogleServices/WebApi.cs index ea2095535..effaea665 100644 --- a/Duplicati/Library/Backend/GoogleServices/WebApi.cs +++ b/Duplicati/Library/Backend/GoogleServices/WebApi.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Idrivee2/Duplicati.Library.Backend.Idrivee2.csproj b/Duplicati/Library/Backend/Idrivee2/Duplicati.Library.Backend.Idrivee2.csproj index 7b12e104d..8a002298f 100644 --- a/Duplicati/Library/Backend/Idrivee2/Duplicati.Library.Backend.Idrivee2.csproj +++ b/Duplicati/Library/Backend/Idrivee2/Duplicati.Library.Backend.Idrivee2.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Idrivee2/Idrivee2Backend.cs b/Duplicati/Library/Backend/Idrivee2/Idrivee2Backend.cs index 4f84fa8b6..10564d1fb 100644 --- a/Duplicati/Library/Backend/Idrivee2/Idrivee2Backend.cs +++ b/Duplicati/Library/Backend/Idrivee2/Idrivee2Backend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Idrivee2/Strings.cs b/Duplicati/Library/Backend/Idrivee2/Strings.cs index fa91ee978..9a41b18a6 100644 --- a/Duplicati/Library/Backend/Idrivee2/Strings.cs +++ b/Duplicati/Library/Backend/Idrivee2/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Jottacloud/Duplicati.Library.Backend.Jottacloud.csproj b/Duplicati/Library/Backend/Jottacloud/Duplicati.Library.Backend.Jottacloud.csproj index de0701bc9..93d7c1992 100644 --- a/Duplicati/Library/Backend/Jottacloud/Duplicati.Library.Backend.Jottacloud.csproj +++ b/Duplicati/Library/Backend/Jottacloud/Duplicati.Library.Backend.Jottacloud.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Jottacloud/Jottacloud.cs b/Duplicati/Library/Backend/Jottacloud/Jottacloud.cs index 750e1b2f2..c406dc830 100644 --- a/Duplicati/Library/Backend/Jottacloud/Jottacloud.cs +++ b/Duplicati/Library/Backend/Jottacloud/Jottacloud.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Jottacloud/JottacloudAuthHelper.cs b/Duplicati/Library/Backend/Jottacloud/JottacloudAuthHelper.cs index 7be67514b..ace505bfe 100644 --- a/Duplicati/Library/Backend/Jottacloud/JottacloudAuthHelper.cs +++ b/Duplicati/Library/Backend/Jottacloud/JottacloudAuthHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Jottacloud/Strings.cs b/Duplicati/Library/Backend/Jottacloud/Strings.cs index 5786640e7..4a4a294a8 100644 --- a/Duplicati/Library/Backend/Jottacloud/Strings.cs +++ b/Duplicati/Library/Backend/Jottacloud/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Mega/Duplicati.Library.Backend.Mega.csproj b/Duplicati/Library/Backend/Mega/Duplicati.Library.Backend.Mega.csproj index 042074a36..fd538bf9c 100644 --- a/Duplicati/Library/Backend/Mega/Duplicati.Library.Backend.Mega.csproj +++ b/Duplicati/Library/Backend/Mega/Duplicati.Library.Backend.Mega.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Mega/MegaBackend.cs b/Duplicati/Library/Backend/Mega/MegaBackend.cs index 97ac32ea3..beb93d4e4 100644 --- a/Duplicati/Library/Backend/Mega/MegaBackend.cs +++ b/Duplicati/Library/Backend/Mega/MegaBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Mega/Strings.cs b/Duplicati/Library/Backend/Mega/Strings.cs index 5baf89d10..b6ec02494 100644 --- a/Duplicati/Library/Backend/Mega/Strings.cs +++ b/Duplicati/Library/Backend/Mega/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/Duplicati.Library.OAuthHelper.csproj b/Duplicati/Library/Backend/OAuthHelper/Duplicati.Library.OAuthHelper.csproj index d079d5b66..80f087042 100644 --- a/Duplicati/Library/Backend/OAuthHelper/Duplicati.Library.OAuthHelper.csproj +++ b/Duplicati/Library/Backend/OAuthHelper/Duplicati.Library.OAuthHelper.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Backend/OAuthHelper/JSONWebHelperHttpClient.cs b/Duplicati/Library/Backend/OAuthHelper/JSONWebHelperHttpClient.cs index f43f66262..5c2f95591 100644 --- a/Duplicati/Library/Backend/OAuthHelper/JSONWebHelperHttpClient.cs +++ b/Duplicati/Library/Backend/OAuthHelper/JSONWebHelperHttpClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/MultipartItem.cs b/Duplicati/Library/Backend/OAuthHelper/MultipartItem.cs index 02c410a72..ddf1732e0 100644 --- a/Duplicati/Library/Backend/OAuthHelper/MultipartItem.cs +++ b/Duplicati/Library/Backend/OAuthHelper/MultipartItem.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/OAuthHelperHttpClient.cs b/Duplicati/Library/Backend/OAuthHelper/OAuthHelperHttpClient.cs index 1a261f246..111254503 100644 --- a/Duplicati/Library/Backend/OAuthHelper/OAuthHelperHttpClient.cs +++ b/Duplicati/Library/Backend/OAuthHelper/OAuthHelperHttpClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/OAuthHttpClient.cs b/Duplicati/Library/Backend/OAuthHelper/OAuthHttpClient.cs index d8e3e9f3f..2a3954e8f 100644 --- a/Duplicati/Library/Backend/OAuthHelper/OAuthHttpClient.cs +++ b/Duplicati/Library/Backend/OAuthHelper/OAuthHttpClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/OAuthHttpMessageHandler.cs b/Duplicati/Library/Backend/OAuthHelper/OAuthHttpMessageHandler.cs index e11f6e5ff..4fe249316 100644 --- a/Duplicati/Library/Backend/OAuthHelper/OAuthHttpMessageHandler.cs +++ b/Duplicati/Library/Backend/OAuthHelper/OAuthHttpMessageHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/OAuthServiceResponse.cs b/Duplicati/Library/Backend/OAuthHelper/OAuthServiceResponse.cs index ee721cac9..3ad92aa32 100644 --- a/Duplicati/Library/Backend/OAuthHelper/OAuthServiceResponse.cs +++ b/Duplicati/Library/Backend/OAuthHelper/OAuthServiceResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/RetryAfterHelper.cs b/Duplicati/Library/Backend/OAuthHelper/RetryAfterHelper.cs index 1519cee61..9c5557515 100644 --- a/Duplicati/Library/Backend/OAuthHelper/RetryAfterHelper.cs +++ b/Duplicati/Library/Backend/OAuthHelper/RetryAfterHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OAuthHelper/Strings.cs b/Duplicati/Library/Backend/OAuthHelper/Strings.cs index 4ab39fb0d..5940484af 100644 --- a/Duplicati/Library/Backend/OAuthHelper/Strings.cs +++ b/Duplicati/Library/Backend/OAuthHelper/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/Duplicati.Library.Backend.OneDrive.csproj b/Duplicati/Library/Backend/OneDrive/Duplicati.Library.Backend.OneDrive.csproj index 5972210a5..e1708b669 100644 --- a/Duplicati/Library/Backend/OneDrive/Duplicati.Library.Backend.OneDrive.csproj +++ b/Duplicati/Library/Backend/OneDrive/Duplicati.Library.Backend.OneDrive.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/OneDrive/Exceptions.cs b/Duplicati/Library/Backend/OneDrive/Exceptions.cs index 78fa75313..ec681907b 100644 --- a/Duplicati/Library/Backend/OneDrive/Exceptions.cs +++ b/Duplicati/Library/Backend/OneDrive/Exceptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/MicrosoftGraphBackend.cs b/Duplicati/Library/Backend/OneDrive/MicrosoftGraphBackend.cs index e514f16ad..dd6e9a27a 100644 --- a/Duplicati/Library/Backend/OneDrive/MicrosoftGraphBackend.cs +++ b/Duplicati/Library/Backend/OneDrive/MicrosoftGraphBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/MicrosoftGraphTypes.cs b/Duplicati/Library/Backend/OneDrive/MicrosoftGraphTypes.cs index 50100a8d4..54c8407c0 100644 --- a/Duplicati/Library/Backend/OneDrive/MicrosoftGraphTypes.cs +++ b/Duplicati/Library/Backend/OneDrive/MicrosoftGraphTypes.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/MicrosoftGroup.cs b/Duplicati/Library/Backend/OneDrive/MicrosoftGroup.cs index f5bca8593..33cd3eee3 100644 --- a/Duplicati/Library/Backend/OneDrive/MicrosoftGroup.cs +++ b/Duplicati/Library/Backend/OneDrive/MicrosoftGroup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/OneDrive.cs b/Duplicati/Library/Backend/OneDrive/OneDrive.cs index c263e422d..d262ee5d2 100644 --- a/Duplicati/Library/Backend/OneDrive/OneDrive.cs +++ b/Duplicati/Library/Backend/OneDrive/OneDrive.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/SharePointV2.cs b/Duplicati/Library/Backend/OneDrive/SharePointV2.cs index 859ce18ca..63fa35c2c 100644 --- a/Duplicati/Library/Backend/OneDrive/SharePointV2.cs +++ b/Duplicati/Library/Backend/OneDrive/SharePointV2.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OneDrive/Strings.cs b/Duplicati/Library/Backend/OneDrive/Strings.cs index 7a7c3ea2f..87c782d94 100644 --- a/Duplicati/Library/Backend/OneDrive/Strings.cs +++ b/Duplicati/Library/Backend/OneDrive/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/Duplicati.Library.Backend.OpenStack.csproj b/Duplicati/Library/Backend/OpenStack/Duplicati.Library.Backend.OpenStack.csproj index 13f1208e2..30327dde0 100644 --- a/Duplicati/Library/Backend/OpenStack/Duplicati.Library.Backend.OpenStack.csproj +++ b/Duplicati/Library/Backend/OpenStack/Duplicati.Library.Backend.OpenStack.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/OpenStack/Keystone3AuthRequest.cs b/Duplicati/Library/Backend/OpenStack/Keystone3AuthRequest.cs index 94e2f00c6..36693b7c6 100644 --- a/Duplicati/Library/Backend/OpenStack/Keystone3AuthRequest.cs +++ b/Duplicati/Library/Backend/OpenStack/Keystone3AuthRequest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/Keystone3AuthResponse.cs b/Duplicati/Library/Backend/OpenStack/Keystone3AuthResponse.cs index 420ddbf7f..f5d768fcd 100644 --- a/Duplicati/Library/Backend/OpenStack/Keystone3AuthResponse.cs +++ b/Duplicati/Library/Backend/OpenStack/Keystone3AuthResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/OpenStackAuthRequest.cs b/Duplicati/Library/Backend/OpenStack/OpenStackAuthRequest.cs index d4c3d01d8..bb2cf5564 100644 --- a/Duplicati/Library/Backend/OpenStack/OpenStackAuthRequest.cs +++ b/Duplicati/Library/Backend/OpenStack/OpenStackAuthRequest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/OpenStackAuthResponse.cs b/Duplicati/Library/Backend/OpenStack/OpenStackAuthResponse.cs index 7f193f590..d612a5449 100644 --- a/Duplicati/Library/Backend/OpenStack/OpenStackAuthResponse.cs +++ b/Duplicati/Library/Backend/OpenStack/OpenStackAuthResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/OpenStackStorage.cs b/Duplicati/Library/Backend/OpenStack/OpenStackStorage.cs index 67f19ee45..b8633dad4 100644 --- a/Duplicati/Library/Backend/OpenStack/OpenStackStorage.cs +++ b/Duplicati/Library/Backend/OpenStack/OpenStackStorage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/OpenStackStorageItem.cs b/Duplicati/Library/Backend/OpenStack/OpenStackStorageItem.cs index 0227eff9d..debb15f86 100644 --- a/Duplicati/Library/Backend/OpenStack/OpenStackStorageItem.cs +++ b/Duplicati/Library/Backend/OpenStack/OpenStackStorageItem.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/OpenStackWebHelper.cs b/Duplicati/Library/Backend/OpenStack/OpenStackWebHelper.cs index 502eb80a9..ba6963021 100644 --- a/Duplicati/Library/Backend/OpenStack/OpenStackWebHelper.cs +++ b/Duplicati/Library/Backend/OpenStack/OpenStackWebHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/Strings.cs b/Duplicati/Library/Backend/OpenStack/Strings.cs index c793a2958..2ee47ff3a 100644 --- a/Duplicati/Library/Backend/OpenStack/Strings.cs +++ b/Duplicati/Library/Backend/OpenStack/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/OpenStack/SwiftConfig.cs b/Duplicati/Library/Backend/OpenStack/SwiftConfig.cs index 9fa5a1135..a9bc22394 100644 --- a/Duplicati/Library/Backend/OpenStack/SwiftConfig.cs +++ b/Duplicati/Library/Backend/OpenStack/SwiftConfig.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj b/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj index 7dd5e8197..77118830d 100644 --- a/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj +++ b/Duplicati/Library/Backend/Rclone/Duplicati.Library.Backend.Rclone.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Rclone/Rclone.cs b/Duplicati/Library/Backend/Rclone/Rclone.cs index e9eab2c4d..69385ad66 100644 --- a/Duplicati/Library/Backend/Rclone/Rclone.cs +++ b/Duplicati/Library/Backend/Rclone/Rclone.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Rclone/Strings.cs b/Duplicati/Library/Backend/Rclone/Strings.cs index 242343429..8b0844082 100644 --- a/Duplicati/Library/Backend/Rclone/Strings.cs +++ b/Duplicati/Library/Backend/Rclone/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj b/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj index 15d1202c2..9ac68233f 100644 --- a/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj +++ b/Duplicati/Library/Backend/S3/Duplicati.Library.Backend.S3.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/S3/IS3Client.cs b/Duplicati/Library/Backend/S3/IS3Client.cs index 06d3f7cad..c1dedf8f2 100644 --- a/Duplicati/Library/Backend/S3/IS3Client.cs +++ b/Duplicati/Library/Backend/S3/IS3Client.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/S3AwsClient.cs b/Duplicati/Library/Backend/S3/S3AwsClient.cs index f8d29e695..0e6b56911 100644 --- a/Duplicati/Library/Backend/S3/S3AwsClient.cs +++ b/Duplicati/Library/Backend/S3/S3AwsClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/S3Backend.cs b/Duplicati/Library/Backend/S3/S3Backend.cs index 9672bea62..4fdde6d33 100644 --- a/Duplicati/Library/Backend/S3/S3Backend.cs +++ b/Duplicati/Library/Backend/S3/S3Backend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/S3Config.cs b/Duplicati/Library/Backend/S3/S3Config.cs index 51f3b5b85..0a9060a83 100644 --- a/Duplicati/Library/Backend/S3/S3Config.cs +++ b/Duplicati/Library/Backend/S3/S3Config.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/S3IAM.cs b/Duplicati/Library/Backend/S3/S3IAM.cs index f9c0f628b..34247733d 100644 --- a/Duplicati/Library/Backend/S3/S3IAM.cs +++ b/Duplicati/Library/Backend/S3/S3IAM.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/S3MinioClient.cs b/Duplicati/Library/Backend/S3/S3MinioClient.cs index 92b4feb78..14a85c5e9 100644 --- a/Duplicati/Library/Backend/S3/S3MinioClient.cs +++ b/Duplicati/Library/Backend/S3/S3MinioClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/S3/Strings.cs b/Duplicati/Library/Backend/S3/Strings.cs index 00ebfd63c..5a2442bd5 100644 --- a/Duplicati/Library/Backend/S3/Strings.cs +++ b/Duplicati/Library/Backend/S3/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SMB/CIFSBackend.cs b/Duplicati/Library/Backend/SMB/CIFSBackend.cs index 425b35fcf..7d6bef952 100644 --- a/Duplicati/Library/Backend/SMB/CIFSBackend.cs +++ b/Duplicati/Library/Backend/SMB/CIFSBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SMB/Duplicati.Library.Backend.SMB.csproj b/Duplicati/Library/Backend/SMB/Duplicati.Library.Backend.SMB.csproj index 1adcf68e2..862c18eb9 100644 --- a/Duplicati/Library/Backend/SMB/Duplicati.Library.Backend.SMB.csproj +++ b/Duplicati/Library/Backend/SMB/Duplicati.Library.Backend.SMB.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable Duplicati.Library.Backend.SMB diff --git a/Duplicati/Library/Backend/SMB/Model/SMBConnectionParameters.cs b/Duplicati/Library/Backend/SMB/Model/SMBConnectionParameters.cs index 85a66c43a..8e49bcc1c 100644 --- a/Duplicati/Library/Backend/SMB/Model/SMBConnectionParameters.cs +++ b/Duplicati/Library/Backend/SMB/Model/SMBConnectionParameters.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SMB/SMBBackend.cs b/Duplicati/Library/Backend/SMB/SMBBackend.cs index 740550fe1..4dcb6a4fb 100644 --- a/Duplicati/Library/Backend/SMB/SMBBackend.cs +++ b/Duplicati/Library/Backend/SMB/SMBBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SMB/SMBShareConnection.cs b/Duplicati/Library/Backend/SMB/SMBShareConnection.cs index abe80e667..4da958f60 100644 --- a/Duplicati/Library/Backend/SMB/SMBShareConnection.cs +++ b/Duplicati/Library/Backend/SMB/SMBShareConnection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SMB/Strings.cs b/Duplicati/Library/Backend/SMB/Strings.cs index e0567cd11..a303b17ab 100644 --- a/Duplicati/Library/Backend/SMB/Strings.cs +++ b/Duplicati/Library/Backend/SMB/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj index fc4b63910..bf4827373 100644 --- a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj +++ b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs b/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs index 3484b7a6b..4307ca823 100644 --- a/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs +++ b/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SSHv2/KeyUploader.cs b/Duplicati/Library/Backend/SSHv2/KeyUploader.cs index 825efd3a4..a00601f3c 100644 --- a/Duplicati/Library/Backend/SSHv2/KeyUploader.cs +++ b/Duplicati/Library/Backend/SSHv2/KeyUploader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs b/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs index 8b73f9658..a81c42bc2 100644 --- a/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs +++ b/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SSHv2/Strings.cs b/Duplicati/Library/Backend/SSHv2/Strings.cs index b4a4c8240..8e56f91ee 100644 --- a/Duplicati/Library/Backend/SSHv2/Strings.cs +++ b/Duplicati/Library/Backend/SSHv2/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SharePoint/Duplicati.Library.Backend.SharePoint.csproj b/Duplicati/Library/Backend/SharePoint/Duplicati.Library.Backend.SharePoint.csproj index 7fa6947b6..da3c2dc80 100644 --- a/Duplicati/Library/Backend/SharePoint/Duplicati.Library.Backend.SharePoint.csproj +++ b/Duplicati/Library/Backend/SharePoint/Duplicati.Library.Backend.SharePoint.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/SharePoint/OneDriveForBusinessBackend.cs b/Duplicati/Library/Backend/SharePoint/OneDriveForBusinessBackend.cs index 408ac7afe..d59940614 100644 --- a/Duplicati/Library/Backend/SharePoint/OneDriveForBusinessBackend.cs +++ b/Duplicati/Library/Backend/SharePoint/OneDriveForBusinessBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SharePoint/SharePointBackend.cs b/Duplicati/Library/Backend/SharePoint/SharePointBackend.cs index c88fdf1ad..067304b3a 100644 --- a/Duplicati/Library/Backend/SharePoint/SharePointBackend.cs +++ b/Duplicati/Library/Backend/SharePoint/SharePointBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/SharePoint/Strings.cs b/Duplicati/Library/Backend/SharePoint/Strings.cs index cd674308a..4e994e80f 100644 --- a/Duplicati/Library/Backend/SharePoint/Strings.cs +++ b/Duplicati/Library/Backend/SharePoint/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj b/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj index 764f46593..0f97a5ca1 100644 --- a/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj +++ b/Duplicati/Library/Backend/Storj/Duplicati.Library.Backend.Storj.csproj @@ -4,7 +4,7 @@ net10.0 Library Storj backend for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/Storj/StorjBackend.cs b/Duplicati/Library/Backend/Storj/StorjBackend.cs index 94aabbdb2..1864d32d2 100644 --- a/Duplicati/Library/Backend/Storj/StorjBackend.cs +++ b/Duplicati/Library/Backend/Storj/StorjBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Storj/StorjConfig.cs b/Duplicati/Library/Backend/Storj/StorjConfig.cs index 11e436ee7..6b8479f07 100644 --- a/Duplicati/Library/Backend/Storj/StorjConfig.cs +++ b/Duplicati/Library/Backend/Storj/StorjConfig.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Storj/StorjFile.cs b/Duplicati/Library/Backend/Storj/StorjFile.cs index 462bb618a..c73669452 100644 --- a/Duplicati/Library/Backend/Storj/StorjFile.cs +++ b/Duplicati/Library/Backend/Storj/StorjFile.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/Storj/Strings.cs b/Duplicati/Library/Backend/Storj/Strings.cs index 92bc070f7..c4f45e53d 100644 --- a/Duplicati/Library/Backend/Storj/Strings.cs +++ b/Duplicati/Library/Backend/Storj/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/TahoeLAFS/Duplicati.Library.Backend.TahoeLAFS.csproj b/Duplicati/Library/Backend/TahoeLAFS/Duplicati.Library.Backend.TahoeLAFS.csproj index cab250912..9d3dca9d6 100644 --- a/Duplicati/Library/Backend/TahoeLAFS/Duplicati.Library.Backend.TahoeLAFS.csproj +++ b/Duplicati/Library/Backend/TahoeLAFS/Duplicati.Library.Backend.TahoeLAFS.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/TahoeLAFS/Strings.cs b/Duplicati/Library/Backend/TahoeLAFS/Strings.cs index 2ab06071b..0aaaff1bc 100644 --- a/Duplicati/Library/Backend/TahoeLAFS/Strings.cs +++ b/Duplicati/Library/Backend/TahoeLAFS/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs b/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs index f9a565993..b9c357230 100644 --- a/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs +++ b/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/TencentCOS/COSBackend.cs b/Duplicati/Library/Backend/TencentCOS/COSBackend.cs index 0c8a8f828..6ed69d341 100644 --- a/Duplicati/Library/Backend/TencentCOS/COSBackend.cs +++ b/Duplicati/Library/Backend/TencentCOS/COSBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/TencentCOS/Duplicati.Library.Backend.TencentCOS.csproj b/Duplicati/Library/Backend/TencentCOS/Duplicati.Library.Backend.TencentCOS.csproj index 49713a2e3..59e3ac580 100644 --- a/Duplicati/Library/Backend/TencentCOS/Duplicati.Library.Backend.TencentCOS.csproj +++ b/Duplicati/Library/Backend/TencentCOS/Duplicati.Library.Backend.TencentCOS.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/TencentCOS/Strings.cs b/Duplicati/Library/Backend/TencentCOS/Strings.cs index 0546f1816..5f49b9c4a 100644 --- a/Duplicati/Library/Backend/TencentCOS/Strings.cs +++ b/Duplicati/Library/Backend/TencentCOS/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/WEBDAV/Duplicati.Library.Backend.WEBDAV.csproj b/Duplicati/Library/Backend/WEBDAV/Duplicati.Library.Backend.WEBDAV.csproj index 0e742a5a6..911c6544e 100644 --- a/Duplicati/Library/Backend/WEBDAV/Duplicati.Library.Backend.WEBDAV.csproj +++ b/Duplicati/Library/Backend/WEBDAV/Duplicati.Library.Backend.WEBDAV.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/WEBDAV/Strings.cs b/Duplicati/Library/Backend/WEBDAV/Strings.cs index 70661bda3..cd29b4b9a 100644 --- a/Duplicati/Library/Backend/WEBDAV/Strings.cs +++ b/Duplicati/Library/Backend/WEBDAV/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs b/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs index a41ca983c..bb1471960 100644 --- a/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs +++ b/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Duplicati.Library.Backend.pCloud.csproj b/Duplicati/Library/Backend/pCloud/Duplicati.Library.Backend.pCloud.csproj index d27260372..9102b47e3 100644 --- a/Duplicati/Library/Backend/pCloud/Duplicati.Library.Backend.pCloud.csproj +++ b/Duplicati/Library/Backend/pCloud/Duplicati.Library.Backend.pCloud.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Backend/pCloud/Model/PCloudFolderMetadata.cs b/Duplicati/Library/Backend/pCloud/Model/PCloudFolderMetadata.cs index e78fdcdf6..90e99ce9d 100644 --- a/Duplicati/Library/Backend/pCloud/Model/PCloudFolderMetadata.cs +++ b/Duplicati/Library/Backend/pCloud/Model/PCloudFolderMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudChecksum.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudChecksum.cs index 2d872b0bd..8c365d06c 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudChecksum.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudChecksum.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudCreateFolderResponse.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudCreateFolderResponse.cs index fd9f2883d..787e6a6d2 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudCreateFolderResponse.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudCreateFolderResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudDeleteResponse.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudDeleteResponse.cs index cbfd6994b..92cc6ecfb 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudDeleteResponse.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudDeleteResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudDownloadResponse.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudDownloadResponse.cs index c0ad67927..378edc0cf 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudDownloadResponse.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudDownloadResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudErrorList.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudErrorList.cs index c775ad989..2cd38a131 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudErrorList.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudErrorList.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudFileEntry.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudFileEntry.cs index a83b113e5..cc8333ae1 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudFileEntry.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudFileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudFileMetadata.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudFileMetadata.cs index 5a9ee0b18..3c708bdf9 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudFileMetadata.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudFileMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudFolderContent.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudFolderContent.cs index 1f08b584e..006ff700d 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudFolderContent.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudFolderContent.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudListFolderResponse.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudListFolderResponse.cs index 91345ee8f..a3ef00f1f 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudListFolderResponse.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudListFolderResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudListFoldersMetadata.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudListFoldersMetadata.cs index 4b74fbaea..4f5188b67 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudListFoldersMetadata.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudListFoldersMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Model/pCloudUploadResponse.cs b/Duplicati/Library/Backend/pCloud/Model/pCloudUploadResponse.cs index ead719b5b..495783cec 100644 --- a/Duplicati/Library/Backend/pCloud/Model/pCloudUploadResponse.cs +++ b/Duplicati/Library/Backend/pCloud/Model/pCloudUploadResponse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/Strings.cs b/Duplicati/Library/Backend/pCloud/Strings.cs index d18b87217..8e6cd3632 100644 --- a/Duplicati/Library/Backend/pCloud/Strings.cs +++ b/Duplicati/Library/Backend/pCloud/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backend/pCloud/pCloudBackend.cs b/Duplicati/Library/Backend/pCloud/pCloudBackend.cs index b1611ff4c..7c659754a 100644 --- a/Duplicati/Library/Backend/pCloud/pCloudBackend.cs +++ b/Duplicati/Library/Backend/pCloud/pCloudBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backends/BackendModules.cs b/Duplicati/Library/Backends/BackendModules.cs index 11c970511..276ff77f4 100644 --- a/Duplicati/Library/Backends/BackendModules.cs +++ b/Duplicati/Library/Backends/BackendModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Backends/Duplicati.Library.Backends.csproj b/Duplicati/Library/Backends/Duplicati.Library.Backends.csproj index 7d2a09b3f..940f51eaf 100644 --- a/Duplicati/Library/Backends/Duplicati.Library.Backends.csproj +++ b/Duplicati/Library/Backends/Duplicati.Library.Backends.csproj @@ -4,7 +4,7 @@ net10.0 Central reference to all backends Duplicati.Library.Backend - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Backends/WebModules.cs b/Duplicati/Library/Backends/WebModules.cs index 5d4a6c87b..ee9c7706a 100644 --- a/Duplicati/Library/Backends/WebModules.cs +++ b/Duplicati/Library/Backends/WebModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/CATrustInstallerFactory.cs b/Duplicati/Library/Certificates/CATrustInstallerFactory.cs index 23b574d26..19f399396 100644 --- a/Duplicati/Library/Certificates/CATrustInstallerFactory.cs +++ b/Duplicati/Library/Certificates/CATrustInstallerFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/CertificateConfigurationHelper.cs b/Duplicati/Library/Certificates/CertificateConfigurationHelper.cs index ac961ba46..05057933e 100644 --- a/Duplicati/Library/Certificates/CertificateConfigurationHelper.cs +++ b/Duplicati/Library/Certificates/CertificateConfigurationHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/CertificateGenerator.cs b/Duplicati/Library/Certificates/CertificateGenerator.cs index 4252350df..a3cc0f418 100644 --- a/Duplicati/Library/Certificates/CertificateGenerator.cs +++ b/Duplicati/Library/Certificates/CertificateGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/CertificateRenewalChecker.cs b/Duplicati/Library/Certificates/CertificateRenewalChecker.cs index bce9e3fde..e329160e5 100644 --- a/Duplicati/Library/Certificates/CertificateRenewalChecker.cs +++ b/Duplicati/Library/Certificates/CertificateRenewalChecker.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/CertificateStorageHelper.cs b/Duplicati/Library/Certificates/CertificateStorageHelper.cs index 1df3425df..30bdf1e21 100644 --- a/Duplicati/Library/Certificates/CertificateStorageHelper.cs +++ b/Duplicati/Library/Certificates/CertificateStorageHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/Duplicati.Library.Certificates.csproj b/Duplicati/Library/Certificates/Duplicati.Library.Certificates.csproj index d27cb5b93..30c38603d 100644 --- a/Duplicati/Library/Certificates/Duplicati.Library.Certificates.csproj +++ b/Duplicati/Library/Certificates/Duplicati.Library.Certificates.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Certificates - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/Certificates/HostnameDetector.cs b/Duplicati/Library/Certificates/HostnameDetector.cs index 8431d8d13..a72bf59a3 100644 --- a/Duplicati/Library/Certificates/HostnameDetector.cs +++ b/Duplicati/Library/Certificates/HostnameDetector.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/ICATrustInstaller.cs b/Duplicati/Library/Certificates/ICATrustInstaller.cs index 58fe9f02c..01ae7248c 100644 --- a/Duplicati/Library/Certificates/ICATrustInstaller.cs +++ b/Duplicati/Library/Certificates/ICATrustInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/Platform/LinuxCATrustInstaller.cs b/Duplicati/Library/Certificates/Platform/LinuxCATrustInstaller.cs index 93b7aad59..b2dabc43b 100644 --- a/Duplicati/Library/Certificates/Platform/LinuxCATrustInstaller.cs +++ b/Duplicati/Library/Certificates/Platform/LinuxCATrustInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/Platform/MacOSCATrustInstaller.cs b/Duplicati/Library/Certificates/Platform/MacOSCATrustInstaller.cs index 103129bed..fcefd539a 100644 --- a/Duplicati/Library/Certificates/Platform/MacOSCATrustInstaller.cs +++ b/Duplicati/Library/Certificates/Platform/MacOSCATrustInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Certificates/Platform/WindowsCATrustInstaller.cs b/Duplicati/Library/Certificates/Platform/WindowsCATrustInstaller.cs index 4a0c86027..f8cfaa48c 100644 --- a/Duplicati/Library/Certificates/Platform/WindowsCATrustInstaller.cs +++ b/Duplicati/Library/Certificates/Platform/WindowsCATrustInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/Duplicati.Library.Common.csproj b/Duplicati/Library/Common/Duplicati.Library.Common.csproj index 47b1b1c8d..3f6ac411c 100644 --- a/Duplicati/Library/Common/Duplicati.Library.Common.csproj +++ b/Duplicati/Library/Common/Duplicati.Library.Common.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.IO - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Common/ILiveControls.cs b/Duplicati/Library/Common/ILiveControls.cs index 23e571931..4481837ca 100644 --- a/Duplicati/Library/Common/ILiveControls.cs +++ b/Duplicati/Library/Common/ILiveControls.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/DefineDosDevice.cs b/Duplicati/Library/Common/IO/DefineDosDevice.cs index ff4918d8c..8c9bf971b 100644 --- a/Duplicati/Library/Common/IO/DefineDosDevice.cs +++ b/Duplicati/Library/Common/IO/DefineDosDevice.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/FileEntry.cs b/Duplicati/Library/Common/IO/FileEntry.cs index 80017e257..8fd7c85ff 100644 --- a/Duplicati/Library/Common/IO/FileEntry.cs +++ b/Duplicati/Library/Common/IO/FileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/ISystemIO.cs b/Duplicati/Library/Common/IO/ISystemIO.cs index c291d2200..24973ff14 100644 --- a/Duplicati/Library/Common/IO/ISystemIO.cs +++ b/Duplicati/Library/Common/IO/ISystemIO.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/Path.cs b/Duplicati/Library/Common/IO/Path.cs index a442a0d49..31eaddb3a 100755 --- a/Duplicati/Library/Common/IO/Path.cs +++ b/Duplicati/Library/Common/IO/Path.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/PathInternal.Windows.cs b/Duplicati/Library/Common/IO/PathInternal.Windows.cs index 66be456b9..abaaab884 100755 --- a/Duplicati/Library/Common/IO/PathInternal.Windows.cs +++ b/Duplicati/Library/Common/IO/PathInternal.Windows.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/PosixFile.cs b/Duplicati/Library/Common/IO/PosixFile.cs index 014d28de4..4b5eb5e01 100644 --- a/Duplicati/Library/Common/IO/PosixFile.cs +++ b/Duplicati/Library/Common/IO/PosixFile.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/SystemIO.cs b/Duplicati/Library/Common/IO/SystemIO.cs index 268940aba..646186e50 100644 --- a/Duplicati/Library/Common/IO/SystemIO.cs +++ b/Duplicati/Library/Common/IO/SystemIO.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/SystemIOLinux.cs b/Duplicati/Library/Common/IO/SystemIOLinux.cs index fea6e8845..b26cb9ebd 100644 --- a/Duplicati/Library/Common/IO/SystemIOLinux.cs +++ b/Duplicati/Library/Common/IO/SystemIOLinux.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/SystemIOWindows.cs b/Duplicati/Library/Common/IO/SystemIOWindows.cs index 423afa317..01e54eac5 100644 --- a/Duplicati/Library/Common/IO/SystemIOWindows.cs +++ b/Duplicati/Library/Common/IO/SystemIOWindows.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Common/IO/Util.cs b/Duplicati/Library/Common/IO/Util.cs index ec9d817b7..23653d29f 100644 --- a/Duplicati/Library/Common/IO/Util.cs +++ b/Duplicati/Library/Common/IO/Util.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/CompressionModules.cs b/Duplicati/Library/Compression/CompressionModules.cs index 4aac2e417..0b2e5c9be 100644 --- a/Duplicati/Library/Compression/CompressionModules.cs +++ b/Duplicati/Library/Compression/CompressionModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/Duplicati.Library.Compression.csproj b/Duplicati/Library/Compression/Duplicati.Library.Compression.csproj index 70923c721..a7a611b52 100644 --- a/Duplicati/Library/Compression/Duplicati.Library.Compression.csproj +++ b/Duplicati/Library/Compression/Duplicati.Library.Compression.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Compression - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Compression/FileArchiveDirectory.cs b/Duplicati/Library/Compression/FileArchiveDirectory.cs index ce3ab2b62..f97865a43 100644 --- a/Duplicati/Library/Compression/FileArchiveDirectory.cs +++ b/Duplicati/Library/Compression/FileArchiveDirectory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/StreamWrapper.cs b/Duplicati/Library/Compression/StreamWrapper.cs index f1cfa8813..6ca73be10 100644 --- a/Duplicati/Library/Compression/StreamWrapper.cs +++ b/Duplicati/Library/Compression/StreamWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/Strings.cs b/Duplicati/Library/Compression/Strings.cs index cd24ab5dd..423a3c879 100644 --- a/Duplicati/Library/Compression/Strings.cs +++ b/Duplicati/Library/Compression/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/ZipCompression/BuiltinZipArchive.cs b/Duplicati/Library/Compression/ZipCompression/BuiltinZipArchive.cs index 0e6b6417f..8fc35d983 100644 --- a/Duplicati/Library/Compression/ZipCompression/BuiltinZipArchive.cs +++ b/Duplicati/Library/Compression/ZipCompression/BuiltinZipArchive.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/ZipCompression/Constants.cs b/Duplicati/Library/Compression/ZipCompression/Constants.cs index d8334215b..ea97fe6c6 100644 --- a/Duplicati/Library/Compression/ZipCompression/Constants.cs +++ b/Duplicati/Library/Compression/ZipCompression/Constants.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/ZipCompression/FileArchiveZip.cs b/Duplicati/Library/Compression/ZipCompression/FileArchiveZip.cs index 5a11d4a58..9a5e5a02e 100644 --- a/Duplicati/Library/Compression/ZipCompression/FileArchiveZip.cs +++ b/Duplicati/Library/Compression/ZipCompression/FileArchiveZip.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/ZipCompression/IZipArchive.cs b/Duplicati/Library/Compression/ZipCompression/IZipArchive.cs index fbadb9992..702d350e2 100644 --- a/Duplicati/Library/Compression/ZipCompression/IZipArchive.cs +++ b/Duplicati/Library/Compression/ZipCompression/IZipArchive.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/ZipCompression/ParsedZipOptions.cs b/Duplicati/Library/Compression/ZipCompression/ParsedZipOptions.cs index 576b865d3..e63fd0595 100644 --- a/Duplicati/Library/Compression/ZipCompression/ParsedZipOptions.cs +++ b/Duplicati/Library/Compression/ZipCompression/ParsedZipOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Compression/ZipCompression/SharpCompressZipArchive.cs b/Duplicati/Library/Compression/ZipCompression/SharpCompressZipArchive.cs index 85127e72f..8be0bdcfd 100644 --- a/Duplicati/Library/Compression/ZipCompression/SharpCompressZipArchive.cs +++ b/Duplicati/Library/Compression/ZipCompression/SharpCompressZipArchive.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Crashlog/CrashlogHelper.cs b/Duplicati/Library/Crashlog/CrashlogHelper.cs index 4ae7a5585..0ad803a51 100644 --- a/Duplicati/Library/Crashlog/CrashlogHelper.cs +++ b/Duplicati/Library/Crashlog/CrashlogHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Crashlog/Duplicati.Library.Crashlog.csproj b/Duplicati/Library/Crashlog/Duplicati.Library.Crashlog.csproj index c9c4bb93c..3a30ae72f 100644 --- a/Duplicati/Library/Crashlog/Duplicati.Library.Crashlog.csproj +++ b/Duplicati/Library/Crashlog/Duplicati.Library.Crashlog.csproj @@ -4,7 +4,7 @@ net10.0 Crashlog implementation Duplicati.Library.Crashlog - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/DynamicLoader/BackendLoader.cs b/Duplicati/Library/DynamicLoader/BackendLoader.cs index 7fd587074..d65858b1c 100644 --- a/Duplicati/Library/DynamicLoader/BackendLoader.cs +++ b/Duplicati/Library/DynamicLoader/BackendLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/CompressionLoader.cs b/Duplicati/Library/DynamicLoader/CompressionLoader.cs index e32483215..c219c8251 100644 --- a/Duplicati/Library/DynamicLoader/CompressionLoader.cs +++ b/Duplicati/Library/DynamicLoader/CompressionLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/Duplicati.Library.DynamicLoader.csproj b/Duplicati/Library/DynamicLoader/Duplicati.Library.DynamicLoader.csproj index adc71c5f5..ae6fc0e6c 100644 --- a/Duplicati/Library/DynamicLoader/Duplicati.Library.DynamicLoader.csproj +++ b/Duplicati/Library/DynamicLoader/Duplicati.Library.DynamicLoader.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/DynamicLoader/DynamicLoader.cs b/Duplicati/Library/DynamicLoader/DynamicLoader.cs index b6e0faff0..b90544d6e 100644 --- a/Duplicati/Library/DynamicLoader/DynamicLoader.cs +++ b/Duplicati/Library/DynamicLoader/DynamicLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/EncryptionLoader.cs b/Duplicati/Library/DynamicLoader/EncryptionLoader.cs index e06080bbc..405a21e28 100644 --- a/Duplicati/Library/DynamicLoader/EncryptionLoader.cs +++ b/Duplicati/Library/DynamicLoader/EncryptionLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/GenericLoader.cs b/Duplicati/Library/DynamicLoader/GenericLoader.cs index 5a65be482..24a85fd5d 100644 --- a/Duplicati/Library/DynamicLoader/GenericLoader.cs +++ b/Duplicati/Library/DynamicLoader/GenericLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/RestoreDestinationProviderLoader.cs b/Duplicati/Library/DynamicLoader/RestoreDestinationProviderLoader.cs index e80048e6e..b6a9d78f4 100644 --- a/Duplicati/Library/DynamicLoader/RestoreDestinationProviderLoader.cs +++ b/Duplicati/Library/DynamicLoader/RestoreDestinationProviderLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/SecretProviderLoader.cs b/Duplicati/Library/DynamicLoader/SecretProviderLoader.cs index 28a609bb2..703d1ea91 100644 --- a/Duplicati/Library/DynamicLoader/SecretProviderLoader.cs +++ b/Duplicati/Library/DynamicLoader/SecretProviderLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/SourceProviderLoader.cs b/Duplicati/Library/DynamicLoader/SourceProviderLoader.cs index 907b85862..36d32e620 100644 --- a/Duplicati/Library/DynamicLoader/SourceProviderLoader.cs +++ b/Duplicati/Library/DynamicLoader/SourceProviderLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/Strings.cs b/Duplicati/Library/DynamicLoader/Strings.cs index d624c5fd3..229ce49ac 100644 --- a/Duplicati/Library/DynamicLoader/Strings.cs +++ b/Duplicati/Library/DynamicLoader/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/DynamicLoader/WebLoader.cs b/Duplicati/Library/DynamicLoader/WebLoader.cs index 8d1db7266..26f5b2df9 100644 --- a/Duplicati/Library/DynamicLoader/WebLoader.cs +++ b/Duplicati/Library/DynamicLoader/WebLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/AESEncryption.cs b/Duplicati/Library/Encryption/AESEncryption.cs index 8d5c12bf2..f8fe8aba2 100644 --- a/Duplicati/Library/Encryption/AESEncryption.cs +++ b/Duplicati/Library/Encryption/AESEncryption.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/AESStringEncryption.cs b/Duplicati/Library/Encryption/AESStringEncryption.cs index 8fc2c338e..04ae0939e 100644 --- a/Duplicati/Library/Encryption/AESStringEncryption.cs +++ b/Duplicati/Library/Encryption/AESStringEncryption.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/CryptoStreamWrapper.cs b/Duplicati/Library/Encryption/CryptoStreamWrapper.cs index 5b0d0ed13..60eaa8e27 100644 --- a/Duplicati/Library/Encryption/CryptoStreamWrapper.cs +++ b/Duplicati/Library/Encryption/CryptoStreamWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/Duplicati.Library.Encryption.csproj b/Duplicati/Library/Encryption/Duplicati.Library.Encryption.csproj index 768e514ab..b93eecb63 100644 --- a/Duplicati/Library/Encryption/Duplicati.Library.Encryption.csproj +++ b/Duplicati/Library/Encryption/Duplicati.Library.Encryption.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Encryption - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Encryption/EncryptedFieldHelper.cs b/Duplicati/Library/Encryption/EncryptedFieldHelper.cs index 0ee67c840..c1f8b9955 100644 --- a/Duplicati/Library/Encryption/EncryptedFieldHelper.cs +++ b/Duplicati/Library/Encryption/EncryptedFieldHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/EncryptionBase.cs b/Duplicati/Library/Encryption/EncryptionBase.cs index c5538b0ee..3341710d0 100644 --- a/Duplicati/Library/Encryption/EncryptionBase.cs +++ b/Duplicati/Library/Encryption/EncryptionBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/EncryptionModules.cs b/Duplicati/Library/Encryption/EncryptionModules.cs index 5e7678cc9..9f207f34c 100644 --- a/Duplicati/Library/Encryption/EncryptionModules.cs +++ b/Duplicati/Library/Encryption/EncryptionModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/GPGEncryption.cs b/Duplicati/Library/Encryption/GPGEncryption.cs index 4340fb799..68b3ab107 100644 --- a/Duplicati/Library/Encryption/GPGEncryption.cs +++ b/Duplicati/Library/Encryption/GPGEncryption.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/GPGLocator.cs b/Duplicati/Library/Encryption/GPGLocator.cs index 34acc0335..33ad447a9 100644 --- a/Duplicati/Library/Encryption/GPGLocator.cs +++ b/Duplicati/Library/Encryption/GPGLocator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/GPGStreamWrapper.cs b/Duplicati/Library/Encryption/GPGStreamWrapper.cs index 27d6ed54a..1e7476d2a 100644 --- a/Duplicati/Library/Encryption/GPGStreamWrapper.cs +++ b/Duplicati/Library/Encryption/GPGStreamWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Encryption/Strings.cs b/Duplicati/Library/Encryption/Strings.cs index e5677f4af..d5fe02dd9 100644 --- a/Duplicati/Library/Encryption/Strings.cs +++ b/Duplicati/Library/Encryption/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/CommandLineArgument.cs b/Duplicati/Library/Interface/CommandLineArgument.cs index 839b7e156..0299b32e0 100644 --- a/Duplicati/Library/Interface/CommandLineArgument.cs +++ b/Duplicati/Library/Interface/CommandLineArgument.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/CustomExceptions.cs b/Duplicati/Library/Interface/CustomExceptions.cs index 162bdfa15..a67496de3 100644 --- a/Duplicati/Library/Interface/CustomExceptions.cs +++ b/Duplicati/Library/Interface/CustomExceptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj b/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj index a9b0c43a6..e79f43695 100644 --- a/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj +++ b/Duplicati/Library/Interface/Duplicati.Library.Interface.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Interface - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Interface/IBackend.cs b/Duplicati/Library/Interface/IBackend.cs index eee508a3a..0cef06c57 100644 --- a/Duplicati/Library/Interface/IBackend.cs +++ b/Duplicati/Library/Interface/IBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ICommandLineArgument.cs b/Duplicati/Library/Interface/ICommandLineArgument.cs index e9be72ae5..b5b077a49 100644 --- a/Duplicati/Library/Interface/ICommandLineArgument.cs +++ b/Duplicati/Library/Interface/ICommandLineArgument.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ICompression.cs b/Duplicati/Library/Interface/ICompression.cs index 2d84e256b..523a5b7da 100644 --- a/Duplicati/Library/Interface/ICompression.cs +++ b/Duplicati/Library/Interface/ICompression.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IConnectionModule.cs b/Duplicati/Library/Interface/IConnectionModule.cs index 44306c999..525e09b9c 100644 --- a/Duplicati/Library/Interface/IConnectionModule.cs +++ b/Duplicati/Library/Interface/IConnectionModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IDynamicModule.cs b/Duplicati/Library/Interface/IDynamicModule.cs index 7468b91d8..364ded943 100644 --- a/Duplicati/Library/Interface/IDynamicModule.cs +++ b/Duplicati/Library/Interface/IDynamicModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IEncryption.cs b/Duplicati/Library/Interface/IEncryption.cs index 367bfd7a7..e918a5483 100644 --- a/Duplicati/Library/Interface/IEncryption.cs +++ b/Duplicati/Library/Interface/IEncryption.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IFileEntry.cs b/Duplicati/Library/Interface/IFileEntry.cs index 9a8a4a04b..0bb014f0c 100644 --- a/Duplicati/Library/Interface/IFileEntry.cs +++ b/Duplicati/Library/Interface/IFileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IFolderEnabledBackend.cs b/Duplicati/Library/Interface/IFolderEnabledBackend.cs index 2774a388c..68526dd8e 100644 --- a/Duplicati/Library/Interface/IFolderEnabledBackend.cs +++ b/Duplicati/Library/Interface/IFolderEnabledBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IGenericCallbackModule.cs b/Duplicati/Library/Interface/IGenericCallbackModule.cs index 9453ac8e4..fab967199 100644 --- a/Duplicati/Library/Interface/IGenericCallbackModule.cs +++ b/Duplicati/Library/Interface/IGenericCallbackModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IGenericModule.cs b/Duplicati/Library/Interface/IGenericModule.cs index d6e3fe308..778b6f8ff 100644 --- a/Duplicati/Library/Interface/IGenericModule.cs +++ b/Duplicati/Library/Interface/IGenericModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IGenericPriorityModule.cs b/Duplicati/Library/Interface/IGenericPriorityModule.cs index 531f19593..b9e9badc7 100644 --- a/Duplicati/Library/Interface/IGenericPriorityModule.cs +++ b/Duplicati/Library/Interface/IGenericPriorityModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IGenericServerModule.cs b/Duplicati/Library/Interface/IGenericServerModule.cs index 2d062d95b..8843a47fa 100644 --- a/Duplicati/Library/Interface/IGenericServerModule.cs +++ b/Duplicati/Library/Interface/IGenericServerModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IGenericSourceModule.cs b/Duplicati/Library/Interface/IGenericSourceModule.cs index 9c2533dc7..f8f2146cc 100644 --- a/Duplicati/Library/Interface/IGenericSourceModule.cs +++ b/Duplicati/Library/Interface/IGenericSourceModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ILockingBackend.cs b/Duplicati/Library/Interface/ILockingBackend.cs index a442ce5dc..af9058ae8 100644 --- a/Duplicati/Library/Interface/ILockingBackend.cs +++ b/Duplicati/Library/Interface/ILockingBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IPowerModeProvider.cs b/Duplicati/Library/Interface/IPowerModeProvider.cs index 21e5fac13..89b1eb47d 100644 --- a/Duplicati/Library/Interface/IPowerModeProvider.cs +++ b/Duplicati/Library/Interface/IPowerModeProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IQuotaEnabledBackend.cs b/Duplicati/Library/Interface/IQuotaEnabledBackend.cs index a2aa06d59..b7a33ebd2 100644 --- a/Duplicati/Library/Interface/IQuotaEnabledBackend.cs +++ b/Duplicati/Library/Interface/IQuotaEnabledBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IQuotaInfo.cs b/Duplicati/Library/Interface/IQuotaInfo.cs index b4271ffb6..520ecdc52 100644 --- a/Duplicati/Library/Interface/IQuotaInfo.cs +++ b/Duplicati/Library/Interface/IQuotaInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IRenameEnabledBackend.cs b/Duplicati/Library/Interface/IRenameEnabledBackend.cs index 4562b31f0..7d129c091 100644 --- a/Duplicati/Library/Interface/IRenameEnabledBackend.cs +++ b/Duplicati/Library/Interface/IRenameEnabledBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IRestoreDestinationProvider.cs b/Duplicati/Library/Interface/IRestoreDestinationProvider.cs index 95b0303a7..02179f3b4 100644 --- a/Duplicati/Library/Interface/IRestoreDestinationProvider.cs +++ b/Duplicati/Library/Interface/IRestoreDestinationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ISecretProvider.cs b/Duplicati/Library/Interface/ISecretProvider.cs index 2595f1db1..4f236d6ae 100644 --- a/Duplicati/Library/Interface/ISecretProvider.cs +++ b/Duplicati/Library/Interface/ISecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ISnapshotProvider.cs b/Duplicati/Library/Interface/ISnapshotProvider.cs index 75a08f482..9cb58421e 100644 --- a/Duplicati/Library/Interface/ISnapshotProvider.cs +++ b/Duplicati/Library/Interface/ISnapshotProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ISnapshotService.cs b/Duplicati/Library/Interface/ISnapshotService.cs index 3cf79fc8b..c3c396d29 100644 --- a/Duplicati/Library/Interface/ISnapshotService.cs +++ b/Duplicati/Library/Interface/ISnapshotService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ISourceProvider.cs b/Duplicati/Library/Interface/ISourceProvider.cs index 3267ade6e..90278983a 100644 --- a/Duplicati/Library/Interface/ISourceProvider.cs +++ b/Duplicati/Library/Interface/ISourceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ISourceProviderEntry.cs b/Duplicati/Library/Interface/ISourceProviderEntry.cs index 7833d6816..5917758fa 100644 --- a/Duplicati/Library/Interface/ISourceProviderEntry.cs +++ b/Duplicati/Library/Interface/ISourceProviderEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ISourceProviderModule.cs b/Duplicati/Library/Interface/ISourceProviderModule.cs index d9c5dc297..de80d6f53 100644 --- a/Duplicati/Library/Interface/ISourceProviderModule.cs +++ b/Duplicati/Library/Interface/ISourceProviderModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IStreamingBackend.cs b/Duplicati/Library/Interface/IStreamingBackend.cs index 436340366..1483edc93 100644 --- a/Duplicati/Library/Interface/IStreamingBackend.cs +++ b/Duplicati/Library/Interface/IStreamingBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/IWebModule.cs b/Duplicati/Library/Interface/IWebModule.cs index ab59e34a1..7978a57d8 100644 --- a/Duplicati/Library/Interface/IWebModule.cs +++ b/Duplicati/Library/Interface/IWebModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/QuotaInfo.cs b/Duplicati/Library/Interface/QuotaInfo.cs index db0b97dba..b73a193c7 100644 --- a/Duplicati/Library/Interface/QuotaInfo.cs +++ b/Duplicati/Library/Interface/QuotaInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/ResultInterfaces.cs b/Duplicati/Library/Interface/ResultInterfaces.cs index 87290f175..60c2002a7 100644 --- a/Duplicati/Library/Interface/ResultInterfaces.cs +++ b/Duplicati/Library/Interface/ResultInterfaces.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/Strings.cs b/Duplicati/Library/Interface/Strings.cs index f61c2a0de..052549ace 100644 --- a/Duplicati/Library/Interface/Strings.cs +++ b/Duplicati/Library/Interface/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Interface/USNJournalDataEntry.cs b/Duplicati/Library/Interface/USNJournalDataEntry.cs index 010442b4c..e941744fd 100644 --- a/Duplicati/Library/Interface/USNJournalDataEntry.cs +++ b/Duplicati/Library/Interface/USNJournalDataEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Localization/Duplicati.Library.Localization.csproj b/Duplicati/Library/Localization/Duplicati.Library.Localization.csproj index 29f6db8f3..1c85b0aa9 100644 --- a/Duplicati/Library/Localization/Duplicati.Library.Localization.csproj +++ b/Duplicati/Library/Localization/Duplicati.Library.Localization.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Localization/ILocalizationService.cs b/Duplicati/Library/Localization/ILocalizationService.cs index f9eeb825f..48acacbed 100644 --- a/Duplicati/Library/Localization/ILocalizationService.cs +++ b/Duplicati/Library/Localization/ILocalizationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Localization/LocalizationContext.cs b/Duplicati/Library/Localization/LocalizationContext.cs index 9fed23cbb..1767e87bd 100644 --- a/Duplicati/Library/Localization/LocalizationContext.cs +++ b/Duplicati/Library/Localization/LocalizationContext.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Localization/LocalizationService.cs b/Duplicati/Library/Localization/LocalizationService.cs index 636a75217..acb88ff35 100644 --- a/Duplicati/Library/Localization/LocalizationService.cs +++ b/Duplicati/Library/Localization/LocalizationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Localization/MoLocalizationService.cs b/Duplicati/Library/Localization/MoLocalizationService.cs index a5983cf77..06b89398f 100644 --- a/Duplicati/Library/Localization/MoLocalizationService.cs +++ b/Duplicati/Library/Localization/MoLocalizationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Localization/MockLocalizationService.cs b/Duplicati/Library/Localization/MockLocalizationService.cs index 1e2ee86e9..36c1776c9 100644 --- a/Duplicati/Library/Localization/MockLocalizationService.cs +++ b/Duplicati/Library/Localization/MockLocalizationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Localization/Short.cs b/Duplicati/Library/Localization/Short.cs index ff3d88b5b..c5fa5463e 100644 --- a/Duplicati/Library/Localization/Short.cs +++ b/Duplicati/Library/Localization/Short.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/Duplicati.Library.Logging.csproj b/Duplicati/Library/Logging/Duplicati.Library.Logging.csproj index 633aee4dd..1af886016 100644 --- a/Duplicati/Library/Logging/Duplicati.Library.Logging.csproj +++ b/Duplicati/Library/Logging/Duplicati.Library.Logging.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Logging/ILogDestination.cs b/Duplicati/Library/Logging/ILogDestination.cs index c92302cd5..3924e118b 100644 --- a/Duplicati/Library/Logging/ILogDestination.cs +++ b/Duplicati/Library/Logging/ILogDestination.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/ILogFilter.cs b/Duplicati/Library/Logging/ILogFilter.cs index 050386c26..6d3cb1750 100644 --- a/Duplicati/Library/Logging/ILogFilter.cs +++ b/Duplicati/Library/Logging/ILogFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/LambdaSupport.cs b/Duplicati/Library/Logging/LambdaSupport.cs index caa6cc3d2..7e1457c5b 100644 --- a/Duplicati/Library/Logging/LambdaSupport.cs +++ b/Duplicati/Library/Logging/LambdaSupport.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/Log.cs b/Duplicati/Library/Logging/Log.cs index d53a9de3f..224185df4 100644 --- a/Duplicati/Library/Logging/Log.cs +++ b/Duplicati/Library/Logging/Log.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/LogEntry.cs b/Duplicati/Library/Logging/LogEntry.cs index 2b49e2b86..9f2336b56 100644 --- a/Duplicati/Library/Logging/LogEntry.cs +++ b/Duplicati/Library/Logging/LogEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/LogScope.cs b/Duplicati/Library/Logging/LogScope.cs index 2e24fa26c..51b70662e 100644 --- a/Duplicati/Library/Logging/LogScope.cs +++ b/Duplicati/Library/Logging/LogScope.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/LogTagFilter.cs b/Duplicati/Library/Logging/LogTagFilter.cs index 9d9c910ce..74706dab9 100644 --- a/Duplicati/Library/Logging/LogTagFilter.cs +++ b/Duplicati/Library/Logging/LogTagFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/RepeatingLogScope.cs b/Duplicati/Library/Logging/RepeatingLogScope.cs index 428d8c038..362f622c3 100644 --- a/Duplicati/Library/Logging/RepeatingLogScope.cs +++ b/Duplicati/Library/Logging/RepeatingLogScope.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/StreamLogDestination.cs b/Duplicati/Library/Logging/StreamLogDestination.cs index 08d427244..846cdb34a 100644 --- a/Duplicati/Library/Logging/StreamLogDestination.cs +++ b/Duplicati/Library/Logging/StreamLogDestination.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Logging/Timer.cs b/Duplicati/Library/Logging/Timer.cs index 3801aaa85..651df967f 100644 --- a/Duplicati/Library/Logging/Timer.cs +++ b/Duplicati/Library/Logging/Timer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Backend/BackendManager.DeleteOperation.cs b/Duplicati/Library/Main/Backend/BackendManager.DeleteOperation.cs index f8c207fd7..576129c88 100644 --- a/Duplicati/Library/Main/Backend/BackendManager.DeleteOperation.cs +++ b/Duplicati/Library/Main/Backend/BackendManager.DeleteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Backend/BackendManager.GetObjectLockOperation.cs b/Duplicati/Library/Main/Backend/BackendManager.GetObjectLockOperation.cs index 52ce81a42..9b6f7db14 100644 --- a/Duplicati/Library/Main/Backend/BackendManager.GetObjectLockOperation.cs +++ b/Duplicati/Library/Main/Backend/BackendManager.GetObjectLockOperation.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Blockprocessor.cs b/Duplicati/Library/Main/Blockprocessor.cs index 38a77e839..edec21ce1 100644 --- a/Duplicati/Library/Main/Blockprocessor.cs +++ b/Duplicati/Library/Main/Blockprocessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/CLIDatabaseLocator.cs b/Duplicati/Library/Main/CLIDatabaseLocator.cs index f9030520c..7a5d16b7e 100644 --- a/Duplicati/Library/Main/CLIDatabaseLocator.cs +++ b/Duplicati/Library/Main/CLIDatabaseLocator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Controller.cs b/Duplicati/Library/Main/Controller.cs index 161005d86..e27b73096 100644 --- a/Duplicati/Library/Main/Controller.cs +++ b/Duplicati/Library/Main/Controller.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/ControllerMultiLogTarget.cs b/Duplicati/Library/Main/ControllerMultiLogTarget.cs index e2b0a945d..34dff936b 100644 --- a/Duplicati/Library/Main/ControllerMultiLogTarget.cs +++ b/Duplicati/Library/Main/ControllerMultiLogTarget.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/ChangeStatistics.cs b/Duplicati/Library/Main/Database/ChangeStatistics.cs index 5bbaa840c..788c0b00f 100644 --- a/Duplicati/Library/Main/Database/ChangeStatistics.cs +++ b/Duplicati/Library/Main/Database/ChangeStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/ExtensionMethods.cs b/Duplicati/Library/Main/Database/ExtensionMethods.cs index 85787be9a..4ecc82c75 100644 --- a/Duplicati/Library/Main/Database/ExtensionMethods.cs +++ b/Duplicati/Library/Main/Database/ExtensionMethods.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/HashLookupHelper.cs b/Duplicati/Library/Main/Database/HashLookupHelper.cs index 52d28ac83..5265cf3e4 100644 --- a/Duplicati/Library/Main/Database/HashLookupHelper.cs +++ b/Duplicati/Library/Main/Database/HashLookupHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/IRemoteVolume.cs b/Duplicati/Library/Main/Database/IRemoteVolume.cs index 9cb24f49c..8922a5928 100644 --- a/Duplicati/Library/Main/Database/IRemoteVolume.cs +++ b/Duplicati/Library/Main/Database/IRemoteVolume.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalBackupDatabase.cs b/Duplicati/Library/Main/Database/LocalBackupDatabase.cs index 297869fca..5331a501e 100644 --- a/Duplicati/Library/Main/Database/LocalBackupDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalBackupDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalBugReportDatabase.cs b/Duplicati/Library/Main/Database/LocalBugReportDatabase.cs index 163d69b30..9cae4e015 100644 --- a/Duplicati/Library/Main/Database/LocalBugReportDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalBugReportDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalDatabase.cs b/Duplicati/Library/Main/Database/LocalDatabase.cs index b3ff3d489..99f636616 100644 --- a/Duplicati/Library/Main/Database/LocalDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalDeleteDatabase.cs b/Duplicati/Library/Main/Database/LocalDeleteDatabase.cs index ab28e9ccb..2c47dd8c5 100644 --- a/Duplicati/Library/Main/Database/LocalDeleteDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalDeleteDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs b/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs index 7545be765..4d354a65d 100644 --- a/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalListBrokenFilesDatabase.cs b/Duplicati/Library/Main/Database/LocalListBrokenFilesDatabase.cs index d8a62d870..5b09584ea 100644 --- a/Duplicati/Library/Main/Database/LocalListBrokenFilesDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalListBrokenFilesDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs b/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs index 2cf0ba0ed..573dd79ac 100644 --- a/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalListDatabase.cs b/Duplicati/Library/Main/Database/LocalListDatabase.cs index 73549990f..638c0355f 100644 --- a/Duplicati/Library/Main/Database/LocalListDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalListDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalLockDatabase.cs b/Duplicati/Library/Main/Database/LocalLockDatabase.cs index f3e7d1214..a3c5996c7 100644 --- a/Duplicati/Library/Main/Database/LocalLockDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalLockDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalPurgeDatabase.cs b/Duplicati/Library/Main/Database/LocalPurgeDatabase.cs index f19432b86..e09ee12ed 100644 --- a/Duplicati/Library/Main/Database/LocalPurgeDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalPurgeDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalRecreateDatabase.cs b/Duplicati/Library/Main/Database/LocalRecreateDatabase.cs index 922d91387..2084bc83b 100644 --- a/Duplicati/Library/Main/Database/LocalRecreateDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalRecreateDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalRepairDatabase.cs b/Duplicati/Library/Main/Database/LocalRepairDatabase.cs index fe2f78c66..8fb4db855 100644 --- a/Duplicati/Library/Main/Database/LocalRepairDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalRepairDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalRestoreDatabase.cs b/Duplicati/Library/Main/Database/LocalRestoreDatabase.cs index 3e2bba917..29704742d 100644 --- a/Duplicati/Library/Main/Database/LocalRestoreDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalRestoreDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/LocalTestDatabase.cs b/Duplicati/Library/Main/Database/LocalTestDatabase.cs index 2cfd093f2..dc19dfffc 100644 --- a/Duplicati/Library/Main/Database/LocalTestDatabase.cs +++ b/Duplicati/Library/Main/Database/LocalTestDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/RemoteVolume.cs b/Duplicati/Library/Main/Database/RemoteVolume.cs index 4d5f5940c..30e27691c 100644 --- a/Duplicati/Library/Main/Database/RemoteVolume.cs +++ b/Duplicati/Library/Main/Database/RemoteVolume.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/RemoteVolumeEntry.cs b/Duplicati/Library/Main/Database/RemoteVolumeEntry.cs index 3ff326c86..62a352604 100644 --- a/Duplicati/Library/Main/Database/RemoteVolumeEntry.cs +++ b/Duplicati/Library/Main/Database/RemoteVolumeEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/ReusableTransaction.cs b/Duplicati/Library/Main/Database/ReusableTransaction.cs index 7034b49da..8568f2320 100644 --- a/Duplicati/Library/Main/Database/ReusableTransaction.cs +++ b/Duplicati/Library/Main/Database/ReusableTransaction.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Database/TemporaryDbValueList.cs b/Duplicati/Library/Main/Database/TemporaryDbValueList.cs index 904793b88..cbd4a1866 100644 --- a/Duplicati/Library/Main/Database/TemporaryDbValueList.cs +++ b/Duplicati/Library/Main/Database/TemporaryDbValueList.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Duplicati.Library.Main.csproj b/Duplicati/Library/Main/Duplicati.Library.Main.csproj index 52f5a6e83..410f4153b 100644 --- a/Duplicati/Library/Main/Duplicati.Library.Main.csproj +++ b/Duplicati/Library/Main/Duplicati.Library.Main.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.Library.Main diff --git a/Duplicati/Library/Main/Enums.cs b/Duplicati/Library/Main/Enums.cs index e11d97547..07cdf3767 100644 --- a/Duplicati/Library/Main/Enums.cs +++ b/Duplicati/Library/Main/Enums.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/IBackendManager.cs b/Duplicati/Library/Main/IBackendManager.cs index 468aaa1a0..0a5453630 100644 --- a/Duplicati/Library/Main/IBackendManager.cs +++ b/Duplicati/Library/Main/IBackendManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/IMetahash.cs b/Duplicati/Library/Main/IMetahash.cs index ce16d3ffc..dac8b4b60 100644 --- a/Duplicati/Library/Main/IMetahash.cs +++ b/Duplicati/Library/Main/IMetahash.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/LocaleChange.cs b/Duplicati/Library/Main/LocaleChange.cs index 253fd6605..6a9005066 100644 --- a/Duplicati/Library/Main/LocaleChange.cs +++ b/Duplicati/Library/Main/LocaleChange.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/NetworkTrafficLogger.cs b/Duplicati/Library/Main/NetworkTrafficLogger.cs index 078f193a3..84595db8c 100644 --- a/Duplicati/Library/Main/NetworkTrafficLogger.cs +++ b/Duplicati/Library/Main/NetworkTrafficLogger.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/BackupDatabase.cs b/Duplicati/Library/Main/Operation/Backup/BackupDatabase.cs index c23e2e292..68b40c6c1 100644 --- a/Duplicati/Library/Main/Operation/Backup/BackupDatabase.cs +++ b/Duplicati/Library/Main/Operation/Backup/BackupDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/BackupStatsCollector.cs b/Duplicati/Library/Main/Operation/Backup/BackupStatsCollector.cs index d3bde6646..c759b7712 100644 --- a/Duplicati/Library/Main/Operation/Backup/BackupStatsCollector.cs +++ b/Duplicati/Library/Main/Operation/Backup/BackupStatsCollector.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/Channels.cs b/Duplicati/Library/Main/Operation/Backup/Channels.cs index f65c545d7..ba4551a8a 100644 --- a/Duplicati/Library/Main/Operation/Backup/Channels.cs +++ b/Duplicati/Library/Main/Operation/Backup/Channels.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/CountFilesHandler.cs b/Duplicati/Library/Main/Operation/Backup/CountFilesHandler.cs index ec380818d..25e6f91a3 100644 --- a/Duplicati/Library/Main/Operation/Backup/CountFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/Backup/CountFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/DataBlock.cs b/Duplicati/Library/Main/Operation/Backup/DataBlock.cs index 3c40c8b86..1e294efe8 100644 --- a/Duplicati/Library/Main/Operation/Backup/DataBlock.cs +++ b/Duplicati/Library/Main/Operation/Backup/DataBlock.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/DataBlockProcessor.cs b/Duplicati/Library/Main/Operation/Backup/DataBlockProcessor.cs index 17f043712..77e16a646 100644 --- a/Duplicati/Library/Main/Operation/Backup/DataBlockProcessor.cs +++ b/Duplicati/Library/Main/Operation/Backup/DataBlockProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/FileBlockProcessor.cs b/Duplicati/Library/Main/Operation/Backup/FileBlockProcessor.cs index d1ffd97d3..3f8868949 100644 --- a/Duplicati/Library/Main/Operation/Backup/FileBlockProcessor.cs +++ b/Duplicati/Library/Main/Operation/Backup/FileBlockProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/FileEnumerationProcess.cs b/Duplicati/Library/Main/Operation/Backup/FileEnumerationProcess.cs index c43c3792f..b9d1b8c55 100644 --- a/Duplicati/Library/Main/Operation/Backup/FileEnumerationProcess.cs +++ b/Duplicati/Library/Main/Operation/Backup/FileEnumerationProcess.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/FilePreFilterProcess.cs b/Duplicati/Library/Main/Operation/Backup/FilePreFilterProcess.cs index 8f56aab3b..86fe323dd 100644 --- a/Duplicati/Library/Main/Operation/Backup/FilePreFilterProcess.cs +++ b/Duplicati/Library/Main/Operation/Backup/FilePreFilterProcess.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/LogExceptionHelper.cs b/Duplicati/Library/Main/Operation/Backup/LogExceptionHelper.cs index c7125042c..13118d192 100644 --- a/Duplicati/Library/Main/Operation/Backup/LogExceptionHelper.cs +++ b/Duplicati/Library/Main/Operation/Backup/LogExceptionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/MetadataGenerator.cs b/Duplicati/Library/Main/Operation/Backup/MetadataGenerator.cs index d0f8833a4..9896bcd58 100644 --- a/Duplicati/Library/Main/Operation/Backup/MetadataGenerator.cs +++ b/Duplicati/Library/Main/Operation/Backup/MetadataGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/MetadataPreProcess.cs b/Duplicati/Library/Main/Operation/Backup/MetadataPreProcess.cs index 5a31152a7..f1b937bf3 100644 --- a/Duplicati/Library/Main/Operation/Backup/MetadataPreProcess.cs +++ b/Duplicati/Library/Main/Operation/Backup/MetadataPreProcess.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/ProgressHandler.cs b/Duplicati/Library/Main/Operation/Backup/ProgressHandler.cs index aa240834b..1e52e4318 100644 --- a/Duplicati/Library/Main/Operation/Backup/ProgressHandler.cs +++ b/Duplicati/Library/Main/Operation/Backup/ProgressHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/RecreateMissingIndexFiles.cs b/Duplicati/Library/Main/Operation/Backup/RecreateMissingIndexFiles.cs index 54ca817fa..e45374e40 100644 --- a/Duplicati/Library/Main/Operation/Backup/RecreateMissingIndexFiles.cs +++ b/Duplicati/Library/Main/Operation/Backup/RecreateMissingIndexFiles.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/SpillCollectorProcess.cs b/Duplicati/Library/Main/Operation/Backup/SpillCollectorProcess.cs index e5b2bf1f4..a308f3182 100644 --- a/Duplicati/Library/Main/Operation/Backup/SpillCollectorProcess.cs +++ b/Duplicati/Library/Main/Operation/Backup/SpillCollectorProcess.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/StreamBlock.cs b/Duplicati/Library/Main/Operation/Backup/StreamBlock.cs index a20fabe0d..fec3f51b0 100644 --- a/Duplicati/Library/Main/Operation/Backup/StreamBlock.cs +++ b/Duplicati/Library/Main/Operation/Backup/StreamBlock.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/StreamBlockSplitter.cs b/Duplicati/Library/Main/Operation/Backup/StreamBlockSplitter.cs index 85ca31c8d..f09b701e9 100644 --- a/Duplicati/Library/Main/Operation/Backup/StreamBlockSplitter.cs +++ b/Duplicati/Library/Main/Operation/Backup/StreamBlockSplitter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/UploadRealFilelist.cs b/Duplicati/Library/Main/Operation/Backup/UploadRealFilelist.cs index 0c3d80865..fac2d61d7 100644 --- a/Duplicati/Library/Main/Operation/Backup/UploadRealFilelist.cs +++ b/Duplicati/Library/Main/Operation/Backup/UploadRealFilelist.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Backup/UploadSyntheticFilelist.cs b/Duplicati/Library/Main/Operation/Backup/UploadSyntheticFilelist.cs index 012255090..563a1e157 100644 --- a/Duplicati/Library/Main/Operation/Backup/UploadSyntheticFilelist.cs +++ b/Duplicati/Library/Main/Operation/Backup/UploadSyntheticFilelist.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/BackupHandler.cs b/Duplicati/Library/Main/Operation/BackupHandler.cs index fd6f9b418..3b3be7327 100644 --- a/Duplicati/Library/Main/Operation/BackupHandler.cs +++ b/Duplicati/Library/Main/Operation/BackupHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Common/DatabaseCommon.cs b/Duplicati/Library/Main/Operation/Common/DatabaseCommon.cs index 312a79260..1ddf4f9bb 100644 --- a/Duplicati/Library/Main/Operation/Common/DatabaseCommon.cs +++ b/Duplicati/Library/Main/Operation/Common/DatabaseCommon.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Common/IndexVolumeCreator.cs b/Duplicati/Library/Main/Operation/Common/IndexVolumeCreator.cs index 1360b0b58..ae8827bf2 100644 --- a/Duplicati/Library/Main/Operation/Common/IndexVolumeCreator.cs +++ b/Duplicati/Library/Main/Operation/Common/IndexVolumeCreator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Common/ProgressEvent.cs b/Duplicati/Library/Main/Operation/Common/ProgressEvent.cs index c09d42d81..4d695a682 100644 --- a/Duplicati/Library/Main/Operation/Common/ProgressEvent.cs +++ b/Duplicati/Library/Main/Operation/Common/ProgressEvent.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Common/SingleRunner.cs b/Duplicati/Library/Main/Operation/Common/SingleRunner.cs index c819017ce..0d490a7a7 100644 --- a/Duplicati/Library/Main/Operation/Common/SingleRunner.cs +++ b/Duplicati/Library/Main/Operation/Common/SingleRunner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Common/TaskControl.cs b/Duplicati/Library/Main/Operation/Common/TaskControl.cs index cd35da405..bf624cf1e 100644 --- a/Duplicati/Library/Main/Operation/Common/TaskControl.cs +++ b/Duplicati/Library/Main/Operation/Common/TaskControl.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/CompactHandler.cs b/Duplicati/Library/Main/Operation/CompactHandler.cs index bf671d486..506d3e86d 100644 --- a/Duplicati/Library/Main/Operation/CompactHandler.cs +++ b/Duplicati/Library/Main/Operation/CompactHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/CreateBugReportHandler.cs b/Duplicati/Library/Main/Operation/CreateBugReportHandler.cs index f71c6e7ed..2ff765038 100644 --- a/Duplicati/Library/Main/Operation/CreateBugReportHandler.cs +++ b/Duplicati/Library/Main/Operation/CreateBugReportHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/DeleteHandler.cs b/Duplicati/Library/Main/Operation/DeleteHandler.cs index 1b9cb97e5..9f00a56bb 100644 --- a/Duplicati/Library/Main/Operation/DeleteHandler.cs +++ b/Duplicati/Library/Main/Operation/DeleteHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/FilelistProcessor.cs b/Duplicati/Library/Main/Operation/FilelistProcessor.cs index 9dd1e4600..96d3491a8 100644 --- a/Duplicati/Library/Main/Operation/FilelistProcessor.cs +++ b/Duplicati/Library/Main/Operation/FilelistProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListAffected.cs b/Duplicati/Library/Main/Operation/ListAffected.cs index 571123e8a..4bc3dab94 100644 --- a/Duplicati/Library/Main/Operation/ListAffected.cs +++ b/Duplicati/Library/Main/Operation/ListAffected.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListBrokenFilesHandler.cs b/Duplicati/Library/Main/Operation/ListBrokenFilesHandler.cs index b554ac130..41057940e 100644 --- a/Duplicati/Library/Main/Operation/ListBrokenFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/ListBrokenFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListChangesHandler.cs b/Duplicati/Library/Main/Operation/ListChangesHandler.cs index 4853afeee..b5717efe3 100644 --- a/Duplicati/Library/Main/Operation/ListChangesHandler.cs +++ b/Duplicati/Library/Main/Operation/ListChangesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs b/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs index 0d21ebf02..459443f17 100644 --- a/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListFileVersionsHandler.cs b/Duplicati/Library/Main/Operation/ListFileVersionsHandler.cs index 8829f14cb..682f79db1 100644 --- a/Duplicati/Library/Main/Operation/ListFileVersionsHandler.cs +++ b/Duplicati/Library/Main/Operation/ListFileVersionsHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListFilesHandler.cs b/Duplicati/Library/Main/Operation/ListFilesHandler.cs index 6a8cd7d45..660e2cc4b 100644 --- a/Duplicati/Library/Main/Operation/ListFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/ListFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListFilesetsHandler.cs b/Duplicati/Library/Main/Operation/ListFilesetsHandler.cs index 22ce6e35c..a02d86f21 100644 --- a/Duplicati/Library/Main/Operation/ListFilesetsHandler.cs +++ b/Duplicati/Library/Main/Operation/ListFilesetsHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ListFolderHandler.cs b/Duplicati/Library/Main/Operation/ListFolderHandler.cs index 987ad4cfa..313f4ace7 100644 --- a/Duplicati/Library/Main/Operation/ListFolderHandler.cs +++ b/Duplicati/Library/Main/Operation/ListFolderHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/PurgeBrokenFilesHandler.cs b/Duplicati/Library/Main/Operation/PurgeBrokenFilesHandler.cs index fb13f13c3..68b44916b 100644 --- a/Duplicati/Library/Main/Operation/PurgeBrokenFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/PurgeBrokenFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/PurgeFilesHandler.cs b/Duplicati/Library/Main/Operation/PurgeFilesHandler.cs index 277e7b768..04938997d 100644 --- a/Duplicati/Library/Main/Operation/PurgeFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/PurgeFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/ReadLockInfoHandler.cs b/Duplicati/Library/Main/Operation/ReadLockInfoHandler.cs index fab13e7ab..6ff013786 100644 --- a/Duplicati/Library/Main/Operation/ReadLockInfoHandler.cs +++ b/Duplicati/Library/Main/Operation/ReadLockInfoHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RecreateDatabaseHandler.cs b/Duplicati/Library/Main/Operation/RecreateDatabaseHandler.cs index 0c3b54f4e..e33b013bb 100644 --- a/Duplicati/Library/Main/Operation/RecreateDatabaseHandler.cs +++ b/Duplicati/Library/Main/Operation/RecreateDatabaseHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationConfig.cs b/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationConfig.cs index b5e511b2d..bcbc14638 100644 --- a/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationConfig.cs +++ b/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationConfig.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationRunner.cs b/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationRunner.cs index 800e56cea..ae2beb4e3 100644 --- a/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationRunner.cs +++ b/Duplicati/Library/Main/Operation/RemoteSynchronization/RemoteSynchronizationRunner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RemoteSynchronization/Strings.cs b/Duplicati/Library/Main/Operation/RemoteSynchronization/Strings.cs index 3972ac08c..5789bdf60 100644 --- a/Duplicati/Library/Main/Operation/RemoteSynchronization/Strings.cs +++ b/Duplicati/Library/Main/Operation/RemoteSynchronization/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RemoteSynchronizationHandler.cs b/Duplicati/Library/Main/Operation/RemoteSynchronizationHandler.cs index e21799f47..1ca294581 100644 --- a/Duplicati/Library/Main/Operation/RemoteSynchronizationHandler.cs +++ b/Duplicati/Library/Main/Operation/RemoteSynchronizationHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RepairHandler.cs b/Duplicati/Library/Main/Operation/RepairHandler.cs index 157aaea95..ba4206adc 100644 --- a/Duplicati/Library/Main/Operation/RepairHandler.cs +++ b/Duplicati/Library/Main/Operation/RepairHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/BlockManager.cs b/Duplicati/Library/Main/Operation/Restore/BlockManager.cs index 98132f7ca..2383d5ab2 100644 --- a/Duplicati/Library/Main/Operation/Restore/BlockManager.cs +++ b/Duplicati/Library/Main/Operation/Restore/BlockManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/Channels.cs b/Duplicati/Library/Main/Operation/Restore/Channels.cs index a52d7f51a..9d95b1f45 100644 --- a/Duplicati/Library/Main/Operation/Restore/Channels.cs +++ b/Duplicati/Library/Main/Operation/Restore/Channels.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/DeadlockTimer.cs b/Duplicati/Library/Main/Operation/Restore/DeadlockTimer.cs index 223153e31..9477014e6 100644 --- a/Duplicati/Library/Main/Operation/Restore/DeadlockTimer.cs +++ b/Duplicati/Library/Main/Operation/Restore/DeadlockTimer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/FileLister.cs b/Duplicati/Library/Main/Operation/Restore/FileLister.cs index 9a30e79b8..36b3f9323 100644 --- a/Duplicati/Library/Main/Operation/Restore/FileLister.cs +++ b/Duplicati/Library/Main/Operation/Restore/FileLister.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/FileProcessor.cs b/Duplicati/Library/Main/Operation/Restore/FileProcessor.cs index a085acdbc..f50a851b7 100644 --- a/Duplicati/Library/Main/Operation/Restore/FileProcessor.cs +++ b/Duplicati/Library/Main/Operation/Restore/FileProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/Interfaces.cs b/Duplicati/Library/Main/Operation/Restore/Interfaces.cs index 9c1292b38..33ccc1191 100644 --- a/Duplicati/Library/Main/Operation/Restore/Interfaces.cs +++ b/Duplicati/Library/Main/Operation/Restore/Interfaces.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/VolumeDecompressor.cs b/Duplicati/Library/Main/Operation/Restore/VolumeDecompressor.cs index b5183bae0..1e1533f67 100644 --- a/Duplicati/Library/Main/Operation/Restore/VolumeDecompressor.cs +++ b/Duplicati/Library/Main/Operation/Restore/VolumeDecompressor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/VolumeDecryptor.cs b/Duplicati/Library/Main/Operation/Restore/VolumeDecryptor.cs index 0876a473d..16ad2a8cd 100644 --- a/Duplicati/Library/Main/Operation/Restore/VolumeDecryptor.cs +++ b/Duplicati/Library/Main/Operation/Restore/VolumeDecryptor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/VolumeDownloader.cs b/Duplicati/Library/Main/Operation/Restore/VolumeDownloader.cs index a463816b7..a4a61cb41 100644 --- a/Duplicati/Library/Main/Operation/Restore/VolumeDownloader.cs +++ b/Duplicati/Library/Main/Operation/Restore/VolumeDownloader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/Restore/VolumeManager.cs b/Duplicati/Library/Main/Operation/Restore/VolumeManager.cs index 6bd6e260f..1aacb074a 100644 --- a/Duplicati/Library/Main/Operation/Restore/VolumeManager.cs +++ b/Duplicati/Library/Main/Operation/Restore/VolumeManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RestoreControlFilesHandler.cs b/Duplicati/Library/Main/Operation/RestoreControlFilesHandler.cs index b64382de9..767790399 100644 --- a/Duplicati/Library/Main/Operation/RestoreControlFilesHandler.cs +++ b/Duplicati/Library/Main/Operation/RestoreControlFilesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RestoreHandler.cs b/Duplicati/Library/Main/Operation/RestoreHandler.cs index 06e5501e7..43581c808 100644 --- a/Duplicati/Library/Main/Operation/RestoreHandler.cs +++ b/Duplicati/Library/Main/Operation/RestoreHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/RestoreHandlerMetadataStorage.cs b/Duplicati/Library/Main/Operation/RestoreHandlerMetadataStorage.cs index 6e0cf0356..c3bd6a77f 100644 --- a/Duplicati/Library/Main/Operation/RestoreHandlerMetadataStorage.cs +++ b/Duplicati/Library/Main/Operation/RestoreHandlerMetadataStorage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/SearchEntriesHandler.cs b/Duplicati/Library/Main/Operation/SearchEntriesHandler.cs index 72dc2b5aa..b94f85833 100644 --- a/Duplicati/Library/Main/Operation/SearchEntriesHandler.cs +++ b/Duplicati/Library/Main/Operation/SearchEntriesHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/SetLocksHandler.cs b/Duplicati/Library/Main/Operation/SetLocksHandler.cs index feeac1d3d..9c78aa1b7 100644 --- a/Duplicati/Library/Main/Operation/SetLocksHandler.cs +++ b/Duplicati/Library/Main/Operation/SetLocksHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/SystemInfoHandler.cs b/Duplicati/Library/Main/Operation/SystemInfoHandler.cs index 4b8fbe3ba..a17e118a2 100644 --- a/Duplicati/Library/Main/Operation/SystemInfoHandler.cs +++ b/Duplicati/Library/Main/Operation/SystemInfoHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/TestFilterHandler.cs b/Duplicati/Library/Main/Operation/TestFilterHandler.cs index 520619b74..a1b1566cf 100644 --- a/Duplicati/Library/Main/Operation/TestFilterHandler.cs +++ b/Duplicati/Library/Main/Operation/TestFilterHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/TestHandler.cs b/Duplicati/Library/Main/Operation/TestHandler.cs index b8b48581d..66d5fe5e6 100644 --- a/Duplicati/Library/Main/Operation/TestHandler.cs +++ b/Duplicati/Library/Main/Operation/TestHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Operation/VacuumHandler.cs b/Duplicati/Library/Main/Operation/VacuumHandler.cs index 752b51718..6c00a61a8 100644 --- a/Duplicati/Library/Main/Operation/VacuumHandler.cs +++ b/Duplicati/Library/Main/Operation/VacuumHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/OperationPhase.cs b/Duplicati/Library/Main/OperationPhase.cs index 00e9577e5..807aa723f 100644 --- a/Duplicati/Library/Main/OperationPhase.cs +++ b/Duplicati/Library/Main/OperationPhase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Options.cs b/Duplicati/Library/Main/Options.cs index f2489535e..7d9ea0d3d 100644 --- a/Duplicati/Library/Main/Options.cs +++ b/Duplicati/Library/Main/Options.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/ProcessController.cs b/Duplicati/Library/Main/ProcessController.cs index e200062c7..a1f5375b9 100755 --- a/Duplicati/Library/Main/ProcessController.cs +++ b/Duplicati/Library/Main/ProcessController.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/ProgressClasses.cs b/Duplicati/Library/Main/ProgressClasses.cs index 5ae7415aa..36da6c652 100644 --- a/Duplicati/Library/Main/ProgressClasses.cs +++ b/Duplicati/Library/Main/ProgressClasses.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/ResultClasses.cs b/Duplicati/Library/Main/ResultClasses.cs index 8216e885b..4f8249f8e 100644 --- a/Duplicati/Library/Main/ResultClasses.cs +++ b/Duplicati/Library/Main/ResultClasses.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/SecretProviderHelper.cs b/Duplicati/Library/Main/SecretProviderHelper.cs index 2c0d01661..377e65c54 100644 --- a/Duplicati/Library/Main/SecretProviderHelper.cs +++ b/Duplicati/Library/Main/SecretProviderHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Strings.cs b/Duplicati/Library/Main/Strings.cs index 34b9b8e9a..4faf857e5 100644 --- a/Duplicati/Library/Main/Strings.cs +++ b/Duplicati/Library/Main/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Utility.cs b/Duplicati/Library/Main/Utility.cs index 0d01d04b7..a612a2a4c 100644 --- a/Duplicati/Library/Main/Utility.cs +++ b/Duplicati/Library/Main/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/BlockVolumeReader.cs b/Duplicati/Library/Main/Volumes/BlockVolumeReader.cs index e2badef51..e6f813906 100644 --- a/Duplicati/Library/Main/Volumes/BlockVolumeReader.cs +++ b/Duplicati/Library/Main/Volumes/BlockVolumeReader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/BlockVolumeWriter.cs b/Duplicati/Library/Main/Volumes/BlockVolumeWriter.cs index 4e0841891..d03dc9732 100644 --- a/Duplicati/Library/Main/Volumes/BlockVolumeWriter.cs +++ b/Duplicati/Library/Main/Volumes/BlockVolumeWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/FilesetVolumeReader.cs b/Duplicati/Library/Main/Volumes/FilesetVolumeReader.cs index 54a808501..da5e504b4 100644 --- a/Duplicati/Library/Main/Volumes/FilesetVolumeReader.cs +++ b/Duplicati/Library/Main/Volumes/FilesetVolumeReader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/FilesetVolumeWriter.cs b/Duplicati/Library/Main/Volumes/FilesetVolumeWriter.cs index ec7e4ade7..57f5b56a2 100644 --- a/Duplicati/Library/Main/Volumes/FilesetVolumeWriter.cs +++ b/Duplicati/Library/Main/Volumes/FilesetVolumeWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/IFileEntry.cs b/Duplicati/Library/Main/Volumes/IFileEntry.cs index f70afebda..ab257660d 100644 --- a/Duplicati/Library/Main/Volumes/IFileEntry.cs +++ b/Duplicati/Library/Main/Volumes/IFileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/IParsedVolume.cs b/Duplicati/Library/Main/Volumes/IParsedVolume.cs index 6dc30ab97..20c878642 100644 --- a/Duplicati/Library/Main/Volumes/IParsedVolume.cs +++ b/Duplicati/Library/Main/Volumes/IParsedVolume.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/IndexVolumeReader.cs b/Duplicati/Library/Main/Volumes/IndexVolumeReader.cs index 198c0bccd..5c85ae594 100644 --- a/Duplicati/Library/Main/Volumes/IndexVolumeReader.cs +++ b/Duplicati/Library/Main/Volumes/IndexVolumeReader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/IndexVolumeWriter.cs b/Duplicati/Library/Main/Volumes/IndexVolumeWriter.cs index ec94f0e9c..0811f7de0 100644 --- a/Duplicati/Library/Main/Volumes/IndexVolumeWriter.cs +++ b/Duplicati/Library/Main/Volumes/IndexVolumeWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/InvalidManifestException.cs b/Duplicati/Library/Main/Volumes/InvalidManifestException.cs index f079e7238..78ccf1075 100644 --- a/Duplicati/Library/Main/Volumes/InvalidManifestException.cs +++ b/Duplicati/Library/Main/Volumes/InvalidManifestException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/VolumeBase.cs b/Duplicati/Library/Main/Volumes/VolumeBase.cs index dc54f7f16..7d4d53ad8 100644 --- a/Duplicati/Library/Main/Volumes/VolumeBase.cs +++ b/Duplicati/Library/Main/Volumes/VolumeBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/VolumeReaderBase.cs b/Duplicati/Library/Main/Volumes/VolumeReaderBase.cs index fffab0150..7530166c3 100644 --- a/Duplicati/Library/Main/Volumes/VolumeReaderBase.cs +++ b/Duplicati/Library/Main/Volumes/VolumeReaderBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Main/Volumes/VolumeWriterBase.cs b/Duplicati/Library/Main/Volumes/VolumeWriterBase.cs index c95822b98..01e3f3241 100644 --- a/Duplicati/Library/Main/Volumes/VolumeWriterBase.cs +++ b/Duplicati/Library/Main/Volumes/VolumeWriterBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/CommonOptions.cs b/Duplicati/Library/Modules/Builtin/CommonOptions.cs index 6a157c22f..675c40a21 100644 --- a/Duplicati/Library/Modules/Builtin/CommonOptions.cs +++ b/Duplicati/Library/Modules/Builtin/CommonOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs b/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs index 0765ff5b7..475632144 100644 --- a/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs +++ b/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj b/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj index c4b8904e4..85047a1fc 100644 --- a/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj +++ b/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Modules.Builtin - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Modules/Builtin/GenericModules.cs b/Duplicati/Library/Modules/Builtin/GenericModules.cs index 37a428f3e..af6cd7139 100644 --- a/Duplicati/Library/Modules/Builtin/GenericModules.cs +++ b/Duplicati/Library/Modules/Builtin/GenericModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/HyperVOptions.cs b/Duplicati/Library/Modules/Builtin/HyperVOptions.cs index f633dc940..50b27dcc6 100644 --- a/Duplicati/Library/Modules/Builtin/HyperVOptions.cs +++ b/Duplicati/Library/Modules/Builtin/HyperVOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/MSSQLOptions.cs b/Duplicati/Library/Modules/Builtin/MSSQLOptions.cs index 94dd43c44..d2cfa871a 100644 --- a/Duplicati/Library/Modules/Builtin/MSSQLOptions.cs +++ b/Duplicati/Library/Modules/Builtin/MSSQLOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/ReportHelper.cs b/Duplicati/Library/Modules/Builtin/ReportHelper.cs index cbe7bbc30..218d9b913 100644 --- a/Duplicati/Library/Modules/Builtin/ReportHelper.cs +++ b/Duplicati/Library/Modules/Builtin/ReportHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/RunScript.cs b/Duplicati/Library/Modules/Builtin/RunScript.cs index f1ff721c8..1de21f9de 100644 --- a/Duplicati/Library/Modules/Builtin/RunScript.cs +++ b/Duplicati/Library/Modules/Builtin/RunScript.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/SendHttpMessage.cs b/Duplicati/Library/Modules/Builtin/SendHttpMessage.cs index 62dcf9ee4..fc5acae07 100644 --- a/Duplicati/Library/Modules/Builtin/SendHttpMessage.cs +++ b/Duplicati/Library/Modules/Builtin/SendHttpMessage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/SendJabberMessage.cs b/Duplicati/Library/Modules/Builtin/SendJabberMessage.cs index d6f7a5813..1d8ae73dc 100644 --- a/Duplicati/Library/Modules/Builtin/SendJabberMessage.cs +++ b/Duplicati/Library/Modules/Builtin/SendJabberMessage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/SendMail.cs b/Duplicati/Library/Modules/Builtin/SendMail.cs index 723b769c3..45c14e9b3 100644 --- a/Duplicati/Library/Modules/Builtin/SendMail.cs +++ b/Duplicati/Library/Modules/Builtin/SendMail.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/SendTelegramMessage.cs b/Duplicati/Library/Modules/Builtin/SendTelegramMessage.cs index 03240aff7..1e612b2ad 100644 --- a/Duplicati/Library/Modules/Builtin/SendTelegramMessage.cs +++ b/Duplicati/Library/Modules/Builtin/SendTelegramMessage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Modules/Builtin/Strings.cs b/Duplicati/Library/Modules/Builtin/Strings.cs index 57dd7c378..7a1b5c77d 100644 --- a/Duplicati/Library/Modules/Builtin/Strings.cs +++ b/Duplicati/Library/Modules/Builtin/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/Duplicati.Library.RemoteControl.csproj b/Duplicati/Library/RemoteControl/Duplicati.Library.RemoteControl.csproj index 7f534c372..e515cdb0e 100644 --- a/Duplicati/Library/RemoteControl/Duplicati.Library.RemoteControl.csproj +++ b/Duplicati/Library/RemoteControl/Duplicati.Library.RemoteControl.csproj @@ -2,7 +2,7 @@ net10.0 - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.Library.RemoteControl enable enable diff --git a/Duplicati/Library/RemoteControl/Exceptions.cs b/Duplicati/Library/RemoteControl/Exceptions.cs index ec57c71ea..b53f02f33 100644 --- a/Duplicati/Library/RemoteControl/Exceptions.cs +++ b/Duplicati/Library/RemoteControl/Exceptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/ExchangeDataTypes.cs b/Duplicati/Library/RemoteControl/ExchangeDataTypes.cs index e4cc4f900..919b28b4e 100644 --- a/Duplicati/Library/RemoteControl/ExchangeDataTypes.cs +++ b/Duplicati/Library/RemoteControl/ExchangeDataTypes.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/KeepRemoteConnection.cs b/Duplicati/Library/RemoteControl/KeepRemoteConnection.cs index 2d185acb0..247dae380 100644 --- a/Duplicati/Library/RemoteControl/KeepRemoteConnection.cs +++ b/Duplicati/Library/RemoteControl/KeepRemoteConnection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/PeriodicRefresher.cs b/Duplicati/Library/RemoteControl/PeriodicRefresher.cs index 20c1d0fb4..524567239 100644 --- a/Duplicati/Library/RemoteControl/PeriodicRefresher.cs +++ b/Duplicati/Library/RemoteControl/PeriodicRefresher.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/RegisterForRemote.cs b/Duplicati/Library/RemoteControl/RegisterForRemote.cs index 4e2004449..3278b1a66 100644 --- a/Duplicati/Library/RemoteControl/RegisterForRemote.cs +++ b/Duplicati/Library/RemoteControl/RegisterForRemote.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/SharedTypes.cs b/Duplicati/Library/RemoteControl/SharedTypes.cs index 8245ea680..9de5a9f6f 100644 --- a/Duplicati/Library/RemoteControl/SharedTypes.cs +++ b/Duplicati/Library/RemoteControl/SharedTypes.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RemoteControl/TransportHelper.cs b/Duplicati/Library/RemoteControl/TransportHelper.cs index 9b5276d9a..66262bb5d 100644 --- a/Duplicati/Library/RemoteControl/TransportHelper.cs +++ b/Duplicati/Library/RemoteControl/TransportHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Abstractions/IApplicationSettings.cs b/Duplicati/Library/RestAPI/Abstractions/IApplicationSettings.cs index 6f4fc55ff..201685de7 100644 --- a/Duplicati/Library/RestAPI/Abstractions/IApplicationSettings.cs +++ b/Duplicati/Library/RestAPI/Abstractions/IApplicationSettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Abstractions/ILogWriteHandler.cs b/Duplicati/Library/RestAPI/Abstractions/ILogWriteHandler.cs index d041ad7b9..ac614c0e3 100644 --- a/Duplicati/Library/RestAPI/Abstractions/ILogWriteHandler.cs +++ b/Duplicati/Library/RestAPI/Abstractions/ILogWriteHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Abstractions/IProgressStateProviderService.cs b/Duplicati/Library/RestAPI/Abstractions/IProgressStateProviderService.cs index 335bb5247..7dd0075ee 100644 --- a/Duplicati/Library/RestAPI/Abstractions/IProgressStateProviderService.cs +++ b/Duplicati/Library/RestAPI/Abstractions/IProgressStateProviderService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Abstractions/IQueueRunnerService.cs b/Duplicati/Library/RestAPI/Abstractions/IQueueRunnerService.cs index 1ee4933de..9d94b87b1 100644 --- a/Duplicati/Library/RestAPI/Abstractions/IQueueRunnerService.cs +++ b/Duplicati/Library/RestAPI/Abstractions/IQueueRunnerService.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Abstractions/ISchedulerService.cs b/Duplicati/Library/RestAPI/Abstractions/ISchedulerService.cs index 398543cdb..2e7ec5bd1 100644 --- a/Duplicati/Library/RestAPI/Abstractions/ISchedulerService.cs +++ b/Duplicati/Library/RestAPI/Abstractions/ISchedulerService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/BackupImportExportHandler.cs b/Duplicati/Library/RestAPI/BackupImportExportHandler.cs index 85f7ecd4a..7c24c74a5 100644 --- a/Duplicati/Library/RestAPI/BackupImportExportHandler.cs +++ b/Duplicati/Library/RestAPI/BackupImportExportHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/Backup.cs b/Duplicati/Library/RestAPI/Database/Backup.cs index 2f11777c2..eafe4161f 100644 --- a/Duplicati/Library/RestAPI/Database/Backup.cs +++ b/Duplicati/Library/RestAPI/Database/Backup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/Connection.cs b/Duplicati/Library/RestAPI/Database/Connection.cs index 02de85423..d1791323e 100644 --- a/Duplicati/Library/RestAPI/Database/Connection.cs +++ b/Duplicati/Library/RestAPI/Database/Connection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/ConnectionString.cs b/Duplicati/Library/RestAPI/Database/ConnectionString.cs index 2a49bbb28..18b8cf92d 100644 --- a/Duplicati/Library/RestAPI/Database/ConnectionString.cs +++ b/Duplicati/Library/RestAPI/Database/ConnectionString.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/DatabaseSchemaMarker.cs b/Duplicati/Library/RestAPI/Database/DatabaseSchemaMarker.cs index 7ed8f1aa4..59c90c37d 100644 --- a/Duplicati/Library/RestAPI/Database/DatabaseSchemaMarker.cs +++ b/Duplicati/Library/RestAPI/Database/DatabaseSchemaMarker.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/Filter.cs b/Duplicati/Library/RestAPI/Database/Filter.cs index 41646f32c..c771ec646 100644 --- a/Duplicati/Library/RestAPI/Database/Filter.cs +++ b/Duplicati/Library/RestAPI/Database/Filter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/Notification.cs b/Duplicati/Library/RestAPI/Database/Notification.cs index ed043b982..c62a88b10 100644 --- a/Duplicati/Library/RestAPI/Database/Notification.cs +++ b/Duplicati/Library/RestAPI/Database/Notification.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/PbkdfConfig.cs b/Duplicati/Library/RestAPI/Database/PbkdfConfig.cs index 3d2c6a245..aaed0f995 100644 --- a/Duplicati/Library/RestAPI/Database/PbkdfConfig.cs +++ b/Duplicati/Library/RestAPI/Database/PbkdfConfig.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/QuerystringMasking.cs b/Duplicati/Library/RestAPI/Database/QuerystringMasking.cs index 2e5a9d407..807c25562 100644 --- a/Duplicati/Library/RestAPI/Database/QuerystringMasking.cs +++ b/Duplicati/Library/RestAPI/Database/QuerystringMasking.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/Schedule.cs b/Duplicati/Library/RestAPI/Database/Schedule.cs index 8c267e6ff..546a6a4ef 100644 --- a/Duplicati/Library/RestAPI/Database/Schedule.cs +++ b/Duplicati/Library/RestAPI/Database/Schedule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/ServerSettings.cs b/Duplicati/Library/RestAPI/Database/ServerSettings.cs index f0856f879..49fb1a8f1 100644 --- a/Duplicati/Library/RestAPI/Database/ServerSettings.cs +++ b/Duplicati/Library/RestAPI/Database/ServerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/Setting.cs b/Duplicati/Library/RestAPI/Database/Setting.cs index 0bb256b41..706d5e23a 100644 --- a/Duplicati/Library/RestAPI/Database/Setting.cs +++ b/Duplicati/Library/RestAPI/Database/Setting.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/SourceMasking.cs b/Duplicati/Library/RestAPI/Database/SourceMasking.cs index 53fb2318a..e18dc5fd0 100644 --- a/Duplicati/Library/RestAPI/Database/SourceMasking.cs +++ b/Duplicati/Library/RestAPI/Database/SourceMasking.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/TargetUrlEntry.cs b/Duplicati/Library/RestAPI/Database/TargetUrlEntry.cs index 861ef1546..777546873 100644 --- a/Duplicati/Library/RestAPI/Database/TargetUrlEntry.cs +++ b/Duplicati/Library/RestAPI/Database/TargetUrlEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Database/TempFile.cs b/Duplicati/Library/RestAPI/Database/TempFile.cs index 2c4984271..53709668d 100644 --- a/Duplicati/Library/RestAPI/Database/TempFile.cs +++ b/Duplicati/Library/RestAPI/Database/TempFile.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Duplicati.Library.RestAPI.csproj b/Duplicati/Library/RestAPI/Duplicati.Library.RestAPI.csproj index 3fc4c2e9e..7ec89e73a 100644 --- a/Duplicati/Library/RestAPI/Duplicati.Library.RestAPI.csproj +++ b/Duplicati/Library/RestAPI/Duplicati.Library.RestAPI.csproj @@ -2,7 +2,7 @@ net10.0 - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/RestAPI/EventPollNotify.cs b/Duplicati/Library/RestAPI/EventPollNotify.cs index 891097417..595182b8b 100644 --- a/Duplicati/Library/RestAPI/EventPollNotify.cs +++ b/Duplicati/Library/RestAPI/EventPollNotify.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/LiveControls.cs b/Duplicati/Library/RestAPI/LiveControls.cs index 8c00195cb..81f6d6be7 100644 --- a/Duplicati/Library/RestAPI/LiveControls.cs +++ b/Duplicati/Library/RestAPI/LiveControls.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/LogWriteHandler.cs b/Duplicati/Library/RestAPI/LogWriteHandler.cs index 26e3614d9..2b638d9b6 100644 --- a/Duplicati/Library/RestAPI/LogWriteHandler.cs +++ b/Duplicati/Library/RestAPI/LogWriteHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/NotificationUpdateService.cs b/Duplicati/Library/RestAPI/NotificationUpdateService.cs index ee78f322a..002d86c96 100644 --- a/Duplicati/Library/RestAPI/NotificationUpdateService.cs +++ b/Duplicati/Library/RestAPI/NotificationUpdateService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Runner.cs b/Duplicati/Library/RestAPI/Runner.cs index 4cd8c6fb5..4eef9b42e 100644 --- a/Duplicati/Library/RestAPI/Runner.cs +++ b/Duplicati/Library/RestAPI/Runner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Scheduler.cs b/Duplicati/Library/RestAPI/Scheduler.cs index 0217af8ee..39e1bd066 100644 --- a/Duplicati/Library/RestAPI/Scheduler.cs +++ b/Duplicati/Library/RestAPI/Scheduler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Serializable/ImportExportStructure.cs b/Duplicati/Library/RestAPI/Serializable/ImportExportStructure.cs index a406ee9a0..28b34b500 100644 --- a/Duplicati/Library/RestAPI/Serializable/ImportExportStructure.cs +++ b/Duplicati/Library/RestAPI/Serializable/ImportExportStructure.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Serializable/ServerSettings.cs b/Duplicati/Library/RestAPI/Serializable/ServerSettings.cs index 0f3924539..2275667c1 100644 --- a/Duplicati/Library/RestAPI/Serializable/ServerSettings.cs +++ b/Duplicati/Library/RestAPI/Serializable/ServerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Serializable/TreeNode.cs b/Duplicati/Library/RestAPI/Serializable/TreeNode.cs index 41439fe1e..1e33dbdb3 100644 --- a/Duplicati/Library/RestAPI/Serializable/TreeNode.cs +++ b/Duplicati/Library/RestAPI/Serializable/TreeNode.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/SpecialFolders.cs b/Duplicati/Library/RestAPI/SpecialFolders.cs index 180810e77..0f963de57 100644 --- a/Duplicati/Library/RestAPI/SpecialFolders.cs +++ b/Duplicati/Library/RestAPI/SpecialFolders.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/Strings.cs b/Duplicati/Library/RestAPI/Strings.cs index f94a2c7af..967adbdfa 100644 --- a/Duplicati/Library/RestAPI/Strings.cs +++ b/Duplicati/Library/RestAPI/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/RestAPI/UpdatePollThread.cs b/Duplicati/Library/RestAPI/UpdatePollThread.cs index 1d1c41716..e74e8f6c5 100644 --- a/Duplicati/Library/RestAPI/UpdatePollThread.cs +++ b/Duplicati/Library/RestAPI/UpdatePollThread.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/ResultSerialization/Duplicati.Library.ResultSerialization.csproj b/Duplicati/Library/ResultSerialization/Duplicati.Library.ResultSerialization.csproj index 8eeac87ad..f879928d3 100644 --- a/Duplicati/Library/ResultSerialization/Duplicati.Library.ResultSerialization.csproj +++ b/Duplicati/Library/ResultSerialization/Duplicati.Library.ResultSerialization.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.ResultSerialization - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/ResultSerialization/DuplicatiFormatSerializer.cs b/Duplicati/Library/ResultSerialization/DuplicatiFormatSerializer.cs index b9e83ca83..195cd47fc 100644 --- a/Duplicati/Library/ResultSerialization/DuplicatiFormatSerializer.cs +++ b/Duplicati/Library/ResultSerialization/DuplicatiFormatSerializer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/ResultSerialization/IResultFormatSerializer.cs b/Duplicati/Library/ResultSerialization/IResultFormatSerializer.cs index 501664532..6fb431a41 100644 --- a/Duplicati/Library/ResultSerialization/IResultFormatSerializer.cs +++ b/Duplicati/Library/ResultSerialization/IResultFormatSerializer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/ResultSerialization/JsonFormatSerializer.cs b/Duplicati/Library/ResultSerialization/JsonFormatSerializer.cs index a0f3f070e..eb664185d 100644 --- a/Duplicati/Library/ResultSerialization/JsonFormatSerializer.cs +++ b/Duplicati/Library/ResultSerialization/JsonFormatSerializer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/ResultSerialization/ResultExportFormat.cs b/Duplicati/Library/ResultSerialization/ResultExportFormat.cs index f675b93dd..e74e76164 100644 --- a/Duplicati/Library/ResultSerialization/ResultExportFormat.cs +++ b/Duplicati/Library/ResultSerialization/ResultExportFormat.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/ResultSerialization/ResultFormatSerializerProvider.cs b/Duplicati/Library/ResultSerialization/ResultFormatSerializerProvider.cs index 60c2a4e14..b95f49d73 100644 --- a/Duplicati/Library/ResultSerialization/ResultFormatSerializerProvider.cs +++ b/Duplicati/Library/ResultSerialization/ResultFormatSerializerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/ResultSerialization/TemplateFormatSerializer.cs b/Duplicati/Library/ResultSerialization/TemplateFormatSerializer.cs index 8ad3b53c6..7840829ba 100644 --- a/Duplicati/Library/ResultSerialization/TemplateFormatSerializer.cs +++ b/Duplicati/Library/ResultSerialization/TemplateFormatSerializer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/DbUpgradesRegistry.cs b/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/DbUpgradesRegistry.cs index 652dde19d..2054ef593 100644 --- a/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/DbUpgradesRegistry.cs +++ b/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/DbUpgradesRegistry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/IDbSchemaUpgrade.cs b/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/IDbSchemaUpgrade.cs index 806b738d8..b660148b2 100644 --- a/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/IDbSchemaUpgrade.cs +++ b/Duplicati/Library/SQLiteHelper/DBSchemaUpgrades/IDbSchemaUpgrade.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs b/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs index 00a5281b5..84b5fe40b 100644 --- a/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs +++ b/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SQLiteHelper/Duplicati.Library.SQLiteHelper.csproj b/Duplicati/Library/SQLiteHelper/Duplicati.Library.SQLiteHelper.csproj index 9029b0161..db03958ea 100644 --- a/Duplicati/Library/SQLiteHelper/Duplicati.Library.SQLiteHelper.csproj +++ b/Duplicati/Library/SQLiteHelper/Duplicati.Library.SQLiteHelper.csproj @@ -6,7 +6,7 @@ SQLiteHelper SQLiteHelper for Duplicati Duplicati.Library.SQLiteHelper - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs b/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs index 8a7500fa7..58d3fd7c8 100644 --- a/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs +++ b/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SQLiteHelper/SQLiteRC4Decrypter.cs b/Duplicati/Library/SQLiteHelper/SQLiteRC4Decrypter.cs index 009e70ebf..43c9265fd 100644 --- a/Duplicati/Library/SQLiteHelper/SQLiteRC4Decrypter.cs +++ b/Duplicati/Library/SQLiteHelper/SQLiteRC4Decrypter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SQLiteHelper/Strings.cs b/Duplicati/Library/SQLiteHelper/Strings.cs index 147412dd3..90f4c94b3 100644 --- a/Duplicati/Library/SQLiteHelper/Strings.cs +++ b/Duplicati/Library/SQLiteHelper/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/AWSSecretProvider.cs b/Duplicati/Library/SecretProvider/AWSSecretProvider.cs index b16c060af..1c9b6fb49 100644 --- a/Duplicati/Library/SecretProvider/AWSSecretProvider.cs +++ b/Duplicati/Library/SecretProvider/AWSSecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/AzureSecretProvider.cs b/Duplicati/Library/SecretProvider/AzureSecretProvider.cs index 05e236aba..41b7faa71 100644 --- a/Duplicati/Library/SecretProvider/AzureSecretProvider.cs +++ b/Duplicati/Library/SecretProvider/AzureSecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/Duplicati.Library.SecretProvider.csproj b/Duplicati/Library/SecretProvider/Duplicati.Library.SecretProvider.csproj index ee29886c8..8b1b6b91a 100644 --- a/Duplicati/Library/SecretProvider/Duplicati.Library.SecretProvider.csproj +++ b/Duplicati/Library/SecretProvider/Duplicati.Library.SecretProvider.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.SecretProvider - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license enable enable diff --git a/Duplicati/Library/SecretProvider/EnvironmentSecretProvider.cs b/Duplicati/Library/SecretProvider/EnvironmentSecretProvider.cs index 82dab656a..c013242ba 100644 --- a/Duplicati/Library/SecretProvider/EnvironmentSecretProvider.cs +++ b/Duplicati/Library/SecretProvider/EnvironmentSecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/FileSecretProvider.cs b/Duplicati/Library/SecretProvider/FileSecretProvider.cs index 49526e1ed..635fbd211 100644 --- a/Duplicati/Library/SecretProvider/FileSecretProvider.cs +++ b/Duplicati/Library/SecretProvider/FileSecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/GCSSecretProvider.cs b/Duplicati/Library/SecretProvider/GCSSecretProvider.cs index 4ed5dbe28..2ce81a922 100644 --- a/Duplicati/Library/SecretProvider/GCSSecretProvider.cs +++ b/Duplicati/Library/SecretProvider/GCSSecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/HCVaultSecretProvider.cs b/Duplicati/Library/SecretProvider/HCVaultSecretProvider.cs index c67c888c9..4e26b0e50 100644 --- a/Duplicati/Library/SecretProvider/HCVaultSecretProvider.cs +++ b/Duplicati/Library/SecretProvider/HCVaultSecretProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/LibSecret/SecretCollection.cs b/Duplicati/Library/SecretProvider/LibSecret/SecretCollection.cs index 0dddcd0cb..d81a224c7 100644 --- a/Duplicati/Library/SecretProvider/LibSecret/SecretCollection.cs +++ b/Duplicati/Library/SecretProvider/LibSecret/SecretCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/LibSecretLinuxProvider.cs b/Duplicati/Library/SecretProvider/LibSecretLinuxProvider.cs index d7383732d..952cdb8e5 100644 --- a/Duplicati/Library/SecretProvider/LibSecretLinuxProvider.cs +++ b/Duplicati/Library/SecretProvider/LibSecretLinuxProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/MacOSKeyChainProvider.cs b/Duplicati/Library/SecretProvider/MacOSKeyChainProvider.cs index deb5f8798..2af4b73a9 100644 --- a/Duplicati/Library/SecretProvider/MacOSKeyChainProvider.cs +++ b/Duplicati/Library/SecretProvider/MacOSKeyChainProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/SecretProviderModules.cs b/Duplicati/Library/SecretProvider/SecretProviderModules.cs index 4b1f18e5e..3f9d76935 100644 --- a/Duplicati/Library/SecretProvider/SecretProviderModules.cs +++ b/Duplicati/Library/SecretProvider/SecretProviderModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/Strings.cs b/Duplicati/Library/SecretProvider/Strings.cs index 3293a800f..b9dcab986 100644 --- a/Duplicati/Library/SecretProvider/Strings.cs +++ b/Duplicati/Library/SecretProvider/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/UnixPassProvider.cs b/Duplicati/Library/SecretProvider/UnixPassProvider.cs index 01c082dc6..b4efb5a7b 100644 --- a/Duplicati/Library/SecretProvider/UnixPassProvider.cs +++ b/Duplicati/Library/SecretProvider/UnixPassProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SecretProvider/WindowsCredentialManagerProvider.cs b/Duplicati/Library/SecretProvider/WindowsCredentialManagerProvider.cs index e95842650..0632a431f 100644 --- a/Duplicati/Library/SecretProvider/WindowsCredentialManagerProvider.cs +++ b/Duplicati/Library/SecretProvider/WindowsCredentialManagerProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Duplicati.Library.Snapshots.csproj b/Duplicati/Library/Snapshots/Duplicati.Library.Snapshots.csproj index 8d4a48d5f..0ec1fca08 100644 --- a/Duplicati/Library/Snapshots/Duplicati.Library.Snapshots.csproj +++ b/Duplicati/Library/Snapshots/Duplicati.Library.Snapshots.csproj @@ -2,7 +2,7 @@ net10.0 - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.Library.Snapshots diff --git a/Duplicati/Library/Snapshots/LinuxSnapshot.cs b/Duplicati/Library/Snapshots/LinuxSnapshot.cs index 83b786ddc..2c0f69424 100644 --- a/Duplicati/Library/Snapshots/LinuxSnapshot.cs +++ b/Duplicati/Library/Snapshots/LinuxSnapshot.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOS/MacOSPhotoAssetEntry.cs b/Duplicati/Library/Snapshots/MacOS/MacOSPhotoAssetEntry.cs index 7d6e3d2fd..bb99f7fb9 100644 --- a/Duplicati/Library/Snapshots/MacOS/MacOSPhotoAssetEntry.cs +++ b/Duplicati/Library/Snapshots/MacOS/MacOSPhotoAssetEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOS/MacOSPhotoSubFolder.cs b/Duplicati/Library/Snapshots/MacOS/MacOSPhotoSubFolder.cs index 76d4552a9..f383de5c3 100644 --- a/Duplicati/Library/Snapshots/MacOS/MacOSPhotoSubFolder.cs +++ b/Duplicati/Library/Snapshots/MacOS/MacOSPhotoSubFolder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibrary.cs b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibrary.cs index df6ea56eb..ac7a3848e 100644 --- a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibrary.cs +++ b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibrary.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibraryEntry.cs b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibraryEntry.cs index 6ccebfcf2..6c9b323eb 100644 --- a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibraryEntry.cs +++ b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosLibraryEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNative.cs b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNative.cs index 8de4a8474..e788a496c 100644 --- a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNative.cs +++ b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNative.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNativeStream.cs b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNativeStream.cs index a9c0bb9d6..2c493db23 100644 --- a/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNativeStream.cs +++ b/Duplicati/Library/Snapshots/MacOS/MacOSPhotosNativeStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/MacOSSnapshot.cs b/Duplicati/Library/Snapshots/MacOSSnapshot.cs index 5d20716d7..b74cf6b20 100644 --- a/Duplicati/Library/Snapshots/MacOSSnapshot.cs +++ b/Duplicati/Library/Snapshots/MacOSSnapshot.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/NoSnapshotLinux.cs b/Duplicati/Library/Snapshots/NoSnapshotLinux.cs index fc5c53036..236a4d483 100644 --- a/Duplicati/Library/Snapshots/NoSnapshotLinux.cs +++ b/Duplicati/Library/Snapshots/NoSnapshotLinux.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/NoSnapshotMacOS.cs b/Duplicati/Library/Snapshots/NoSnapshotMacOS.cs index 6263119b1..1475d059c 100644 --- a/Duplicati/Library/Snapshots/NoSnapshotMacOS.cs +++ b/Duplicati/Library/Snapshots/NoSnapshotMacOS.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/NoSnapshotWindows.cs b/Duplicati/Library/Snapshots/NoSnapshotWindows.cs index 88bc9c3cd..2a113e21d 100644 --- a/Duplicati/Library/Snapshots/NoSnapshotWindows.cs +++ b/Duplicati/Library/Snapshots/NoSnapshotWindows.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/PowerModeProvider.cs b/Duplicati/Library/Snapshots/PowerModeProvider.cs index 427ff2ae6..1f2c1cfb7 100644 --- a/Duplicati/Library/Snapshots/PowerModeProvider.cs +++ b/Duplicati/Library/Snapshots/PowerModeProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/PowerModeUtility.cs b/Duplicati/Library/Snapshots/PowerModeUtility.cs index 197f8f1a2..8fbedc7e7 100644 --- a/Duplicati/Library/Snapshots/PowerModeUtility.cs +++ b/Duplicati/Library/Snapshots/PowerModeUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Program.cs b/Duplicati/Library/Snapshots/Program.cs index d091584b2..7af969a53 100644 --- a/Duplicati/Library/Snapshots/Program.cs +++ b/Duplicati/Library/Snapshots/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/SnapshotBase.cs b/Duplicati/Library/Snapshots/SnapshotBase.cs index edc55266f..6ee60d51b 100644 --- a/Duplicati/Library/Snapshots/SnapshotBase.cs +++ b/Duplicati/Library/Snapshots/SnapshotBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/SnapshotSourceFileEntry.cs b/Duplicati/Library/Snapshots/SnapshotSourceFileEntry.cs index 8139cbd70..012c9bff2 100644 --- a/Duplicati/Library/Snapshots/SnapshotSourceFileEntry.cs +++ b/Duplicati/Library/Snapshots/SnapshotSourceFileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/SnapshotUtility.cs b/Duplicati/Library/Snapshots/SnapshotUtility.cs index ea25a6cb2..ab4c52c37 100644 --- a/Duplicati/Library/Snapshots/SnapshotUtility.cs +++ b/Duplicati/Library/Snapshots/SnapshotUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Strings.cs b/Duplicati/Library/Snapshots/Strings.cs index e8c470b9c..36b0c0dce 100644 --- a/Duplicati/Library/Snapshots/Strings.cs +++ b/Duplicati/Library/Snapshots/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/USN/USNJournal.cs b/Duplicati/Library/Snapshots/USN/USNJournal.cs index 73346ae59..bc879094c 100644 --- a/Duplicati/Library/Snapshots/USN/USNJournal.cs +++ b/Duplicati/Library/Snapshots/USN/USNJournal.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/USN/UsnJournalService.cs b/Duplicati/Library/Snapshots/USN/UsnJournalService.cs index cc5963199..e42e99392 100644 --- a/Duplicati/Library/Snapshots/USN/UsnJournalService.cs +++ b/Duplicati/Library/Snapshots/USN/UsnJournalService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/USN/Win32USN.cs b/Duplicati/Library/Snapshots/USN/Win32USN.cs index 3a9ebf7c2..4a7ddcd34 100644 --- a/Duplicati/Library/Snapshots/USN/Win32USN.cs +++ b/Duplicati/Library/Snapshots/USN/Win32USN.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Windows/AlphaVssBackup.cs b/Duplicati/Library/Snapshots/Windows/AlphaVssBackup.cs index 47aa28838..197eb6c0c 100644 --- a/Duplicati/Library/Snapshots/Windows/AlphaVssBackup.cs +++ b/Duplicati/Library/Snapshots/Windows/AlphaVssBackup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Windows/HyperVUtility.cs b/Duplicati/Library/Snapshots/Windows/HyperVUtility.cs index 02e4624f7..8a6937758 100644 --- a/Duplicati/Library/Snapshots/Windows/HyperVUtility.cs +++ b/Duplicati/Library/Snapshots/Windows/HyperVUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Windows/MSSQLUtility.cs b/Duplicati/Library/Snapshots/Windows/MSSQLUtility.cs index 5be13e517..6c91249f5 100644 --- a/Duplicati/Library/Snapshots/Windows/MSSQLUtility.cs +++ b/Duplicati/Library/Snapshots/Windows/MSSQLUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Windows/SnapshotManager.cs b/Duplicati/Library/Snapshots/Windows/SnapshotManager.cs index 6d0a50cd2..f5987a2af 100644 --- a/Duplicati/Library/Snapshots/Windows/SnapshotManager.cs +++ b/Duplicati/Library/Snapshots/Windows/SnapshotManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Windows/WindowsPowerModeProvider.cs b/Duplicati/Library/Snapshots/Windows/WindowsPowerModeProvider.cs index 603a5c9fe..3ab2743a1 100644 --- a/Duplicati/Library/Snapshots/Windows/WindowsPowerModeProvider.cs +++ b/Duplicati/Library/Snapshots/Windows/WindowsPowerModeProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/Windows/WindowsShimLoader.cs b/Duplicati/Library/Snapshots/Windows/WindowsShimLoader.cs index 56ab16b31..69b2942da 100644 --- a/Duplicati/Library/Snapshots/Windows/WindowsShimLoader.cs +++ b/Duplicati/Library/Snapshots/Windows/WindowsShimLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/WindowsSnapshot.cs b/Duplicati/Library/Snapshots/WindowsSnapshot.cs index 64692bc71..961e53df4 100644 --- a/Duplicati/Library/Snapshots/WindowsSnapshot.cs +++ b/Duplicati/Library/Snapshots/WindowsSnapshot.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Snapshots/WindowsSnapshotProvider.cs b/Duplicati/Library/Snapshots/WindowsSnapshotProvider.cs index 059922d72..29fd7074b 100644 --- a/Duplicati/Library/Snapshots/WindowsSnapshotProvider.cs +++ b/Duplicati/Library/Snapshots/WindowsSnapshotProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProvider/Builtin/BackendSourceFileEntry.cs b/Duplicati/Library/SourceProvider/Builtin/BackendSourceFileEntry.cs index 84269072c..167a99c1b 100644 --- a/Duplicati/Library/SourceProvider/Builtin/BackendSourceFileEntry.cs +++ b/Duplicati/Library/SourceProvider/Builtin/BackendSourceFileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProvider/Builtin/BackendSourceProvider.cs b/Duplicati/Library/SourceProvider/Builtin/BackendSourceProvider.cs index 6cd4a020c..1d0e8b92c 100644 --- a/Duplicati/Library/SourceProvider/Builtin/BackendSourceProvider.cs +++ b/Duplicati/Library/SourceProvider/Builtin/BackendSourceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProvider/Builtin/Combiner.cs b/Duplicati/Library/SourceProvider/Builtin/Combiner.cs index c539ce4f3..a006ac551 100644 --- a/Duplicati/Library/SourceProvider/Builtin/Combiner.cs +++ b/Duplicati/Library/SourceProvider/Builtin/Combiner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProvider/Builtin/FileRestoreDestinationProvider.cs b/Duplicati/Library/SourceProvider/Builtin/FileRestoreDestinationProvider.cs index 7813af536..368085c86 100644 --- a/Duplicati/Library/SourceProvider/Builtin/FileRestoreDestinationProvider.cs +++ b/Duplicati/Library/SourceProvider/Builtin/FileRestoreDestinationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProvider/Builtin/LocalFileSource.cs b/Duplicati/Library/SourceProvider/Builtin/LocalFileSource.cs index 2ce92ffb9..cf1ee6cfa 100644 --- a/Duplicati/Library/SourceProvider/Builtin/LocalFileSource.cs +++ b/Duplicati/Library/SourceProvider/Builtin/LocalFileSource.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProvider/Builtin/Strings.cs b/Duplicati/Library/SourceProvider/Builtin/Strings.cs index 64cc9e118..48826609a 100644 --- a/Duplicati/Library/SourceProvider/Builtin/Strings.cs +++ b/Duplicati/Library/SourceProvider/Builtin/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProviders/RestoreDestinationProviderModules.cs b/Duplicati/Library/SourceProviders/RestoreDestinationProviderModules.cs index c4bf9dcea..c19e0907f 100644 --- a/Duplicati/Library/SourceProviders/RestoreDestinationProviderModules.cs +++ b/Duplicati/Library/SourceProviders/RestoreDestinationProviderModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/SourceProviders/SourceProviderModules.cs b/Duplicati/Library/SourceProviders/SourceProviderModules.cs index 1945a55f1..65fcef63c 100644 --- a/Duplicati/Library/SourceProviders/SourceProviderModules.cs +++ b/Duplicati/Library/SourceProviders/SourceProviderModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/UsageReporter/Duplicati.Library.UsageReporter.csproj b/Duplicati/Library/UsageReporter/Duplicati.Library.UsageReporter.csproj index 011ff7ee3..4b93b8fe9 100644 --- a/Duplicati/Library/UsageReporter/Duplicati.Library.UsageReporter.csproj +++ b/Duplicati/Library/UsageReporter/Duplicati.Library.UsageReporter.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/UsageReporter/EventProcessor.cs b/Duplicati/Library/UsageReporter/EventProcessor.cs index 04d1fc810..a46285872 100644 --- a/Duplicati/Library/UsageReporter/EventProcessor.cs +++ b/Duplicati/Library/UsageReporter/EventProcessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/UsageReporter/ReportItem.cs b/Duplicati/Library/UsageReporter/ReportItem.cs index 534e70806..be0e91c5c 100644 --- a/Duplicati/Library/UsageReporter/ReportItem.cs +++ b/Duplicati/Library/UsageReporter/ReportItem.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/UsageReporter/ReportSet.cs b/Duplicati/Library/UsageReporter/ReportSet.cs index cac29cc32..f8487066e 100644 --- a/Duplicati/Library/UsageReporter/ReportSet.cs +++ b/Duplicati/Library/UsageReporter/ReportSet.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/UsageReporter/ReportSetUploader.cs b/Duplicati/Library/UsageReporter/ReportSetUploader.cs index 438fb2df0..d460b6636 100644 --- a/Duplicati/Library/UsageReporter/ReportSetUploader.cs +++ b/Duplicati/Library/UsageReporter/ReportSetUploader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/UsageReporter/ReportType.cs b/Duplicati/Library/UsageReporter/ReportType.cs index a8aead69f..c36439ee1 100644 --- a/Duplicati/Library/UsageReporter/ReportType.cs +++ b/Duplicati/Library/UsageReporter/ReportType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/UsageReporter/Reporter.cs b/Duplicati/Library/UsageReporter/Reporter.cs index 35ce6e684..31114e55f 100644 --- a/Duplicati/Library/UsageReporter/Reporter.cs +++ b/Duplicati/Library/UsageReporter/Reporter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/BackendExtensions.cs b/Duplicati/Library/Utility/BackendExtensions.cs index 24defe232..333074464 100644 --- a/Duplicati/Library/Utility/BackendExtensions.cs +++ b/Duplicati/Library/Utility/BackendExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/CallContextSettings.cs b/Duplicati/Library/Utility/CallContextSettings.cs index 9528c8116..a80463fbc 100644 --- a/Duplicati/Library/Utility/CallContextSettings.cs +++ b/Duplicati/Library/Utility/CallContextSettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/CommandLineArgumentMapper.cs b/Duplicati/Library/Utility/CommandLineArgumentMapper.cs index 8d661715a..7f8907030 100644 --- a/Duplicati/Library/Utility/CommandLineArgumentMapper.cs +++ b/Duplicati/Library/Utility/CommandLineArgumentMapper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/CommandLineArgumentValidator.cs b/Duplicati/Library/Utility/CommandLineArgumentValidator.cs index fa207464c..e8b37441a 100644 --- a/Duplicati/Library/Utility/CommandLineArgumentValidator.cs +++ b/Duplicati/Library/Utility/CommandLineArgumentValidator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/CommandLineParser.cs b/Duplicati/Library/Utility/CommandLineParser.cs index 347570cd5..e2b032b7f 100644 --- a/Duplicati/Library/Utility/CommandLineParser.cs +++ b/Duplicati/Library/Utility/CommandLineParser.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/DeviceIDHelper.cs b/Duplicati/Library/Utility/DeviceIDHelper.cs index 64f896b06..9353f8d1a 100644 --- a/Duplicati/Library/Utility/DeviceIDHelper.cs +++ b/Duplicati/Library/Utility/DeviceIDHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Duplicati.Library.Utility.csproj b/Duplicati/Library/Utility/Duplicati.Library.Utility.csproj index 6e84d397b..bbf0fe61b 100644 --- a/Duplicati/Library/Utility/Duplicati.Library.Utility.csproj +++ b/Duplicati/Library/Utility/Duplicati.Library.Utility.csproj @@ -4,7 +4,7 @@ net10.0 Library Duplicati.Library.Utility - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Library/Utility/EnumerableExtensions.cs b/Duplicati/Library/Utility/EnumerableExtensions.cs index 9a8e6ed06..afc5b8754 100644 --- a/Duplicati/Library/Utility/EnumerableExtensions.cs +++ b/Duplicati/Library/Utility/EnumerableExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/ExceptionExtensions.cs b/Duplicati/Library/Utility/ExceptionExtensions.cs index e7cace39d..d57da9896 100644 --- a/Duplicati/Library/Utility/ExceptionExtensions.cs +++ b/Duplicati/Library/Utility/ExceptionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/FileBackedList.cs b/Duplicati/Library/Utility/FileBackedList.cs index ab0a7c848..a8b7377bf 100644 --- a/Duplicati/Library/Utility/FileBackedList.cs +++ b/Duplicati/Library/Utility/FileBackedList.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/FilterCollector.cs b/Duplicati/Library/Utility/FilterCollector.cs index 7c6b48255..d95a2249a 100644 --- a/Duplicati/Library/Utility/FilterCollector.cs +++ b/Duplicati/Library/Utility/FilterCollector.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/FilterExpression.cs b/Duplicati/Library/Utility/FilterExpression.cs index 266a3b562..3d37677ac 100644 --- a/Duplicati/Library/Utility/FilterExpression.cs +++ b/Duplicati/Library/Utility/FilterExpression.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/FilterGroups.cs b/Duplicati/Library/Utility/FilterGroups.cs index 35bfdaf3e..1c760dd35 100644 --- a/Duplicati/Library/Utility/FilterGroups.cs +++ b/Duplicati/Library/Utility/FilterGroups.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HashCalculatingStream.cs b/Duplicati/Library/Utility/HashCalculatingStream.cs index b73a7303d..9aeb86f46 100644 --- a/Duplicati/Library/Utility/HashCalculatingStream.cs +++ b/Duplicati/Library/Utility/HashCalculatingStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HashExtentions.cs b/Duplicati/Library/Utility/HashExtentions.cs index 1bc0250e0..c006680ae 100644 --- a/Duplicati/Library/Utility/HashExtentions.cs +++ b/Duplicati/Library/Utility/HashExtentions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HashFactory.cs b/Duplicati/Library/Utility/HashFactory.cs index 06cf8d3af..49a026011 100644 --- a/Duplicati/Library/Utility/HashFactory.cs +++ b/Duplicati/Library/Utility/HashFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HelpOptionExtensions.cs b/Duplicati/Library/Utility/HelpOptionExtensions.cs index 209adfab3..7d4798b9e 100644 --- a/Duplicati/Library/Utility/HelpOptionExtensions.cs +++ b/Duplicati/Library/Utility/HelpOptionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HostKeyException.cs b/Duplicati/Library/Utility/HostKeyException.cs index 4b555f6ae..a7533be8c 100644 --- a/Duplicati/Library/Utility/HostKeyException.cs +++ b/Duplicati/Library/Utility/HostKeyException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HttpClientExtensions.cs b/Duplicati/Library/Utility/HttpClientExtensions.cs index 1247818b1..7dc6313e4 100644 --- a/Duplicati/Library/Utility/HttpClientExtensions.cs +++ b/Duplicati/Library/Utility/HttpClientExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/HttpClientHelper.cs b/Duplicati/Library/Utility/HttpClientHelper.cs index 40cdef66a..c0ff1ab9f 100644 --- a/Duplicati/Library/Utility/HttpClientHelper.cs +++ b/Duplicati/Library/Utility/HttpClientHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/IFilter.cs b/Duplicati/Library/Utility/IFilter.cs index 28e83ea7f..5368fdcf5 100644 --- a/Duplicati/Library/Utility/IFilter.cs +++ b/Duplicati/Library/Utility/IFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/JoinedFilterExpression.cs b/Duplicati/Library/Utility/JoinedFilterExpression.cs index a823804d3..863405d93 100644 --- a/Duplicati/Library/Utility/JoinedFilterExpression.cs +++ b/Duplicati/Library/Utility/JoinedFilterExpression.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/MD5HashHelper.cs b/Duplicati/Library/Utility/MD5HashHelper.cs index 4063c0ce6..cc8c6d7d6 100644 --- a/Duplicati/Library/Utility/MD5HashHelper.cs +++ b/Duplicati/Library/Utility/MD5HashHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/MemoryInfo.cs b/Duplicati/Library/Utility/MemoryInfo.cs index b53d3bfc8..a82547d57 100644 --- a/Duplicati/Library/Utility/MemoryInfo.cs +++ b/Duplicati/Library/Utility/MemoryInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/OSInfoHelper.cs b/Duplicati/Library/Utility/OSInfoHelper.cs index 0c9aa8952..4008c9d3a 100644 --- a/Duplicati/Library/Utility/OSInfoHelper.cs +++ b/Duplicati/Library/Utility/OSInfoHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Options/AuthIdOptionsHelper.cs b/Duplicati/Library/Utility/Options/AuthIdOptionsHelper.cs index dfd61b901..03a2f5669 100644 --- a/Duplicati/Library/Utility/Options/AuthIdOptionsHelper.cs +++ b/Duplicati/Library/Utility/Options/AuthIdOptionsHelper.cs @@ -1,6 +1,6 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Options/AuthOptionsHelper.cs b/Duplicati/Library/Utility/Options/AuthOptionsHelper.cs index a812244f7..dcc057b31 100644 --- a/Duplicati/Library/Utility/Options/AuthOptionsHelper.cs +++ b/Duplicati/Library/Utility/Options/AuthOptionsHelper.cs @@ -1,6 +1,6 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Options/SslOptionsHelper.cs b/Duplicati/Library/Utility/Options/SslOptionsHelper.cs index 982e73ad9..b04147201 100644 --- a/Duplicati/Library/Utility/Options/SslOptionsHelper.cs +++ b/Duplicati/Library/Utility/Options/SslOptionsHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Options/TimeoutOptionsHelper.cs b/Duplicati/Library/Utility/Options/TimeoutOptionsHelper.cs index 1864df23e..4a3ad8e15 100644 --- a/Duplicati/Library/Utility/Options/TimeoutOptionsHelper.cs +++ b/Duplicati/Library/Utility/Options/TimeoutOptionsHelper.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/OverrideableStream.cs b/Duplicati/Library/Utility/OverrideableStream.cs index b331c0b2f..86027128c 100644 --- a/Duplicati/Library/Utility/OverrideableStream.cs +++ b/Duplicati/Library/Utility/OverrideableStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/PermissionHelper.cs b/Duplicati/Library/Utility/PermissionHelper.cs index 552a776e6..7624d245c 100644 --- a/Duplicati/Library/Utility/PermissionHelper.cs +++ b/Duplicati/Library/Utility/PermissionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Power/DefaultPowerSupplyState.cs b/Duplicati/Library/Utility/Power/DefaultPowerSupplyState.cs index b87922010..7dae448e2 100644 --- a/Duplicati/Library/Utility/Power/DefaultPowerSupplyState.cs +++ b/Duplicati/Library/Utility/Power/DefaultPowerSupplyState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Power/IPowerSupplyState.cs b/Duplicati/Library/Utility/Power/IPowerSupplyState.cs index d3ec9756d..afea4185c 100644 --- a/Duplicati/Library/Utility/Power/IPowerSupplyState.cs +++ b/Duplicati/Library/Utility/Power/IPowerSupplyState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Power/LinuxPowerSupplyState.cs b/Duplicati/Library/Utility/Power/LinuxPowerSupplyState.cs index b6d063b6c..7e1a8f0ff 100644 --- a/Duplicati/Library/Utility/Power/LinuxPowerSupplyState.cs +++ b/Duplicati/Library/Utility/Power/LinuxPowerSupplyState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Power/MacOSPowerSupplyState.cs b/Duplicati/Library/Utility/Power/MacOSPowerSupplyState.cs index 0627d3263..dc477a145 100644 --- a/Duplicati/Library/Utility/Power/MacOSPowerSupplyState.cs +++ b/Duplicati/Library/Utility/Power/MacOSPowerSupplyState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Power/PowerSupply.cs b/Duplicati/Library/Utility/Power/PowerSupply.cs index 681c3dc1f..9fe998364 100644 --- a/Duplicati/Library/Utility/Power/PowerSupply.cs +++ b/Duplicati/Library/Utility/Power/PowerSupply.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Power/WindowsPowerSupplyState.cs b/Duplicati/Library/Utility/Power/WindowsPowerSupplyState.cs index 4a2f809f9..84d4aadb6 100644 --- a/Duplicati/Library/Utility/Power/WindowsPowerSupplyState.cs +++ b/Duplicati/Library/Utility/Power/WindowsPowerSupplyState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/ProcessDisposer.cs b/Duplicati/Library/Utility/ProcessDisposer.cs index 07fda1404..d5559c15d 100644 --- a/Duplicati/Library/Utility/ProcessDisposer.cs +++ b/Duplicati/Library/Utility/ProcessDisposer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/ProgressReportingStream.cs b/Duplicati/Library/Utility/ProgressReportingStream.cs index 54851f798..6858708b3 100644 --- a/Duplicati/Library/Utility/ProgressReportingStream.cs +++ b/Duplicati/Library/Utility/ProgressReportingStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/ReadLimitLengthStream.cs b/Duplicati/Library/Utility/ReadLimitLengthStream.cs index 184b87096..0f89b303b 100644 --- a/Duplicati/Library/Utility/ReadLimitLengthStream.cs +++ b/Duplicati/Library/Utility/ReadLimitLengthStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/RegistryUtility.cs b/Duplicati/Library/Utility/RegistryUtility.cs index 1ebfc96aa..da7d01aa3 100644 --- a/Duplicati/Library/Utility/RegistryUtility.cs +++ b/Duplicati/Library/Utility/RegistryUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/RetryHelper.cs b/Duplicati/Library/Utility/RetryHelper.cs index 1bbcaae3e..45c98af0c 100644 --- a/Duplicati/Library/Utility/RetryHelper.cs +++ b/Duplicati/Library/Utility/RetryHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/ShaderStream.cs b/Duplicati/Library/Utility/ShaderStream.cs index 3bd89b3b1..b7df4e7df 100644 --- a/Duplicati/Library/Utility/ShaderStream.cs +++ b/Duplicati/Library/Utility/ShaderStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Sizeparser.cs b/Duplicati/Library/Utility/Sizeparser.cs index ef7872f9c..2710b0bfb 100644 --- a/Duplicati/Library/Utility/Sizeparser.cs +++ b/Duplicati/Library/Utility/Sizeparser.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/SslCertificateValidator.cs b/Duplicati/Library/Utility/SslCertificateValidator.cs index 4eb9d76ef..5d5295d10 100644 --- a/Duplicati/Library/Utility/SslCertificateValidator.cs +++ b/Duplicati/Library/Utility/SslCertificateValidator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Strings.cs b/Duplicati/Library/Utility/Strings.cs index 3ba7f93fb..87848e178 100644 --- a/Duplicati/Library/Utility/Strings.cs +++ b/Duplicati/Library/Utility/Strings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/TempFile.cs b/Duplicati/Library/Utility/TempFile.cs index cc1f1a8ee..e1e2af6ab 100644 --- a/Duplicati/Library/Utility/TempFile.cs +++ b/Duplicati/Library/Utility/TempFile.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/TempFileStream.cs b/Duplicati/Library/Utility/TempFileStream.cs index 85b8efcd2..f3aa0243d 100644 --- a/Duplicati/Library/Utility/TempFileStream.cs +++ b/Duplicati/Library/Utility/TempFileStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/TempFolder.cs b/Duplicati/Library/Utility/TempFolder.cs index d22d33bb4..6ffd76379 100644 --- a/Duplicati/Library/Utility/TempFolder.cs +++ b/Duplicati/Library/Utility/TempFolder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/TimeZoneHelper.cs b/Duplicati/Library/Utility/TimeZoneHelper.cs index f9195e39e..58ba95db7 100644 --- a/Duplicati/Library/Utility/TimeZoneHelper.cs +++ b/Duplicati/Library/Utility/TimeZoneHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Timeparser.cs b/Duplicati/Library/Utility/Timeparser.cs index 0731b8de5..60c21a316 100644 --- a/Duplicati/Library/Utility/Timeparser.cs +++ b/Duplicati/Library/Utility/Timeparser.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Uri.cs b/Duplicati/Library/Utility/Uri.cs index 3e66cc54f..195e4f017 100644 --- a/Duplicati/Library/Utility/Uri.cs +++ b/Duplicati/Library/Utility/Uri.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/UrlPath.cs b/Duplicati/Library/Utility/UrlPath.cs index db1370a16..75abaf421 100644 --- a/Duplicati/Library/Utility/UrlPath.cs +++ b/Duplicati/Library/Utility/UrlPath.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/UrlUtility.cs b/Duplicati/Library/Utility/UrlUtility.cs index caa0bf102..1195e73aa 100644 --- a/Duplicati/Library/Utility/UrlUtility.cs +++ b/Duplicati/Library/Utility/UrlUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Utility.cs b/Duplicati/Library/Utility/Utility.cs index fe68e9bd7..9b721f721 100644 --- a/Duplicati/Library/Utility/Utility.cs +++ b/Duplicati/Library/Utility/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/Utility/Win32.cs b/Duplicati/Library/Utility/Win32.cs index 9e2c5e0f6..b43e5a12b 100644 --- a/Duplicati/Library/Utility/Win32.cs +++ b/Duplicati/Library/Utility/Win32.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/BackupDataStream.cs b/Duplicati/Library/WindowsModules/BackupDataStream.cs index 257eec912..f332829d0 100644 --- a/Duplicati/Library/WindowsModules/BackupDataStream.cs +++ b/Duplicati/Library/WindowsModules/BackupDataStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/Duplicati.Library.WindowsModules.csproj b/Duplicati/Library/WindowsModules/Duplicati.Library.WindowsModules.csproj index bf1d85040..ac4f06767 100644 --- a/Duplicati/Library/WindowsModules/Duplicati.Library.WindowsModules.csproj +++ b/Duplicati/Library/WindowsModules/Duplicati.Library.WindowsModules.csproj @@ -2,7 +2,7 @@ net10.0-windows7.0 - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.Library.WindowsModules true diff --git a/Duplicati/Library/WindowsModules/PowerManagementModule.cs b/Duplicati/Library/WindowsModules/PowerManagementModule.cs index 1173d321f..87f778a02 100644 --- a/Duplicati/Library/WindowsModules/PowerManagementModule.cs +++ b/Duplicati/Library/WindowsModules/PowerManagementModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/SeBackupPrivilegeScope.cs b/Duplicati/Library/WindowsModules/SeBackupPrivilegeScope.cs index 2b378ac16..d96520af8 100644 --- a/Duplicati/Library/WindowsModules/SeBackupPrivilegeScope.cs +++ b/Duplicati/Library/WindowsModules/SeBackupPrivilegeScope.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/Util.cs b/Duplicati/Library/WindowsModules/Util.cs index 7fd57fa29..6f484d99e 100644 --- a/Duplicati/Library/WindowsModules/Util.cs +++ b/Duplicati/Library/WindowsModules/Util.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/VanaraVssBackup.cs b/Duplicati/Library/WindowsModules/VanaraVssBackup.cs index fdf7af7d5..9f6430e1c 100644 --- a/Duplicati/Library/WindowsModules/VanaraVssBackup.cs +++ b/Duplicati/Library/WindowsModules/VanaraVssBackup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/WmicShadowCopyManager.cs b/Duplicati/Library/WindowsModules/WmicShadowCopyManager.cs index a36dc8b29..22d5bf26d 100644 --- a/Duplicati/Library/WindowsModules/WmicShadowCopyManager.cs +++ b/Duplicati/Library/WindowsModules/WmicShadowCopyManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Library/WindowsModules/WmicVssBackup.cs b/Duplicati/Library/WindowsModules/WmicVssBackup.cs index 455b656d4..230289e05 100644 --- a/Duplicati/Library/WindowsModules/WmicVssBackup.cs +++ b/Duplicati/Library/WindowsModules/WmicVssBackup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/License/Duplicati.License.csproj b/Duplicati/License/Duplicati.License.csproj index fe059e82e..e1cb1f27d 100644 --- a/Duplicati/License/Duplicati.License.csproj +++ b/Duplicati/License/Duplicati.License.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/License/LicenseEntry.cs b/Duplicati/License/LicenseEntry.cs index 05981b855..6285e42f3 100644 --- a/Duplicati/License/LicenseEntry.cs +++ b/Duplicati/License/LicenseEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/License/LicenseReader.cs b/Duplicati/License/LicenseReader.cs index 55fd6f513..485260089 100644 --- a/Duplicati/License/LicenseReader.cs +++ b/Duplicati/License/LicenseReader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/License/VersionNumbers.cs b/Duplicati/License/VersionNumbers.cs index 6799fdbef..510e2a9ac 100644 --- a/Duplicati/License/VersionNumbers.cs +++ b/Duplicati/License/VersionNumbers.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/PackageRef/Duplicati.PackageRef.csproj b/Duplicati/PackageRef/Duplicati.PackageRef.csproj index d80cc1c0b..732c63369 100644 --- a/Duplicati/PackageRef/Duplicati.PackageRef.csproj +++ b/Duplicati/PackageRef/Duplicati.PackageRef.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Duplicati.Server.Serialization.csproj b/Duplicati/Server/Duplicati.Server.Serialization/Duplicati.Server.Serialization.csproj index d116cbf15..17c0b919a 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Duplicati.Server.Serialization.csproj +++ b/Duplicati/Server/Duplicati.Server.Serialization/Duplicati.Server.Serialization.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Enums.cs b/Duplicati/Server/Duplicati.Server.Serialization/Enums.cs index 592b1e927..8b5fae2fa 100755 --- a/Duplicati/Server/Duplicati.Server.Serialization/Enums.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Enums.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Filter.cs b/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Filter.cs index cabb59433..e2d6c482c 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Filter.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Filter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Notification.cs b/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Notification.cs index db0dee811..5dbe5c0b0 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Notification.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Notification.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Setting.cs b/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Setting.cs index a32a1bb49..362324d6e 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Setting.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Implementations/Setting.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IBackup.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IBackup.cs index 8f738e38d..7c0bfbec9 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IBackup.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IBackup.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IDynamicModule.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IDynamicModule.cs index fa41e30b6..e174def22 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IDynamicModule.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IDynamicModule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IFilter.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IFilter.cs index 817f0478d..e63ed7c44 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IFilter.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/INotification.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/INotification.cs index ae8a447b0..ac9e77167 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/INotification.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/INotification.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IProgressEventData.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IProgressEventData.cs index 743737d85..7009dc901 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IProgressEventData.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IProgressEventData.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IQueuedTask.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IQueuedTask.cs index ccaa14a35..12d410ef7 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/IQueuedTask.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/IQueuedTask.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISchedule.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISchedule.cs index fba036f01..3ee129f7d 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISchedule.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISchedule.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISetting.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISetting.cs index 7c7ab1014..c9a063b14 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISetting.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/ISetting.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Interface/ITargetUrlEntry.cs b/Duplicati/Server/Duplicati.Server.Serialization/Interface/ITargetUrlEntry.cs index 9b285c6ca..5f7678ac5 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Interface/ITargetUrlEntry.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Interface/ITargetUrlEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/InterfaceResolver.cs b/Duplicati/Server/Duplicati.Server.Serialization/InterfaceResolver.cs index 872be6cb0..bb30be7c2 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/InterfaceResolver.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/InterfaceResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.Serialization/Serializer.cs b/Duplicati/Server/Duplicati.Server.Serialization/Serializer.cs index c5a5c62f8..a3dd180c6 100644 --- a/Duplicati/Server/Duplicati.Server.Serialization/Serializer.cs +++ b/Duplicati/Server/Duplicati.Server.Serialization/Serializer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/Duplicati.Server.csproj b/Duplicati/Server/Duplicati.Server.csproj index fb8297662..bf8885a65 100644 --- a/Duplicati/Server/Duplicati.Server.csproj +++ b/Duplicati/Server/Duplicati.Server.csproj @@ -3,7 +3,7 @@ net10.0 Duplicati.Server.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license $(NoWarn);NU1510 diff --git a/Duplicati/Server/Program.cs b/Duplicati/Server/Program.cs index 85e899b32..44d7ebed2 100644 --- a/Duplicati/Server/Program.cs +++ b/Duplicati/Server/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/SingleInstance.cs b/Duplicati/Server/SingleInstance.cs index 31ee87d9f..71112f367 100644 --- a/Duplicati/Server/SingleInstance.cs +++ b/Duplicati/Server/SingleInstance.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/WebServerLoader.cs b/Duplicati/Server/WebServerLoader.cs index ff059c8fd..6d47c1b1b 100644 --- a/Duplicati/Server/WebServerLoader.cs +++ b/Duplicati/Server/WebServerLoader.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Server/WindowsEventLogSource.cs b/Duplicati/Server/WindowsEventLogSource.cs index be5ee55b6..b8a69a1ff 100644 --- a/Duplicati/Server/WindowsEventLogSource.cs +++ b/Duplicati/Server/WindowsEventLogSource.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Service/Duplicati.Service.csproj b/Duplicati/Service/Duplicati.Service.csproj index 6fdd57552..58eb9d18c 100644 --- a/Duplicati/Service/Duplicati.Service.csproj +++ b/Duplicati/Service/Duplicati.Service.csproj @@ -3,7 +3,7 @@ net10.0 Duplicati.Service.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/Service/Program.cs b/Duplicati/Service/Program.cs index 6e105e0aa..ee4faf89b 100644 --- a/Duplicati/Service/Program.cs +++ b/Duplicati/Service/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Service/Runner.cs b/Duplicati/Service/Runner.cs index a406fe1a7..4462e7084 100644 --- a/Duplicati/Service/Runner.cs +++ b/Duplicati/Service/Runner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/ShellExtension/Duplicati.ShellExtension.csproj b/Duplicati/ShellExtension/Duplicati.ShellExtension.csproj index 74ff63d37..5043779f9 100644 --- a/Duplicati/ShellExtension/Duplicati.ShellExtension.csproj +++ b/Duplicati/ShellExtension/Duplicati.ShellExtension.csproj @@ -2,7 +2,7 @@ net10.0-windows7.0 - Copyright (C) 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license Duplicati.ShellExtension true enable diff --git a/Duplicati/ShellExtension/DuplicatiClient.cs b/Duplicati/ShellExtension/DuplicatiClient.cs index 5057329ea..ea27cb2cd 100644 --- a/Duplicati/ShellExtension/DuplicatiClient.cs +++ b/Duplicati/ShellExtension/DuplicatiClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/ShellExtension/FolderBackupStatus.cs b/Duplicati/ShellExtension/FolderBackupStatus.cs index 04e9b44b8..c257be179 100644 --- a/Duplicati/ShellExtension/FolderBackupStatus.cs +++ b/Duplicati/ShellExtension/FolderBackupStatus.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/ShellExtension/IconOverlayHandler.cs b/Duplicati/ShellExtension/IconOverlayHandler.cs index 396afa098..2ae7e9695 100644 --- a/Duplicati/ShellExtension/IconOverlayHandler.cs +++ b/Duplicati/ShellExtension/IconOverlayHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/Tools/Duplicati.Tools.csproj b/Duplicati/Tools/Duplicati.Tools.csproj index 0a4d5516b..807f3df70 100644 --- a/Duplicati/Tools/Duplicati.Tools.csproj +++ b/Duplicati/Tools/Duplicati.Tools.csproj @@ -3,7 +3,7 @@ net10.0 Library - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license false false diff --git a/Duplicati/Tools/Unused.cs b/Duplicati/Tools/Unused.cs index ebb34bb59..4ae074802 100644 --- a/Duplicati/Tools/Unused.cs +++ b/Duplicati/Tools/Unused.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/AESStringEncryptionTests.cs b/Duplicati/UnitTest/AESStringEncryptionTests.cs index e072f1a9e..067cf24c2 100644 --- a/Duplicati/UnitTest/AESStringEncryptionTests.cs +++ b/Duplicati/UnitTest/AESStringEncryptionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ArchiveAttributeTests.cs b/Duplicati/UnitTest/ArchiveAttributeTests.cs index 304c1e2cc..8543f6c47 100644 --- a/Duplicati/UnitTest/ArchiveAttributeTests.cs +++ b/Duplicati/UnitTest/ArchiveAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/BackendToolTests.cs b/Duplicati/UnitTest/BackendToolTests.cs index 139330912..db16349f7 100755 --- a/Duplicati/UnitTest/BackendToolTests.cs +++ b/Duplicati/UnitTest/BackendToolTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/BackupExclusionAttributeTests.cs b/Duplicati/UnitTest/BackupExclusionAttributeTests.cs index 5f84dfe34..90a2159e5 100644 --- a/Duplicati/UnitTest/BackupExclusionAttributeTests.cs +++ b/Duplicati/UnitTest/BackupExclusionAttributeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/BasicSetupHelper.cs b/Duplicati/UnitTest/BasicSetupHelper.cs index 3c712c660..4fe16f4f5 100644 --- a/Duplicati/UnitTest/BasicSetupHelper.cs +++ b/Duplicati/UnitTest/BasicSetupHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/BorderTests.cs b/Duplicati/UnitTest/BorderTests.cs index f5f2fba59..468d770c9 100644 --- a/Duplicati/UnitTest/BorderTests.cs +++ b/Duplicati/UnitTest/BorderTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/CertificateTests.cs b/Duplicati/UnitTest/CertificateTests.cs index 8cdc69261..d44fd8645 100644 --- a/Duplicati/UnitTest/CertificateTests.cs +++ b/Duplicati/UnitTest/CertificateTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/CommandLineOperationsTests.cs b/Duplicati/UnitTest/CommandLineOperationsTests.cs index c0bd6ff99..2c51e2a0d 100644 --- a/Duplicati/UnitTest/CommandLineOperationsTests.cs +++ b/Duplicati/UnitTest/CommandLineOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/CompactDisruptionTests.cs b/Duplicati/UnitTest/CompactDisruptionTests.cs index 9b4c38a4c..40548cbd5 100644 --- a/Duplicati/UnitTest/CompactDisruptionTests.cs +++ b/Duplicati/UnitTest/CompactDisruptionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/CompressionTests.cs b/Duplicati/UnitTest/CompressionTests.cs index b625d01c7..2810b76fa 100644 --- a/Duplicati/UnitTest/CompressionTests.cs +++ b/Duplicati/UnitTest/CompressionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ControllerTests.cs b/Duplicati/UnitTest/ControllerTests.cs index 2738c0474..25de80d72 100644 --- a/Duplicati/UnitTest/ControllerTests.cs +++ b/Duplicati/UnitTest/ControllerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DatabaseToolTests.cs b/Duplicati/UnitTest/DatabaseToolTests.cs index 66349a913..8055afa83 100644 --- a/Duplicati/UnitTest/DatabaseToolTests.cs +++ b/Duplicati/UnitTest/DatabaseToolTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DeleteHandlerTests.cs b/Duplicati/UnitTest/DeleteHandlerTests.cs index 68a8f200d..88e50625d 100644 --- a/Duplicati/UnitTest/DeleteHandlerTests.cs +++ b/Duplicati/UnitTest/DeleteHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DeterministicErrorBackend.cs b/Duplicati/UnitTest/DeterministicErrorBackend.cs index 4aad0ddcc..b2bf97a38 100644 --- a/Duplicati/UnitTest/DeterministicErrorBackend.cs +++ b/Duplicati/UnitTest/DeterministicErrorBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/DiskImageTests.cs b/Duplicati/UnitTest/DiskImage/DiskImageTests.cs index b06f78962..f235bc4ac 100644 --- a/Duplicati/UnitTest/DiskImage/DiskImageTests.cs +++ b/Duplicati/UnitTest/DiskImage/DiskImageTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/Helpers/DiskImageHelperFactory.cs b/Duplicati/UnitTest/DiskImage/Helpers/DiskImageHelperFactory.cs index 62b9cff38..424398ac1 100644 --- a/Duplicati/UnitTest/DiskImage/Helpers/DiskImageHelperFactory.cs +++ b/Duplicati/UnitTest/DiskImage/Helpers/DiskImageHelperFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/Helpers/DiskImageTestHelpers.cs b/Duplicati/UnitTest/DiskImage/Helpers/DiskImageTestHelpers.cs index 4a3fa02ca..1936789ce 100644 --- a/Duplicati/UnitTest/DiskImage/Helpers/DiskImageTestHelpers.cs +++ b/Duplicati/UnitTest/DiskImage/Helpers/DiskImageTestHelpers.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/Helpers/IDiskImageHelper.cs b/Duplicati/UnitTest/DiskImage/Helpers/IDiskImageHelper.cs index 32ac8d3b3..b8ac1d996 100644 --- a/Duplicati/UnitTest/DiskImage/Helpers/IDiskImageHelper.cs +++ b/Duplicati/UnitTest/DiskImage/Helpers/IDiskImageHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/Helpers/LinuxDiskImageHelper.cs b/Duplicati/UnitTest/DiskImage/Helpers/LinuxDiskImageHelper.cs index 09cac98ef..f50a923a4 100644 --- a/Duplicati/UnitTest/DiskImage/Helpers/LinuxDiskImageHelper.cs +++ b/Duplicati/UnitTest/DiskImage/Helpers/LinuxDiskImageHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/Helpers/MacOSDiskImageHelper.cs b/Duplicati/UnitTest/DiskImage/Helpers/MacOSDiskImageHelper.cs index 1ad564f08..cfb0ef6de 100644 --- a/Duplicati/UnitTest/DiskImage/Helpers/MacOSDiskImageHelper.cs +++ b/Duplicati/UnitTest/DiskImage/Helpers/MacOSDiskImageHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DiskImage/Helpers/WindowsDiskImageHelper.cs b/Duplicati/UnitTest/DiskImage/Helpers/WindowsDiskImageHelper.cs index 2dd756969..674723ca5 100644 --- a/Duplicati/UnitTest/DiskImage/Helpers/WindowsDiskImageHelper.cs +++ b/Duplicati/UnitTest/DiskImage/Helpers/WindowsDiskImageHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DisruptionTests.cs b/Duplicati/UnitTest/DisruptionTests.cs index 2dce9358f..5709b72d6 100644 --- a/Duplicati/UnitTest/DisruptionTests.cs +++ b/Duplicati/UnitTest/DisruptionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/DuplicatePathTests.cs b/Duplicati/UnitTest/DuplicatePathTests.cs index 1b1036623..f241f7b49 100644 --- a/Duplicati/UnitTest/DuplicatePathTests.cs +++ b/Duplicati/UnitTest/DuplicatePathTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Duplicati.UnitTest.csproj b/Duplicati/UnitTest/Duplicati.UnitTest.csproj index 293c1e559..b886dea3c 100644 --- a/Duplicati/UnitTest/Duplicati.UnitTest.csproj +++ b/Duplicati/UnitTest/Duplicati.UnitTest.csproj @@ -6,7 +6,7 @@ false false Duplicati.UnitTest - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/UnitTest/EmptyMetadataTests.cs b/Duplicati/UnitTest/EmptyMetadataTests.cs index 499437efc..fc52487d7 100644 --- a/Duplicati/UnitTest/EmptyMetadataTests.cs +++ b/Duplicati/UnitTest/EmptyMetadataTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/EncryptedFieldHelperTests.cs b/Duplicati/UnitTest/EncryptedFieldHelperTests.cs index fa8a94977..5010c702e 100644 --- a/Duplicati/UnitTest/EncryptedFieldHelperTests.cs +++ b/Duplicati/UnitTest/EncryptedFieldHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/FilterTest.cs b/Duplicati/UnitTest/FilterTest.cs index 9f9928c68..c26f83b92 100644 --- a/Duplicati/UnitTest/FilterTest.cs +++ b/Duplicati/UnitTest/FilterTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/FolderStatusServiceTests.cs b/Duplicati/UnitTest/FolderStatusServiceTests.cs index ed411ac3f..cb923a3d1 100644 --- a/Duplicati/UnitTest/FolderStatusServiceTests.cs +++ b/Duplicati/UnitTest/FolderStatusServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/GeneralBlackBoxTesting.cs b/Duplicati/UnitTest/GeneralBlackBoxTesting.cs index 992aafac9..4bcd74bfb 100644 --- a/Duplicati/UnitTest/GeneralBlackBoxTesting.cs +++ b/Duplicati/UnitTest/GeneralBlackBoxTesting.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/HasherTests.cs b/Duplicati/UnitTest/HasherTests.cs index 4e9e17a74..d6c16dcef 100644 --- a/Duplicati/UnitTest/HasherTests.cs +++ b/Duplicati/UnitTest/HasherTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/HttpsConfigurationTests.cs b/Duplicati/UnitTest/HttpsConfigurationTests.cs index 2b2ced42b..e4a04dc6e 100644 --- a/Duplicati/UnitTest/HttpsConfigurationTests.cs +++ b/Duplicati/UnitTest/HttpsConfigurationTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/IOTests.cs b/Duplicati/UnitTest/IOTests.cs index d24729b1f..b5557b005 100644 --- a/Duplicati/UnitTest/IOTests.cs +++ b/Duplicati/UnitTest/IOTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ImportExportTests.cs b/Duplicati/UnitTest/ImportExportTests.cs index 64ba12bd0..418293299 100644 --- a/Duplicati/UnitTest/ImportExportTests.cs +++ b/Duplicati/UnitTest/ImportExportTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue1410.cs b/Duplicati/UnitTest/Issue1410.cs index 6c4fe4b47..c63fec294 100644 --- a/Duplicati/UnitTest/Issue1410.cs +++ b/Duplicati/UnitTest/Issue1410.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue1723.cs b/Duplicati/UnitTest/Issue1723.cs index 514d62171..7c5f8cc84 100644 --- a/Duplicati/UnitTest/Issue1723.cs +++ b/Duplicati/UnitTest/Issue1723.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue4312.cs b/Duplicati/UnitTest/Issue4312.cs index a357b9de3..8839854fb 100644 --- a/Duplicati/UnitTest/Issue4312.cs +++ b/Duplicati/UnitTest/Issue4312.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue4693.cs b/Duplicati/UnitTest/Issue4693.cs index a3555bfec..0f58d4a0e 100644 --- a/Duplicati/UnitTest/Issue4693.cs +++ b/Duplicati/UnitTest/Issue4693.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue4988.cs b/Duplicati/UnitTest/Issue4988.cs index 0d2b57ca5..d5c037a6a 100644 --- a/Duplicati/UnitTest/Issue4988.cs +++ b/Duplicati/UnitTest/Issue4988.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue5066.cs b/Duplicati/UnitTest/Issue5066.cs index 73638764d..0b9b3dedb 100644 --- a/Duplicati/UnitTest/Issue5066.cs +++ b/Duplicati/UnitTest/Issue5066.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue5097.cs b/Duplicati/UnitTest/Issue5097.cs index 4f3018c7a..db9de1f1d 100644 --- a/Duplicati/UnitTest/Issue5097.cs +++ b/Duplicati/UnitTest/Issue5097.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue5196.cs b/Duplicati/UnitTest/Issue5196.cs index e04fdd7d4..090869a6e 100644 --- a/Duplicati/UnitTest/Issue5196.cs +++ b/Duplicati/UnitTest/Issue5196.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue5845.cs b/Duplicati/UnitTest/Issue5845.cs index a69234955..aec87d3dd 100644 --- a/Duplicati/UnitTest/Issue5845.cs +++ b/Duplicati/UnitTest/Issue5845.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue5862.cs b/Duplicati/UnitTest/Issue5862.cs index 3c05c7a84..c5091fe2f 100644 --- a/Duplicati/UnitTest/Issue5862.cs +++ b/Duplicati/UnitTest/Issue5862.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue5987.cs b/Duplicati/UnitTest/Issue5987.cs index 63073a292..c7a51e9c8 100644 --- a/Duplicati/UnitTest/Issue5987.cs +++ b/Duplicati/UnitTest/Issue5987.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6070.cs b/Duplicati/UnitTest/Issue6070.cs index b86f27416..5d6a096de 100644 --- a/Duplicati/UnitTest/Issue6070.cs +++ b/Duplicati/UnitTest/Issue6070.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6127.cs b/Duplicati/UnitTest/Issue6127.cs index 8e212bdbd..f17c7c6cc 100644 --- a/Duplicati/UnitTest/Issue6127.cs +++ b/Duplicati/UnitTest/Issue6127.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6200.cs b/Duplicati/UnitTest/Issue6200.cs index 9193d7ed8..6321f0d86 100644 --- a/Duplicati/UnitTest/Issue6200.cs +++ b/Duplicati/UnitTest/Issue6200.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6235.cs b/Duplicati/UnitTest/Issue6235.cs index 74431b224..597c7f388 100644 --- a/Duplicati/UnitTest/Issue6235.cs +++ b/Duplicati/UnitTest/Issue6235.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6254.cs b/Duplicati/UnitTest/Issue6254.cs index bad5e075e..1a7f2f3e0 100644 --- a/Duplicati/UnitTest/Issue6254.cs +++ b/Duplicati/UnitTest/Issue6254.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6296.cs b/Duplicati/UnitTest/Issue6296.cs index bfaad55c2..c5a120f34 100644 --- a/Duplicati/UnitTest/Issue6296.cs +++ b/Duplicati/UnitTest/Issue6296.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6339.cs b/Duplicati/UnitTest/Issue6339.cs index 332ae6257..77fb3c2ad 100644 --- a/Duplicati/UnitTest/Issue6339.cs +++ b/Duplicati/UnitTest/Issue6339.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6504.cs b/Duplicati/UnitTest/Issue6504.cs index 488818326..a3d60b653 100644 --- a/Duplicati/UnitTest/Issue6504.cs +++ b/Duplicati/UnitTest/Issue6504.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6529.cs b/Duplicati/UnitTest/Issue6529.cs index c96905447..1fd943b8a 100644 --- a/Duplicati/UnitTest/Issue6529.cs +++ b/Duplicati/UnitTest/Issue6529.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6539.cs b/Duplicati/UnitTest/Issue6539.cs index 399cd3bc2..8e8129415 100644 --- a/Duplicati/UnitTest/Issue6539.cs +++ b/Duplicati/UnitTest/Issue6539.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6688.cs b/Duplicati/UnitTest/Issue6688.cs index 48e117c38..e2fa67b90 100644 --- a/Duplicati/UnitTest/Issue6688.cs +++ b/Duplicati/UnitTest/Issue6688.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/Issue6705.cs b/Duplicati/UnitTest/Issue6705.cs index 3c44e92b0..7ec306a1b 100644 --- a/Duplicati/UnitTest/Issue6705.cs +++ b/Duplicati/UnitTest/Issue6705.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/IssueTests.cs b/Duplicati/UnitTest/IssueTests.cs index 00cd8a493..ad9311a27 100644 --- a/Duplicati/UnitTest/IssueTests.cs +++ b/Duplicati/UnitTest/IssueTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/LocalDatabaseRemoveRemoteVolumesTests.cs b/Duplicati/UnitTest/LocalDatabaseRemoveRemoteVolumesTests.cs index 43d420bd5..358bac42f 100644 --- a/Duplicati/UnitTest/LocalDatabaseRemoveRemoteVolumesTests.cs +++ b/Duplicati/UnitTest/LocalDatabaseRemoveRemoteVolumesTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/LocalListAffectedDatabaseTests.cs b/Duplicati/UnitTest/LocalListAffectedDatabaseTests.cs index d244dfec7..6efd6019b 100644 --- a/Duplicati/UnitTest/LocalListAffectedDatabaseTests.cs +++ b/Duplicati/UnitTest/LocalListAffectedDatabaseTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/LockingDeleteAndCompactTests.cs b/Duplicati/UnitTest/LockingDeleteAndCompactTests.cs index 6d767c38f..5fe91c769 100644 --- a/Duplicati/UnitTest/LockingDeleteAndCompactTests.cs +++ b/Duplicati/UnitTest/LockingDeleteAndCompactTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/MaskingUnmaskingTest.cs b/Duplicati/UnitTest/MaskingUnmaskingTest.cs index b5a0126eb..5d3cd466c 100644 --- a/Duplicati/UnitTest/MaskingUnmaskingTest.cs +++ b/Duplicati/UnitTest/MaskingUnmaskingTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/MetadataContentInDatabaseTests.cs b/Duplicati/UnitTest/MetadataContentInDatabaseTests.cs index 3304898e9..d9b2e173d 100644 --- a/Duplicati/UnitTest/MetadataContentInDatabaseTests.cs +++ b/Duplicati/UnitTest/MetadataContentInDatabaseTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/OptionsTests.cs b/Duplicati/UnitTest/OptionsTests.cs index de6569ef7..2970d8a0c 100644 --- a/Duplicati/UnitTest/OptionsTests.cs +++ b/Duplicati/UnitTest/OptionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/PreventEmptySourceTest.cs b/Duplicati/UnitTest/PreventEmptySourceTest.cs index b25ed0034..4fe4b6cd0 100644 --- a/Duplicati/UnitTest/PreventEmptySourceTest.cs +++ b/Duplicati/UnitTest/PreventEmptySourceTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ProblematicPathTests.cs b/Duplicati/UnitTest/ProblematicPathTests.cs index b815ef0f4..af247d2c8 100644 --- a/Duplicati/UnitTest/ProblematicPathTests.cs +++ b/Duplicati/UnitTest/ProblematicPathTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/PurgeTesting.cs b/Duplicati/UnitTest/PurgeTesting.cs index af1986867..98db35387 100644 --- a/Duplicati/UnitTest/PurgeTesting.cs +++ b/Duplicati/UnitTest/PurgeTesting.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RandomErrorBackend.cs b/Duplicati/UnitTest/RandomErrorBackend.cs index 611bf7567..060143f06 100644 --- a/Duplicati/UnitTest/RandomErrorBackend.cs +++ b/Duplicati/UnitTest/RandomErrorBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RecoveryToolTests.cs b/Duplicati/UnitTest/RecoveryToolTests.cs index e4a4a68cd..28bdd392f 100644 --- a/Duplicati/UnitTest/RecoveryToolTests.cs +++ b/Duplicati/UnitTest/RecoveryToolTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RemoteSynchronizationHandlerTests.cs b/Duplicati/UnitTest/RemoteSynchronizationHandlerTests.cs index c03cb41e5..4d9c8e6e1 100644 --- a/Duplicati/UnitTest/RemoteSynchronizationHandlerTests.cs +++ b/Duplicati/UnitTest/RemoteSynchronizationHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RepairHandlerTests.cs b/Duplicati/UnitTest/RepairHandlerTests.cs index d6fe983bf..66b918fc1 100644 --- a/Duplicati/UnitTest/RepairHandlerTests.cs +++ b/Duplicati/UnitTest/RepairHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RepairWithMissingRemoteFiles.cs b/Duplicati/UnitTest/RepairWithMissingRemoteFiles.cs index 0236143af..2904be91f 100644 --- a/Duplicati/UnitTest/RepairWithMissingRemoteFiles.cs +++ b/Duplicati/UnitTest/RepairWithMissingRemoteFiles.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RestoreHandlerTests.cs b/Duplicati/UnitTest/RestoreHandlerTests.cs index 54840190d..78db8bd6f 100644 --- a/Duplicati/UnitTest/RestoreHandlerTests.cs +++ b/Duplicati/UnitTest/RestoreHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ResultFormatSerializerProviderTest.cs b/Duplicati/UnitTest/ResultFormatSerializerProviderTest.cs index 321cbdccb..33ca760de 100644 --- a/Duplicati/UnitTest/ResultFormatSerializerProviderTest.cs +++ b/Duplicati/UnitTest/ResultFormatSerializerProviderTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/RunScriptTests.cs b/Duplicati/UnitTest/RunScriptTests.cs index 2822c69cd..4084d4ab0 100644 --- a/Duplicati/UnitTest/RunScriptTests.cs +++ b/Duplicati/UnitTest/RunScriptTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/S3BackendEndpointParsingTests.cs b/Duplicati/UnitTest/S3BackendEndpointParsingTests.cs index b32f54ffe..11259fe87 100644 --- a/Duplicati/UnitTest/S3BackendEndpointParsingTests.cs +++ b/Duplicati/UnitTest/S3BackendEndpointParsingTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SQLiteTests.cs b/Duplicati/UnitTest/SQLiteTests.cs index da0f9f04a..cd9ed644c 100755 --- a/Duplicati/UnitTest/SQLiteTests.cs +++ b/Duplicati/UnitTest/SQLiteTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SVNCheckoutsTest.cs b/Duplicati/UnitTest/SVNCheckoutsTest.cs index 44a8a589d..dcab361eb 100644 --- a/Duplicati/UnitTest/SVNCheckoutsTest.cs +++ b/Duplicati/UnitTest/SVNCheckoutsTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SecretProviderHelperTests.cs b/Duplicati/UnitTest/SecretProviderHelperTests.cs index a018ad086..79c44517c 100644 --- a/Duplicati/UnitTest/SecretProviderHelperTests.cs +++ b/Duplicati/UnitTest/SecretProviderHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SecretProviderSetSecretTests.cs b/Duplicati/UnitTest/SecretProviderSetSecretTests.cs index 107ee83dc..efcb2e0fd 100644 --- a/Duplicati/UnitTest/SecretProviderSetSecretTests.cs +++ b/Duplicati/UnitTest/SecretProviderSetSecretTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ServerApiIntegrationTests.cs b/Duplicati/UnitTest/ServerApiIntegrationTests.cs index 17070cb20..7910ce3da 100644 --- a/Duplicati/UnitTest/ServerApiIntegrationTests.cs +++ b/Duplicati/UnitTest/ServerApiIntegrationTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SetLocksHandlerTests.cs b/Duplicati/UnitTest/SetLocksHandlerTests.cs index 63155624e..ed8955bf3 100644 --- a/Duplicati/UnitTest/SetLocksHandlerTests.cs +++ b/Duplicati/UnitTest/SetLocksHandlerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SizeOmittingBackend.cs b/Duplicati/UnitTest/SizeOmittingBackend.cs index e564f8da3..f6b437ae0 100644 --- a/Duplicati/UnitTest/SizeOmittingBackend.cs +++ b/Duplicati/UnitTest/SizeOmittingBackend.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SoftDeleteTests.cs b/Duplicati/UnitTest/SoftDeleteTests.cs index b26f4e6bc..f4d918ab2 100644 --- a/Duplicati/UnitTest/SoftDeleteTests.cs +++ b/Duplicati/UnitTest/SoftDeleteTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SourceMaskingTests.cs b/Duplicati/UnitTest/SourceMaskingTests.cs index 6c5f45368..30f008a71 100644 --- a/Duplicati/UnitTest/SourceMaskingTests.cs +++ b/Duplicati/UnitTest/SourceMaskingTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/StatisticsTests.cs b/Duplicati/UnitTest/StatisticsTests.cs index 178e4a6b6..b646a8a2b 100644 --- a/Duplicati/UnitTest/StatisticsTests.cs +++ b/Duplicati/UnitTest/StatisticsTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/SymLinkTests.cs b/Duplicati/UnitTest/SymLinkTests.cs index c8ee5190b..01656e535 100755 --- a/Duplicati/UnitTest/SymLinkTests.cs +++ b/Duplicati/UnitTest/SymLinkTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/TemplateSerializerTests.cs b/Duplicati/UnitTest/TemplateSerializerTests.cs index 0fd7a5b9f..3804cb121 100644 --- a/Duplicati/UnitTest/TemplateSerializerTests.cs +++ b/Duplicati/UnitTest/TemplateSerializerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/TestHyperVParser.cs b/Duplicati/UnitTest/TestHyperVParser.cs index 8ec532555..8799946e4 100644 --- a/Duplicati/UnitTest/TestHyperVParser.cs +++ b/Duplicati/UnitTest/TestHyperVParser.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/TestUtils.cs b/Duplicati/UnitTest/TestUtils.cs index 1f58d7a80..d56221bbf 100644 --- a/Duplicati/UnitTest/TestUtils.cs +++ b/Duplicati/UnitTest/TestUtils.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/TimeSpanParserTests.cs b/Duplicati/UnitTest/TimeSpanParserTests.cs index 27b8183ef..3b35de3df 100644 --- a/Duplicati/UnitTest/TimeSpanParserTests.cs +++ b/Duplicati/UnitTest/TimeSpanParserTests.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/TimeZoneHelperTests.cs b/Duplicati/UnitTest/TimeZoneHelperTests.cs index b12b72779..61535be8d 100644 --- a/Duplicati/UnitTest/TimeZoneHelperTests.cs +++ b/Duplicati/UnitTest/TimeZoneHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ToolTests.cs b/Duplicati/UnitTest/ToolTests.cs index 8088bd263..4936dcb3b 100644 --- a/Duplicati/UnitTest/ToolTests.cs +++ b/Duplicati/UnitTest/ToolTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/UriUtilityTests.cs b/Duplicati/UnitTest/UriUtilityTests.cs index c4605c07e..f11947189 100644 --- a/Duplicati/UnitTest/UriUtilityTests.cs +++ b/Duplicati/UnitTest/UriUtilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/UtilityTests.cs b/Duplicati/UnitTest/UtilityTests.cs index 21aff0ee5..72071fda5 100644 --- a/Duplicati/UnitTest/UtilityTests.cs +++ b/Duplicati/UnitTest/UtilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/VacuumAndBugReportTests.cs b/Duplicati/UnitTest/VacuumAndBugReportTests.cs index 2852934d3..9714d92f0 100644 --- a/Duplicati/UnitTest/VacuumAndBugReportTests.cs +++ b/Duplicati/UnitTest/VacuumAndBugReportTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/WebApiTests.cs b/Duplicati/UnitTest/WebApiTests.cs index 123c9b37a..355b61a2d 100644 --- a/Duplicati/UnitTest/WebApiTests.cs +++ b/Duplicati/UnitTest/WebApiTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/UnitTest/ZipFallbackTest.cs b/Duplicati/UnitTest/ZipFallbackTest.cs index ea89584a0..f7cdd4596 100644 --- a/Duplicati/UnitTest/ZipFallbackTest.cs +++ b/Duplicati/UnitTest/ZipFallbackTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/FileEntry.cs b/Duplicati/WebserverCore/Abstractions/FileEntry.cs index 64fff541a..67da4b3f1 100644 --- a/Duplicati/WebserverCore/Abstractions/FileEntry.cs +++ b/Duplicati/WebserverCore/Abstractions/FileEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IBackupListService.cs b/Duplicati/WebserverCore/Abstractions/IBackupListService.cs index 7a6512c19..55d4ff19e 100644 --- a/Duplicati/WebserverCore/Abstractions/IBackupListService.cs +++ b/Duplicati/WebserverCore/Abstractions/IBackupListService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ICommandlineRunService.cs b/Duplicati/WebserverCore/Abstractions/ICommandlineRunService.cs index 40851d87e..72beb1129 100644 --- a/Duplicati/WebserverCore/Abstractions/ICommandlineRunService.cs +++ b/Duplicati/WebserverCore/Abstractions/ICommandlineRunService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IEndpointV1.cs b/Duplicati/WebserverCore/Abstractions/IEndpointV1.cs index 610ed4d6f..94dbd98d1 100644 --- a/Duplicati/WebserverCore/Abstractions/IEndpointV1.cs +++ b/Duplicati/WebserverCore/Abstractions/IEndpointV1.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IEndpointV2.cs b/Duplicati/WebserverCore/Abstractions/IEndpointV2.cs index 99b9af63d..1a47976ee 100644 --- a/Duplicati/WebserverCore/Abstractions/IEndpointV2.cs +++ b/Duplicati/WebserverCore/Abstractions/IEndpointV2.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IFolderStatusService.cs b/Duplicati/WebserverCore/Abstractions/IFolderStatusService.cs index 44c0255be..3a0e06971 100644 --- a/Duplicati/WebserverCore/Abstractions/IFolderStatusService.cs +++ b/Duplicati/WebserverCore/Abstractions/IFolderStatusService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IHostnameValidator.cs b/Duplicati/WebserverCore/Abstractions/IHostnameValidator.cs index 246230942..ba0a1bfe4 100644 --- a/Duplicati/WebserverCore/Abstractions/IHostnameValidator.cs +++ b/Duplicati/WebserverCore/Abstractions/IHostnameValidator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IJWTTokenProvider.cs b/Duplicati/WebserverCore/Abstractions/IJWTTokenProvider.cs index f8d650cc4..3c34d5ccd 100644 --- a/Duplicati/WebserverCore/Abstractions/IJWTTokenProvider.cs +++ b/Duplicati/WebserverCore/Abstractions/IJWTTokenProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ILanguageService.cs b/Duplicati/WebserverCore/Abstractions/ILanguageService.cs index 99d643d58..f99e2f1d0 100644 --- a/Duplicati/WebserverCore/Abstractions/ILanguageService.cs +++ b/Duplicati/WebserverCore/Abstractions/ILanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ILoginProvider.cs b/Duplicati/WebserverCore/Abstractions/ILoginProvider.cs index 22b239d56..ca9761038 100644 --- a/Duplicati/WebserverCore/Abstractions/ILoginProvider.cs +++ b/Duplicati/WebserverCore/Abstractions/ILoginProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/INotificationService.cs b/Duplicati/WebserverCore/Abstractions/INotificationService.cs index f0b48f0c9..4b354c5cb 100644 --- a/Duplicati/WebserverCore/Abstractions/INotificationService.cs +++ b/Duplicati/WebserverCore/Abstractions/INotificationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IRemoteController.cs b/Duplicati/WebserverCore/Abstractions/IRemoteController.cs index 7afd4536f..c0ef9f86e 100644 --- a/Duplicati/WebserverCore/Abstractions/IRemoteController.cs +++ b/Duplicati/WebserverCore/Abstractions/IRemoteController.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IRemoteControllerRegistration.cs b/Duplicati/WebserverCore/Abstractions/IRemoteControllerRegistration.cs index 53b697744..f7da3b6bc 100644 --- a/Duplicati/WebserverCore/Abstractions/IRemoteControllerRegistration.cs +++ b/Duplicati/WebserverCore/Abstractions/IRemoteControllerRegistration.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ISettingsService.cs b/Duplicati/WebserverCore/Abstractions/ISettingsService.cs index b13174bb7..dc9e98e49 100644 --- a/Duplicati/WebserverCore/Abstractions/ISettingsService.cs +++ b/Duplicati/WebserverCore/Abstractions/ISettingsService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IStatusService.cs b/Duplicati/WebserverCore/Abstractions/IStatusService.cs index 2d8f8b15a..3756065ed 100644 --- a/Duplicati/WebserverCore/Abstractions/IStatusService.cs +++ b/Duplicati/WebserverCore/Abstractions/IStatusService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ISystemInfoProvider.cs b/Duplicati/WebserverCore/Abstractions/ISystemInfoProvider.cs index fcea47a87..1d6e9fddd 100644 --- a/Duplicati/WebserverCore/Abstractions/ISystemInfoProvider.cs +++ b/Duplicati/WebserverCore/Abstractions/ISystemInfoProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ITaskQueueService.cs b/Duplicati/WebserverCore/Abstractions/ITaskQueueService.cs index 9abc0bea8..010030312 100644 --- a/Duplicati/WebserverCore/Abstractions/ITaskQueueService.cs +++ b/Duplicati/WebserverCore/Abstractions/ITaskQueueService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ITokenFamilyStore.cs b/Duplicati/WebserverCore/Abstractions/ITokenFamilyStore.cs index ff4e3f0a4..6bb26a1b2 100644 --- a/Duplicati/WebserverCore/Abstractions/ITokenFamilyStore.cs +++ b/Duplicati/WebserverCore/Abstractions/ITokenFamilyStore.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/IUpdateService.cs b/Duplicati/WebserverCore/Abstractions/IUpdateService.cs index 111dd3b49..c371b30a9 100644 --- a/Duplicati/WebserverCore/Abstractions/IUpdateService.cs +++ b/Duplicati/WebserverCore/Abstractions/IUpdateService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAccessor.cs b/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAccessor.cs index 4f2008feb..05cc8b525 100644 --- a/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAccessor.cs +++ b/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAuthenticator.cs b/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAuthenticator.cs index c3f9df7bd..b8409c5ea 100644 --- a/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAuthenticator.cs +++ b/Duplicati/WebserverCore/Abstractions/Notifications/IWebsocketAuthenticator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/ServerSettings.cs b/Duplicati/WebserverCore/Abstractions/ServerSettings.cs index 9ea1bdb6c..ab7cd87ed 100644 --- a/Duplicati/WebserverCore/Abstractions/ServerSettings.cs +++ b/Duplicati/WebserverCore/Abstractions/ServerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Abstractions/UpdateInfo.cs b/Duplicati/WebserverCore/Abstractions/UpdateInfo.cs index 7eef7ae74..ee91415db 100644 --- a/Duplicati/WebserverCore/Abstractions/UpdateInfo.cs +++ b/Duplicati/WebserverCore/Abstractions/UpdateInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Client/DuplicatiServerClient.cs b/Duplicati/WebserverCore/Client/DuplicatiServerClient.cs index a0941961a..5523a64e9 100644 --- a/Duplicati/WebserverCore/Client/DuplicatiServerClient.cs +++ b/Duplicati/WebserverCore/Client/DuplicatiServerClient.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/DayOfWeekStringEnumConverter.cs b/Duplicati/WebserverCore/DayOfWeekStringEnumConverter.cs index b277d60d3..f0638bbe6 100644 --- a/Duplicati/WebserverCore/DayOfWeekStringEnumConverter.cs +++ b/Duplicati/WebserverCore/DayOfWeekStringEnumConverter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/AccessTokenOutputDto.cs b/Duplicati/WebserverCore/Dto/AccessTokenOutputDto.cs index bf36de7b4..70e3e60b0 100644 --- a/Duplicati/WebserverCore/Dto/AccessTokenOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/AccessTokenOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/AcknowlegdementDto.cs b/Duplicati/WebserverCore/Dto/AcknowlegdementDto.cs index f57d6db27..5b49bf519 100644 --- a/Duplicati/WebserverCore/Dto/AcknowlegdementDto.cs +++ b/Duplicati/WebserverCore/Dto/AcknowlegdementDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/BackupAndScheduleInputDto.cs b/Duplicati/WebserverCore/Dto/BackupAndScheduleInputDto.cs index 365ac0df1..f05641e53 100644 --- a/Duplicati/WebserverCore/Dto/BackupAndScheduleInputDto.cs +++ b/Duplicati/WebserverCore/Dto/BackupAndScheduleInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/BackupAndScheduleOutputDto.cs b/Duplicati/WebserverCore/Dto/BackupAndScheduleOutputDto.cs index 650144330..e912de8b6 100644 --- a/Duplicati/WebserverCore/Dto/BackupAndScheduleOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/BackupAndScheduleOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/BackupDefaultsDto.cs b/Duplicati/WebserverCore/Dto/BackupDefaultsDto.cs index 8a01e27c8..cdfec054a 100644 --- a/Duplicati/WebserverCore/Dto/BackupDefaultsDto.cs +++ b/Duplicati/WebserverCore/Dto/BackupDefaultsDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/BackupDto.cs b/Duplicati/WebserverCore/Dto/BackupDto.cs index cc4231dd2..ef41e5181 100644 --- a/Duplicati/WebserverCore/Dto/BackupDto.cs +++ b/Duplicati/WebserverCore/Dto/BackupDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ChangelogDto.cs b/Duplicati/WebserverCore/Dto/ChangelogDto.cs index 55527e9b3..e4c9e7e25 100644 --- a/Duplicati/WebserverCore/Dto/ChangelogDto.cs +++ b/Duplicati/WebserverCore/Dto/ChangelogDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/CommandLineLogOutputDto.cs b/Duplicati/WebserverCore/Dto/CommandLineLogOutputDto.cs index b0e54bf34..55db28cb0 100644 --- a/Duplicati/WebserverCore/Dto/CommandLineLogOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/CommandLineLogOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/CommandlineTaskStartedDto.cs b/Duplicati/WebserverCore/Dto/CommandlineTaskStartedDto.cs index b83d46836..a1dd976a5 100644 --- a/Duplicati/WebserverCore/Dto/CommandlineTaskStartedDto.cs +++ b/Duplicati/WebserverCore/Dto/CommandlineTaskStartedDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/CrashLogOutputDto.cs b/Duplicati/WebserverCore/Dto/CrashLogOutputDto.cs index 091c0b5f0..f6677c22f 100644 --- a/Duplicati/WebserverCore/Dto/CrashLogOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/CrashLogOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/CreateBackupDto.cs b/Duplicati/WebserverCore/Dto/CreateBackupDto.cs index ab2376d87..56db8a2fe 100644 --- a/Duplicati/WebserverCore/Dto/CreateBackupDto.cs +++ b/Duplicati/WebserverCore/Dto/CreateBackupDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/DeleteBackupOutputDto.cs b/Duplicati/WebserverCore/Dto/DeleteBackupOutputDto.cs index 185764e91..81e60bdb6 100644 --- a/Duplicati/WebserverCore/Dto/DeleteBackupOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/DeleteBackupOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ExportArgsOnlyDto.cs b/Duplicati/WebserverCore/Dto/ExportArgsOnlyDto.cs index bb6b8bb88..fef55001f 100644 --- a/Duplicati/WebserverCore/Dto/ExportArgsOnlyDto.cs +++ b/Duplicati/WebserverCore/Dto/ExportArgsOnlyDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ExportCommandlineDto.cs b/Duplicati/WebserverCore/Dto/ExportCommandlineDto.cs index 90243fcd9..408de0e54 100644 --- a/Duplicati/WebserverCore/Dto/ExportCommandlineDto.cs +++ b/Duplicati/WebserverCore/Dto/ExportCommandlineDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/FilterDto.cs b/Duplicati/WebserverCore/Dto/FilterDto.cs index 2703e275f..8a3cd4b04 100644 --- a/Duplicati/WebserverCore/Dto/FilterDto.cs +++ b/Duplicati/WebserverCore/Dto/FilterDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/FilterGroupsDto.cs b/Duplicati/WebserverCore/Dto/FilterGroupsDto.cs index 5b7258657..f32157e31 100644 --- a/Duplicati/WebserverCore/Dto/FilterGroupsDto.cs +++ b/Duplicati/WebserverCore/Dto/FilterGroupsDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/FolderStatusDto.cs b/Duplicati/WebserverCore/Dto/FolderStatusDto.cs index 5e7aadf31..7af25d7b1 100644 --- a/Duplicati/WebserverCore/Dto/FolderStatusDto.cs +++ b/Duplicati/WebserverCore/Dto/FolderStatusDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/GenerateCaptchaOutput.cs b/Duplicati/WebserverCore/Dto/GenerateCaptchaOutput.cs index 6687dad94..b81c2d775 100644 --- a/Duplicati/WebserverCore/Dto/GenerateCaptchaOutput.cs +++ b/Duplicati/WebserverCore/Dto/GenerateCaptchaOutput.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/GetDbPathDto.cs b/Duplicati/WebserverCore/Dto/GetDbPathDto.cs index b6cc3b0f9..c87b25237 100644 --- a/Duplicati/WebserverCore/Dto/GetDbPathDto.cs +++ b/Duplicati/WebserverCore/Dto/GetDbPathDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/GetTaskStateDto.cs b/Duplicati/WebserverCore/Dto/GetTaskStateDto.cs index 016aa49f8..ed77fb1eb 100644 --- a/Duplicati/WebserverCore/Dto/GetTaskStateDto.cs +++ b/Duplicati/WebserverCore/Dto/GetTaskStateDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ImportBackupInputDto.cs b/Duplicati/WebserverCore/Dto/ImportBackupInputDto.cs index 645fc0bc3..633546f8f 100644 --- a/Duplicati/WebserverCore/Dto/ImportBackupInputDto.cs +++ b/Duplicati/WebserverCore/Dto/ImportBackupInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ImportBackupOutputDto.cs b/Duplicati/WebserverCore/Dto/ImportBackupOutputDto.cs index eb33d0721..608c9e557 100644 --- a/Duplicati/WebserverCore/Dto/ImportBackupOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/ImportBackupOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/IsBackupActiveDto.cs b/Duplicati/WebserverCore/Dto/IsBackupActiveDto.cs index b39714033..17b8f980f 100644 --- a/Duplicati/WebserverCore/Dto/IsBackupActiveDto.cs +++ b/Duplicati/WebserverCore/Dto/IsBackupActiveDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/IsDbUsedElsewhereDto.cs b/Duplicati/WebserverCore/Dto/IsDbUsedElsewhereDto.cs index de5c0f3bc..5e82e0565 100644 --- a/Duplicati/WebserverCore/Dto/IsDbUsedElsewhereDto.cs +++ b/Duplicati/WebserverCore/Dto/IsDbUsedElsewhereDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/IssueSigninTokenInputDto.cs b/Duplicati/WebserverCore/Dto/IssueSigninTokenInputDto.cs index 945dcf27f..0013a0795 100644 --- a/Duplicati/WebserverCore/Dto/IssueSigninTokenInputDto.cs +++ b/Duplicati/WebserverCore/Dto/IssueSigninTokenInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/LicenseDto.cs b/Duplicati/WebserverCore/Dto/LicenseDto.cs index 8af16a8ce..2aab6163f 100644 --- a/Duplicati/WebserverCore/Dto/LicenseDto.cs +++ b/Duplicati/WebserverCore/Dto/LicenseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/LogEntry.cs b/Duplicati/WebserverCore/Dto/LogEntry.cs index 1e19fab8b..0ceca9057 100644 --- a/Duplicati/WebserverCore/Dto/LogEntry.cs +++ b/Duplicati/WebserverCore/Dto/LogEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/LoginInputDto.cs b/Duplicati/WebserverCore/Dto/LoginInputDto.cs index c727916d9..289c05d3d 100644 --- a/Duplicati/WebserverCore/Dto/LoginInputDto.cs +++ b/Duplicati/WebserverCore/Dto/LoginInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/NotificationDto.cs b/Duplicati/WebserverCore/Dto/NotificationDto.cs index 40ffc758d..4cb629d6a 100644 --- a/Duplicati/WebserverCore/Dto/NotificationDto.cs +++ b/Duplicati/WebserverCore/Dto/NotificationDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/RefreshTokenInputDto.cs b/Duplicati/WebserverCore/Dto/RefreshTokenInputDto.cs index 6f3a9a436..51d0be988 100644 --- a/Duplicati/WebserverCore/Dto/RefreshTokenInputDto.cs +++ b/Duplicati/WebserverCore/Dto/RefreshTokenInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/RemoteControlStatusOutput.cs b/Duplicati/WebserverCore/Dto/RemoteControlStatusOutput.cs index 608b5bfae..bc6855b2c 100644 --- a/Duplicati/WebserverCore/Dto/RemoteControlStatusOutput.cs +++ b/Duplicati/WebserverCore/Dto/RemoteControlStatusOutput.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/RepairInputDto.cs b/Duplicati/WebserverCore/Dto/RepairInputDto.cs index 6b2ff7d71..e4aa5ce1d 100644 --- a/Duplicati/WebserverCore/Dto/RepairInputDto.cs +++ b/Duplicati/WebserverCore/Dto/RepairInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/RestoreInputDto.cs b/Duplicati/WebserverCore/Dto/RestoreInputDto.cs index 7e1e7c65b..e315b689e 100644 --- a/Duplicati/WebserverCore/Dto/RestoreInputDto.cs +++ b/Duplicati/WebserverCore/Dto/RestoreInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ScheduleDto.cs b/Duplicati/WebserverCore/Dto/ScheduleDto.cs index 5351f76d7..440f4c643 100644 --- a/Duplicati/WebserverCore/Dto/ScheduleDto.cs +++ b/Duplicati/WebserverCore/Dto/ScheduleDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/ServerStatusDto.cs b/Duplicati/WebserverCore/Dto/ServerStatusDto.cs index f52fbdd59..63a25748d 100644 --- a/Duplicati/WebserverCore/Dto/ServerStatusDto.cs +++ b/Duplicati/WebserverCore/Dto/ServerStatusDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/SettingDto.cs b/Duplicati/WebserverCore/Dto/SettingDto.cs index d0273a2d9..e8829773a 100644 --- a/Duplicati/WebserverCore/Dto/SettingDto.cs +++ b/Duplicati/WebserverCore/Dto/SettingDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/SigninInputDto.cs b/Duplicati/WebserverCore/Dto/SigninInputDto.cs index 68515c46d..c3f381414 100644 --- a/Duplicati/WebserverCore/Dto/SigninInputDto.cs +++ b/Duplicati/WebserverCore/Dto/SigninInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/SigninTokenOutputDto.cs b/Duplicati/WebserverCore/Dto/SigninTokenOutputDto.cs index 87ae42197..d858ce69a 100644 --- a/Duplicati/WebserverCore/Dto/SigninTokenOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/SigninTokenOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/SingleOperationTokenOutputDto.cs b/Duplicati/WebserverCore/Dto/SingleOperationTokenOutputDto.cs index 13104137f..165013c63 100644 --- a/Duplicati/WebserverCore/Dto/SingleOperationTokenOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/SingleOperationTokenOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/SolveCaptchaInputDto.cs b/Duplicati/WebserverCore/Dto/SolveCaptchaInputDto.cs index 3d8529290..12f80ef8a 100644 --- a/Duplicati/WebserverCore/Dto/SolveCaptchaInputDto.cs +++ b/Duplicati/WebserverCore/Dto/SolveCaptchaInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/StartRegistrationInput.cs b/Duplicati/WebserverCore/Dto/StartRegistrationInput.cs index cd2afc0d1..3348bd632 100644 --- a/Duplicati/WebserverCore/Dto/StartRegistrationInput.cs +++ b/Duplicati/WebserverCore/Dto/StartRegistrationInput.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/SystemInfoDto.cs b/Duplicati/WebserverCore/Dto/SystemInfoDto.cs index afbdcdad8..32eac6fc2 100644 --- a/Duplicati/WebserverCore/Dto/SystemInfoDto.cs +++ b/Duplicati/WebserverCore/Dto/SystemInfoDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/TargetUrlDto.cs b/Duplicati/WebserverCore/Dto/TargetUrlDto.cs index edb6df775..d6198c266 100644 --- a/Duplicati/WebserverCore/Dto/TargetUrlDto.cs +++ b/Duplicati/WebserverCore/Dto/TargetUrlDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/TargetUrlInputDto.cs b/Duplicati/WebserverCore/Dto/TargetUrlInputDto.cs index cc0fbd88e..434b17b24 100644 --- a/Duplicati/WebserverCore/Dto/TargetUrlInputDto.cs +++ b/Duplicati/WebserverCore/Dto/TargetUrlInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/TaskStartedDto.cs b/Duplicati/WebserverCore/Dto/TaskStartedDto.cs index 41ea1c93f..abb44f654 100644 --- a/Duplicati/WebserverCore/Dto/TaskStartedDto.cs +++ b/Duplicati/WebserverCore/Dto/TaskStartedDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/TreeNodeDto.cs b/Duplicati/WebserverCore/Dto/TreeNodeDto.cs index 720fdda90..b9851976b 100644 --- a/Duplicati/WebserverCore/Dto/TreeNodeDto.cs +++ b/Duplicati/WebserverCore/Dto/TreeNodeDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/UpdateCertificateInputDto.cs b/Duplicati/WebserverCore/Dto/UpdateCertificateInputDto.cs index b3cc3f906..54f2e054c 100644 --- a/Duplicati/WebserverCore/Dto/UpdateCertificateInputDto.cs +++ b/Duplicati/WebserverCore/Dto/UpdateCertificateInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/UpdateDbPathInputDto.cs b/Duplicati/WebserverCore/Dto/UpdateDbPathInputDto.cs index bbcb6d89c..f32b15f95 100644 --- a/Duplicati/WebserverCore/Dto/UpdateDbPathInputDto.cs +++ b/Duplicati/WebserverCore/Dto/UpdateDbPathInputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsRequestDto.cs index 08e66094a..da1637256 100644 --- a/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsResponseDto.cs b/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsResponseDto.cs index 519c6777d..0cd6c661b 100644 --- a/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsResponseDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/BulkUpdateBackupsResponseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ConnectionStringDto.cs b/Duplicati/WebserverCore/Dto/V2/ConnectionStringDto.cs index c26860b70..766d7d478 100644 --- a/Duplicati/WebserverCore/Dto/V2/ConnectionStringDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ConnectionStringDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/CreateConnectionStringDto.cs b/Duplicati/WebserverCore/Dto/V2/CreateConnectionStringDto.cs index 15eba36e5..b5e6e87cb 100644 --- a/Duplicati/WebserverCore/Dto/V2/CreateConnectionStringDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/CreateConnectionStringDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/DestinationTestRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/DestinationTestRequestDto.cs index 04847dc47..0bcf1618f 100644 --- a/Duplicati/WebserverCore/Dto/V2/DestinationTestRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/DestinationTestRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/DestinationTestResponseDto.cs b/Duplicati/WebserverCore/Dto/V2/DestinationTestResponseDto.cs index 9e5fd3f53..725eb6e17 100644 --- a/Duplicati/WebserverCore/Dto/V2/DestinationTestResponseDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/DestinationTestResponseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ListFileVersionsOutputDto.cs b/Duplicati/WebserverCore/Dto/V2/ListFileVersionsOutputDto.cs index a70b8e418..e6e874f08 100644 --- a/Duplicati/WebserverCore/Dto/V2/ListFileVersionsOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ListFileVersionsOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ListFileVersionsRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/ListFileVersionsRequestDto.cs index dbabb9f67..386e9a8cf 100644 --- a/Duplicati/WebserverCore/Dto/V2/ListFileVersionsRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ListFileVersionsRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ListFilesetsRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/ListFilesetsRequestDto.cs index df0ed11e6..c4caa6e04 100644 --- a/Duplicati/WebserverCore/Dto/V2/ListFilesetsRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ListFilesetsRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ListFilesetsResponseDto.cs b/Duplicati/WebserverCore/Dto/V2/ListFilesetsResponseDto.cs index dc887d66e..53abf5671 100644 --- a/Duplicati/WebserverCore/Dto/V2/ListFilesetsResponseDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ListFilesetsResponseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ListFolderContentRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/ListFolderContentRequestDto.cs index 973389374..5e07c55a3 100644 --- a/Duplicati/WebserverCore/Dto/V2/ListFolderContentRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ListFolderContentRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/ListFolderContentResponseDto.cs b/Duplicati/WebserverCore/Dto/V2/ListFolderContentResponseDto.cs index 2ea7d0643..04c462106 100644 --- a/Duplicati/WebserverCore/Dto/V2/ListFolderContentResponseDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/ListFolderContentResponseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/SearchEntriesRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/SearchEntriesRequestDto.cs index d0df7e3fc..1d09be463 100644 --- a/Duplicati/WebserverCore/Dto/V2/SearchEntriesRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/SearchEntriesRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/SearchEntriesResponseDto.cs b/Duplicati/WebserverCore/Dto/V2/SearchEntriesResponseDto.cs index 8b2c2ccbf..94aada9f7 100644 --- a/Duplicati/WebserverCore/Dto/V2/SearchEntriesResponseDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/SearchEntriesResponseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceRequestDto.cs b/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceRequestDto.cs index 9d1d5e5b0..7608e29e3 100644 --- a/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceRequestDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceRequestDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceResponseDto.cs b/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceResponseDto.cs index 435350dd4..57d21557b 100644 --- a/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceResponseDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/TempDiskSpaceResponseDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/V2/UpdateConnectionStringDto.cs b/Duplicati/WebserverCore/Dto/V2/UpdateConnectionStringDto.cs index e263c2148..cf56c9082 100644 --- a/Duplicati/WebserverCore/Dto/V2/UpdateConnectionStringDto.cs +++ b/Duplicati/WebserverCore/Dto/V2/UpdateConnectionStringDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Dto/WebModuleOutputDto.cs b/Duplicati/WebserverCore/Dto/WebModuleOutputDto.cs index 19a3ee83f..7f63a96ce 100644 --- a/Duplicati/WebserverCore/Dto/WebModuleOutputDto.cs +++ b/Duplicati/WebserverCore/Dto/WebModuleOutputDto.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Duplicati.WebserverCore.csproj b/Duplicati/WebserverCore/Duplicati.WebserverCore.csproj index b8d10c44f..e14d19780 100644 --- a/Duplicati/WebserverCore/Duplicati.WebserverCore.csproj +++ b/Duplicati/WebserverCore/Duplicati.WebserverCore.csproj @@ -7,7 +7,7 @@ enable true Duplicati.WebserverCore - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license $(NoWarn);NU1510 diff --git a/Duplicati/WebserverCore/DuplicatiWebserver.cs b/Duplicati/WebserverCore/DuplicatiWebserver.cs index cbf91ed4f..89a49eb83 100644 --- a/Duplicati/WebserverCore/DuplicatiWebserver.cs +++ b/Duplicati/WebserverCore/DuplicatiWebserver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Acknowledgements.cs b/Duplicati/WebserverCore/Endpoints/V1/Acknowledgements.cs index 081e99881..a016dc8ec 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Acknowledgements.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Acknowledgements.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Auth.cs b/Duplicati/WebserverCore/Endpoints/V1/Auth.cs index 04008c12c..91360a2de 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Auth.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Auth.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupGet.cs b/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupGet.cs index f5bb57f0c..52340926e 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupGet.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupGet.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPost.cs b/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPost.cs index 3a600ce0a..22e7fe695 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPost.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPost.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPutDelete.cs b/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPutDelete.cs index d6fd2ccc4..10df91724 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPutDelete.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Backup/BackupPutDelete.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/BackupDefaults.cs b/Duplicati/WebserverCore/Endpoints/V1/BackupDefaults.cs index d6654a24c..6d3c15c96 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/BackupDefaults.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/BackupDefaults.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Backups.cs b/Duplicati/WebserverCore/Endpoints/V1/Backups.cs index 3d2065d50..80c0977a7 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Backups.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Backups.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Bugreport.cs b/Duplicati/WebserverCore/Endpoints/V1/Bugreport.cs index f9ae32eac..9ccc4aad5 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Bugreport.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Bugreport.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Changelog.cs b/Duplicati/WebserverCore/Endpoints/V1/Changelog.cs index f48e16766..b0e6b1919 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Changelog.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Changelog.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Commandline.cs b/Duplicati/WebserverCore/Endpoints/V1/Commandline.cs index 0610cf344..3dd9bce0b 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Commandline.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Commandline.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Filesystem.cs b/Duplicati/WebserverCore/Endpoints/V1/Filesystem.cs index d3fc0e6dc..ef98d1cce 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Filesystem.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Filesystem.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/HyperV.cs b/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/HyperV.cs index 93bf69d43..e47c4dbd8 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/HyperV.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/HyperV.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/IFilesystemPlugin.cs b/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/IFilesystemPlugin.cs index 497421285..c06631d63 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/IFilesystemPlugin.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/IFilesystemPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/MSSQL.cs b/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/MSSQL.cs index e10a07781..a57c6e12f 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/MSSQL.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/FilesystemPlugins/MSSQL.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/FolderStatus.cs b/Duplicati/WebserverCore/Endpoints/V1/FolderStatus.cs index fa628abeb..906cbc4aa 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/FolderStatus.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/FolderStatus.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Licenses.cs b/Duplicati/WebserverCore/Endpoints/V1/Licenses.cs index 63e47aa80..f69545332 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Licenses.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Licenses.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/LogData.cs b/Duplicati/WebserverCore/Endpoints/V1/LogData.cs index e752c9d0a..5c560e91e 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/LogData.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/LogData.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Notification.cs b/Duplicati/WebserverCore/Endpoints/V1/Notification.cs index 8714df591..22a42cb6d 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Notification.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Notification.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/ProgressState.cs b/Duplicati/WebserverCore/Endpoints/V1/ProgressState.cs index b178dd718..60afa7766 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/ProgressState.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/ProgressState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/RemoteControl.cs b/Duplicati/WebserverCore/Endpoints/V1/RemoteControl.cs index 2ba4b451f..045b2fd91 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/RemoteControl.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/RemoteControl.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/RemoteOperation.cs b/Duplicati/WebserverCore/Endpoints/V1/RemoteOperation.cs index 4d931fda3..3b46757bb 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/RemoteOperation.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/RemoteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/ServerSetting.cs b/Duplicati/WebserverCore/Endpoints/V1/ServerSetting.cs index d89e60c23..6e38f514d 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/ServerSetting.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/ServerSetting.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/ServerState.cs b/Duplicati/WebserverCore/Endpoints/V1/ServerState.cs index 55615149e..8e0960c4f 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/ServerState.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/ServerState.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/SystemInfo.cs b/Duplicati/WebserverCore/Endpoints/V1/SystemInfo.cs index d2ddaf234..67f214581 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/SystemInfo.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/SystemInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Tasks.cs b/Duplicati/WebserverCore/Endpoints/V1/Tasks.cs index 6b5bd236d..16657fa67 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Tasks.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Tasks.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/UISettings.cs b/Duplicati/WebserverCore/Endpoints/V1/UISettings.cs index ca9d4cce7..865444397 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/UISettings.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/UISettings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/UpdateCertificate.cs b/Duplicati/WebserverCore/Endpoints/V1/UpdateCertificate.cs index bf6c70895..d4f8d9741 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/UpdateCertificate.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/UpdateCertificate.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/Updates.cs b/Duplicati/WebserverCore/Endpoints/V1/Updates.cs index 029f60750..6898a6498 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/Updates.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/Updates.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V1/WebModules.cs b/Duplicati/WebserverCore/Endpoints/V1/WebModules.cs index 4048457e0..839a2071f 100644 --- a/Duplicati/WebserverCore/Endpoints/V1/WebModules.cs +++ b/Duplicati/WebserverCore/Endpoints/V1/WebModules.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V2/BackupListing.cs b/Duplicati/WebserverCore/Endpoints/V2/BackupListing.cs index 341436aac..80a449d01 100644 --- a/Duplicati/WebserverCore/Endpoints/V2/BackupListing.cs +++ b/Duplicati/WebserverCore/Endpoints/V2/BackupListing.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V2/ConnectionStrings.cs b/Duplicati/WebserverCore/Endpoints/V2/ConnectionStrings.cs index 1e07db398..ba7c29bf4 100644 --- a/Duplicati/WebserverCore/Endpoints/V2/ConnectionStrings.cs +++ b/Duplicati/WebserverCore/Endpoints/V2/ConnectionStrings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V2/DestinationVerify.cs b/Duplicati/WebserverCore/Endpoints/V2/DestinationVerify.cs index bf42811e8..4acf3eba8 100644 --- a/Duplicati/WebserverCore/Endpoints/V2/DestinationVerify.cs +++ b/Duplicati/WebserverCore/Endpoints/V2/DestinationVerify.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Endpoints/V2/TempDiskSpace.cs b/Duplicati/WebserverCore/Endpoints/V2/TempDiskSpace.cs index efe474b1a..cdb01b65e 100644 --- a/Duplicati/WebserverCore/Endpoints/V2/TempDiskSpace.cs +++ b/Duplicati/WebserverCore/Endpoints/V2/TempDiskSpace.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/BadRequestException.cs b/Duplicati/WebserverCore/Exceptions/BadRequestException.cs index ef197778b..03b1674a5 100644 --- a/Duplicati/WebserverCore/Exceptions/BadRequestException.cs +++ b/Duplicati/WebserverCore/Exceptions/BadRequestException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/ConflictException.cs b/Duplicati/WebserverCore/Exceptions/ConflictException.cs index 7a8d37ab9..d5fbafae6 100644 --- a/Duplicati/WebserverCore/Exceptions/ConflictException.cs +++ b/Duplicati/WebserverCore/Exceptions/ConflictException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/ForbiddenException.cs b/Duplicati/WebserverCore/Exceptions/ForbiddenException.cs index bff9f3167..e83782ee2 100644 --- a/Duplicati/WebserverCore/Exceptions/ForbiddenException.cs +++ b/Duplicati/WebserverCore/Exceptions/ForbiddenException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/InvalidHostnameException.cs b/Duplicati/WebserverCore/Exceptions/InvalidHostnameException.cs index e1a5f1d33..bb582cd42 100644 --- a/Duplicati/WebserverCore/Exceptions/InvalidHostnameException.cs +++ b/Duplicati/WebserverCore/Exceptions/InvalidHostnameException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/NotFoundException.cs b/Duplicati/WebserverCore/Exceptions/NotFoundException.cs index 0122f09eb..928266fc0 100644 --- a/Duplicati/WebserverCore/Exceptions/NotFoundException.cs +++ b/Duplicati/WebserverCore/Exceptions/NotFoundException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/ServerErrorException.cs b/Duplicati/WebserverCore/Exceptions/ServerErrorException.cs index e5244162e..7f27a48d8 100644 --- a/Duplicati/WebserverCore/Exceptions/ServerErrorException.cs +++ b/Duplicati/WebserverCore/Exceptions/ServerErrorException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/ServiceUnavailableException.cs b/Duplicati/WebserverCore/Exceptions/ServiceUnavailableException.cs index df41546eb..252ed6f18 100644 --- a/Duplicati/WebserverCore/Exceptions/ServiceUnavailableException.cs +++ b/Duplicati/WebserverCore/Exceptions/ServiceUnavailableException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/TextOutputErrorException.cs b/Duplicati/WebserverCore/Exceptions/TextOutputErrorException.cs index db882e724..c643f0bc1 100644 --- a/Duplicati/WebserverCore/Exceptions/TextOutputErrorException.cs +++ b/Duplicati/WebserverCore/Exceptions/TextOutputErrorException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/UnauthorizedException.cs b/Duplicati/WebserverCore/Exceptions/UnauthorizedException.cs index 0a9228393..5a935fbbb 100644 --- a/Duplicati/WebserverCore/Exceptions/UnauthorizedException.cs +++ b/Duplicati/WebserverCore/Exceptions/UnauthorizedException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Exceptions/UserReportedHttpException.cs b/Duplicati/WebserverCore/Exceptions/UserReportedHttpException.cs index c370c3250..95e12fb4d 100644 --- a/Duplicati/WebserverCore/Exceptions/UserReportedHttpException.cs +++ b/Duplicati/WebserverCore/Exceptions/UserReportedHttpException.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Extensions/ServiceCollectionsExtensions.cs b/Duplicati/WebserverCore/Extensions/ServiceCollectionsExtensions.cs index 8e451ef79..b10255e9f 100644 --- a/Duplicati/WebserverCore/Extensions/ServiceCollectionsExtensions.cs +++ b/Duplicati/WebserverCore/Extensions/ServiceCollectionsExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Extensions/WebApplicationExtensions.cs b/Duplicati/WebserverCore/Extensions/WebApplicationExtensions.cs index ede913a4a..c01a4aaba 100644 --- a/Duplicati/WebserverCore/Extensions/WebApplicationExtensions.cs +++ b/Duplicati/WebserverCore/Extensions/WebApplicationExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/HostnameFilter.cs b/Duplicati/WebserverCore/Middlewares/HostnameFilter.cs index 4e8577aeb..50a68f704 100644 --- a/Duplicati/WebserverCore/Middlewares/HostnameFilter.cs +++ b/Duplicati/WebserverCore/Middlewares/HostnameFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/JWTProvider.cs b/Duplicati/WebserverCore/Middlewares/JWTProvider.cs index c057bb931..081054c26 100644 --- a/Duplicati/WebserverCore/Middlewares/JWTProvider.cs +++ b/Duplicati/WebserverCore/Middlewares/JWTProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/LanguageFilter.cs b/Duplicati/WebserverCore/Middlewares/LanguageFilter.cs index a376baee5..5044729a1 100644 --- a/Duplicati/WebserverCore/Middlewares/LanguageFilter.cs +++ b/Duplicati/WebserverCore/Middlewares/LanguageFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/PreSharedKeyFilter.cs b/Duplicati/WebserverCore/Middlewares/PreSharedKeyFilter.cs index bbc374afa..e54dff316 100644 --- a/Duplicati/WebserverCore/Middlewares/PreSharedKeyFilter.cs +++ b/Duplicati/WebserverCore/Middlewares/PreSharedKeyFilter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.Debug.cs b/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.Debug.cs index d3cede054..22b8274f6 100644 --- a/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.Debug.cs +++ b/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.Debug.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.cs b/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.cs index 6f31edb60..774a52a2c 100644 --- a/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.cs +++ b/Duplicati/WebserverCore/Middlewares/StaticFilesMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/SynologyAuthMiddleware.cs b/Duplicati/WebserverCore/Middlewares/SynologyAuthMiddleware.cs index 91a9ec817..40c5eaeb9 100644 --- a/Duplicati/WebserverCore/Middlewares/SynologyAuthMiddleware.cs +++ b/Duplicati/WebserverCore/Middlewares/SynologyAuthMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Middlewares/WebsocketExtensions.cs b/Duplicati/WebserverCore/Middlewares/WebsocketExtensions.cs index d3aab0b1f..56efd61c8 100644 --- a/Duplicati/WebserverCore/Middlewares/WebsocketExtensions.cs +++ b/Duplicati/WebserverCore/Middlewares/WebsocketExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Notifications/WebsocketAccessor.cs b/Duplicati/WebserverCore/Notifications/WebsocketAccessor.cs index 93c1e1eae..f531f1458 100644 --- a/Duplicati/WebserverCore/Notifications/WebsocketAccessor.cs +++ b/Duplicati/WebserverCore/Notifications/WebsocketAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Notifications/WebsocketAuthenticator.cs b/Duplicati/WebserverCore/Notifications/WebsocketAuthenticator.cs index 8c46414de..e3c67040e 100644 --- a/Duplicati/WebserverCore/Notifications/WebsocketAuthenticator.cs +++ b/Duplicati/WebserverCore/Notifications/WebsocketAuthenticator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Options/NotificationsOptions.cs b/Duplicati/WebserverCore/Options/NotificationsOptions.cs index c795ece89..77086879e 100644 --- a/Duplicati/WebserverCore/Options/NotificationsOptions.cs +++ b/Duplicati/WebserverCore/Options/NotificationsOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Options/StaticFilesOptions.cs b/Duplicati/WebserverCore/Options/StaticFilesOptions.cs index 4c9bdd022..0ac6713e6 100644 --- a/Duplicati/WebserverCore/Options/StaticFilesOptions.cs +++ b/Duplicati/WebserverCore/Options/StaticFilesOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/BackupListService.cs b/Duplicati/WebserverCore/Services/BackupListService.cs index f0563ced2..418b26791 100644 --- a/Duplicati/WebserverCore/Services/BackupListService.cs +++ b/Duplicati/WebserverCore/Services/BackupListService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/CommandlineRunService.cs b/Duplicati/WebserverCore/Services/CommandlineRunService.cs index 063869262..96c322508 100644 --- a/Duplicati/WebserverCore/Services/CommandlineRunService.cs +++ b/Duplicati/WebserverCore/Services/CommandlineRunService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/FolderStatusService.cs b/Duplicati/WebserverCore/Services/FolderStatusService.cs index 3e094a7e7..5c38eb2df 100644 --- a/Duplicati/WebserverCore/Services/FolderStatusService.cs +++ b/Duplicati/WebserverCore/Services/FolderStatusService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/HostnameValidator.cs b/Duplicati/WebserverCore/Services/HostnameValidator.cs index 9675d9875..cb2dfed0c 100644 --- a/Duplicati/WebserverCore/Services/HostnameValidator.cs +++ b/Duplicati/WebserverCore/Services/HostnameValidator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/IRemoteControllerHandler.cs b/Duplicati/WebserverCore/Services/IRemoteControllerHandler.cs index 338b098cd..ccb1d479a 100644 --- a/Duplicati/WebserverCore/Services/IRemoteControllerHandler.cs +++ b/Duplicati/WebserverCore/Services/IRemoteControllerHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/LanguageService.cs b/Duplicati/WebserverCore/Services/LanguageService.cs index 9b7e52f4b..1cf0c1cc1 100644 --- a/Duplicati/WebserverCore/Services/LanguageService.cs +++ b/Duplicati/WebserverCore/Services/LanguageService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/LoginProvider copy.cs b/Duplicati/WebserverCore/Services/LoginProvider copy.cs index a3b9731e4..99dfd0b6a 100644 --- a/Duplicati/WebserverCore/Services/LoginProvider copy.cs +++ b/Duplicati/WebserverCore/Services/LoginProvider copy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/LoginProvider.cs b/Duplicati/WebserverCore/Services/LoginProvider.cs index 5cffb2ade..2ebbb0d1e 100644 --- a/Duplicati/WebserverCore/Services/LoginProvider.cs +++ b/Duplicati/WebserverCore/Services/LoginProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/NotificationService.cs b/Duplicati/WebserverCore/Services/NotificationService.cs index d84c0941c..c6fb16912 100644 --- a/Duplicati/WebserverCore/Services/NotificationService.cs +++ b/Duplicati/WebserverCore/Services/NotificationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/PreAuthTokenHandler.cs b/Duplicati/WebserverCore/Services/PreAuthTokenHandler.cs index a262dfdaa..56d44b512 100644 --- a/Duplicati/WebserverCore/Services/PreAuthTokenHandler.cs +++ b/Duplicati/WebserverCore/Services/PreAuthTokenHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/QueueRunnerService.cs b/Duplicati/WebserverCore/Services/QueueRunnerService.cs index 3877a3ad2..4712dbe86 100644 --- a/Duplicati/WebserverCore/Services/QueueRunnerService.cs +++ b/Duplicati/WebserverCore/Services/QueueRunnerService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/RemoteControllerHandler.cs b/Duplicati/WebserverCore/Services/RemoteControllerHandler.cs index 392698b21..450676527 100644 --- a/Duplicati/WebserverCore/Services/RemoteControllerHandler.cs +++ b/Duplicati/WebserverCore/Services/RemoteControllerHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/RemoteControllerRegistrationService.cs b/Duplicati/WebserverCore/Services/RemoteControllerRegistrationService.cs index 62c416317..ca660188c 100644 --- a/Duplicati/WebserverCore/Services/RemoteControllerRegistrationService.cs +++ b/Duplicati/WebserverCore/Services/RemoteControllerRegistrationService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/RemoteControllerService.cs b/Duplicati/WebserverCore/Services/RemoteControllerService.cs index 76d497b1d..b0e9516ac 100644 --- a/Duplicati/WebserverCore/Services/RemoteControllerService.cs +++ b/Duplicati/WebserverCore/Services/RemoteControllerService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/SchedulerService.cs b/Duplicati/WebserverCore/Services/SchedulerService.cs index 381fe38d9..464ed1a18 100644 --- a/Duplicati/WebserverCore/Services/SchedulerService.cs +++ b/Duplicati/WebserverCore/Services/SchedulerService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/Settings/SettingsService.cs b/Duplicati/WebserverCore/Services/Settings/SettingsService.cs index 4a40b6625..366a7fa2a 100644 --- a/Duplicati/WebserverCore/Services/Settings/SettingsService.cs +++ b/Duplicati/WebserverCore/Services/Settings/SettingsService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/StatusService.cs b/Duplicati/WebserverCore/Services/StatusService.cs index 336ea261e..134a3229e 100644 --- a/Duplicati/WebserverCore/Services/StatusService.cs +++ b/Duplicati/WebserverCore/Services/StatusService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/SystemInfoProvider.cs b/Duplicati/WebserverCore/Services/SystemInfoProvider.cs index aa556910f..e4e478b2f 100644 --- a/Duplicati/WebserverCore/Services/SystemInfoProvider.cs +++ b/Duplicati/WebserverCore/Services/SystemInfoProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/TaskQueueService.cs b/Duplicati/WebserverCore/Services/TaskQueueService.cs index e054de1d4..86e92ea69 100644 --- a/Duplicati/WebserverCore/Services/TaskQueueService.cs +++ b/Duplicati/WebserverCore/Services/TaskQueueService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/TokenFamilyStore.cs b/Duplicati/WebserverCore/Services/TokenFamilyStore.cs index 8e989d8e9..ab241e8e1 100644 --- a/Duplicati/WebserverCore/Services/TokenFamilyStore.cs +++ b/Duplicati/WebserverCore/Services/TokenFamilyStore.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/UpdateService.cs b/Duplicati/WebserverCore/Services/UpdateService.cs index 9dc7d4967..d53bb288c 100644 --- a/Duplicati/WebserverCore/Services/UpdateService.cs +++ b/Duplicati/WebserverCore/Services/UpdateService.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WebserverCore/Services/UpdateServiceLogger.cs b/Duplicati/WebserverCore/Services/UpdateServiceLogger.cs index 78abd37b8..ce0150ffc 100644 --- a/Duplicati/WebserverCore/Services/UpdateServiceLogger.cs +++ b/Duplicati/WebserverCore/Services/UpdateServiceLogger.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WindowsService/Duplicati.WindowsService.csproj b/Duplicati/WindowsService/Duplicati.WindowsService.csproj index b65dd8c64..467fe976f 100644 --- a/Duplicati/WindowsService/Duplicati.WindowsService.csproj +++ b/Duplicati/WindowsService/Duplicati.WindowsService.csproj @@ -3,7 +3,7 @@ net10.0 Duplicati.WindowsService.Implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Duplicati/WindowsService/Program.cs b/Duplicati/WindowsService/Program.cs index 21b71782a..3cd355134 100644 --- a/Duplicati/WindowsService/Program.cs +++ b/Duplicati/WindowsService/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WindowsService/ServiceControl.cs b/Duplicati/WindowsService/ServiceControl.cs index f1e5004bc..a88728072 100644 --- a/Duplicati/WindowsService/ServiceControl.cs +++ b/Duplicati/WindowsService/ServiceControl.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Duplicati/WindowsService/ServiceInstaller.cs b/Duplicati/WindowsService/ServiceInstaller.cs index 9ee4fe537..b3c92734f 100644 --- a/Duplicati/WindowsService/ServiceInstaller.cs +++ b/Duplicati/WindowsService/ServiceInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.Agent/Duplicati.Agent.csproj b/Executables/Duplicati.Agent/Duplicati.Agent.csproj index 093fa0fce..d346d875b 100644 --- a/Executables/Duplicati.Agent/Duplicati.Agent.csproj +++ b/Executables/Duplicati.Agent/Duplicati.Agent.csproj @@ -4,7 +4,7 @@ Exe net10.0 The Duplicati Agent implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license ..\..\Duplicati\GUI\Duplicati.GUI.TrayIcon\Duplicati.ico diff --git a/Executables/Duplicati.Agent/Program.cs b/Executables/Duplicati.Agent/Program.cs index f77881474..0c83f365d 100644 --- a/Executables/Duplicati.Agent/Program.cs +++ b/Executables/Duplicati.Agent/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.AutoUpdater/Duplicati.CommandLine.AutoUpdater.csproj b/Executables/Duplicati.CommandLine.AutoUpdater/Duplicati.CommandLine.AutoUpdater.csproj index ce4a265df..5108af0e9 100644 --- a/Executables/Duplicati.CommandLine.AutoUpdater/Duplicati.CommandLine.AutoUpdater.csproj +++ b/Executables/Duplicati.CommandLine.AutoUpdater/Duplicati.CommandLine.AutoUpdater.csproj @@ -4,7 +4,7 @@ Exe net10.0 AutoUpdater tool for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.AutoUpdater/Program.cs b/Executables/Duplicati.CommandLine.AutoUpdater/Program.cs index 57179f632..065db5377 100644 --- a/Executables/Duplicati.CommandLine.AutoUpdater/Program.cs +++ b/Executables/Duplicati.CommandLine.AutoUpdater/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.BackendTester/Duplicati.CommandLine.BackendTester.csproj b/Executables/Duplicati.CommandLine.BackendTester/Duplicati.CommandLine.BackendTester.csproj index 8107ad6ce..1eb0925cd 100644 --- a/Executables/Duplicati.CommandLine.BackendTester/Duplicati.CommandLine.BackendTester.csproj +++ b/Executables/Duplicati.CommandLine.BackendTester/Duplicati.CommandLine.BackendTester.csproj @@ -4,7 +4,7 @@ Exe net10.0 A backend debugging tool for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.BackendTester/Program.cs b/Executables/Duplicati.CommandLine.BackendTester/Program.cs index 79dbf4fb3..5cdd4acc6 100644 --- a/Executables/Duplicati.CommandLine.BackendTester/Program.cs +++ b/Executables/Duplicati.CommandLine.BackendTester/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.BackendTool/Duplicati.CommandLine.BackendTool.csproj b/Executables/Duplicati.CommandLine.BackendTool/Duplicati.CommandLine.BackendTool.csproj index 1c1386723..e5c7fa11a 100644 --- a/Executables/Duplicati.CommandLine.BackendTool/Duplicati.CommandLine.BackendTool.csproj +++ b/Executables/Duplicati.CommandLine.BackendTool/Duplicati.CommandLine.BackendTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 Tool for file-level access to remote destinations - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.BackendTool/Program.cs b/Executables/Duplicati.CommandLine.BackendTool/Program.cs index 36bec1b9e..0e296848a 100644 --- a/Executables/Duplicati.CommandLine.BackendTool/Program.cs +++ b/Executables/Duplicati.CommandLine.BackendTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj b/Executables/Duplicati.CommandLine.ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj index 4b5ca11f7..2ceb92eb3 100644 --- a/Executables/Duplicati.CommandLine.ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj +++ b/Executables/Duplicati.CommandLine.ConfigureTool/Duplicati.CommandLine.ConfigureTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 The Duplicati Configure Tool - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.ConfigureTool/Program.cs b/Executables/Duplicati.CommandLine.ConfigureTool/Program.cs index 3c70730f4..d1661831a 100644 --- a/Executables/Duplicati.CommandLine.ConfigureTool/Program.cs +++ b/Executables/Duplicati.CommandLine.ConfigureTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj b/Executables/Duplicati.CommandLine.DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj index 04130fb14..a7a1ec206 100644 --- a/Executables/Duplicati.CommandLine.DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj +++ b/Executables/Duplicati.CommandLine.DatabaseTool/Duplicati.CommandLine.DatabaseTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 DatabaseTool for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.DatabaseTool/Program.cs b/Executables/Duplicati.CommandLine.DatabaseTool/Program.cs index a0365a739..f67ef668b 100644 --- a/Executables/Duplicati.CommandLine.DatabaseTool/Program.cs +++ b/Executables/Duplicati.CommandLine.DatabaseTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj b/Executables/Duplicati.CommandLine.RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj index 888a4a766..119ca1cea 100644 --- a/Executables/Duplicati.CommandLine.RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj +++ b/Executables/Duplicati.CommandLine.RecoveryTool/Duplicati.CommandLine.RecoveryTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 RecoveryTool for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.RecoveryTool/Program.cs b/Executables/Duplicati.CommandLine.RecoveryTool/Program.cs index 162cae396..6c0024077 100644 --- a/Executables/Duplicati.CommandLine.RecoveryTool/Program.cs +++ b/Executables/Duplicati.CommandLine.RecoveryTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.SecretTool/Duplicati.CommandLine.SecretTool.csproj b/Executables/Duplicati.CommandLine.SecretTool/Duplicati.CommandLine.SecretTool.csproj index cd769cec1..8d19bcb6d 100644 --- a/Executables/Duplicati.CommandLine.SecretTool/Duplicati.CommandLine.SecretTool.csproj +++ b/Executables/Duplicati.CommandLine.SecretTool/Duplicati.CommandLine.SecretTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 The Duplicati Secret Tool - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.SecretTool/Program.cs b/Executables/Duplicati.CommandLine.SecretTool/Program.cs index 4db021daa..ca14c2eb4 100644 --- a/Executables/Duplicati.CommandLine.SecretTool/Program.cs +++ b/Executables/Duplicati.CommandLine.SecretTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.ServerUtil/Duplicati.CommandLine.ServerUtil.csproj b/Executables/Duplicati.CommandLine.ServerUtil/Duplicati.CommandLine.ServerUtil.csproj index cdfabfb75..d920e9214 100644 --- a/Executables/Duplicati.CommandLine.ServerUtil/Duplicati.CommandLine.ServerUtil.csproj +++ b/Executables/Duplicati.CommandLine.ServerUtil/Duplicati.CommandLine.ServerUtil.csproj @@ -4,7 +4,7 @@ Exe net10.0 Server CLI implementation of Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.ServerUtil/Program.cs b/Executables/Duplicati.CommandLine.ServerUtil/Program.cs index eaad2646f..73495ef6a 100644 --- a/Executables/Duplicati.CommandLine.ServerUtil/Program.cs +++ b/Executables/Duplicati.CommandLine.ServerUtil/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.SharpAESCrypt/Duplicati.CommandLine.SharpAESCrypt.csproj b/Executables/Duplicati.CommandLine.SharpAESCrypt/Duplicati.CommandLine.SharpAESCrypt.csproj index 5e0935495..17ae82b12 100644 --- a/Executables/Duplicati.CommandLine.SharpAESCrypt/Duplicati.CommandLine.SharpAESCrypt.csproj +++ b/Executables/Duplicati.CommandLine.SharpAESCrypt/Duplicati.CommandLine.SharpAESCrypt.csproj @@ -5,7 +5,7 @@ net10.0 The Server SharpAESCrypt implementation Duplicati.CommandLine.SharpAESCrypt - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.SharpAESCrypt/Program.cs b/Executables/Duplicati.CommandLine.SharpAESCrypt/Program.cs index 473742b74..6d13f9e6c 100644 --- a/Executables/Duplicati.CommandLine.SharpAESCrypt/Program.cs +++ b/Executables/Duplicati.CommandLine.SharpAESCrypt/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.Snapshots/Duplicati.CommandLine.Snapshots.csproj b/Executables/Duplicati.CommandLine.Snapshots/Duplicati.CommandLine.Snapshots.csproj index c193a2acb..d59e03522 100644 --- a/Executables/Duplicati.CommandLine.Snapshots/Duplicati.CommandLine.Snapshots.csproj +++ b/Executables/Duplicati.CommandLine.Snapshots/Duplicati.CommandLine.Snapshots.csproj @@ -5,7 +5,7 @@ net10.0 The Server Snapshots implementation Duplicati.CommandLine.Snapshots - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.Snapshots/Program.cs b/Executables/Duplicati.CommandLine.Snapshots/Program.cs index 08ab180d5..07062a403 100644 --- a/Executables/Duplicati.CommandLine.Snapshots/Program.cs +++ b/Executables/Duplicati.CommandLine.Snapshots/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.SourceTool/Duplicati.CommandLine.SourceTool.csproj b/Executables/Duplicati.CommandLine.SourceTool/Duplicati.CommandLine.SourceTool.csproj index 86b363cc7..7cdbeb718 100644 --- a/Executables/Duplicati.CommandLine.SourceTool/Duplicati.CommandLine.SourceTool.csproj +++ b/Executables/Duplicati.CommandLine.SourceTool/Duplicati.CommandLine.SourceTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 SourceTool for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.SourceTool/Program.cs b/Executables/Duplicati.CommandLine.SourceTool/Program.cs index 7f17f9862..47c23243b 100644 --- a/Executables/Duplicati.CommandLine.SourceTool/Program.cs +++ b/Executables/Duplicati.CommandLine.SourceTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine.SyncTool/Duplicati.CommandLine.SyncTool.csproj b/Executables/Duplicati.CommandLine.SyncTool/Duplicati.CommandLine.SyncTool.csproj index e39007305..c54b64235 100644 --- a/Executables/Duplicati.CommandLine.SyncTool/Duplicati.CommandLine.SyncTool.csproj +++ b/Executables/Duplicati.CommandLine.SyncTool/Duplicati.CommandLine.SyncTool.csproj @@ -4,7 +4,7 @@ Exe net10.0 SyncTool for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine.SyncTool/Program.cs b/Executables/Duplicati.CommandLine.SyncTool/Program.cs index f0db1c1ad..c13843c16 100644 --- a/Executables/Duplicati.CommandLine.SyncTool/Program.cs +++ b/Executables/Duplicati.CommandLine.SyncTool/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.CommandLine/Duplicati.CommandLine.csproj b/Executables/Duplicati.CommandLine/Duplicati.CommandLine.csproj index 34391dde0..f39d44c47 100644 --- a/Executables/Duplicati.CommandLine/Duplicati.CommandLine.csproj +++ b/Executables/Duplicati.CommandLine/Duplicati.CommandLine.csproj @@ -4,7 +4,7 @@ Exe net10.0 Commandline implementation of Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.CommandLine/Program.cs b/Executables/Duplicati.CommandLine/Program.cs index 48e768d67..dcfb92b7d 100644 --- a/Executables/Duplicati.CommandLine/Program.cs +++ b/Executables/Duplicati.CommandLine/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj b/Executables/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj index 7d2f3a92b..bf5c85cca 100644 --- a/Executables/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj +++ b/Executables/Duplicati.GUI.TrayIcon/Duplicati.GUI.TrayIcon.csproj @@ -5,7 +5,7 @@ net10.0 The Duplicati Tray implementation ..\..\Duplicati\GUI\Duplicati.GUI.TrayIcon\Duplicati.ico - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.GUI.TrayIcon/Program.cs b/Executables/Duplicati.GUI.TrayIcon/Program.cs index 176d84c92..e8c99468c 100644 --- a/Executables/Duplicati.GUI.TrayIcon/Program.cs +++ b/Executables/Duplicati.GUI.TrayIcon/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.Server/Duplicati.Server.csproj b/Executables/Duplicati.Server/Duplicati.Server.csproj index c0f3732e0..55a15e1a8 100644 --- a/Executables/Duplicati.Server/Duplicati.Server.csproj +++ b/Executables/Duplicati.Server/Duplicati.Server.csproj @@ -4,7 +4,7 @@ Exe net10.0 The Duplicati Server implementation - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.Server/Program.cs b/Executables/Duplicati.Server/Program.cs index 002da0acc..e0ef1b739 100644 --- a/Executables/Duplicati.Server/Program.cs +++ b/Executables/Duplicati.Server/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.Service/Duplicati.Service.csproj b/Executables/Duplicati.Service/Duplicati.Service.csproj index 6298a40ac..271b93cb2 100644 --- a/Executables/Duplicati.Service/Duplicati.Service.csproj +++ b/Executables/Duplicati.Service/Duplicati.Service.csproj @@ -4,7 +4,7 @@ Exe net10.0 Service controller for Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.Service/Program.cs b/Executables/Duplicati.Service/Program.cs index ff409591e..58457e29f 100644 --- a/Executables/Duplicati.Service/Program.cs +++ b/Executables/Duplicati.Service/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.WindowsModulesLoader/Duplicati.WindowsModulesLoader.csproj b/Executables/Duplicati.WindowsModulesLoader/Duplicati.WindowsModulesLoader.csproj index d1f60debf..4c8207538 100644 --- a/Executables/Duplicati.WindowsModulesLoader/Duplicati.WindowsModulesLoader.csproj +++ b/Executables/Duplicati.WindowsModulesLoader/Duplicati.WindowsModulesLoader.csproj @@ -5,7 +5,7 @@ net10.0-windows7.0 WindowsModulesLoader for Duplicati Duplicati.WindowsModulesLoader - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.WindowsModulesLoader/Program.cs b/Executables/Duplicati.WindowsModulesLoader/Program.cs index 9dc5d5bee..cb393bbd9 100644 --- a/Executables/Duplicati.WindowsModulesLoader/Program.cs +++ b/Executables/Duplicati.WindowsModulesLoader/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Executables/Duplicati.WindowsService/Duplicati.WindowsService.csproj b/Executables/Duplicati.WindowsService/Duplicati.WindowsService.csproj index 3c7c71761..395450715 100644 --- a/Executables/Duplicati.WindowsService/Duplicati.WindowsService.csproj +++ b/Executables/Duplicati.WindowsService/Duplicati.WindowsService.csproj @@ -5,7 +5,7 @@ net10.0 WindowsService for Duplicati Duplicati.WindowsService - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/Executables/Duplicati.WindowsService/Program.cs b/Executables/Duplicati.WindowsService/Program.cs index 4687f3d80..9ce6e6258 100644 --- a/Executables/Duplicati.WindowsService/Program.cs +++ b/Executables/Duplicati.WindowsService/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Azure/AzureTests.cs b/LiveTests/Duplicati.Backend.Tests/Azure/AzureTests.cs index a492f605c..715cccefb 100644 --- a/LiveTests/Duplicati.Backend.Tests/Azure/AzureTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Azure/AzureTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/B2/B2Tests.cs b/LiveTests/Duplicati.Backend.Tests/B2/B2Tests.cs index d45bf2774..910669ae0 100644 --- a/LiveTests/Duplicati.Backend.Tests/B2/B2Tests.cs +++ b/LiveTests/Duplicati.Backend.Tests/B2/B2Tests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Base/BaseSFTPGOTest.cs b/LiveTests/Duplicati.Backend.Tests/Base/BaseSFTPGOTest.cs index 71b497ead..5504b9b1c 100644 --- a/LiveTests/Duplicati.Backend.Tests/Base/BaseSFTPGOTest.cs +++ b/LiveTests/Duplicati.Backend.Tests/Base/BaseSFTPGOTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Base/BaseTest.cs b/LiveTests/Duplicati.Backend.Tests/Base/BaseTest.cs index 9c12a2fd3..724dbd8f1 100644 --- a/LiveTests/Duplicati.Backend.Tests/Base/BaseTest.cs +++ b/LiveTests/Duplicati.Backend.Tests/Base/BaseTest.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Base/PreliminaryTests.cs b/LiveTests/Duplicati.Backend.Tests/Base/PreliminaryTests.cs index 227e81999..a19e7b114 100644 --- a/LiveTests/Duplicati.Backend.Tests/Base/PreliminaryTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Base/PreliminaryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Box/BoxTests.cs b/LiveTests/Duplicati.Backend.Tests/Box/BoxTests.cs index d393a2118..4ac9db414 100644 --- a/LiveTests/Duplicati.Backend.Tests/Box/BoxTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Box/BoxTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/CIFS/SMBTests.cs b/LiveTests/Duplicati.Backend.Tests/CIFS/SMBTests.cs index 400370764..7281748c4 100644 --- a/LiveTests/Duplicati.Backend.Tests/CIFS/SMBTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/CIFS/SMBTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/CloudStack/CloudStackTests.cs b/LiveTests/Duplicati.Backend.Tests/CloudStack/CloudStackTests.cs index e4183340d..d6fe13fe6 100644 --- a/LiveTests/Duplicati.Backend.Tests/CloudStack/CloudStackTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/CloudStack/CloudStackTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Dropbox/DropBoxTests.cs b/LiveTests/Duplicati.Backend.Tests/Dropbox/DropBoxTests.cs index dd32f0353..81a43aa6e 100644 --- a/LiveTests/Duplicati.Backend.Tests/Dropbox/DropBoxTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Dropbox/DropBoxTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Duplicati.Backend.Tests.csproj b/LiveTests/Duplicati.Backend.Tests/Duplicati.Backend.Tests.csproj index 1caa767f4..23de51b85 100644 --- a/LiveTests/Duplicati.Backend.Tests/Duplicati.Backend.Tests.csproj +++ b/LiveTests/Duplicati.Backend.Tests/Duplicati.Backend.Tests.csproj @@ -7,7 +7,7 @@ enable enable Commandline implementation of Duplicati - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/LiveTests/Duplicati.Backend.Tests/FTP/FTPTests.cs b/LiveTests/Duplicati.Backend.Tests/FTP/FTPTests.cs index 80abd0f23..5278c9e33 100644 --- a/LiveTests/Duplicati.Backend.Tests/FTP/FTPTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/FTP/FTPTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Filejump/FilejumpTests.cs b/LiveTests/Duplicati.Backend.Tests/Filejump/FilejumpTests.cs index 67d620465..b8250278f 100644 --- a/LiveTests/Duplicati.Backend.Tests/Filejump/FilejumpTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Filejump/FilejumpTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Filen/FilenTests.cs b/LiveTests/Duplicati.Backend.Tests/Filen/FilenTests.cs index 8284ae766..43ce76c2d 100644 --- a/LiveTests/Duplicati.Backend.Tests/Filen/FilenTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Filen/FilenTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/GCS/GCSTests.cs b/LiveTests/Duplicati.Backend.Tests/GCS/GCSTests.cs index 5efd7aa02..2cabdd35f 100644 --- a/LiveTests/Duplicati.Backend.Tests/GCS/GCSTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/GCS/GCSTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/GlobalUsings.cs b/LiveTests/Duplicati.Backend.Tests/GlobalUsings.cs index 063a1e5b5..1dd8f6838 100644 --- a/LiveTests/Duplicati.Backend.Tests/GlobalUsings.cs +++ b/LiveTests/Duplicati.Backend.Tests/GlobalUsings.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Google Drive/GoogleDriveTests.cs b/LiveTests/Duplicati.Backend.Tests/Google Drive/GoogleDriveTests.cs index c660b7e45..70c47d197 100644 --- a/LiveTests/Duplicati.Backend.Tests/Google Drive/GoogleDriveTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Google Drive/GoogleDriveTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/JottaCloud/JottaCloudTests.cs b/LiveTests/Duplicati.Backend.Tests/JottaCloud/JottaCloudTests.cs index 4991c3bb6..173ec3dc7 100644 --- a/LiveTests/Duplicati.Backend.Tests/JottaCloud/JottaCloudTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/JottaCloud/JottaCloudTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/OneDrive/OneDriveTests.cs b/LiveTests/Duplicati.Backend.Tests/OneDrive/OneDriveTests.cs index e45478dd3..7799a01e8 100644 --- a/LiveTests/Duplicati.Backend.Tests/OneDrive/OneDriveTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/OneDrive/OneDriveTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Parameters.cs b/LiveTests/Duplicati.Backend.Tests/Parameters.cs index 29331f709..9dda53cbf 100644 --- a/LiveTests/Duplicati.Backend.Tests/Parameters.cs +++ b/LiveTests/Duplicati.Backend.Tests/Parameters.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/S3/S3Tests.cs b/LiveTests/Duplicati.Backend.Tests/S3/S3Tests.cs index 92732a8a5..642ab5d0b 100644 --- a/LiveTests/Duplicati.Backend.Tests/S3/S3Tests.cs +++ b/LiveTests/Duplicati.Backend.Tests/S3/S3Tests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/SSH/SSHTests.cs b/LiveTests/Duplicati.Backend.Tests/SSH/SSHTests.cs index 5366edb0d..8ab5db6b6 100644 --- a/LiveTests/Duplicati.Backend.Tests/SSH/SSHTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/SSH/SSHTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Utility/Output.cs b/LiveTests/Duplicati.Backend.Tests/Utility/Output.cs index 0323aee30..c053b4790 100644 --- a/LiveTests/Duplicati.Backend.Tests/Utility/Output.cs +++ b/LiveTests/Duplicati.Backend.Tests/Utility/Output.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/Webdav/WebdavTests.cs b/LiveTests/Duplicati.Backend.Tests/Webdav/WebdavTests.cs index de95aba08..55c2f64ff 100644 --- a/LiveTests/Duplicati.Backend.Tests/Webdav/WebdavTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/Webdav/WebdavTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/iDriveee2/iDrivee2Tests.cs b/LiveTests/Duplicati.Backend.Tests/iDriveee2/iDrivee2Tests.cs index 97fef3213..c83a264ac 100644 --- a/LiveTests/Duplicati.Backend.Tests/iDriveee2/iDrivee2Tests.cs +++ b/LiveTests/Duplicati.Backend.Tests/iDriveee2/iDrivee2Tests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/LiveTests/Duplicati.Backend.Tests/pCloud/pCloudTests.cs b/LiveTests/Duplicati.Backend.Tests/pCloud/pCloudTests.cs index 12f198d4a..bdcec3df3 100644 --- a/LiveTests/Duplicati.Backend.Tests/pCloud/pCloudTests.cs +++ b/LiveTests/Duplicati.Backend.Tests/pCloud/pCloudTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.Compile.Post.cs b/ReleaseBuilder/Build/Command.Compile.Post.cs index c00b25407..bdd0b45a9 100644 --- a/ReleaseBuilder/Build/Command.Compile.Post.cs +++ b/ReleaseBuilder/Build/Command.Compile.Post.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.Compile.Verify.cs b/ReleaseBuilder/Build/Command.Compile.Verify.cs index 4b65e7d23..988c8b2d9 100644 --- a/ReleaseBuilder/Build/Command.Compile.Verify.cs +++ b/ReleaseBuilder/Build/Command.Compile.Verify.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.Compile.cs b/ReleaseBuilder/Build/Command.Compile.cs index 887c99dd2..fffa17958 100644 --- a/ReleaseBuilder/Build/Command.Compile.cs +++ b/ReleaseBuilder/Build/Command.Compile.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.CreatePackage.cs b/ReleaseBuilder/Build/Command.CreatePackage.cs index 7b7a3ef88..65ab64b49 100644 --- a/ReleaseBuilder/Build/Command.CreatePackage.cs +++ b/ReleaseBuilder/Build/Command.CreatePackage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.GitPush.cs b/ReleaseBuilder/Build/Command.GitPush.cs index 0ccbc207c..179c53e23 100644 --- a/ReleaseBuilder/Build/Command.GitPush.cs +++ b/ReleaseBuilder/Build/Command.GitPush.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.GpgSign.cs b/ReleaseBuilder/Build/Command.GpgSign.cs index aa837841f..1b1060026 100644 --- a/ReleaseBuilder/Build/Command.GpgSign.cs +++ b/ReleaseBuilder/Build/Command.GpgSign.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.PackageSupport.cs b/ReleaseBuilder/Build/Command.PackageSupport.cs index 39567a09b..9a77bf783 100644 --- a/ReleaseBuilder/Build/Command.PackageSupport.cs +++ b/ReleaseBuilder/Build/Command.PackageSupport.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.RuntimeConfig.cs b/ReleaseBuilder/Build/Command.RuntimeConfig.cs index 4d94ac65c..3cf1b805e 100644 --- a/ReleaseBuilder/Build/Command.RuntimeConfig.cs +++ b/ReleaseBuilder/Build/Command.RuntimeConfig.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.Upload.cs b/ReleaseBuilder/Build/Command.Upload.cs index c16a3d9b7..a9e68e04f 100644 --- a/ReleaseBuilder/Build/Command.Upload.cs +++ b/ReleaseBuilder/Build/Command.Upload.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Build/Command.cs b/ReleaseBuilder/Build/Command.cs index d5cf96884..b15c7ad09 100644 --- a/ReleaseBuilder/Build/Command.cs +++ b/ReleaseBuilder/Build/Command.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Configuration.cs b/ReleaseBuilder/Configuration.cs index c5549ac0c..36be0901c 100644 --- a/ReleaseBuilder/Configuration.cs +++ b/ReleaseBuilder/Configuration.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/ConsoleHelper.cs b/ReleaseBuilder/ConsoleHelper.cs index a71f191ff..f22d71d0d 100644 --- a/ReleaseBuilder/ConsoleHelper.cs +++ b/ReleaseBuilder/ConsoleHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/CreateKey/Command.cs b/ReleaseBuilder/CreateKey/Command.cs index 12953bfde..bf7357073 100644 --- a/ReleaseBuilder/CreateKey/Command.cs +++ b/ReleaseBuilder/CreateKey/Command.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/EncryptionHelper.cs b/ReleaseBuilder/EncryptionHelper.cs index 05c0336ca..5cd08e27e 100644 --- a/ReleaseBuilder/EncryptionHelper.cs +++ b/ReleaseBuilder/EncryptionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/EnvHelper.cs b/ReleaseBuilder/EnvHelper.cs index 5050f7e6f..74f1a287b 100644 --- a/ReleaseBuilder/EnvHelper.cs +++ b/ReleaseBuilder/EnvHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/KeepAliveAssertion.cs b/ReleaseBuilder/KeepAliveAssertion.cs index b2fd44d62..1d7344e28 100644 --- a/ReleaseBuilder/KeepAliveAssertion.cs +++ b/ReleaseBuilder/KeepAliveAssertion.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/PackageTarget.cs b/ReleaseBuilder/PackageTarget.cs index fcb249952..5ef4e556c 100644 --- a/ReleaseBuilder/PackageTarget.cs +++ b/ReleaseBuilder/PackageTarget.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/ProcessHelper.cs b/ReleaseBuilder/ProcessHelper.cs index 8486fd2d9..0f76b4d50 100644 --- a/ReleaseBuilder/ProcessHelper.cs +++ b/ReleaseBuilder/ProcessHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/ProcessRunner.cs b/ReleaseBuilder/ProcessRunner.cs index 060013644..5770f879d 100644 --- a/ReleaseBuilder/ProcessRunner.cs +++ b/ReleaseBuilder/ProcessRunner.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/Program.cs b/ReleaseBuilder/Program.cs index 3a30155fe..0a271feea 100644 --- a/ReleaseBuilder/Program.cs +++ b/ReleaseBuilder/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/ReleaseBuilder.csproj b/ReleaseBuilder/ReleaseBuilder.csproj index 06fe07b04..3a52e1074 100644 --- a/ReleaseBuilder/ReleaseBuilder.csproj +++ b/ReleaseBuilder/ReleaseBuilder.csproj @@ -5,7 +5,7 @@ net10.0 enable enable - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/ReleaseBuilder/Resources/Windows/Agent/License.rtf b/ReleaseBuilder/Resources/Windows/Agent/License.rtf index 7198f91ff..c991a54d6 100644 --- a/ReleaseBuilder/Resources/Windows/Agent/License.rtf +++ b/ReleaseBuilder/Resources/Windows/Agent/License.rtf @@ -6,7 +6,7 @@ \deftab720 \pard\pardeftab720\ri0\sl380\sa240\partightenfactor0 -\f0\fs25 \cf0 Copyright (c) 2025 Team Duplicati, https://duplicati.com, hello@duplicati.com +\f0\fs25 \cf0 Copyright (c) 2026 Team Duplicati, https://duplicati.com, hello@duplicati.com \f1\fs24 \ \pard\pardeftab720\ri0\sl380\sb240\sa240\partightenfactor0 diff --git a/ReleaseBuilder/Resources/Windows/TrayIcon/License.rtf b/ReleaseBuilder/Resources/Windows/TrayIcon/License.rtf index 7198f91ff..c991a54d6 100644 --- a/ReleaseBuilder/Resources/Windows/TrayIcon/License.rtf +++ b/ReleaseBuilder/Resources/Windows/TrayIcon/License.rtf @@ -6,7 +6,7 @@ \deftab720 \pard\pardeftab720\ri0\sl380\sa240\partightenfactor0 -\f0\fs25 \cf0 Copyright (c) 2025 Team Duplicati, https://duplicati.com, hello@duplicati.com +\f0\fs25 \cf0 Copyright (c) 2026 Team Duplicati, https://duplicati.com, hello@duplicati.com \f1\fs24 \ \pard\pardeftab720\ri0\sl380\sb240\sa240\partightenfactor0 diff --git a/ReleaseBuilder/SharedOptions.cs b/ReleaseBuilder/SharedOptions.cs index 8d8843a02..f25df0740 100644 --- a/ReleaseBuilder/SharedOptions.cs +++ b/ReleaseBuilder/SharedOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/ReleaseBuilder/WixHeatBuilder.cs b/ReleaseBuilder/WixHeatBuilder.cs index 79fdcb1cf..9174f33a7 100644 --- a/ReleaseBuilder/WixHeatBuilder.cs +++ b/ReleaseBuilder/WixHeatBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Tools/MacOSPhotosNative/DuplicatiPhotos.h b/Tools/MacOSPhotosNative/DuplicatiPhotos.h index acc1f2c98..6f76f8caf 100644 --- a/Tools/MacOSPhotosNative/DuplicatiPhotos.h +++ b/Tools/MacOSPhotosNative/DuplicatiPhotos.h @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Tools/MacOSPhotosNative/DuplicatiPhotos.m b/Tools/MacOSPhotosNative/DuplicatiPhotos.m index 811b3d9e3..f70511977 100644 --- a/Tools/MacOSPhotosNative/DuplicatiPhotos.m +++ b/Tools/MacOSPhotosNative/DuplicatiPhotos.m @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Tools/RemoteSynchronization/Program.cs b/Tools/RemoteSynchronization/Program.cs index f4b45b11a..a6292fcc6 100644 --- a/Tools/RemoteSynchronization/Program.cs +++ b/Tools/RemoteSynchronization/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Tools/ZipFileDebugger/Program.cs b/Tools/ZipFileDebugger/Program.cs index 69eb9907f..82d1b5b9d 100644 --- a/Tools/ZipFileDebugger/Program.cs +++ b/Tools/ZipFileDebugger/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/Tools/ZipFileDebugger/ZipFileDebugger.csproj b/Tools/ZipFileDebugger/ZipFileDebugger.csproj index 8871dbccf..2e42affdb 100644 --- a/Tools/ZipFileDebugger/ZipFileDebugger.csproj +++ b/Tools/ZipFileDebugger/ZipFileDebugger.csproj @@ -3,7 +3,7 @@ net10.0 Exe - Copyright © 2025 Team Duplicati, MIT license + Copyright © 2026 Team Duplicati, MIT license diff --git a/WebserverCore.Client.UsageExample/Program.cs b/WebserverCore.Client.UsageExample/Program.cs index 30f31fb88..1ee970ae4 100644 --- a/WebserverCore.Client.UsageExample/Program.cs +++ b/WebserverCore.Client.UsageExample/Program.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/proprietary/DiskImage/Partition/BasePartition.cs b/proprietary/DiskImage/Partition/BasePartition.cs index 965e41830..2e09be0be 100644 --- a/proprietary/DiskImage/Partition/BasePartition.cs +++ b/proprietary/DiskImage/Partition/BasePartition.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/proprietary/DiskImage/Partition/PartitionWriteStream.cs b/proprietary/DiskImage/Partition/PartitionWriteStream.cs index ed321d5ab..6c19ed24d 100644 --- a/proprietary/DiskImage/Partition/PartitionWriteStream.cs +++ b/proprietary/DiskImage/Partition/PartitionWriteStream.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025, The Duplicati Team +// Copyright (C) 2026, The Duplicati Team // https://duplicati.com, hello@duplicati.com // // Permission is hereby granted, free of charge, to any person obtaining a diff --git a/thirdparty/SharpAESCrypt/License.txt b/thirdparty/SharpAESCrypt/License.txt index 4ac9a5e9c..98b399fe7 100755 --- a/thirdparty/SharpAESCrypt/License.txt +++ b/thirdparty/SharpAESCrypt/License.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Duplicati +Copyright (c) 2026 Duplicati Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal