From 83b470d91ceaa1f2136b3d6583baf013c4b5137b Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Tue, 19 May 2026 14:48:51 +1200 Subject: [PATCH] =?UTF-8?q?chore(rebrand):=20NUKE=20=E2=86=92=20Fallout=20?= =?UTF-8?q?cosmetic=20pass=20(license=20headers,=20docs,=20logo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First phase of the hard-fork rebrand (#25, #26): - License headers rewritten across 564 .cs source files. New 4-line block preserves NUKE attribution per MIT and points at the post-rename URL (ChrisonSimtian/Fallout/blob/main/LICENSE). - LICENSE updated: new copyright holder, attribution block crediting Matthias Koch and the NUKE contributors. - source/Directory.Build.props: NuGet metadata (Copyright, Authors, PackageProjectUrl) and Description switched to Fallout. - nuke-common.sln.DotSettings: ReSharper file-header template updated so new files get the new header by default. - Startup ASCII logo in source/Nuke.Build/Host.cs swapped from "NUKE" to "FALLOUT" block art; "NUKE Execution Engine" → "Fallout Execution Engine". - README rewritten: title/tagline/badges/build-status. Adds a prominent "rebrand in progress" notice and a "Based on NUKE" attribution section. - CONTRIBUTING.md and CODE_OF_CONDUCT.md rewritten for the new ownership. - CLAUDE.md updated to reflect rebrand status and new license-header shape. - CHANGELOG.md vNext entry added. Out of scope (later rebrand-track issues): - Namespaces and assembly names (still Nuke.*) — #31, #32. - Project filenames and package IDs (still Nuke.*.csproj) — #33, #34. - Global tool name (`dotnet nuke`) — #38. - Visual assets / icon swap — #27. - *.Generated.cs file URLs (regenerate from git origin on next release). - Repo rename itself (ChrisonSimtian/nuke → ChrisonSimtian/Fallout) — #24, intentionally done AFTER this PR merges so the first impression of the renamed repo matches the new identity. Verified: `dotnet build nuke-common.slnx -c Debug` succeeds (warnings are pre-existing and unrelated). Closes #25 Closes #26 Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 1 + CLAUDE.md | 8 +- CODE_OF_CONDUCT.md | 3 +- CONTRIBUTING.md | 144 ++++++------------ LICENSE | 6 +- README.md | 67 ++++---- build/Build.CI.GitHubActions.cs | 5 +- build/Build.CodeGeneration.cs | 5 +- build/Build.Contributors.cs | 5 +- build/Build.GlobalSolution.cs | 5 +- build/Build.Licenses.cs | 5 +- build/Build.PublicApi.cs | 5 +- build/Build.RunTargetInDockerTest.cs | 5 +- build/Build.Stargazers.cs | 5 +- build/Build.Terminal.cs | 5 +- build/Build.cs | 5 +- nuke-common.sln.DotSettings | 5 +- source/AssemblyInfo.cs | 5 +- source/Directory.Build.props | 8 +- source/Nuke.Build.Shared/CompletionUtility.cs | 5 +- source/Nuke.Build.Shared/Constants.cs | 5 +- source/Nuke.Build.Shared/Notifications.cs | 5 +- source/Nuke.Build.Tests/BuildExecutorTest.cs | 5 +- .../Nuke.Build.Tests/CompletionUtilityTest.cs | 5 +- source/Nuke.Build.Tests/ControlFlowTest.cs | 5 +- .../DefaultInterfaceExecutionTest.cs | 5 +- .../ExecutableTargetFactoryTest.cs | 5 +- .../Nuke.Build.Tests/ExecutionPlannerTest.cs | 5 +- .../ExecutionTestsInitializer.cs | 5 +- source/Nuke.Build.Tests/GitRepositoryTest.cs | 5 +- source/Nuke.Build.Tests/HostInitializer.cs | 5 +- .../Nuke.Build.Tests/ParameterServiceTest.cs | 5 +- source/Nuke.Build.Tests/SchemaUtilityTest.cs | 5 +- .../VerifyTestsInitializer.cs | 5 +- .../ArgumentsFromGitCommitMessageAttribute.cs | 5 +- .../DisableDefaultOutputAttribute.cs | 5 +- ...ShutdownDotNetAfterServerBuildAttribute.cs | 5 +- ...sualStudioEnvironmentVariablesAttribute.cs | 5 +- .../Attributes/VerbosityMappingAttribute.cs | 5 +- .../BuildServerConfigurationGeneration.cs | 5 +- ...verConfigurationGenerationAttributeBase.cs | 5 +- source/Nuke.Build/CICD/CIAttribute.cs | 5 +- .../CICD/ChainedConfigurationAttributeBase.cs | 5 +- .../CICD/ConfigurationAttributeBase.cs | 5 +- source/Nuke.Build/CICD/ConfigurationEntity.cs | 5 +- source/Nuke.Build/CICD/CustomFileWriter.cs | 5 +- ...erateBuildServerConfigurationsAttribute.cs | 5 +- source/Nuke.Build/CICD/IBuildServer.cs | 5 +- .../CICD/IConfigurationGenerator.cs | 5 +- ...dServerConfigurationGenerationAttribute.cs | 5 +- source/Nuke.Build/CICD/NoConvertAttribute.cs | 5 +- source/Nuke.Build/CICD/Partition.cs | 5 +- source/Nuke.Build/CICD/PartitionAttribute.cs | 5 +- source/Nuke.Build/ControlFlow.cs | 5 +- source/Nuke.Build/Execution/BuildExecutor.cs | 5 +- source/Nuke.Build/Execution/BuildManager.cs | 5 +- .../Execution/DelegateRequirementService.cs | 5 +- .../Nuke.Build/Execution/ExecutableTarget.cs | 5 +- .../Execution/ExecutableTargetFactory.cs | 5 +- .../Nuke.Build/Execution/ExecutionPlanner.cs | 5 +- .../Nuke.Build/Execution/ExecutionStatus.cs | 5 +- .../BuildExtensionAttributeBase.cs | 5 +- .../ToolInjectionAttributeBase.cs | 5 +- .../ValueInjectionAttributeBase.cs | 5 +- .../ArgumentsFromParametersFileAttribute.cs | 5 +- .../Execution/Extensions/EventInvoker.cs | 5 +- .../Extensions/HandleHelpRequestsAttribute.cs | 5 +- .../Extensions/HandlePlanRequestsAttribute.cs | 5 +- ...dleReSharperSurrogateArgumentsAttribute.cs | 5 +- .../HandleShellCompletionAttribute.cs | 5 +- .../HandleVisualStudioDebuggingAttribute.cs | 5 +- .../InjectNonParameterValuesAttribute.cs | 5 +- .../InjectParameterValuesAttribute.cs | 5 +- .../SerializeBuildServerStateAttribute.cs | 5 +- .../Extensions/TelemetryAttribute.cs | 5 +- .../Extensions/UpdateNotificationAttribute.cs | 5 +- .../Execution/ParameterService.Statics.cs | 5 +- .../Nuke.Build/Execution/ParameterService.cs | 5 +- .../Nuke.Build/Execution/TargetDefinition.cs | 5 +- .../Execution/TargetExecutionException.cs | 5 +- .../Execution/ToolRequirementService.cs | 5 +- .../Execution/ValueInjectionUtility.cs | 5 +- source/Nuke.Build/Host.Activation.cs | 5 +- source/Nuke.Build/Host.Theming.cs | 5 +- source/Nuke.Build/Host.cs | 17 ++- source/Nuke.Build/INukeBuild.cs | 5 +- source/Nuke.Build/ITargetDefinition.cs | 5 +- source/Nuke.Build/LogLevel.cs | 5 +- source/Nuke.Build/Logging.cs | 5 +- source/Nuke.Build/NukeBuild.Events.cs | 5 +- source/Nuke.Build/NukeBuild.Interface.cs | 5 +- source/Nuke.Build/NukeBuild.Output.cs | 7 +- source/Nuke.Build/NukeBuild.Statics.cs | 5 +- source/Nuke.Build/NukeBuild.cs | 5 +- source/Nuke.Build/ParameterAttribute.cs | 5 +- source/Nuke.Build/RequiresAttribute.cs | 5 +- source/Nuke.Build/Target.cs | 5 +- .../Nuke.Build/Telemetry/Telemetry.Events.cs | 5 +- .../Telemetry/Telemetry.Properties.cs | 5 +- source/Nuke.Build/Telemetry/Telemetry.cs | 5 +- source/Nuke.Build/Terminal.cs | 5 +- .../Theming/AnsiConsoleHostTheme.cs | 5 +- source/Nuke.Build/Theming/IHostTheme.cs | 5 +- .../Theming/SystemConsoleHostTheme.cs | 5 +- source/Nuke.Build/Utilities/ConsoleUtility.cs | 5 +- .../Nuke.Build/Utilities/CredentialStore.cs | 5 +- source/Nuke.Build/Utilities/SchemaUtility.cs | 5 +- source/Nuke.Build/VCS/GitRepository.cs | 5 +- .../Nuke.Build/VCS/GitRepositoryExtensions.cs | 5 +- source/Nuke.Build/Verbosity.cs | 5 +- .../CI/ConfigurationGenerationTest.cs | 5 +- .../CI/ITestConfigurationGenerator.cs | 5 +- .../CI/TestAppVeyorAttribute.cs | 5 +- .../CI/TestAzurePipelinesAttribute.cs | 5 +- .../CI/TestGitHubActionsAttribute.cs | 5 +- .../CI/TestSpaceAutomationAttribute.cs | 5 +- .../CI/TestTeamCityAttribute.cs | 5 +- source/Nuke.Common.Tests/CITest.cs | 5 +- .../Nuke.Common.Tests/ChangelogTasksTest.cs | 5 +- source/Nuke.Common.Tests/GitHubTasksTest.cs | 5 +- source/Nuke.Common.Tests/SettingsTest.cs | 5 +- .../VerifyTestsInitializer.cs | 5 +- .../CheckPathEnvironmentVariableAttribute.cs | 5 +- .../FileSystemGlobbingAttributeBase.cs | 5 +- .../Attributes/GitRepositoryAttribute.cs | 5 +- .../Attributes/GlobbingOptionsAttribute.cs | 5 +- .../HandleSingleFileExecutionAttribute.cs | 5 +- .../LatestGitHubReleaseAttribute.cs | 5 +- .../Attributes/LatestMavenVersionAttribute.cs | 5 +- .../Attributes/LatestMyGetVersionAttribute.cs | 5 +- .../Attributes/LatestNpmVersionAttribute.cs | 5 +- .../Attributes/LatestNuGetVersionAttribute.cs | 5 +- .../Attributes/LocalPathAttribute.cs | 5 +- .../Attributes/NpmPackageAttribute.cs | 5 +- .../Attributes/NuGetPackageAttribute.cs | 5 +- .../Attributes/PathVariableAttribute.cs | 5 +- .../Attributes/SolutionAttribute.cs | 5 +- .../CI/AppVeyor/AppVeyor.Theming.cs | 5 +- source/Nuke.Common/CI/AppVeyor/AppVeyor.cs | 5 +- .../CI/AppVeyor/AppVeyorAttribute.cs | 5 +- .../Nuke.Common/CI/AppVeyor/AppVeyorImage.cs | 5 +- .../CI/AppVeyor/AppVeyorSecretAttribute.cs | 5 +- .../CI/AppVeyor/AppVeyorService.cs | 5 +- .../Configuration/AppVeyorBranches.cs | 5 +- .../Configuration/AppVeyorConfiguration.cs | 5 +- .../AppVeyorCustomWriterExtensions.cs | 5 +- .../AzurePipelines/AzurePipelines.Theming.cs | 5 +- .../CI/AzurePipelines/AzurePipelines.cs | 5 +- .../AzurePipelines/AzurePipelinesAttribute.cs | 5 +- .../AzurePipelinesBuildReason.cs | 5 +- .../AzurePipelinesCachePaths.cs | 5 +- .../AzurePipelinesCodeCoverageToolType.cs | 5 +- .../CI/AzurePipelines/AzurePipelinesImage.cs | 5 +- .../AzurePipelines/AzurePipelinesIssueType.cs | 5 +- .../AzurePipelines/AzurePipelinesJobStatus.cs | 5 +- .../AzurePipelinesRepositoryType.cs | 5 +- .../AzurePipelinesTestResultsType.cs | 5 +- .../AzurePipelineCheckoutStep.cs | 5 +- .../Configuration/AzurePipelinesCacheStep.cs | 5 +- .../Configuration/AzurePipelinesCmdStep.cs | 5 +- .../AzurePipelinesConfiguration.cs | 5 +- .../AzurePipelinesCustomWriterExtensions.cs | 5 +- .../AzurePipelinesDownloadStep.cs | 5 +- .../Configuration/AzurePipelinesJob.cs | 5 +- .../AzurePipelinesPublishStep.cs | 5 +- .../Configuration/AzurePipelinesStage.cs | 5 +- .../Configuration/AzurePipelinesStep.cs | 5 +- .../AzurePipelinesVcsPushTrigger.cs | 5 +- source/Nuke.Common/CI/Bamboo/Bamboo.cs | 5 +- source/Nuke.Common/CI/Bitbucket/Bitbucket.cs | 5 +- source/Nuke.Common/CI/Bitrise/Bitrise.cs | 5 +- .../GitHubActionsArtifactStep.cs | 5 +- .../Configuration/GitHubActionsCacheStep.cs | 5 +- .../GitHubActionsCheckoutStep.cs | 5 +- .../GitHubActionsConfiguration.cs | 5 +- .../GitHubActionsDetailedTrigger.cs | 5 +- .../Configuration/GitHubActionsJob.cs | 5 +- .../Configuration/GitHubActionsRunStep.cs | 5 +- .../GitHubActionsScheduledTrigger.cs | 5 +- .../Configuration/GitHubActionsStep.cs | 5 +- .../Configuration/GitHubActionsVcsTrigger.cs | 5 +- .../GitHubActionsWorkflowDispatchTrigger.cs | 5 +- .../CI/GitHubActions/GitHubActions.Client.cs | 5 +- .../CI/GitHubActions/GitHubActions.Theming.cs | 5 +- .../CI/GitHubActions/GitHubActions.cs | 5 +- .../GitHubActions/GitHubActionsAttribute.cs | 5 +- .../CI/GitHubActions/GitHubActionsImage.cs | 5 +- .../GitHubActions/GitHubActionsPermissions.cs | 5 +- .../GitHubActions/GitHubActionsSubmodules.cs | 5 +- .../CI/GitHubActions/GitHubActionsTrigger.cs | 5 +- .../Nuke.Common/CI/GitLab/GitLab.Theming.cs | 5 +- source/Nuke.Common/CI/GitLab/GitLab.cs | 5 +- .../CI/GitLab/GitLabProjectVisibility.cs | 5 +- source/Nuke.Common/CI/Jenkins/Jenkins.cs | 5 +- .../SpaceAutomationConfiguration.cs | 5 +- .../Configuration/SpaceAutomationContainer.cs | 5 +- .../SpaceAutomationCronScheduleTrigger.cs | 5 +- .../SpaceAutomationCustomWriterExtensions.cs | 5 +- .../SpaceAutomationPushTrigger.cs | 5 +- .../Configuration/SpaceAutomationResources.cs | 5 +- .../Configuration/SpaceAutomationTrigger.cs | 5 +- .../SpaceAutomation.Theming.cs | 5 +- .../CI/SpaceAutomation/SpaceAutomation.cs | 5 +- .../SpaceAutomationAttribute.cs | 5 +- .../TeamCityArtifactDependency.cs | 5 +- .../Configuration/TeamCityBuildType.cs | 5 +- .../Configuration/TeamCityBuildTypeVcsRoot.cs | 5 +- .../Configuration/TeamCityConfiguration.cs | 5 +- .../TeamCityConfigurationParameter.cs | 5 +- .../TeamCityCustomWriterExtensions.cs | 5 +- .../Configuration/TeamCityDependency.cs | 5 +- .../TeamCityDependencyFailureAction.cs | 5 +- .../TeamCityFinishBuildTrigger.cs | 5 +- .../TeamCityKeyValueParameter.cs | 5 +- .../Configuration/TeamCityParameter.cs | 5 +- .../Configuration/TeamCityParameterDisplay.cs | 5 +- .../Configuration/TeamCityParameterType.cs | 5 +- .../TeamCity/Configuration/TeamCityProject.cs | 5 +- .../Configuration/TeamCityScheduledTrigger.cs | 5 +- .../TeamCitySnapshotDependency.cs | 5 +- .../TeamCity/Configuration/TeamCityTrigger.cs | 5 +- .../TeamCity/Configuration/TeamCityVcsRoot.cs | 5 +- .../Configuration/TeamCityVcsTrigger.cs | 5 +- .../TeamCity/DotNetBuildSettingsExtensions.cs | 5 +- .../TeamCity/DotNetTestSettingsExtensions.cs | 5 +- .../CI/TeamCity/MSBuildSettingsExtensions.cs | 5 +- .../CI/TeamCity/TeamCity.Theming.cs | 5 +- source/Nuke.Common/CI/TeamCity/TeamCity.cs | 5 +- .../CI/TeamCity/TeamCityAttribute.cs | 5 +- .../CI/TeamCity/TeamCityImportTool.cs | 5 +- .../CI/TeamCity/TeamCityImportType.cs | 5 +- .../TeamCity/TeamCityNoDataPublishedAction.cs | 5 +- .../Nuke.Common/CI/TeamCity/TeamCityStatus.cs | 5 +- .../CI/TeamCity/TeamCityTokenAttribute.cs | 5 +- .../CI/TravisCI/TravisCI.Theming.cs | 5 +- source/Nuke.Common/CI/TravisCI/TravisCI.cs | 5 +- .../CI/TravisCI/TravisCIEventType.cs | 5 +- source/Nuke.Common/ChangeLog/ChangeLog.cs | 5 +- .../Nuke.Common/ChangeLog/ChangeLogTasks.cs | 5 +- source/Nuke.Common/ChangeLog/ReleaseNotes.cs | 5 +- source/Nuke.Common/Gitter/GitterTasks.cs | 5 +- source/Nuke.Common/IO/FtpTasks.cs | 5 +- source/Nuke.Common/IO/HttpTasks.cs | 5 +- source/Nuke.Common/IO/TextTasks.cs | 5 +- source/Nuke.Common/IO/XmlTasks.cs | 5 +- .../Tools/AzureKeyVault/AzureKeyVault.cs | 5 +- .../AzureKeyVault/AzureKeyVaultAttribute.cs | 5 +- .../AzureKeyVaultAttributeBase.cs | 5 +- .../AzureKeyVault/AzureKeyVaultCertificate.cs | 5 +- .../AzureKeyVaultCertificateAttribute.cs | 5 +- .../AzureKeyVaultConfigurationAttribute.cs | 5 +- .../Tools/AzureKeyVault/AzureKeyVaultKey.cs | 5 +- .../AzureKeyVaultKeyAttribute.cs | 5 +- .../AzureKeyVaultSecretAttribute.cs | 5 +- .../Tools/AzureKeyVault/AzureKeyVaultTasks.cs | 5 +- .../Nuke.Common/Tools/Codecov/CodecovTasks.cs | 5 +- .../Tools/CorFlags/CorFlagsSettings.cs | 5 +- .../Coverlet/CoverletSettingsExtensions.cs | 5 +- .../Nuke.Common/Tools/Discord/DiscordTasks.cs | 5 +- source/Nuke.Common/Tools/DocFX/DocFXTasks.cs | 5 +- .../DockerTargetDefinitionExtensions.cs | 5 +- .../Nuke.Common/Tools/Docker/DockerTasks.cs | 5 +- .../Tools/DotCover/DotCoverTasks.cs | 5 +- .../TeamCitySetDotCoverHomePathAttribute.cs | 5 +- .../Tools/DotNet/DotNetRuntimeIdentifier.cs | 5 +- .../Nuke.Common/Tools/DotNet/DotNetTasks.cs | 5 +- source/Nuke.Common/Tools/Git/GitTasks.cs | 5 +- .../Nuke.Common/Tools/GitHub/GitHubTasks.cs | 5 +- .../Tools/GitVersion/GitVersionAttribute.cs | 5 +- .../Tools/GitVersion/GitVersionTasks.cs | 5 +- .../Tools/InnoSetup/InnoSetupSettings.cs | 5 +- .../Tools/MSBuild/MSBuildPlatform.cs | 5 +- .../Tools/MSBuild/MSBuildProject.cs | 5 +- .../MSBuild/MSBuildSettingsExtensions.cs | 5 +- .../Nuke.Common/Tools/MSBuild/MSBuildTasks.cs | 5 +- .../Tools/MSBuild/MSBuildToolPathResolver.cs | 5 +- .../Tools/MSBuild/MSBuildVersion.cs | 5 +- source/Nuke.Common/Tools/MSpec/MSpecTasks.cs | 5 +- .../Tools/Mastodon/MastodonTasks.cs | 5 +- .../Tools/MinVer/MinVerAttribute.cs | 5 +- .../Nuke.Common/Tools/MinVer/MinVerTasks.cs | 5 +- source/Nuke.Common/Tools/NUnit/NUnitTasks.cs | 5 +- .../NerdbankGitVersioningAttribute.cs | 5 +- .../NerdbankGitVersioningTasks.cs | 5 +- .../Nuke.Common/Tools/Netlify/NetlifyTasks.cs | 5 +- source/Nuke.Common/Tools/Npm/NpmTasks.cs | 5 +- .../Tools/OctoVersion/OctoVersionAttribute.cs | 5 +- .../Tools/OctoVersion/OctoVersionTasks.cs | 5 +- .../Tools/OpenCover/OpenCoverTasks.cs | 5 +- .../Tools/PowerShell/PowerShellTasks.cs | 5 +- .../Nuke.Common/Tools/Pulumi/PulumiTasks.cs | 5 +- .../Tools/ReSharper/ReSharperTasks.cs | 5 +- .../ReportGenerator/ReportGeneratorTasks.cs | 5 +- .../Tools/SignPath/SignPathTasks.cs | 5 +- .../Tools/SignTool/SignToolTasks.cs | 5 +- source/Nuke.Common/Tools/Slack/SlackTasks.cs | 5 +- .../Tools/Teams/Teams.Extensions.cs | 5 +- source/Nuke.Common/Tools/Teams/TeamsTasks.cs | 5 +- .../Nuke.Common/Tools/Twitter/TwitterTasks.cs | 5 +- .../Tools/Unity/Logging/BlockMatcher.cs | 5 +- .../Tools/Unity/Logging/FileWatcher.cs | 5 +- .../Tools/Unity/Logging/LineMatcher.cs | 5 +- .../Tools/Unity/Logging/LogParser.cs | 5 +- .../Tools/Unity/Logging/MatchType.cs | 5 +- .../Tools/Unity/Logging/MatchedBlock.cs | 5 +- .../Tools/Unity/Logging/UnityLogLevel.cs | 5 +- source/Nuke.Common/Tools/Unity/UnityTasks.cs | 5 +- .../Nuke.Common/Tools/VSWhere/VSWhereTasks.cs | 5 +- .../Tools/Xunit/Xunit2SettingsExtensions.cs | 5 +- source/Nuke.Common/Tools/Xunit/XunitTasks.cs | 5 +- .../Nuke.Common/Utilities/TemplateUtility.cs | 5 +- source/Nuke.Components/Configuration.cs | 5 +- source/Nuke.Components/ICompile.cs | 5 +- .../Nuke.Components/ICreateGitHubRelease.cs | 5 +- source/Nuke.Components/IGlobalTool.cs | 5 +- source/Nuke.Components/IHazArtifacts.cs | 5 +- source/Nuke.Components/IHazChangelog.cs | 5 +- source/Nuke.Components/IHazConfiguration.cs | 5 +- source/Nuke.Components/IHazGitRepository.cs | 5 +- source/Nuke.Components/IHazGitVersion.cs | 5 +- .../IHazNerdbankGitVersioning.cs | 5 +- source/Nuke.Components/IHazReports.cs | 5 +- source/Nuke.Components/IHazSolution.cs | 5 +- .../Nuke.Components/IHazTwitterCredentials.cs | 5 +- source/Nuke.Components/IPack.cs | 5 +- source/Nuke.Components/IPublish.cs | 5 +- source/Nuke.Components/IReportCoverage.cs | 5 +- source/Nuke.Components/IReportDuplicates.cs | 5 +- source/Nuke.Components/IReportIssues.cs | 5 +- source/Nuke.Components/IRestore.cs | 5 +- source/Nuke.Components/ISignPackages.cs | 5 +- source/Nuke.Components/ITest.cs | 5 +- .../CakeConversionTests.cs | 5 +- .../UpdateSolutionFileContentTests.cs | 5 +- .../VerifyTestsInitializer.cs | 5 +- source/Nuke.GlobalTool/Program.AddPackage.cs | 5 +- source/Nuke.GlobalTool/Program.Cake.cs | 5 +- source/Nuke.GlobalTool/Program.Complete.cs | 5 +- .../Program.GetConfiguration.cs | 5 +- source/Nuke.GlobalTool/Program.Navigation.cs | 5 +- source/Nuke.GlobalTool/Program.Secrets.cs | 5 +- source/Nuke.GlobalTool/Program.Setup.cs | 5 +- source/Nuke.GlobalTool/Program.Trigger.cs | 5 +- source/Nuke.GlobalTool/Program.Update.cs | 5 +- source/Nuke.GlobalTool/Program.cs | 5 +- source/Nuke.GlobalTool/ProjectUpdater.cs | 5 +- .../Rewriting/Cake/AbsolutePathRewriter.cs | 5 +- .../Rewriting/Cake/ClassRewriter.cs | 5 +- .../Rewriting/Cake/CodeAnalysisExtensions.cs | 5 +- .../Rewriting/Cake/FormattingRewriter.cs | 5 +- .../Rewriting/Cake/IdentifierNameRewriter.cs | 5 +- .../Rewriting/Cake/InvocationRewriter.cs | 5 +- .../Rewriting/Cake/MemberAccessRewriter.cs | 5 +- .../Rewriting/Cake/ParameterRewriter.cs | 5 +- .../Rewriting/Cake/RegularFieldRewriter.cs | 5 +- .../Cake/RemoveUsingDirectivesRewriter.cs | 5 +- .../Cake/RenameFieldIdentifierRewriter.cs | 5 +- .../Rewriting/Cake/SafeSyntaxRewriter.cs | 5 +- .../Cake/TargetDefinitionRewriter.cs | 5 +- .../Rewriting/Cake/ToolInvocationRewriter.cs | 5 +- .../Nuke.MSBuildTasks/CodeGenerationTask.cs | 5 +- source/Nuke.MSBuildTasks/ContextAwareTask.cs | 5 +- .../EmbedPackagesForSelfContainedTask.cs | 5 +- .../Nuke.MSBuildTasks/PackPackageToolsTask.cs | 5 +- .../Nuke.MSBuildTasks/TaskItemExtensions.cs | 5 +- .../ProjectModelTest.cs | 5 +- .../Project.GetMSBuildProject.cs | 5 +- source/Nuke.ProjectModel/Project.Items.cs | 5 +- source/Nuke.ProjectModel/Project.Misc.cs | 5 +- .../Nuke.ProjectModel/Project.Properties.cs | 5 +- source/Nuke.ProjectModel/ProjectModelTasks.cs | 5 +- .../SolutionModelTest.cs | 5 +- source/Nuke.SolutionModel/Model.cs | 5 +- .../SolutionModelExtensions.cs | 5 +- .../StronglyTypedSolutionGeneratorTest.cs | 5 +- .../VerifyTestsInitializer.cs | 5 +- .../CodeAnalysisExtensions.cs | 5 +- .../Nuke.SourceGenerators/Shims/NukeBuild.cs | 5 +- .../StronglyTypedSolutionGenerator.cs | 5 +- .../Nuke.Tooling.Generator/CodeGenerator.cs | 5 +- .../Generators/DataClassExtensionGenerator.cs | 5 +- .../Generators/DataClassGenerator.cs | 5 +- .../Generators/EnumerationGenerator.cs | 5 +- .../Generators/ModelExtensions.cs | 5 +- .../Generators/StringExtensions.cs | 5 +- .../Generators/TaskGenerator.cs | 5 +- .../Generators/ToolGenerator.cs | 5 +- .../Generators/WriterExtensions.cs | 5 +- .../Nuke.Tooling.Generator/Model/DataClass.cs | 5 +- .../Model/Enumeration.cs | 5 +- .../Model/IDeprecatable.cs | 5 +- .../Nuke.Tooling.Generator/Model/Property.cs | 5 +- .../Model/RegexPatterns.cs | 5 +- source/Nuke.Tooling.Generator/Model/Task.cs | 5 +- source/Nuke.Tooling.Generator/Model/Tool.cs | 5 +- .../ReferenceUpdater.cs | 5 +- .../Nuke.Tooling.Generator/ToolSerializer.cs | 5 +- .../Writers/DataClassWriter.cs | 5 +- .../Nuke.Tooling.Generator/Writers/IWriter.cs | 5 +- .../Writers/IWriterWrapper.cs | 5 +- .../Writers/TaskWriter.cs | 5 +- .../Writers/ToolWriter.cs | 5 +- .../Writers/WriterExtensions.cs | 5 +- .../ArgumentStringHandlerTest.cs | 5 +- .../NuGetPackageResolverTest.cs | 5 +- source/Nuke.Tooling.Tests/OptionsTest.cs | 5 +- .../ToolOptionsArgumentsTest.cs | 5 +- .../Nuke.Tooling.Tests/ToolTasksLoggerTest.cs | 5 +- .../ToolTasksToolPathTest.cs | 5 +- source/Nuke.Tooling/ArgumentStringHandler.cs | 5 +- source/Nuke.Tooling/Configure.cs | 5 +- source/Nuke.Tooling/DelegateHelper.cs | 5 +- source/Nuke.Tooling/Enumeration.cs | 5 +- source/Nuke.Tooling/IProcess.cs | 5 +- source/Nuke.Tooling/NpmToolPathResolver.cs | 5 +- source/Nuke.Tooling/NpmVersionResolver.cs | 5 +- source/Nuke.Tooling/NuGetPackageResolver.cs | 5 +- source/Nuke.Tooling/NuGetToolPathResolver.cs | 5 +- source/Nuke.Tooling/NuGetVersionResolver.cs | 5 +- .../Nuke.Tooling/ObjectFromFieldConverter.cs | 5 +- source/Nuke.Tooling/Options.Apply.cs | 5 +- source/Nuke.Tooling/Options.Combinatorial.cs | 5 +- source/Nuke.Tooling/Options.Modify.cs | 5 +- source/Nuke.Tooling/Options.When.cs | 5 +- source/Nuke.Tooling/Options.cs | 5 +- source/Nuke.Tooling/Output.cs | 5 +- source/Nuke.Tooling/OutputType.cs | 5 +- source/Nuke.Tooling/PaketPackageResolver.cs | 5 +- source/Nuke.Tooling/Process2.cs | 5 +- source/Nuke.Tooling/ProcessException.cs | 5 +- source/Nuke.Tooling/ProcessExtensions.cs | 5 +- source/Nuke.Tooling/ProcessTasks.cs | 5 +- source/Nuke.Tooling/Tool.cs | 5 +- source/Nuke.Tooling/ToolExecutor.cs | 5 +- source/Nuke.Tooling/ToolOptions.Arguments.cs | 5 +- .../Nuke.Tooling/ToolOptions.ExitHandler.cs | 5 +- source/Nuke.Tooling/ToolOptions.Logger.cs | 5 +- .../ToolOptions.Properties.Dropin.cs | 5 +- source/Nuke.Tooling/ToolOptions.Properties.cs | 5 +- source/Nuke.Tooling/ToolOptions.Secrets.cs | 5 +- source/Nuke.Tooling/ToolOptions.cs | 5 +- source/Nuke.Tooling/ToolPathResolver.cs | 5 +- source/Nuke.Tooling/ToolRequirement.cs | 5 +- source/Nuke.Tooling/ToolResolver.cs | 5 +- source/Nuke.Tooling/ToolTasks.ExitHandler.cs | 5 +- source/Nuke.Tooling/ToolTasks.Logger.cs | 5 +- source/Nuke.Tooling/ToolTasks.Run.cs | 5 +- source/Nuke.Tooling/ToolTasks.ToolPath.cs | 5 +- source/Nuke.Tooling/ToolTasks.cs | 5 +- source/Nuke.Tooling/ToolingExtensions.cs | 5 +- .../CompressionExtensions.cs | 5 +- source/Nuke.Utilities.IO.Globbing/Globbing.cs | 5 +- .../GlobbingCaseSensitivity.cs | 5 +- .../Nuke.Utilities.Net/HttpClient.Request.cs | 5 +- .../HttpRequest.Authentication.cs | 5 +- .../Nuke.Utilities.Net/HttpRequest.Content.cs | 5 +- .../HttpRequest.Response.cs | 5 +- .../Nuke.Utilities.Net/HttpResponse.Assert.cs | 5 +- .../Nuke.Utilities.Net/HttpResponse.Body.cs | 5 +- .../ArgumentParserTest.cs | 5 +- .../Collections/DictionaryExtensionsTest.cs | 5 +- .../Collections/EnumerableExtensionsTest.cs | 5 +- .../Collections/LookupTableTest.cs | 5 +- .../EnvironmentInfoTest.cs | 5 +- .../IO/CompressionTasksTest.cs | 5 +- .../IO/FileSystemDependentTest.cs | 5 +- .../Nuke.Utilities.Tests/IO/MoveCopyTest.cs | 5 +- .../IO/PathConstructionTest.cs | 5 +- .../Reflection/ReflectionUtilityTest.cs | 5 +- .../Text/SerializationTest.cs | 5 +- .../Text/StringExtensionsTest.cs | 5 +- .../AllWritableContractResolver.cs | 5 +- .../Base64JsonConverter.cs | 5 +- .../JObject.GetChildren.cs | 5 +- .../JObject.GetPropertyValue.cs | 5 +- .../JsonExtensions.cs | 5 +- .../Object.ToJObject.cs | 5 +- .../YamlExtensions.cs | 5 +- source/Nuke.Utilities/ArgumentParser.cs | 5 +- source/Nuke.Utilities/Assert.cs | 5 +- source/Nuke.Utilities/AsyncHelper.cs | 5 +- .../Collections/Array.Deconstruct.cs | 5 +- .../Collections/Dictionary.AddDictionary.cs | 5 +- .../Collections/Dictionary.AddKeyValue.cs | 5 +- .../Collections/Dictionary.AsReadOnly.cs | 5 +- .../Collections/Dictionary.Deconstruct.cs | 5 +- .../Collections/Dictionary.GetOrDefault.cs | 5 +- .../Collections/Dictionary.SetKeyValue.cs | 5 +- .../Collections/Dictionary.ToGeneric.cs | 5 +- .../Collections/Enumerable.AsEnumerable.cs | 5 +- .../Collections/Enumerable.Concat.cs | 5 +- .../Collections/Enumerable.Distinct.cs | 5 +- .../Collections/Enumerable.Emptiness.cs | 5 +- .../Collections/Enumerable.ForEach.cs | 5 +- .../Collections/Enumerable.Random.cs | 5 +- .../Collections/Enumerable.Sequence.cs | 5 +- .../Enumerable.SingleOrDefaultOrError.cs | 5 +- .../Collections/Enumerable.TakeUntil.cs | 5 +- .../Collections/Enumerable.ToDictionary.cs | 5 +- .../Collections/Enumerable.ToEmptyIfNull.cs | 5 +- .../Collections/Enumerable.ToLookupTable.cs | 5 +- .../Collections/Enumerable.TopologicalSort.cs | 5 +- .../Collections/Enumerable.WhereNotNull.cs | 5 +- .../Graph/StronglyConnectedComponent.cs | 5 +- .../Graph/StronglyConnectedComponentFinder.cs | 5 +- .../Graph/StronglyConnectedComponentList.cs | 5 +- .../Collections/Graph/Vertex.cs | 5 +- .../Collections/Lookup.ToLookupTable.cs | 5 +- .../Nuke.Utilities/Collections/LookupTable.cs | 5 +- .../Collections/Object.DescendantsAndSelf.cs | 5 +- .../Object.ToPropertyDictionary.cs | 5 +- source/Nuke.Utilities/DelegateDisposable.cs | 5 +- .../Nuke.Utilities/Disposable.CombineWith.cs | 5 +- .../EnvironmentInfo.Arguments.cs | 5 +- .../EnvironmentInfo.Platform.cs | 5 +- .../EnvironmentInfo.SpecialFolder.cs | 5 +- .../EnvironmentInfo.Variables.cs | 5 +- source/Nuke.Utilities/EnvironmentInfo.cs | 5 +- source/Nuke.Utilities/Exception.Unwrap.cs | 5 +- .../IO/AbsolutePath.Children.cs | 5 +- .../Nuke.Utilities/IO/AbsolutePath.Create.cs | 5 +- .../Nuke.Utilities/IO/AbsolutePath.Delete.cs | 5 +- .../Nuke.Utilities/IO/AbsolutePath.Exists.cs | 5 +- .../IO/AbsolutePath.Extension.cs | 5 +- source/Nuke.Utilities/IO/AbsolutePath.Find.cs | 5 +- source/Nuke.Utilities/IO/AbsolutePath.Hash.cs | 5 +- source/Nuke.Utilities/IO/AbsolutePath.Info.cs | 5 +- source/Nuke.Utilities/IO/AbsolutePath.Misc.cs | 5 +- .../IO/AbsolutePath.MoveCopy.cs | 5 +- .../IO/AbsolutePath.ReadWrite.cs | 5 +- source/Nuke.Utilities/IO/AbsolutePath.Time.cs | 5 +- source/Nuke.Utilities/IO/AbsolutePath.cs | 5 +- .../Nuke.Utilities/IO/IAbsolutePathHolder.cs | 5 +- source/Nuke.Utilities/IO/PathConstruction.cs | 5 +- source/Nuke.Utilities/IO/RelativePath.cs | 5 +- source/Nuke.Utilities/IO/UnixRelativePath.cs | 5 +- source/Nuke.Utilities/IO/WinRelativePath.cs | 5 +- source/Nuke.Utilities/Lazy.cs | 5 +- source/Nuke.Utilities/Object.Apply.cs | 5 +- source/Nuke.Utilities/Object.Clone.cs | 5 +- source/Nuke.Utilities/Object.When.cs | 5 +- .../Reflection/Assembly.Versioning.cs | 5 +- .../ReflectionUtility.Conversion.cs | 5 +- .../ReflectionUtility.DisplayText.cs | 5 +- .../ReflectionUtility.Expressions.cs | 5 +- .../ReflectionUtility.Invocation.cs | 5 +- .../Reflection/ReflectionUtility.cs | 5 +- .../Reflection/ResourceUtility.cs | 5 +- .../Security/EncryptionUtility.cs | 5 +- .../CallerArgumentExpressionAttribute.cs | 5 +- ...xcludeAssemblyFromCodeCoverageAttribute.cs | 5 +- source/Nuke.Utilities/Task.WaitAll.cs | 5 +- .../Nuke.Utilities/Text/String.Capitalize.cs | 5 +- .../Nuke.Utilities/Text/String.Emptiness.cs | 5 +- source/Nuke.Utilities/Text/String.Escape.cs | 5 +- source/Nuke.Utilities/Text/String.GetHash.cs | 5 +- source/Nuke.Utilities/Text/String.Indent.cs | 5 +- source/Nuke.Utilities/Text/String.IndexOf.cs | 5 +- source/Nuke.Utilities/Text/String.Join.cs | 5 +- .../Nuke.Utilities/Text/String.KnownWords.cs | 5 +- .../Text/String.PrependAppend.cs | 5 +- source/Nuke.Utilities/Text/String.Quoting.cs | 5 +- source/Nuke.Utilities/Text/String.Repeat.cs | 5 +- source/Nuke.Utilities/Text/String.Replace.cs | 5 +- source/Nuke.Utilities/Text/String.Split.cs | 5 +- .../Text/String.StartsEndsContains.cs | 5 +- source/Nuke.Utilities/Text/String.Trim.cs | 5 +- source/Nuke.Utilities/Text/String.Truncate.cs | 5 +- .../Text/Xml/XElement.GetAttributeValue.cs | 5 +- .../Text/Xml/XNode.XPathEvaluateValue.cs | 5 +- .../Nuke.Utilities/Text/Xml/XmlExtensions.cs | 5 +- source/Nuke.Utilities/Url.WithUtmValues.cs | 5 +- 572 files changed, 1792 insertions(+), 1284 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee20f808..e9d73a43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [vNext] +- **Rebrand in progress: NUKE → Fallout.** License headers, LICENSE, package metadata, README, CONTRIBUTING, CODE_OF_CONDUCT and the startup logo now carry the Fallout identity. Originally NUKE by [@matkoch](https://github.com/matkoch) and contributors. Namespaces, package IDs, and the global tool name still use `Nuke.*` and will rename in later phases — see the Fallout rebrand milestone. ## [10.1.0] / 2025-12-02 - Fixed solution folders in `StronglyTypedSolutionGenerator` diff --git a/CLAUDE.md b/CLAUDE.md index 13cb7831c..5432e7958 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,9 +4,11 @@ Guidance for Claude Code (and other AI assistants) when working in this repo. ## What this project is -[NUKE](https://nuke.build) — a build automation system for C#/.NET. The build is itself a C# console app (`build/_build.csproj`), so any change to the framework can be dogfooded by running `./build.ps1` (Windows) or `./build.sh`. +**Fallout** — a build automation system for C#/.NET, hard-fork successor to [NUKE](https://github.com/nuke-build/nuke). The build is itself a C# console app (`build/_build.csproj`), so any change to the framework can be dogfooded by running `./build.ps1` (Windows) or `./build.sh`. -Originally a single-maintainer project ([matkoch](https://github.com/matkoch)); now under new maintenance. The codebase is mature, large, and has long-standing conventions — prefer matching existing patterns over introducing new ones. +Originally NUKE by [matkoch](https://github.com/matkoch); under new maintenance as of 2026 and being renamed to Fallout. The codebase is mature, large, and has long-standing conventions — prefer matching existing patterns over introducing new ones. + +**Rebrand status:** rename is in progress. License headers and docs already say "Fallout"; namespaces (`Nuke.*`), package IDs (`Nuke.Common`), project filenames (`source/Nuke.*`), and the global tool name (`dotnet nuke`) still carry the old name and migrate in later phases. Track the [Fallout rebrand milestone](https://github.com/ChrisonSimtian/nuke/milestone/1) for status. ## Stack @@ -73,7 +75,7 @@ Validation workflows (`ubuntu-latest`, `windows-latest`, `macos-latest`) run on - **Tests next to code**: every `Foo` project has a `Foo.Tests` project. Mirror the namespace. - **Coding style**: enforced via `.editorconfig` + ReSharper settings (`*.DotSettings`). Don't fight the formatter. - **Telemetry opt-out is set in test runs** (`NUKE_TELEMETRY_OPTOUT=true`). Keep it that way. -- **License header**: every source file starts with the `// Copyright … Maintainers of NUKE.` block — copy from a neighbouring file when adding new ones. +- **License header**: every source file starts with the 4-line `// Copyright … Maintainers of Fallout. // Originally based on NUKE …` block — copy from a neighbouring file when adding new ones. ## What not to do diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 68b02de9a..dbe80da9c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,8 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting [Matthias Koch](mailto:ithrowexceptions@gmail.com). All +reported by opening a confidential issue or contacting the Fallout maintainers +via the [project repository](https://github.com/ChrisonSimtian/nuke). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfa69c59d..d60655445 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,127 +1,77 @@ # Contribution Guidelines -As a community, we want to help each other, provide constructive feedback, and make a better product. Of course, our [code of conduct](CODE_OF_CONDUCT.md) must be followed at any time. +Fallout welcomes contributions. As a community, we want to help each other, provide constructive feedback, and make a better product. Our [code of conduct](CODE_OF_CONDUCT.md) applies at all times. -## Consumer Expectations +> **About the project.** Fallout is the hard-fork successor to [NUKE](https://github.com/nuke-build/nuke) (originally by [Matthias Koch](https://github.com/matkoch) and contributors). Maintenance moved to a new team in 2026; the codebase is in active rebrand. See the [README](README.md) for the full backstory. -NUKE is a personal project that was made open-source to let the whole community benefit from it **free of charge** but also ["as is"](https://github.com/nuke-build/nuke/blob/develop/LICENSE). Like many open-source projects, it is primarily maintained and developed by a [single person](https://github.com/matkoch). Some of the **most time-consuming tasks** around the project are: +## Where to start -- Development of the NuGet package itself (C#, .NET, MSBuild) -- Collecting CLI metadata (.NET ClI, MSBuild, Docker, +30 others) -- Integration with CI/CD services (Azure Pipelines, GitHub Actions, TeamCity, ...) -- IDE extensions (VSSDK, ReSharper SDK, IntelliJ SDK, Kotlin, JVM, Gradle) -- Website (JavaScript, TypeScript, React, Docusaurus) -- Hosting (Azure, Cloudflare, Algolia, Fathom) -- Documentation, presentation slides, and blog posts -- Helping in GitHub issues/discussions, Slack, and Discord -- Talking at conferences and meetups, including travel -- Promotion on Twitter and Mastodon +- Discuss non-trivial changes in an [issue](https://github.com/ChrisonSimtian/nuke/issues) first. +- Small fixes (typos, broken links, tool wrapper additions) can go straight to a PR against `main`. +- We're trunk-based: branch from `main`, open a PR against `main`. No `develop` or `release/*` branches. -This list should give you an impression of what it took to make NUKE what it is today and what it continuously takes to move it forward. Obviously, though, there's only a limited amount of time a single person can dedicate besides their personal life and real job [without burning out](https://www.jeffgeerling.com/blog/2022/burden-open-source-maintainer). +## Baseline contributions -Therefore, **everything that benefits a larger audience is prioritized** over digging into issues that only affect a single or few individuals. Please don't take offense when your issue or pull request is not getting the attention you were hoping for. It is simply a time management decision. - -## Baseline Contributions - -There are several minimal to zero efforts you can make to show your support for the project: - -- Give the [GitHub project](https://github.com/nuke-build/nuke/stargazers) a star (and tell your team) -- Follow [@nukebuildnet](https://twitter.com/nukebuildnet) and [@nuke@dotnet.social](https://dotnet.social/@nuke) -- Upvote, share and comment on our content (see [#mentions](https://app.slack.com/client/T9QUKHC4A/CDJD8CGQ5) on Slack) -- Talk about NUKE on social media and let others know where it can help (tag us!) - -The above points are considered somewhat of the norm in exchange for using the project free of charge. - -## Sustainability Contributions - -There are plenty of ways to show your commitment to the project and strengthen its longevity. These are typically tied to contributing time or money but also allow for prioritizing your own issues in return: - -- [Convince your company to sponsor](https://humanwhocodes.com/blog/2021/05/talk-to-your-company-sponsoring-open-source/) -- Sponsor personally (e.g., when the project improves your work performance reviews) -- Take ownership of a tool wrapper or CI/CD service (.NET CLI, GitHub Actions, etc.) -- Write a blog post or give a meetup talk (let us know!) -- Help others in GitHub issues/discussions or on Slack and Discord - -**If you need help with any of the above suggestions, don't hesitate to ask!** +- Star the [GitHub project](https://github.com/ChrisonSimtian/nuke/stargazers) to help others find it. +- File issues with concrete reproduction steps, version info, and logs. +- Help triage existing issues — confirming bugs or pointing to fixes counts. ## Issues ### Before creating an issue -Evaluate whether your topic is going to be a valid issue: - -- Have you read and searched the [documentation](https://nuke.build/docs/introduction/)? -- Have you checked the [FAQ](https://nuke.build/faq/)? -- Is your issue more of a question? Ask on [GitHub discussions](https://github.com/nuke-build/nuke/discussions), [Slack](https://nuke.build/slack), or [Discord](https://nuke.build/discord)! -- Have you checked existing/closed issues? Is your version behind? -- Have you read the relevant [changelog notes](https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md)? -- Have you verified it's not an external tool issue? Invoke the command manually! -- Don't file issues for tool wrappers. Send a pull request instead! -- Refrain from debating the governance or state of the project out of your own interests (see [consumer expectations](#consumer-expectations) & [sustainability contributions](#sustainability-contributions)) +- Search existing/closed issues — your problem may already have an answer. +- Check the [CHANGELOG](CHANGELOG.md) for recent changes that affect your scenario. +- For tool wrappers, send a PR instead of an issue — they're mechanical to add. ### When creating an issue -Choose one of the [issue templates](https://github.com/nuke-build/nuke/issues/new/choose) and fill it out as well as possible. This includes, but is not limited to: - -- State the issue as short as possible (more likely there's time to comprehend it) -- Use [markdown](https://docs.github.com/en/get-started/writing-on-github) for code, logs, and other special text fragments -- Don't paste images when they're showing log output or exception messages -- [Refrain from making demands or expressing disappointment](https://mikemcquaid.com/2018/03/19/open-source-maintainers-owe-you-nothing) (see [consumer expectations](#consumer-expectations) & [sustainability contributions](#sustainability-contributions)) - -**When an issue is of poor quality, or it is evident that the guidelines haven't been read, it will be closed without any further response.** - -### After creating an issue - -Once the `triage` label is removed from your issue, you will know how it is seen from the project's perspective: - -- Issues labeled as `area:cicd` or `area:tools` usually can be fixed in user code - - [Custom arguments](https://nuke.build/docs/common/cli-tools/#custom-arguments) can be wrapped in local extension methods - - Additional steps in CI/CD configuration generation can be added through inheritance -- If your issue is labeled as `good first issue`, consider sending a pull-request - -The issue will be addressed sooner or later depending on the priority, available time, and your commitment to the project. In rare cases, it might also be closed due to missing resources. +- State the issue as concisely as possible. +- Use [markdown](https://docs.github.com/en/get-started/writing-on-github) for code, logs, and special text fragments. +- Avoid pasting screenshots of text — paste the text itself in a code block. -## Pull-Requests +### What gets triaged first -### Before creating a pull-request +- Bugs blocking active enterprise CI/CD usage. +- Regressions versus the last NUKE 10.x release. +- Rebrand-track work (see the [Fallout rebrand milestone](https://github.com/ChrisonSimtian/nuke/milestone/1)). +- Demand-driven items where multiple users have weighed in. -In your own interest of getting a pull-request merged (timely): +## Pull requests -- Discuss non-trivial changes in an [issue](https://github.com/nuke-build/nuke/issues/new/choose) -- Make sure your employer allows contributions -- Branch your work off from the `develop` branch -- Get familiar with the coding conventions +### Before opening a PR -### When working on a pull-request +- Branch from `main`. Name your branch `feature/`, `bugfix/`, or `chore/`. +- Make sure your employer allows the contribution. +- Read [CLAUDE.md](CLAUDE.md) for the codebase conventions — package versions go in `Directory.Packages.props`, license headers are mechanical, tests live next to code. +- Run `./build.ps1 Test` (or `./build.sh Test`) locally first. -- Aim for qualitative and readable code -- Follow the coding style of the existing codebase -- Make sure the project builds, and all tests pass -- Don't copy/paste chunks of code, even when it's meant as a draft -- Drafting APIs is okay as long as you're ready to finish it later -- Add tests when meaningful, particularly when there is a related test class already +### When writing the PR -### When creating a pull-request +- Aim for qualitative, readable code that matches the surrounding style. +- Don't fight `.editorconfig` or the ReSharper settings. +- Add tests when meaningful — every `Foo` project has a sibling `Foo.Tests`. +- Don't commit code generated by `./build.ps1 GenerateTools` — generated `.cs` files are regenerated manually once per release. -- [Link the issue it relates to](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) (unless it's trivial) -- Check all the applicable boxes +### Tool wrappers -For tool wrappers (e.g. [.NET CLI](https://github.com/nuke-build/nuke/blob/develop/source/Nuke.Common/Tools/DotNet/DotNet.json)), also note the following remarks: +Tool wrapper JSON lives under `source/Nuke.Common/Tools//.json`. When adding or extending one: -- Copy/paste as much as possible -- Cover at least a full command with all its arguments -- Use tags for formatting in `help` +- Copy the shape from a neighbouring tool. +- Cover at least a full command with all its arguments. +- Use formatting tags in `help`: - `` for inline code - `` for links - - `
    `/`
      ` for lists + - `
        ` / `
          ` for lists - `` for emphasized text - - `` in between paragraphs (as opposed to `

          ...

          `) -- Don't explicitly define `secret: false` (it's the default) -- Don't provide `default: xxx` (it's obsolete) -- Test your changes by calling the `GenerateTools` target -- Don't commit generated code; it will be done manually once per release + - `` between paragraphs (not `

          ...

          `) +- Don't write `secret: false` (it's the default). +- Don't write `default: xxx` (obsolete). +- Run `./build.ps1 GenerateTools` to verify it generates cleanly. +- Don't commit the generated `.cs` output. -### After creating a pull-request +### After opening a PR -- Don't bother to rebase your pull-request if commits have been force-pushed -- [Don't "push" your pull-request](https://www.igvita.com/2011/12/19/dont-push-your-pull-requests/) (see [sustainability contributions](#sustainability-contributions)) +- CI runs `ubuntu-latest`, `windows-latest`, and `macos-latest` matrices. +- Address review feedback in additional commits rather than force-pushing — easier to review the changes. +- If CI fails on something unrelated to your change, ping a maintainer. diff --git a/LICENSE b/LICENSE index ff0663911..4b408deb3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,10 @@ MIT License -Copyright 2023 Maintainers of NUKE +Copyright 2026 Maintainers of Fallout + +Based on NUKE, originally created by Matthias Koch and contributors. +Copyright 2017-2025 Maintainers of NUKE. +https://github.com/nuke-build/nuke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 78f7996df..5559178b4 100644 --- a/README.md +++ b/README.md @@ -1,61 +1,46 @@ - - +# Fallout -> The AKEless Build System for C#/.NET +> Build automation for C#/.NET — the hard-fork successor to NUKE. -[![Latest Release](https://img.shields.io/nuget/v/nuke.common?logo=nuget&label=release&style=for-the-badge)](https://www.nuget.org/packages/nuke.common) -[![Latest Pre-Release](https://img.shields.io/nuget/vpre/nuke.common?logo=nuget&color=yellow&label=pre-release&style=for-the-badge)](https://www.nuget.org/packages/nuke.common/absoluteLatest) -[![Downloads](https://img.shields.io/nuget/dt/nuke.common.svg?style=for-the-badge&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAHYcAAB2HAY%2Fl8WUAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTnU1rJkAAABrUlEQVR4XuXQQW7DMAxE0Rw1R%2BtN3XAjBOpPaptfsgkN8DazIDB8bNu2NCxXguVKsFwJlrJs6KYGS1k2dFODpSwbuqnBUpYN3dRgKcuGbmqwlGVDNzVYyrKhmxosZdnQTQ2WsmzopgZLWTZ0U4OlLBu6qcFSlg3d1GApy4ZuarCUZUM3NVjKsqGbGixl2dBNDZaybOimBktZNnRTg6UsG7qpwVKWDd3UYPnB86VKfl5owx9YflHhCbvHByz%2FcecnHBofsNzhjk84PD5gudOdnnBqfMDygDs84fT4gOVBVz4hNT5gecIVT0iPD1ieNPMJyviAZcKMJ2jjA5ZJI5%2Bgjg9YCkY8QR8fsJSYTxgyPmApMp4wbHzAUpZ5wtDxAcsBzjxh%2BPiA5SBHnjBlfMByoD1PmDY%2BYDnYtydMHR%2BwnICeMH18wHKS9ydcMj5gOVE84bLxAcuVYLkSLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLDvVQ5saLFeC5UqwXAmW69gev7WIMc4gs9idAAAAAElFTkSuQmCC)](https://www.nuget.org/packages/Nuke.Common/) -[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAHYcAAB2HAY%2Fl8WUAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTCtCgrAAAADB0lEQVR4XtWagXETMRREUwIlUAIlUAodQAl0AJ1AB9BB6AA6gA6MduKbkX%2BevKecNk525jHO3l%2Fp686xlJC70%2Bl0C942vjV%2Bn9FreVQbBc0wWujfRpW8Z78JaIb53hhJ1ygTA80w9PQ36duBMjHQHPCuoQZfutSjeqU1PAJN4E3j2pN7aVKv6pnWcgGawNfGa5N6prVcgGZBn8yvVXZXQbOgPXokXaPMNZwoc41D%2FaHZ8b7hpBrKjnCizIjD%2FaHZ8aPR6%2BeZXqqh7Agnyow43B%2BaZz40qnQ36a6rlsYgnChDLOkPzTN1z%2B9PafU0N3OAcaIMsaQ%2FNBufG1X9JyrtDMr0Y4xwokxlWX%2BPjAYdemhPrWeDvYcPJ8r0LO3v4oszNfivQQuTp2u9qJGKE2V6lvZ38UVj9q3t3oqEE2U2lvfXF4t6qPjTqDUV1fRyhw8nymws768vfOr2NtqOqFY4UUZE%2BusL6VDRX7%2FGzOHDiTIi0t9WMPsUKzNPx4kysf62gmuHir3sPXw4USbWny485ZOc2PsJ7VTro%2F3pwp5DxV7qHq2xa41TrY%2F2J7PfJkaHir3UwwdtU061PtqfTP0CUaYm2v3LxCtoDI2lMWk8p1of7Y8K0jhRJgaaYZwoE0P%2FpFUndZqtP6T4BE2zC5qtP6T4BE2zC5qtPyRN8OvhZUQae3ZBtT7anyb49PA6Ivp5wKnWR%2FvbJkncZXr6wokysf62CXRCWjmJxhqd2JwoE%2BuvTqS37JGJlB39GLzhRJmN5f31gz8XTpSJgWYYJ8rEQDOME2VioBnGiTIx0AzjRJkYaIZxokwMNMM4USYGmmGcKBMDzTBOlImBZhgnysRAM4wTZWKgGcaJMjHQDONEmRhohnGiTAw0wzhRJgaaYZwoEwPNME6UiYFmGCfKxEAzjBNlYqAZxokyMdAMoL%2FO%2BNi4bzjpT1e%2BNFb8V7gFzUXMLHqk%2BM1A8wArFj1S5GagOUly0SMtuxloTnJrUU%2B7QXOSW4t62g2ak9xa1NNu0Jzk1qKednK6%2Bw9roIB8keT%2F3QAAAABJRU5ErkJggg%3D%3D)](LICENSE.md) +[![Build](https://img.shields.io/github/actions/workflow/status/ChrisonSimtian/nuke/ubuntu-latest.yml?branch=main&label=build&style=for-the-badge&logo=github&logoColor=white)](https://github.com/ChrisonSimtian/nuke/actions) +[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](LICENSE) + +> [!IMPORTANT] +> **Rebrand in progress.** This repository is in the middle of being renamed from **NUKE** to **Fallout** as part of a hard fork. URLs, package names, and namespaces are migrating in stages — see the [Fallout rebrand milestone](https://github.com/ChrisonSimtian/nuke/milestone/1) for status. The legacy `Nuke.*` namespaces are still in use; the `Fallout.*` rename is tracked in issue [#32](https://github.com/ChrisonSimtian/nuke/issues/32). +> +> Packages currently publish to **GitHub Packages** under this fork's feed. nuget.org publication is gated on the rename completing. + +## Based on NUKE + +Fallout is the successor to **[NUKE](https://github.com/nuke-build/nuke)**, originally created by **Matthias Koch** ([@matkoch](https://github.com/matkoch)) and many contributors. Fallout continues NUKE's mission as a C#-first build automation framework for .NET — under new maintenance, with an enterprise-CI/CD focus. + +The original NUKE code is preserved here under the MIT License with attribution. Major version 10.x was the last NUKE release; everything from this fork forward carries the Fallout identity. ## Table of Contents - [Elevator Pitch](#elevator-pitch) -- [Example](#example) - [Build Status](#build-status) -- [Technology Sponsors](#technology-sponsors) ## Elevator Pitch -[](https://nuke.build/) - Solid and scalable CI/CD pipelines are an essential pillar for being competitive and creating a great product. But why are most of us a little afraid of touching YAML files and don't even dare to look at build scripts? Much of this is because C# developers are spoiled with a great language and smart IDEs, and they don't like missing their buddy for code-completion, ease of debugging, refactorings, and code formatting. -NUKE brings your build automation to an even level with every other .NET project. How? It's a regular console application allowing all the OOP goodness! Besides, it solves many common problems in build automation, like parameter injection, path separator abstraction, access to solution and project models, and build step sharing across repositories. NUKE can also generate CI/CD configurations (YAML, etc.) that automatically parallelize build steps on multiple agents to optimize throughput! - -**For more information check out our [documentation](https://nuke.build/docs/introduction/) or visit our community ...** - -[![Slack](https://img.shields.io/badge/slack-nukebuildnet-red.svg?style=for-the-badge&colorB=F5015F&logo=slack)](https://nuke.build/slack) -[![Discord](https://img.shields.io/badge/discord-nuke-blue.svg?style=for-the-badge&colorB=5B65EA&logo=discord&logoColor=white)](https://nuke.build/discord) -[![Twitter](https://img.shields.io/badge/twitter-%40nukebuildnet-blue.svg?style=for-the-badge&logo=x&logoColor=white)](https://nuke.build/twitter) -[![Mastodon](https://img.shields.io/badge/mastodon-%40nuke%40dotnet.social-blue.svg?style=for-the-badge&logo=mastodon&logoColor=white&colorB=6364FF)](https://dotnet.social/@nuke) - -## Example - -

          +Fallout (NUKE's successor) brings your build automation to an even level with every other .NET project. How? It's a regular console application allowing all the OOP goodness! Besides, it solves many common problems in build automation, like parameter injection, path separator abstraction, access to solution and project models, and build step sharing across repositories. Fallout can also generate CI/CD configurations (YAML, etc.) that automatically parallelize build steps on multiple agents to optimize throughput! ## Build Status -NUKE builds and tests itself on several CI/CD services, which helps to ensure a working integration with those systems. At the same time, the individual configuration files serve as examples for the [generation experience](https://www.nuke.build/docs/authoring-builds/ci-integration.html#configuration-generation): - -| Build Server | Status | Platform | Configuration | -|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------:|----------------------------------------------------------------------------------------------------| -| TeamCity | [![TeamCity](https://img.shields.io/teamcity/build/s/Nuke_Test?server=https%3A%2F%2Fnuke.teamcity.com&label=build&style=flat-square&logo=teamcity)](https://nuke.beta.teamcity.com/project/Nuke?mode=trends) | Win | [settings.kts](https://github.com/nuke-build/nuke/blob/develop/.teamcity/settings.kts) | -| GitHub Actions | [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/nuke-build/nuke/ubuntu-latest.yml?branch=develop&label=build&style=flat-square&logo=github&logoColor=white)](https://github.com/nuke-build/nuke/actions) | Win / Ubuntu / macOS | [continuous.yml](https://github.com/nuke-build/nuke/blob/develop/.github/workflows/continuous.yml) | -| GitLab CI | [![GitLab CI](https://img.shields.io/gitlab/pipeline/matkoch/nuke/develop?label=build&style=flat-square&logo=gitlab&logoColor=white)](https://gitlab.com/matkoch/nuke/-/pipelines) | Ubuntu | [.gitlab-ci.yml](https://github.com/nuke-build/nuke/blob/develop/.gitlab-ci.yml) | -| Azure Pipelines | [![Azure Pipelines](https://img.shields.io/azure-devops/build/nuke-build/db5bcee5-db3e-430e-980b-96372b5b7941/7.svg?style=flat-square&label=build&logo=azure-pipelines&logoColor=white)](https://dev.azure.com/nuke-build/NUKE/_build?definitionId=7) | Win / Linux / macOS | [azure-pipelines.yml](https://github.com/nuke-build/nuke/blob/develop/azure-pipelines.yml) | -| AppVeyor | [![AppVeyor](https://img.shields.io/appveyor/ci/matkoch/nuke-continuous/develop.svg?style=flat-square&label=build&logo=appveyor&logoColor=white)](https://ci.appveyor.com/project/matkoch/nuke-continuous) | Win / Ubuntu | [appveyor.yml](https://github.com/nuke-build/nuke/blob/develop/appveyor.continuous.yml) | - -[comment]: <> (| Bitrise | [![Bitrise](https://img.shields.io/bitrise/ffbfd67a7e3f1561/develop.svg?token=AsgY8yIy6MzdWs0cncU2Jg&style=flat-square&logo=bitrise&label=build)](https://www.bitrise.io/app/ffbfd67a7e3f1561#/builds) | Ubuntu | [bitrise.yml](https://github.com/nuke-build/nuke/blob/develop/bitrise.yml) |) -[comment]: <> (| Travis CI | [![Travis CI](https://img.shields.io/travis/nuke-build/nuke/develop?style=flat-square&label=build&logo=travis-ci&logoColor=white)](https://travis-ci.org/nuke-build/nuke) | MacOS / Ubuntu | [.travis.yml](https://github.com/nuke-build/nuke/blob/develop/.travis.yml) |) -[comment]: <> (| Jenkins | [![Jenkins Build](https://img.shields.io/jenkins/s/https/jenkins.nuke.build/job/nuke-build/job/nuke/job/develop.svg?style=for-the-badge&label=jenkins&logo=%20data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM%2FrhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAGBklEQVRYR82YfayWcxjHT%2B%2BnkuQlU2e9iE6MiJS%2FakOLFCvOJHGY1kRYRqNh2LAOUXZaTJFWMubloGYtm7Nl8tZ0hlUzJ0dFRVGhF53j8%2F093%2Ftxnufc9%2FNyTjbf7bvf77qu73Xd93M%2Fv%2Fv3cpe0BU1NTaWNjY0Xw2nwSbgMroK1cD38BK5BtxTeT380bSen%2FzfgAj250G1wLTyIHQtih%2BE%2BeMSuAOxf4bOwzCWPDajdjaKPwX2pS2UC%2Fx9wGd0K2v607Z3XHrsvvAJWwXrr%2F4T3Rbo2gSKnU%2BwbFc4G%2FqNwETzF8pwgRTc8Gf7g%2FDdhF4eLB8m9o2LZwL8fjre0KJCuobLKdd6gaedQcSB5pYpkA%2F9fcJRlrQJlOlFjtevNsrtwkNQfHlWBbOCfYVmbQKkTqPUjPAD72J0fiLvCFanbyYSLtRg3%2BE6DI5AMgR3sjgU61R8I9QJNcd35DucH4reVlATiYy3VUzgf%2B%2BNUJI0BDseC%2BPSULNTa43YvTaklyUCoCTUfKqSlHYL%2Bd3gEvgofgnNDoRxAUw4Xkb%2BU9rtQEdCfYEkyED1tfSyIC%2F2trUmZjRNDcitAyQ7kL3Tt%2FH8zonckTgLxWkulHQ%2FvsJkGPq02NchzTh9oytF8RHsD1OqzzqFkIArzUxKIT7U0EWietzY9FdHXSvIh7vTqgX0mPAS%2FhZvhboeSgWi5iseBmMZaD0sTgWak9cvtkq%2FavvPsCsCeZ%2F%2FfUCtT7pUF7SNKiAPJDZYlAllHtWg%2Fhwdh2BjQjnWNBbYrYR2slT8Cdm%2FFE4Gg%2BUvym9sAYodoeloaCzTacmm79bVzZspPV%2Buw%2Fkrd9NlwDvwF6qlp87DD%2BoGhUBwI3mTROpoL7XtYvgjYVwdxDAhrj7gGhq0Y7VY42GHVuhTqhrbAvvIh6wz1JmvaUc6gIM4GsY4Ed8Bt9I%2BTkLYdbZkSI2Df45REINM6exJti%2B0Ufm2zVKcepm%2BG%2Fkv2xy95BC6wYB7sAXWzsx3TAN4G70SSf7bPA%2BrMgoL2hyfb95Yc2N2CKBvEokGs5Bvdv9uxGZhtvrHmoOYcX6PKtsatNsTxcyfB6Ak%2BB%2B%2BFm%2BBQh1sNagyHGX8btjYJL%2Fh6mjM1lHQc2GhJSyDSuNkJd8ET7W4zqKXDlFaJ66H%2BHb3lh31zX0HtgsI4p13htHgg0BiTUHPYGfJh9qOvbX1YfwsF%2BuPdzlTNCNh6i7X7uZm2qzT0KxwLQyoRaPSo51usF%2BMz2GD7WsvyAu25cA%2FU8lYGr4R3wUnwVF9Hvu%2FhdXCxr1HYkEI4Dq4lJ0zU9KsdKgjoR8DNztUT2wh1QNL41s1vdUzr8O1wN9QbXdzZhKSwN6R9wq4A7NlQW%2FXYSRW%2FnpLG9FT4PtSKIWgVGQp%2FhkvQaD95Tdw1CgJ5nUncCzPeLuzJLvq4XWngewbqqU1DEtZl2nawFPZSPwiB%2Buj0BUKbkOQlLhdIjKaDc%2BySrwtsgDqflNsdgD0Y7nKOdtsb6H5Bq4m%2B3rIA7InWpXc9RYN8nTmExXYFYE9IucONXmR3AHYf%2BBTcADW%2B9Bdrv6e%2Fu7s1OjXqpg9wjZxnmJwg%2BTKKROeOYXYHYGuA621XbCEs6JsLukEweom0pOY%2Fi2SDJB1s3lORCNjb4XBLArBHwS2Oa0LWOaUScwDMeCvx66k9CvdL3xz43qXpZ2kyEOkwrYEeZvts4NfTehmOwexFq7kt6aOSvnBpydQ0E%2FZ7uYBG%2F1T8kYK4NpS3wp0peeEgR%2BvoXLgEbrc7AFs7lDQwV8ORUOeROrvTwCeM8W2lgGMYXG9NQUD%2FAc3r7q90Kf1Q7SunwC8Vi4D9E5xkWQD2AoezMd2SIHoAZnxoLATkaK6LlsXXXC4D%2BC%2BBL8Jq2OITHb6qUCwL%2BK8KAvqaiGM%2FEBUDasTeYD6Q94pLZAD%2FWZYE0af2txrUqHG5NHBrTI%2Bj1ecNfRYR9flXf%2F%2Fl%2BKfThu8yzYFP55l%2Fv2XjuCUVaj2osYlGN9QdjoZ6YcKGoFiQV%2BdbSwGfvj%2Fry1KbQA0te8diuLRc9nA%2BCLX3%2Bz%2BwMnVXJSX%2FACrjqI7wt59WAAAAAElFTkSuQmCC)](https://jenkins.nuke.build/blue/organizations/jenkins/nuke-build%2Fnuke/branches/) |) +CI runs on every push to non-`main` branches and every PR targeting `main`, across `ubuntu-latest`, `windows-latest`, and `macos-latest`. Releases publish from `main` to GitHub Packages via `.github/workflows/release.yml`. -## Technology Sponsors +| Build Server | Status | Platform | Configuration | +|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------:|------------------------------------------------------------------------------------------------| +| GitHub Actions | [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/ChrisonSimtian/nuke/ubuntu-latest.yml?branch=main&label=build&style=flat-square&logo=github&logoColor=white)](https://github.com/ChrisonSimtian/nuke/actions) | Win / Ubuntu / macOS | [`.github/workflows/`](https://github.com/ChrisonSimtian/nuke/tree/main/.github/workflows) | -Thanks to [JetBrains](https://jetbrains.com) for providing licenses for [Rider](https://jetbrains.com/rider) and access to a [TeamCity Cloud](https://jetbrains.com/teamcity) instance, which both make open-source development a real pleasure! +Multi-provider CI support (Azure Pipelines, GitLab, TeamCity, AppVeyor) was removed during the takeover and is being revived demand-driven — see [#8](https://github.com/ChrisonSimtian/nuke/issues/8). -[](https://jetbrains.com/) +## Credits -Thanks to [SignPath](https://signpath.io?utm_source=foundation&utm_medium=github&utm_campaign=nukebuild) for providing free code signing service and to the [SignPath Foundation](https://signpath.org?utm_source=foundation&utm_medium=github&utm_campaign=nukebuild) for a free code signing certificate. +- [Matthias Koch](https://github.com/matkoch) and the [NUKE contributors](https://github.com/nuke-build/nuke/graphs/contributors) — for creating and maintaining NUKE through version 10.x. +- [JetBrains](https://jetbrains.com) — for [Rider](https://jetbrains.com/rider) and TeamCity Cloud during NUKE's development. +- [SignPath](https://signpath.io) and the SignPath Foundation — historical code signing support for NUKE. -[](https://signpath.io?utm_source=foundation&utm_medium=github&utm_campaign=nukebuild) +If you maintained or contributed to NUKE and want to be credited differently here, please open an issue. diff --git a/build/Build.CI.GitHubActions.cs b/build/Build.CI.GitHubActions.cs index 878008773..4be717dac 100644 --- a/build/Build.CI.GitHubActions.cs +++ b/build/Build.CI.GitHubActions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Nuke.Common.CI.GitHubActions; using Nuke.Components; diff --git a/build/Build.CodeGeneration.cs b/build/Build.CodeGeneration.cs index a22a71b7b..b3fa08935 100644 --- a/build/Build.CodeGeneration.cs +++ b/build/Build.CodeGeneration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using JetBrains.Annotations; diff --git a/build/Build.Contributors.cs b/build/Build.Contributors.cs index eb3634739..87071053a 100644 --- a/build/Build.Contributors.cs +++ b/build/Build.Contributors.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Linq; using System.Text; diff --git a/build/Build.GlobalSolution.cs b/build/Build.GlobalSolution.cs index 40b356741..1357e6c8b 100644 --- a/build/Build.GlobalSolution.cs +++ b/build/Build.GlobalSolution.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/build/Build.Licenses.cs b/build/Build.Licenses.cs index aa8f8e530..7816d1c31 100644 --- a/build/Build.Licenses.cs +++ b/build/Build.Licenses.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Nuke.Common; using System.Collections.Generic; diff --git a/build/Build.PublicApi.cs b/build/Build.PublicApi.cs index 7bbe05840..5ab9011a5 100644 --- a/build/Build.PublicApi.cs +++ b/build/Build.PublicApi.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/build/Build.RunTargetInDockerTest.cs b/build/Build.RunTargetInDockerTest.cs index d8cdb6bef..23923b298 100644 --- a/build/Build.RunTargetInDockerTest.cs +++ b/build/Build.RunTargetInDockerTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using JetBrains.Annotations; diff --git a/build/Build.Stargazers.cs b/build/Build.Stargazers.cs index 4b8add098..0a92624cc 100644 --- a/build/Build.Stargazers.cs +++ b/build/Build.Stargazers.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Linq; using System.Threading.Tasks; diff --git a/build/Build.Terminal.cs b/build/Build.Terminal.cs index 545a5d629..7874c626d 100644 --- a/build/Build.Terminal.cs +++ b/build/Build.Terminal.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/build/Build.cs b/build/Build.cs index 45385d180..4925cdc93 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/nuke-common.sln.DotSettings b/nuke-common.sln.DotSettings index ece833ace..c8248290c 100644 --- a/nuke-common.sln.DotSettings +++ b/nuke-common.sln.DotSettings @@ -1,7 +1,8 @@  - Copyright ${CurrentDate.Year} Maintainers of NUKE. + Copyright ${CurrentDate.Year} Maintainers of Fallout. +Originally based on NUKE by Matthias Koch and contributors. Distributed under the MIT License. -https://github.com/nuke-build/nuke/blob/master/LICENSE +https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb_AaBb" /> True diff --git a/source/AssemblyInfo.cs b/source/AssemblyInfo.cs index d6b1bec8d..3265006e3 100644 --- a/source/AssemblyInfo.cs +++ b/source/AssemblyInfo.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Runtime.CompilerServices; diff --git a/source/Directory.Build.props b/source/Directory.Build.props index 16e2b9c57..c66344d6b 100644 --- a/source/Directory.Build.props +++ b/source/Directory.Build.props @@ -11,12 +11,12 @@ - The AKEless Build System for C#/.NET - Matthias Koch and contributors - Copyright $([System.DateTime]::Now.Year) Maintainers of NUKE + Build automation for C#/.NET — the hard-fork successor to NUKE. + Maintainers of Fallout (originally Matthias Koch and contributors) + Copyright $([System.DateTime]::Now.Year) Maintainers of Fallout build automation continuous-integration tools orchestration MIT - https://nuke.build + https://github.com/ChrisonSimtian/Fallout icon.png diff --git a/source/Nuke.Build.Shared/CompletionUtility.cs b/source/Nuke.Build.Shared/CompletionUtility.cs index 5dd5513d6..09146d5a8 100644 --- a/source/Nuke.Build.Shared/CompletionUtility.cs +++ b/source/Nuke.Build.Shared/CompletionUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build.Shared/Constants.cs b/source/Nuke.Build.Shared/Constants.cs index 76ab731f1..b4474c2f9 100644 --- a/source/Nuke.Build.Shared/Constants.cs +++ b/source/Nuke.Build.Shared/Constants.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build.Shared/Notifications.cs b/source/Nuke.Build.Shared/Notifications.cs index 83bc15c3a..5f4efc2ac 100644 --- a/source/Nuke.Build.Shared/Notifications.cs +++ b/source/Nuke.Build.Shared/Notifications.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/BuildExecutorTest.cs b/source/Nuke.Build.Tests/BuildExecutorTest.cs index 035e380c6..c320d7c12 100644 --- a/source/Nuke.Build.Tests/BuildExecutorTest.cs +++ b/source/Nuke.Build.Tests/BuildExecutorTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/CompletionUtilityTest.cs b/source/Nuke.Build.Tests/CompletionUtilityTest.cs index 35ccab8e4..96f0a1c53 100644 --- a/source/Nuke.Build.Tests/CompletionUtilityTest.cs +++ b/source/Nuke.Build.Tests/CompletionUtilityTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build.Tests/ControlFlowTest.cs b/source/Nuke.Build.Tests/ControlFlowTest.cs index 2263ab910..3dff802fe 100644 --- a/source/Nuke.Build.Tests/ControlFlowTest.cs +++ b/source/Nuke.Build.Tests/ControlFlowTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/DefaultInterfaceExecutionTest.cs b/source/Nuke.Build.Tests/DefaultInterfaceExecutionTest.cs index 87a98f7fa..ba0588268 100644 --- a/source/Nuke.Build.Tests/DefaultInterfaceExecutionTest.cs +++ b/source/Nuke.Build.Tests/DefaultInterfaceExecutionTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/ExecutableTargetFactoryTest.cs b/source/Nuke.Build.Tests/ExecutableTargetFactoryTest.cs index 7d8df9b26..66b1cd31d 100644 --- a/source/Nuke.Build.Tests/ExecutableTargetFactoryTest.cs +++ b/source/Nuke.Build.Tests/ExecutableTargetFactoryTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/ExecutionPlannerTest.cs b/source/Nuke.Build.Tests/ExecutionPlannerTest.cs index fcde75407..b3da1149d 100644 --- a/source/Nuke.Build.Tests/ExecutionPlannerTest.cs +++ b/source/Nuke.Build.Tests/ExecutionPlannerTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build.Tests/ExecutionTestsInitializer.cs b/source/Nuke.Build.Tests/ExecutionTestsInitializer.cs index 40c4f3f59..52f9fe2b2 100644 --- a/source/Nuke.Build.Tests/ExecutionTestsInitializer.cs +++ b/source/Nuke.Build.Tests/ExecutionTestsInitializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/GitRepositoryTest.cs b/source/Nuke.Build.Tests/GitRepositoryTest.cs index 20595b66d..976dfb9c5 100644 --- a/source/Nuke.Build.Tests/GitRepositoryTest.cs +++ b/source/Nuke.Build.Tests/GitRepositoryTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Build.Tests/HostInitializer.cs b/source/Nuke.Build.Tests/HostInitializer.cs index 816c11967..933641c81 100644 --- a/source/Nuke.Build.Tests/HostInitializer.cs +++ b/source/Nuke.Build.Tests/HostInitializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build.Tests/ParameterServiceTest.cs b/source/Nuke.Build.Tests/ParameterServiceTest.cs index 4106ea9ee..a976ca54e 100644 --- a/source/Nuke.Build.Tests/ParameterServiceTest.cs +++ b/source/Nuke.Build.Tests/ParameterServiceTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build.Tests/SchemaUtilityTest.cs b/source/Nuke.Build.Tests/SchemaUtilityTest.cs index 6b416574e..df2788c6a 100644 --- a/source/Nuke.Build.Tests/SchemaUtilityTest.cs +++ b/source/Nuke.Build.Tests/SchemaUtilityTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.ComponentModel; diff --git a/source/Nuke.Build.Tests/VerifyTestsInitializer.cs b/source/Nuke.Build.Tests/VerifyTestsInitializer.cs index 399f1719e..ca2db21d8 100644 --- a/source/Nuke.Build.Tests/VerifyTestsInitializer.cs +++ b/source/Nuke.Build.Tests/VerifyTestsInitializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Attributes/ArgumentsFromGitCommitMessageAttribute.cs b/source/Nuke.Build/Attributes/ArgumentsFromGitCommitMessageAttribute.cs index aff80839e..712fac492 100644 --- a/source/Nuke.Build/Attributes/ArgumentsFromGitCommitMessageAttribute.cs +++ b/source/Nuke.Build/Attributes/ArgumentsFromGitCommitMessageAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Attributes/DisableDefaultOutputAttribute.cs b/source/Nuke.Build/Attributes/DisableDefaultOutputAttribute.cs index 68ff57067..7fed1e740 100644 --- a/source/Nuke.Build/Attributes/DisableDefaultOutputAttribute.cs +++ b/source/Nuke.Build/Attributes/DisableDefaultOutputAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Attributes/ShutdownDotNetAfterServerBuildAttribute.cs b/source/Nuke.Build/Attributes/ShutdownDotNetAfterServerBuildAttribute.cs index 866bccc2c..0d400ae03 100644 --- a/source/Nuke.Build/Attributes/ShutdownDotNetAfterServerBuildAttribute.cs +++ b/source/Nuke.Build/Attributes/ShutdownDotNetAfterServerBuildAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Attributes/UnsetVisualStudioEnvironmentVariablesAttribute.cs b/source/Nuke.Build/Attributes/UnsetVisualStudioEnvironmentVariablesAttribute.cs index 1dceebe66..1147b0195 100644 --- a/source/Nuke.Build/Attributes/UnsetVisualStudioEnvironmentVariablesAttribute.cs +++ b/source/Nuke.Build/Attributes/UnsetVisualStudioEnvironmentVariablesAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Attributes/VerbosityMappingAttribute.cs b/source/Nuke.Build/Attributes/VerbosityMappingAttribute.cs index d8c77e1de..51b4768d1 100644 --- a/source/Nuke.Build/Attributes/VerbosityMappingAttribute.cs +++ b/source/Nuke.Build/Attributes/VerbosityMappingAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/BuildServerConfigurationGeneration.cs b/source/Nuke.Build/CICD/BuildServerConfigurationGeneration.cs index ddc7df311..b0536ceb8 100644 --- a/source/Nuke.Build/CICD/BuildServerConfigurationGeneration.cs +++ b/source/Nuke.Build/CICD/BuildServerConfigurationGeneration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/CICD/BuildServerConfigurationGenerationAttributeBase.cs b/source/Nuke.Build/CICD/BuildServerConfigurationGenerationAttributeBase.cs index cf2e5c1a4..82687bbb6 100644 --- a/source/Nuke.Build/CICD/BuildServerConfigurationGenerationAttributeBase.cs +++ b/source/Nuke.Build/CICD/BuildServerConfigurationGenerationAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/CIAttribute.cs b/source/Nuke.Build/CICD/CIAttribute.cs index d1c1803c7..8bf2519ec 100644 --- a/source/Nuke.Build/CICD/CIAttribute.cs +++ b/source/Nuke.Build/CICD/CIAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/CICD/ChainedConfigurationAttributeBase.cs b/source/Nuke.Build/CICD/ChainedConfigurationAttributeBase.cs index 4c8beccd7..d14643cb7 100644 --- a/source/Nuke.Build/CICD/ChainedConfigurationAttributeBase.cs +++ b/source/Nuke.Build/CICD/ChainedConfigurationAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/ConfigurationAttributeBase.cs b/source/Nuke.Build/CICD/ConfigurationAttributeBase.cs index 2f7540981..37cb43a49 100644 --- a/source/Nuke.Build/CICD/ConfigurationAttributeBase.cs +++ b/source/Nuke.Build/CICD/ConfigurationAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/ConfigurationEntity.cs b/source/Nuke.Build/CICD/ConfigurationEntity.cs index 1920f771b..ac00995bf 100644 --- a/source/Nuke.Build/CICD/ConfigurationEntity.cs +++ b/source/Nuke.Build/CICD/ConfigurationEntity.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/CICD/CustomFileWriter.cs b/source/Nuke.Build/CICD/CustomFileWriter.cs index 3e1fd0b06..94addc350 100644 --- a/source/Nuke.Build/CICD/CustomFileWriter.cs +++ b/source/Nuke.Build/CICD/CustomFileWriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Build/CICD/GenerateBuildServerConfigurationsAttribute.cs b/source/Nuke.Build/CICD/GenerateBuildServerConfigurationsAttribute.cs index 0ea03e166..44718c912 100644 --- a/source/Nuke.Build/CICD/GenerateBuildServerConfigurationsAttribute.cs +++ b/source/Nuke.Build/CICD/GenerateBuildServerConfigurationsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/IBuildServer.cs b/source/Nuke.Build/CICD/IBuildServer.cs index 18a7593c6..5dc01a814 100644 --- a/source/Nuke.Build/CICD/IBuildServer.cs +++ b/source/Nuke.Build/CICD/IBuildServer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; diff --git a/source/Nuke.Build/CICD/IConfigurationGenerator.cs b/source/Nuke.Build/CICD/IConfigurationGenerator.cs index 60614c761..edccbf619 100644 --- a/source/Nuke.Build/CICD/IConfigurationGenerator.cs +++ b/source/Nuke.Build/CICD/IConfigurationGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/InvokeBuildServerConfigurationGenerationAttribute.cs b/source/Nuke.Build/CICD/InvokeBuildServerConfigurationGenerationAttribute.cs index 7706d463f..030391771 100644 --- a/source/Nuke.Build/CICD/InvokeBuildServerConfigurationGenerationAttribute.cs +++ b/source/Nuke.Build/CICD/InvokeBuildServerConfigurationGenerationAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/NoConvertAttribute.cs b/source/Nuke.Build/CICD/NoConvertAttribute.cs index 9b81613b1..5d7bde264 100644 --- a/source/Nuke.Build/CICD/NoConvertAttribute.cs +++ b/source/Nuke.Build/CICD/NoConvertAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/CICD/Partition.cs b/source/Nuke.Build/CICD/Partition.cs index dd26799f8..022c73209 100644 --- a/source/Nuke.Build/CICD/Partition.cs +++ b/source/Nuke.Build/CICD/Partition.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/CICD/PartitionAttribute.cs b/source/Nuke.Build/CICD/PartitionAttribute.cs index 807ce6dc7..a96275bd2 100644 --- a/source/Nuke.Build/CICD/PartitionAttribute.cs +++ b/source/Nuke.Build/CICD/PartitionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/ControlFlow.cs b/source/Nuke.Build/ControlFlow.cs index f4a42d77d..5946aacb2 100644 --- a/source/Nuke.Build/ControlFlow.cs +++ b/source/Nuke.Build/ControlFlow.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/BuildExecutor.cs b/source/Nuke.Build/Execution/BuildExecutor.cs index 16fe5ba2a..99f81abc1 100644 --- a/source/Nuke.Build/Execution/BuildExecutor.cs +++ b/source/Nuke.Build/Execution/BuildExecutor.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/BuildManager.cs b/source/Nuke.Build/Execution/BuildManager.cs index 5ec1d2713..5866fd67e 100644 --- a/source/Nuke.Build/Execution/BuildManager.cs +++ b/source/Nuke.Build/Execution/BuildManager.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/DelegateRequirementService.cs b/source/Nuke.Build/Execution/DelegateRequirementService.cs index 851b8834a..bd9698b4f 100644 --- a/source/Nuke.Build/Execution/DelegateRequirementService.cs +++ b/source/Nuke.Build/Execution/DelegateRequirementService.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/ExecutableTarget.cs b/source/Nuke.Build/Execution/ExecutableTarget.cs index 46b4c3dc4..33e63391b 100644 --- a/source/Nuke.Build/Execution/ExecutableTarget.cs +++ b/source/Nuke.Build/Execution/ExecutableTarget.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/ExecutableTargetFactory.cs b/source/Nuke.Build/Execution/ExecutableTargetFactory.cs index 9c57ca3b0..fda0786cd 100644 --- a/source/Nuke.Build/Execution/ExecutableTargetFactory.cs +++ b/source/Nuke.Build/Execution/ExecutableTargetFactory.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/ExecutionPlanner.cs b/source/Nuke.Build/Execution/ExecutionPlanner.cs index 943dffa36..535400bbc 100644 --- a/source/Nuke.Build/Execution/ExecutionPlanner.cs +++ b/source/Nuke.Build/Execution/ExecutionPlanner.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/ExecutionStatus.cs b/source/Nuke.Build/Execution/ExecutionStatus.cs index 90ce0281e..a6a71e181 100644 --- a/source/Nuke.Build/Execution/ExecutionStatus.cs +++ b/source/Nuke.Build/Execution/ExecutionStatus.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Execution/Extensibility/BuildExtensionAttributeBase.cs b/source/Nuke.Build/Execution/Extensibility/BuildExtensionAttributeBase.cs index ef45b1834..befd6ab19 100644 --- a/source/Nuke.Build/Execution/Extensibility/BuildExtensionAttributeBase.cs +++ b/source/Nuke.Build/Execution/Extensibility/BuildExtensionAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensibility/ToolInjectionAttributeBase.cs b/source/Nuke.Build/Execution/Extensibility/ToolInjectionAttributeBase.cs index 4bb417e65..587b76f0c 100644 --- a/source/Nuke.Build/Execution/Extensibility/ToolInjectionAttributeBase.cs +++ b/source/Nuke.Build/Execution/Extensibility/ToolInjectionAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Execution/Extensibility/ValueInjectionAttributeBase.cs b/source/Nuke.Build/Execution/Extensibility/ValueInjectionAttributeBase.cs index 78836b0cf..8bc19315e 100644 --- a/source/Nuke.Build/Execution/Extensibility/ValueInjectionAttributeBase.cs +++ b/source/Nuke.Build/Execution/Extensibility/ValueInjectionAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Execution/Extensions/ArgumentsFromParametersFileAttribute.cs b/source/Nuke.Build/Execution/Extensions/ArgumentsFromParametersFileAttribute.cs index 2baaff2dc..d6c3f3747 100644 --- a/source/Nuke.Build/Execution/Extensions/ArgumentsFromParametersFileAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/ArgumentsFromParametersFileAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/EventInvoker.cs b/source/Nuke.Build/Execution/Extensions/EventInvoker.cs index d7e0a5ffd..a6459c857 100644 --- a/source/Nuke.Build/Execution/Extensions/EventInvoker.cs +++ b/source/Nuke.Build/Execution/Extensions/EventInvoker.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/HandleHelpRequestsAttribute.cs b/source/Nuke.Build/Execution/Extensions/HandleHelpRequestsAttribute.cs index 623a34d0c..f0a9be19b 100644 --- a/source/Nuke.Build/Execution/Extensions/HandleHelpRequestsAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/HandleHelpRequestsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/HandlePlanRequestsAttribute.cs b/source/Nuke.Build/Execution/Extensions/HandlePlanRequestsAttribute.cs index c5649fc32..911450822 100644 --- a/source/Nuke.Build/Execution/Extensions/HandlePlanRequestsAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/HandlePlanRequestsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/HandleReSharperSurrogateArgumentsAttribute.cs b/source/Nuke.Build/Execution/Extensions/HandleReSharperSurrogateArgumentsAttribute.cs index 53248f576..b0116ed81 100644 --- a/source/Nuke.Build/Execution/Extensions/HandleReSharperSurrogateArgumentsAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/HandleReSharperSurrogateArgumentsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/HandleShellCompletionAttribute.cs b/source/Nuke.Build/Execution/Extensions/HandleShellCompletionAttribute.cs index 0baf73f2f..d3cbb1572 100644 --- a/source/Nuke.Build/Execution/Extensions/HandleShellCompletionAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/HandleShellCompletionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/HandleVisualStudioDebuggingAttribute.cs b/source/Nuke.Build/Execution/Extensions/HandleVisualStudioDebuggingAttribute.cs index 9ec87eb41..16ef75f70 100644 --- a/source/Nuke.Build/Execution/Extensions/HandleVisualStudioDebuggingAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/HandleVisualStudioDebuggingAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/InjectNonParameterValuesAttribute.cs b/source/Nuke.Build/Execution/Extensions/InjectNonParameterValuesAttribute.cs index a3b44b7b5..1b27abfe2 100644 --- a/source/Nuke.Build/Execution/Extensions/InjectNonParameterValuesAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/InjectNonParameterValuesAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/InjectParameterValuesAttribute.cs b/source/Nuke.Build/Execution/Extensions/InjectParameterValuesAttribute.cs index f9df4c142..fe308f439 100644 --- a/source/Nuke.Build/Execution/Extensions/InjectParameterValuesAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/InjectParameterValuesAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/SerializeBuildServerStateAttribute.cs b/source/Nuke.Build/Execution/Extensions/SerializeBuildServerStateAttribute.cs index 0f7675815..16fdd4c61 100644 --- a/source/Nuke.Build/Execution/Extensions/SerializeBuildServerStateAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/SerializeBuildServerStateAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Execution/Extensions/TelemetryAttribute.cs b/source/Nuke.Build/Execution/Extensions/TelemetryAttribute.cs index 03cd681d4..3a4d15c8b 100644 --- a/source/Nuke.Build/Execution/Extensions/TelemetryAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/TelemetryAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/Extensions/UpdateNotificationAttribute.cs b/source/Nuke.Build/Execution/Extensions/UpdateNotificationAttribute.cs index 4b6ea5937..8037e351e 100644 --- a/source/Nuke.Build/Execution/Extensions/UpdateNotificationAttribute.cs +++ b/source/Nuke.Build/Execution/Extensions/UpdateNotificationAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/ParameterService.Statics.cs b/source/Nuke.Build/Execution/ParameterService.Statics.cs index ddde2663b..adde74c7b 100644 --- a/source/Nuke.Build/Execution/ParameterService.Statics.cs +++ b/source/Nuke.Build/Execution/ParameterService.Statics.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Execution/ParameterService.cs b/source/Nuke.Build/Execution/ParameterService.cs index 271578075..c7355ed94 100644 --- a/source/Nuke.Build/Execution/ParameterService.cs +++ b/source/Nuke.Build/Execution/ParameterService.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/TargetDefinition.cs b/source/Nuke.Build/Execution/TargetDefinition.cs index d0a662a46..98b32d89a 100644 --- a/source/Nuke.Build/Execution/TargetDefinition.cs +++ b/source/Nuke.Build/Execution/TargetDefinition.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/TargetExecutionException.cs b/source/Nuke.Build/Execution/TargetExecutionException.cs index c1a6a775e..7bf5a5a0b 100644 --- a/source/Nuke.Build/Execution/TargetExecutionException.cs +++ b/source/Nuke.Build/Execution/TargetExecutionException.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Execution/ToolRequirementService.cs b/source/Nuke.Build/Execution/ToolRequirementService.cs index 1aff44ab6..bbcf8a992 100644 --- a/source/Nuke.Build/Execution/ToolRequirementService.cs +++ b/source/Nuke.Build/Execution/ToolRequirementService.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Execution/ValueInjectionUtility.cs b/source/Nuke.Build/Execution/ValueInjectionUtility.cs index 68b90d041..2f1aae077 100644 --- a/source/Nuke.Build/Execution/ValueInjectionUtility.cs +++ b/source/Nuke.Build/Execution/ValueInjectionUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Host.Activation.cs b/source/Nuke.Build/Host.Activation.cs index 409992415..d19b613de 100644 --- a/source/Nuke.Build/Host.Activation.cs +++ b/source/Nuke.Build/Host.Activation.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Host.Theming.cs b/source/Nuke.Build/Host.Theming.cs index 2098c6c79..6f5a2554d 100644 --- a/source/Nuke.Build/Host.Theming.cs +++ b/source/Nuke.Build/Host.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Host.cs b/source/Nuke.Build/Host.cs index 45961a469..2762f0056 100644 --- a/source/Nuke.Build/Host.cs +++ b/source/Nuke.Build/Host.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.ComponentModel; @@ -36,12 +37,12 @@ protected internal void WriteLogo() Debug(); new[] { - "███╗ ██╗██╗ ██╗██╗ ██╗███████╗", - "████╗ ██║██║ ██║██║ ██╔╝██╔════╝", - "██╔██╗ ██║██║ ██║█████╔╝ █████╗ ", - "██║╚██╗██║██║ ██║██╔═██╗ ██╔══╝ ", - "██║ ╚████║╚██████╔╝██║ ██╗███████╗", - "╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝" + "███████╗ █████╗ ██╗ ██╗ ██████╗ ██╗ ██╗████████╗", + "██╔════╝██╔══██╗██║ ██║ ██╔═══██╗██║ ██║╚══██╔══╝", + "█████╗ ███████║██║ ██║ ██║ ██║██║ ██║ ██║ ", + "██╔══╝ ██╔══██║██║ ██║ ██║ ██║██║ ██║ ██║ ", + "██║ ██║ ██║███████╗███████╗╚██████╔╝╚██████╔╝ ██║ ", + "╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ " }.ForEach(x => Debug(x.Replace(" ", " "))); Debug(); } diff --git a/source/Nuke.Build/INukeBuild.cs b/source/Nuke.Build/INukeBuild.cs index 9ce70beed..842bb0024 100644 --- a/source/Nuke.Build/INukeBuild.cs +++ b/source/Nuke.Build/INukeBuild.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/ITargetDefinition.cs b/source/Nuke.Build/ITargetDefinition.cs index dc0660401..e5c5c99de 100644 --- a/source/Nuke.Build/ITargetDefinition.cs +++ b/source/Nuke.Build/ITargetDefinition.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/LogLevel.cs b/source/Nuke.Build/LogLevel.cs index 884c3e3a8..362e56391 100644 --- a/source/Nuke.Build/LogLevel.cs +++ b/source/Nuke.Build/LogLevel.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Logging.cs b/source/Nuke.Build/Logging.cs index 5c51d2769..a570eb642 100644 --- a/source/Nuke.Build/Logging.cs +++ b/source/Nuke.Build/Logging.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/NukeBuild.Events.cs b/source/Nuke.Build/NukeBuild.Events.cs index 4c7a0e7e9..07493c467 100644 --- a/source/Nuke.Build/NukeBuild.Events.cs +++ b/source/Nuke.Build/NukeBuild.Events.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/NukeBuild.Interface.cs b/source/Nuke.Build/NukeBuild.Interface.cs index 13be27561..e064cf035 100644 --- a/source/Nuke.Build/NukeBuild.Interface.cs +++ b/source/Nuke.Build/NukeBuild.Interface.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/NukeBuild.Output.cs b/source/Nuke.Build/NukeBuild.Output.cs index 79f9602c1..570eea63e 100644 --- a/source/Nuke.Build/NukeBuild.Output.cs +++ b/source/Nuke.Build/NukeBuild.Output.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; @@ -19,7 +20,7 @@ internal void WriteLogo() if (IsOutputEnabled(DefaultOutput.Logo)) Host.WriteLogo(); - Host.Information($"NUKE Execution Engine {typeof(NukeBuild).Assembly.GetInformationalText()}"); + Host.Information($"Fallout Execution Engine {typeof(NukeBuild).Assembly.GetInformationalText()}"); Host.Information(); } diff --git a/source/Nuke.Build/NukeBuild.Statics.cs b/source/Nuke.Build/NukeBuild.Statics.cs index a400dd825..e39d0b511 100644 --- a/source/Nuke.Build/NukeBuild.Statics.cs +++ b/source/Nuke.Build/NukeBuild.Statics.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Build/NukeBuild.cs b/source/Nuke.Build/NukeBuild.cs index ca9d3fcc4..f53187ea6 100644 --- a/source/Nuke.Build/NukeBuild.cs +++ b/source/Nuke.Build/NukeBuild.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/ParameterAttribute.cs b/source/Nuke.Build/ParameterAttribute.cs index a3915e9b6..f1c8a877b 100644 --- a/source/Nuke.Build/ParameterAttribute.cs +++ b/source/Nuke.Build/ParameterAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/RequiresAttribute.cs b/source/Nuke.Build/RequiresAttribute.cs index a370e16b5..273da67b2 100644 --- a/source/Nuke.Build/RequiresAttribute.cs +++ b/source/Nuke.Build/RequiresAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Target.cs b/source/Nuke.Build/Target.cs index 492e5d9d3..f4eb36c7d 100644 --- a/source/Nuke.Build/Target.cs +++ b/source/Nuke.Build/Target.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Telemetry/Telemetry.Events.cs b/source/Nuke.Build/Telemetry/Telemetry.Events.cs index 204d5710e..bb7fefb04 100644 --- a/source/Nuke.Build/Telemetry/Telemetry.Events.cs +++ b/source/Nuke.Build/Telemetry/Telemetry.Events.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Telemetry/Telemetry.Properties.cs b/source/Nuke.Build/Telemetry/Telemetry.Properties.cs index 8b6ace260..e97bd924c 100644 --- a/source/Nuke.Build/Telemetry/Telemetry.Properties.cs +++ b/source/Nuke.Build/Telemetry/Telemetry.Properties.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Telemetry/Telemetry.cs b/source/Nuke.Build/Telemetry/Telemetry.cs index 1b8f1cfb9..7820158da 100644 --- a/source/Nuke.Build/Telemetry/Telemetry.cs +++ b/source/Nuke.Build/Telemetry/Telemetry.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Terminal.cs b/source/Nuke.Build/Terminal.cs index eb8e83ce9..b143e0636 100644 --- a/source/Nuke.Build/Terminal.cs +++ b/source/Nuke.Build/Terminal.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Theming/AnsiConsoleHostTheme.cs b/source/Nuke.Build/Theming/AnsiConsoleHostTheme.cs index 8b9bcbee1..bc9f9db82 100644 --- a/source/Nuke.Build/Theming/AnsiConsoleHostTheme.cs +++ b/source/Nuke.Build/Theming/AnsiConsoleHostTheme.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Theming/IHostTheme.cs b/source/Nuke.Build/Theming/IHostTheme.cs index 013f871f6..ecd14ade9 100644 --- a/source/Nuke.Build/Theming/IHostTheme.cs +++ b/source/Nuke.Build/Theming/IHostTheme.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Theming/SystemConsoleHostTheme.cs b/source/Nuke.Build/Theming/SystemConsoleHostTheme.cs index 8d23ab49b..9a1d39dbe 100644 --- a/source/Nuke.Build/Theming/SystemConsoleHostTheme.cs +++ b/source/Nuke.Build/Theming/SystemConsoleHostTheme.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/Utilities/ConsoleUtility.cs b/source/Nuke.Build/Utilities/ConsoleUtility.cs index 3b1565825..b83f4075e 100644 --- a/source/Nuke.Build/Utilities/ConsoleUtility.cs +++ b/source/Nuke.Build/Utilities/ConsoleUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Drawing; diff --git a/source/Nuke.Build/Utilities/CredentialStore.cs b/source/Nuke.Build/Utilities/CredentialStore.cs index 14fd2c5d1..efd669c1c 100644 --- a/source/Nuke.Build/Utilities/CredentialStore.cs +++ b/source/Nuke.Build/Utilities/CredentialStore.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Utilities/SchemaUtility.cs b/source/Nuke.Build/Utilities/SchemaUtility.cs index 5f807a06e..c083b033e 100644 --- a/source/Nuke.Build/Utilities/SchemaUtility.cs +++ b/source/Nuke.Build/Utilities/SchemaUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/VCS/GitRepository.cs b/source/Nuke.Build/VCS/GitRepository.cs index 3dbcf0190..fca2f5c63 100644 --- a/source/Nuke.Build/VCS/GitRepository.cs +++ b/source/Nuke.Build/VCS/GitRepository.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Build/VCS/GitRepositoryExtensions.cs b/source/Nuke.Build/VCS/GitRepositoryExtensions.cs index ca0896d2e..b2646dad3 100644 --- a/source/Nuke.Build/VCS/GitRepositoryExtensions.cs +++ b/source/Nuke.Build/VCS/GitRepositoryExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Build/Verbosity.cs b/source/Nuke.Build/Verbosity.cs index 962b16d1a..e3575a8df 100644 --- a/source/Nuke.Build/Verbosity.cs +++ b/source/Nuke.Build/Verbosity.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common.Tests/CI/ConfigurationGenerationTest.cs b/source/Nuke.Common.Tests/CI/ConfigurationGenerationTest.cs index c8f5c3146..d4f5c9110 100644 --- a/source/Nuke.Common.Tests/CI/ConfigurationGenerationTest.cs +++ b/source/Nuke.Common.Tests/CI/ConfigurationGenerationTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common.Tests/CI/ITestConfigurationGenerator.cs b/source/Nuke.Common.Tests/CI/ITestConfigurationGenerator.cs index 139a7283a..a1c22a453 100644 --- a/source/Nuke.Common.Tests/CI/ITestConfigurationGenerator.cs +++ b/source/Nuke.Common.Tests/CI/ITestConfigurationGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/CI/TestAppVeyorAttribute.cs b/source/Nuke.Common.Tests/CI/TestAppVeyorAttribute.cs index e12b53029..a13fa051f 100644 --- a/source/Nuke.Common.Tests/CI/TestAppVeyorAttribute.cs +++ b/source/Nuke.Common.Tests/CI/TestAppVeyorAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/CI/TestAzurePipelinesAttribute.cs b/source/Nuke.Common.Tests/CI/TestAzurePipelinesAttribute.cs index 50fc46b50..4681a1765 100644 --- a/source/Nuke.Common.Tests/CI/TestAzurePipelinesAttribute.cs +++ b/source/Nuke.Common.Tests/CI/TestAzurePipelinesAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/CI/TestGitHubActionsAttribute.cs b/source/Nuke.Common.Tests/CI/TestGitHubActionsAttribute.cs index 5fa24c875..acfe2cb50 100644 --- a/source/Nuke.Common.Tests/CI/TestGitHubActionsAttribute.cs +++ b/source/Nuke.Common.Tests/CI/TestGitHubActionsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/CI/TestSpaceAutomationAttribute.cs b/source/Nuke.Common.Tests/CI/TestSpaceAutomationAttribute.cs index eb3ed28a4..63b8022e2 100644 --- a/source/Nuke.Common.Tests/CI/TestSpaceAutomationAttribute.cs +++ b/source/Nuke.Common.Tests/CI/TestSpaceAutomationAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/CI/TestTeamCityAttribute.cs b/source/Nuke.Common.Tests/CI/TestTeamCityAttribute.cs index 8c83a6922..2d3c34b0a 100644 --- a/source/Nuke.Common.Tests/CI/TestTeamCityAttribute.cs +++ b/source/Nuke.Common.Tests/CI/TestTeamCityAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/CITest.cs b/source/Nuke.Common.Tests/CITest.cs index 2b91f6fdc..b73ec8e40 100644 --- a/source/Nuke.Common.Tests/CITest.cs +++ b/source/Nuke.Common.Tests/CITest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common.Tests/ChangelogTasksTest.cs b/source/Nuke.Common.Tests/ChangelogTasksTest.cs index 46c7eb2e5..afdb9b2f2 100644 --- a/source/Nuke.Common.Tests/ChangelogTasksTest.cs +++ b/source/Nuke.Common.Tests/ChangelogTasksTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common.Tests/GitHubTasksTest.cs b/source/Nuke.Common.Tests/GitHubTasksTest.cs index 907345cc2..2031035d4 100644 --- a/source/Nuke.Common.Tests/GitHubTasksTest.cs +++ b/source/Nuke.Common.Tests/GitHubTasksTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common.Tests/SettingsTest.cs b/source/Nuke.Common.Tests/SettingsTest.cs index e2a7cac86..1a633af11 100644 --- a/source/Nuke.Common.Tests/SettingsTest.cs +++ b/source/Nuke.Common.Tests/SettingsTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common.Tests/VerifyTestsInitializer.cs b/source/Nuke.Common.Tests/VerifyTestsInitializer.cs index 399f1719e..ca2db21d8 100644 --- a/source/Nuke.Common.Tests/VerifyTestsInitializer.cs +++ b/source/Nuke.Common.Tests/VerifyTestsInitializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/CheckPathEnvironmentVariableAttribute.cs b/source/Nuke.Common/Attributes/CheckPathEnvironmentVariableAttribute.cs index 7ee501b38..e2e35035c 100644 --- a/source/Nuke.Common/Attributes/CheckPathEnvironmentVariableAttribute.cs +++ b/source/Nuke.Common/Attributes/CheckPathEnvironmentVariableAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Attributes/FileSystemGlobbingAttributeBase.cs b/source/Nuke.Common/Attributes/FileSystemGlobbingAttributeBase.cs index 35436bedc..bad7b8566 100644 --- a/source/Nuke.Common/Attributes/FileSystemGlobbingAttributeBase.cs +++ b/source/Nuke.Common/Attributes/FileSystemGlobbingAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Attributes/GitRepositoryAttribute.cs b/source/Nuke.Common/Attributes/GitRepositoryAttribute.cs index 4829e584e..bdf566005 100644 --- a/source/Nuke.Common/Attributes/GitRepositoryAttribute.cs +++ b/source/Nuke.Common/Attributes/GitRepositoryAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/GlobbingOptionsAttribute.cs b/source/Nuke.Common/Attributes/GlobbingOptionsAttribute.cs index 5b78ba562..49694a6ad 100644 --- a/source/Nuke.Common/Attributes/GlobbingOptionsAttribute.cs +++ b/source/Nuke.Common/Attributes/GlobbingOptionsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Attributes/HandleSingleFileExecutionAttribute.cs b/source/Nuke.Common/Attributes/HandleSingleFileExecutionAttribute.cs index 769726482..e70aea48d 100644 --- a/source/Nuke.Common/Attributes/HandleSingleFileExecutionAttribute.cs +++ b/source/Nuke.Common/Attributes/HandleSingleFileExecutionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Attributes/LatestGitHubReleaseAttribute.cs b/source/Nuke.Common/Attributes/LatestGitHubReleaseAttribute.cs index 66dd5d9b7..b048dd325 100644 --- a/source/Nuke.Common/Attributes/LatestGitHubReleaseAttribute.cs +++ b/source/Nuke.Common/Attributes/LatestGitHubReleaseAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/LatestMavenVersionAttribute.cs b/source/Nuke.Common/Attributes/LatestMavenVersionAttribute.cs index 470c08d4f..767302d31 100644 --- a/source/Nuke.Common/Attributes/LatestMavenVersionAttribute.cs +++ b/source/Nuke.Common/Attributes/LatestMavenVersionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/LatestMyGetVersionAttribute.cs b/source/Nuke.Common/Attributes/LatestMyGetVersionAttribute.cs index 2cad49e6f..e04ff7745 100644 --- a/source/Nuke.Common/Attributes/LatestMyGetVersionAttribute.cs +++ b/source/Nuke.Common/Attributes/LatestMyGetVersionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/LatestNpmVersionAttribute.cs b/source/Nuke.Common/Attributes/LatestNpmVersionAttribute.cs index c0d6c9fbc..56cd5ddfb 100644 --- a/source/Nuke.Common/Attributes/LatestNpmVersionAttribute.cs +++ b/source/Nuke.Common/Attributes/LatestNpmVersionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/LatestNuGetVersionAttribute.cs b/source/Nuke.Common/Attributes/LatestNuGetVersionAttribute.cs index 74369e854..d92fd1d26 100644 --- a/source/Nuke.Common/Attributes/LatestNuGetVersionAttribute.cs +++ b/source/Nuke.Common/Attributes/LatestNuGetVersionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/LocalPathAttribute.cs b/source/Nuke.Common/Attributes/LocalPathAttribute.cs index aba861351..e3d2ddf24 100644 --- a/source/Nuke.Common/Attributes/LocalPathAttribute.cs +++ b/source/Nuke.Common/Attributes/LocalPathAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/Attributes/NpmPackageAttribute.cs b/source/Nuke.Common/Attributes/NpmPackageAttribute.cs index b54f2501a..2489a3168 100644 --- a/source/Nuke.Common/Attributes/NpmPackageAttribute.cs +++ b/source/Nuke.Common/Attributes/NpmPackageAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/NuGetPackageAttribute.cs b/source/Nuke.Common/Attributes/NuGetPackageAttribute.cs index 06c7719f0..d2982f67f 100644 --- a/source/Nuke.Common/Attributes/NuGetPackageAttribute.cs +++ b/source/Nuke.Common/Attributes/NuGetPackageAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/PathVariableAttribute.cs b/source/Nuke.Common/Attributes/PathVariableAttribute.cs index d50dd211b..4856b3ffb 100644 --- a/source/Nuke.Common/Attributes/PathVariableAttribute.cs +++ b/source/Nuke.Common/Attributes/PathVariableAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Attributes/SolutionAttribute.cs b/source/Nuke.Common/Attributes/SolutionAttribute.cs index 2d0bacd4d..5bc9abeb8 100644 --- a/source/Nuke.Common/Attributes/SolutionAttribute.cs +++ b/source/Nuke.Common/Attributes/SolutionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AppVeyor/AppVeyor.Theming.cs b/source/Nuke.Common/CI/AppVeyor/AppVeyor.Theming.cs index a5b41fa39..18dedec30 100644 --- a/source/Nuke.Common/CI/AppVeyor/AppVeyor.Theming.cs +++ b/source/Nuke.Common/CI/AppVeyor/AppVeyor.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using Nuke.Common.Execution.Theming; diff --git a/source/Nuke.Common/CI/AppVeyor/AppVeyor.cs b/source/Nuke.Common/CI/AppVeyor/AppVeyor.cs index 11ea4760a..73f52c3b5 100644 --- a/source/Nuke.Common/CI/AppVeyor/AppVeyor.cs +++ b/source/Nuke.Common/CI/AppVeyor/AppVeyor.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/AppVeyor/AppVeyorAttribute.cs b/source/Nuke.Common/CI/AppVeyor/AppVeyorAttribute.cs index c4c18ce30..142673b66 100644 --- a/source/Nuke.Common/CI/AppVeyor/AppVeyorAttribute.cs +++ b/source/Nuke.Common/CI/AppVeyor/AppVeyorAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/AppVeyor/AppVeyorImage.cs b/source/Nuke.Common/CI/AppVeyor/AppVeyorImage.cs index a56037093..eeb848cf1 100644 --- a/source/Nuke.Common/CI/AppVeyor/AppVeyorImage.cs +++ b/source/Nuke.Common/CI/AppVeyor/AppVeyorImage.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AppVeyor/AppVeyorSecretAttribute.cs b/source/Nuke.Common/CI/AppVeyor/AppVeyorSecretAttribute.cs index 27332037e..ffbf8b9a1 100644 --- a/source/Nuke.Common/CI/AppVeyor/AppVeyorSecretAttribute.cs +++ b/source/Nuke.Common/CI/AppVeyor/AppVeyorSecretAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AppVeyor/AppVeyorService.cs b/source/Nuke.Common/CI/AppVeyor/AppVeyorService.cs index 4cb43b157..be0536ef8 100644 --- a/source/Nuke.Common/CI/AppVeyor/AppVeyorService.cs +++ b/source/Nuke.Common/CI/AppVeyor/AppVeyorService.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorBranches.cs b/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorBranches.cs index e1749279f..1d48a7105 100644 --- a/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorBranches.cs +++ b/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorBranches.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorConfiguration.cs b/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorConfiguration.cs index 5a79bbf9f..b23af5b00 100644 --- a/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorConfiguration.cs +++ b/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorCustomWriterExtensions.cs b/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorCustomWriterExtensions.cs index b0191c51b..f66836881 100644 --- a/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorCustomWriterExtensions.cs +++ b/source/Nuke.Common/CI/AppVeyor/Configuration/AppVeyorCustomWriterExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.Theming.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.Theming.cs index 2477ccbdf..87b34748b 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.Theming.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.cs index 6f008ab92..63e451521 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelines.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesAttribute.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesAttribute.cs index 05b09523d..980f9fef5 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesAttribute.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesBuildReason.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesBuildReason.cs index 324ec20be..0daf553d0 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesBuildReason.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesBuildReason.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCachePaths.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCachePaths.cs index ab62d0185..d2516678c 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCachePaths.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCachePaths.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCodeCoverageToolType.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCodeCoverageToolType.cs index 6b58d529f..1487d0eec 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCodeCoverageToolType.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesCodeCoverageToolType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesImage.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesImage.cs index 43ed52a4e..fa364a9e7 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesImage.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesImage.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesIssueType.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesIssueType.cs index 43948981a..7e72281f5 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesIssueType.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesIssueType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesJobStatus.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesJobStatus.cs index 903089e77..3c67549c9 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesJobStatus.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesJobStatus.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesRepositoryType.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesRepositoryType.cs index 938174d62..be408e851 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesRepositoryType.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesRepositoryType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesTestResultsType.cs b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesTestResultsType.cs index 643aa0eda..b47a33b39 100644 --- a/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesTestResultsType.cs +++ b/source/Nuke.Common/CI/AzurePipelines/AzurePipelinesTestResultsType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelineCheckoutStep.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelineCheckoutStep.cs index 79789df23..5e2d001d8 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelineCheckoutStep.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelineCheckoutStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using Nuke.Common.Utilities; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCacheStep.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCacheStep.cs index bdd1deff5..4e4f501d7 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCacheStep.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCacheStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCmdStep.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCmdStep.cs index 5ca9401b5..a98098da1 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCmdStep.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCmdStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesConfiguration.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesConfiguration.cs index f8a464cad..e75038ee0 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesConfiguration.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using Nuke.Common.Utilities; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCustomWriterExtensions.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCustomWriterExtensions.cs index 8e8d641de..ac710069e 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCustomWriterExtensions.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesCustomWriterExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesDownloadStep.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesDownloadStep.cs index eb0d7677e..1289eb8ca 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesDownloadStep.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesDownloadStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesJob.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesJob.cs index 89fc49481..a46caceb8 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesJob.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesJob.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesPublishStep.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesPublishStep.cs index 908209692..3d0a89978 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesPublishStep.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesPublishStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStage.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStage.cs index d85cc2cb0..f28977752 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStage.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStage.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStep.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStep.cs index a5cf00bb5..4e7ea1aa0 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStep.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesVcsPushTrigger.cs b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesVcsPushTrigger.cs index 43ffe1084..553242648 100644 --- a/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesVcsPushTrigger.cs +++ b/source/Nuke.Common/CI/AzurePipelines/Configuration/AzurePipelinesVcsPushTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using JetBrains.Annotations; diff --git a/source/Nuke.Common/CI/Bamboo/Bamboo.cs b/source/Nuke.Common/CI/Bamboo/Bamboo.cs index 6fbd198f3..b76494172 100644 --- a/source/Nuke.Common/CI/Bamboo/Bamboo.cs +++ b/source/Nuke.Common/CI/Bamboo/Bamboo.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/Bitbucket/Bitbucket.cs b/source/Nuke.Common/CI/Bitbucket/Bitbucket.cs index 3d837631e..54329ee65 100644 --- a/source/Nuke.Common/CI/Bitbucket/Bitbucket.cs +++ b/source/Nuke.Common/CI/Bitbucket/Bitbucket.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/Bitrise/Bitrise.cs b/source/Nuke.Common/CI/Bitrise/Bitrise.cs index 556aed8ae..a19fbf720 100644 --- a/source/Nuke.Common/CI/Bitrise/Bitrise.cs +++ b/source/Nuke.Common/CI/Bitrise/Bitrise.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsArtifactStep.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsArtifactStep.cs index 2559ee676..d06a3f2e2 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsArtifactStep.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsArtifactStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCacheStep.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCacheStep.cs index 744461d8e..7e677f447 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCacheStep.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCacheStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCheckoutStep.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCheckoutStep.cs index 83fd6f2fb..b4122edd5 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCheckoutStep.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsCheckoutStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsConfiguration.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsConfiguration.cs index 72359ed6c..47ecb5910 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsConfiguration.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Linq; using JetBrains.Annotations; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsDetailedTrigger.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsDetailedTrigger.cs index dca556d7f..955e32f3f 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsDetailedTrigger.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsDetailedTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsJob.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsJob.cs index 817b9ba29..6a4b5e8d4 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsJob.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsJob.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsRunStep.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsRunStep.cs index 61faba979..86c1e04f5 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsRunStep.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsRunStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsScheduledTrigger.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsScheduledTrigger.cs index 16068c1d2..b1723c778 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsScheduledTrigger.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsScheduledTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsStep.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsStep.cs index 4c5d4f12b..9f26e3f8d 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsStep.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsStep.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsVcsTrigger.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsVcsTrigger.cs index fd12cd933..d39243372 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsVcsTrigger.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsVcsTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsWorkflowDispatchTrigger.cs b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsWorkflowDispatchTrigger.cs index 49bdca30a..6ab630ceb 100644 --- a/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsWorkflowDispatchTrigger.cs +++ b/source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsWorkflowDispatchTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActions.Client.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActions.Client.cs index e49490d74..6a22969b2 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActions.Client.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActions.Client.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Linq; using System.Net.Http; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActions.Theming.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActions.Theming.cs index 4f962490c..71a4abf79 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActions.Theming.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActions.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Execution.Theming; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActions.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActions.cs index f3132927a..563b5e370 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActions.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActionsAttribute.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActionsAttribute.cs index 2c1f1599e..166989c5c 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActionsAttribute.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActionsAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActionsImage.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActionsImage.cs index bb4e6f278..ae1d76dfb 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActionsImage.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActionsImage.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActionsPermissions.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActionsPermissions.cs index 86cb119d2..d39241b28 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActionsPermissions.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActionsPermissions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActionsSubmodules.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActionsSubmodules.cs index 3312f3b9a..5048e4e0d 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActionsSubmodules.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActionsSubmodules.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitHubActions/GitHubActionsTrigger.cs b/source/Nuke.Common/CI/GitHubActions/GitHubActionsTrigger.cs index 32a6d0055..32f8de9aa 100644 --- a/source/Nuke.Common/CI/GitHubActions/GitHubActionsTrigger.cs +++ b/source/Nuke.Common/CI/GitHubActions/GitHubActionsTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/GitLab/GitLab.Theming.cs b/source/Nuke.Common/CI/GitLab/GitLab.Theming.cs index 9b6e641c1..705a0c482 100644 --- a/source/Nuke.Common/CI/GitLab/GitLab.Theming.cs +++ b/source/Nuke.Common/CI/GitLab/GitLab.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Execution.Theming; diff --git a/source/Nuke.Common/CI/GitLab/GitLab.cs b/source/Nuke.Common/CI/GitLab/GitLab.cs index 2c5a351c8..b28dbe0d8 100644 --- a/source/Nuke.Common/CI/GitLab/GitLab.cs +++ b/source/Nuke.Common/CI/GitLab/GitLab.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/GitLab/GitLabProjectVisibility.cs b/source/Nuke.Common/CI/GitLab/GitLabProjectVisibility.cs index a65e9a77c..aaaeacb7e 100644 --- a/source/Nuke.Common/CI/GitLab/GitLabProjectVisibility.cs +++ b/source/Nuke.Common/CI/GitLab/GitLabProjectVisibility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/Jenkins/Jenkins.cs b/source/Nuke.Common/CI/Jenkins/Jenkins.cs index a98b2b064..61a5feb94 100644 --- a/source/Nuke.Common/CI/Jenkins/Jenkins.cs +++ b/source/Nuke.Common/CI/Jenkins/Jenkins.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationConfiguration.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationConfiguration.cs index dbba9765f..35ab6d6f2 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationConfiguration.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Linq; using JetBrains.Annotations; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationContainer.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationContainer.cs index 73647aba0..e66d2e351 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationContainer.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationContainer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCronScheduleTrigger.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCronScheduleTrigger.cs index 1a28fc6dd..eb34d8626 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCronScheduleTrigger.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCronScheduleTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCustomWriterExtensions.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCustomWriterExtensions.cs index e8acf2f3d..ea04aa063 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCustomWriterExtensions.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationCustomWriterExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationPushTrigger.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationPushTrigger.cs index 9a1671617..0c51557d6 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationPushTrigger.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationPushTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationResources.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationResources.cs index d811a1450..85c629af4 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationResources.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationResources.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationTrigger.cs b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationTrigger.cs index 702bb187d..6a83df2b2 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationTrigger.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/Configuration/SpaceAutomationTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.Theming.cs b/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.Theming.cs index b1bad77da..8f349e144 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.Theming.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Nuke.Common.Execution; diff --git a/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.cs b/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.cs index e7d324567..79a05e21d 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomation.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomationAttribute.cs b/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomationAttribute.cs index 78f75d572..b950fdc70 100644 --- a/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomationAttribute.cs +++ b/source/Nuke.Common/CI/SpaceAutomation/SpaceAutomationAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityArtifactDependency.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityArtifactDependency.cs index 26b18e292..c7ff6ff53 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityArtifactDependency.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityArtifactDependency.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildType.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildType.cs index 6a297a9ea..9720adf57 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildType.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildTypeVcsRoot.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildTypeVcsRoot.cs index ea1cf0bb1..08c455be6 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildTypeVcsRoot.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityBuildTypeVcsRoot.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfiguration.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfiguration.cs index 91d0539b5..b05864cbf 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfiguration.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfigurationParameter.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfigurationParameter.cs index a17de2830..e6ba16b07 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfigurationParameter.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityConfigurationParameter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityCustomWriterExtensions.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityCustomWriterExtensions.cs index d87f5adf9..150065834 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityCustomWriterExtensions.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityCustomWriterExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependency.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependency.cs index fa7d9278d..6edecd262 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependency.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependency.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependencyFailureAction.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependencyFailureAction.cs index d33df4973..43a523c50 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependencyFailureAction.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityDependencyFailureAction.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityFinishBuildTrigger.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityFinishBuildTrigger.cs index 033e83b72..e60728671 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityFinishBuildTrigger.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityFinishBuildTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityKeyValueParameter.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityKeyValueParameter.cs index ffd67531f..ece163adf 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityKeyValueParameter.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityKeyValueParameter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameter.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameter.cs index f100b05d0..ebf1e0b65 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameter.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterDisplay.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterDisplay.cs index 79c4860e5..a2be5f636 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterDisplay.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterDisplay.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterType.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterType.cs index 99ee55eb8..cd07b7550 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterType.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityParameterType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityProject.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityProject.cs index 5eed50067..4d0f30417 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityProject.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityProject.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityScheduledTrigger.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityScheduledTrigger.cs index a9b6b21f3..b47e8cd2a 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityScheduledTrigger.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityScheduledTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCitySnapshotDependency.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCitySnapshotDependency.cs index 42d807f13..2b0530b85 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCitySnapshotDependency.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCitySnapshotDependency.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityTrigger.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityTrigger.cs index c3891bbd1..b0e241527 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityTrigger.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsRoot.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsRoot.cs index b0e5acb50..67fa348d9 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsRoot.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsRoot.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsTrigger.cs b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsTrigger.cs index fa9149f33..21f79104b 100644 --- a/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsTrigger.cs +++ b/source/Nuke.Common/CI/TeamCity/Configuration/TeamCityVcsTrigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/DotNetBuildSettingsExtensions.cs b/source/Nuke.Common/CI/TeamCity/DotNetBuildSettingsExtensions.cs index bce2d7700..211353a61 100644 --- a/source/Nuke.Common/CI/TeamCity/DotNetBuildSettingsExtensions.cs +++ b/source/Nuke.Common/CI/TeamCity/DotNetBuildSettingsExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/DotNetTestSettingsExtensions.cs b/source/Nuke.Common/CI/TeamCity/DotNetTestSettingsExtensions.cs index 15b493e30..a331d5aee 100644 --- a/source/Nuke.Common/CI/TeamCity/DotNetTestSettingsExtensions.cs +++ b/source/Nuke.Common/CI/TeamCity/DotNetTestSettingsExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/MSBuildSettingsExtensions.cs b/source/Nuke.Common/CI/TeamCity/MSBuildSettingsExtensions.cs index 78891d5dc..aaf89389b 100644 --- a/source/Nuke.Common/CI/TeamCity/MSBuildSettingsExtensions.cs +++ b/source/Nuke.Common/CI/TeamCity/MSBuildSettingsExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCity.Theming.cs b/source/Nuke.Common/CI/TeamCity/TeamCity.Theming.cs index 4eec38540..26c57a07e 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCity.Theming.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCity.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Execution; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCity.cs b/source/Nuke.Common/CI/TeamCity/TeamCity.cs index 6a094d290..7f56efe7a 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCity.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCity.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCityAttribute.cs b/source/Nuke.Common/CI/TeamCity/TeamCityAttribute.cs index d0a9c59df..427a64bf5 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCityAttribute.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCityAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCityImportTool.cs b/source/Nuke.Common/CI/TeamCity/TeamCityImportTool.cs index a50e9ba0e..d8e8300e4 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCityImportTool.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCityImportTool.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCityImportType.cs b/source/Nuke.Common/CI/TeamCity/TeamCityImportType.cs index 09a2ede8d..61972afb7 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCityImportType.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCityImportType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCityNoDataPublishedAction.cs b/source/Nuke.Common/CI/TeamCity/TeamCityNoDataPublishedAction.cs index 3b693515d..951e3ec49 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCityNoDataPublishedAction.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCityNoDataPublishedAction.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCityStatus.cs b/source/Nuke.Common/CI/TeamCity/TeamCityStatus.cs index 34603451f..c17575b74 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCityStatus.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCityStatus.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/TeamCity/TeamCityTokenAttribute.cs b/source/Nuke.Common/CI/TeamCity/TeamCityTokenAttribute.cs index 0f802ed96..0e0e032ce 100644 --- a/source/Nuke.Common/CI/TeamCity/TeamCityTokenAttribute.cs +++ b/source/Nuke.Common/CI/TeamCity/TeamCityTokenAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/CI/TravisCI/TravisCI.Theming.cs b/source/Nuke.Common/CI/TravisCI/TravisCI.Theming.cs index 72811006c..00ecb7a38 100644 --- a/source/Nuke.Common/CI/TravisCI/TravisCI.Theming.cs +++ b/source/Nuke.Common/CI/TravisCI/TravisCI.Theming.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Utilities; diff --git a/source/Nuke.Common/CI/TravisCI/TravisCI.cs b/source/Nuke.Common/CI/TravisCI/TravisCI.cs index 82ebce0a0..f17db33b6 100644 --- a/source/Nuke.Common/CI/TravisCI/TravisCI.cs +++ b/source/Nuke.Common/CI/TravisCI/TravisCI.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics.CodeAnalysis; diff --git a/source/Nuke.Common/CI/TravisCI/TravisCIEventType.cs b/source/Nuke.Common/CI/TravisCI/TravisCIEventType.cs index 218ce93a0..9b07d0ab7 100644 --- a/source/Nuke.Common/CI/TravisCI/TravisCIEventType.cs +++ b/source/Nuke.Common/CI/TravisCI/TravisCIEventType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/ChangeLog/ChangeLog.cs b/source/Nuke.Common/ChangeLog/ChangeLog.cs index 141a1e76f..7294d21fa 100644 --- a/source/Nuke.Common/ChangeLog/ChangeLog.cs +++ b/source/Nuke.Common/ChangeLog/ChangeLog.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.Common/ChangeLog/ChangeLogTasks.cs b/source/Nuke.Common/ChangeLog/ChangeLogTasks.cs index e6ecf7017..5880cb369 100644 --- a/source/Nuke.Common/ChangeLog/ChangeLogTasks.cs +++ b/source/Nuke.Common/ChangeLog/ChangeLogTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/ChangeLog/ReleaseNotes.cs b/source/Nuke.Common/ChangeLog/ReleaseNotes.cs index 1b840f9ec..37d2c9090 100644 --- a/source/Nuke.Common/ChangeLog/ReleaseNotes.cs +++ b/source/Nuke.Common/ChangeLog/ReleaseNotes.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Gitter/GitterTasks.cs b/source/Nuke.Common/Gitter/GitterTasks.cs index d0e66fc40..af12368f4 100644 --- a/source/Nuke.Common/Gitter/GitterTasks.cs +++ b/source/Nuke.Common/Gitter/GitterTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/IO/FtpTasks.cs b/source/Nuke.Common/IO/FtpTasks.cs index c48d7cf72..114b4315e 100644 --- a/source/Nuke.Common/IO/FtpTasks.cs +++ b/source/Nuke.Common/IO/FtpTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/IO/HttpTasks.cs b/source/Nuke.Common/IO/HttpTasks.cs index 07a777c9e..bf5b335da 100644 --- a/source/Nuke.Common/IO/HttpTasks.cs +++ b/source/Nuke.Common/IO/HttpTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/IO/TextTasks.cs b/source/Nuke.Common/IO/TextTasks.cs index 4d5a36f42..51f920820 100644 --- a/source/Nuke.Common/IO/TextTasks.cs +++ b/source/Nuke.Common/IO/TextTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/IO/XmlTasks.cs b/source/Nuke.Common/IO/XmlTasks.cs index 01ba77406..57f4b3907 100644 --- a/source/Nuke.Common/IO/XmlTasks.cs +++ b/source/Nuke.Common/IO/XmlTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVault.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVault.cs index c7a915fec..20a8a712c 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVault.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVault.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttribute.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttribute.cs index 83cae1798..6ad9ff8c1 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttribute.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttributeBase.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttributeBase.cs index e8a6c1f3e..6919e290a 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttributeBase.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultAttributeBase.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificate.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificate.cs index e6da6a95e..a20ef30dd 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificate.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificate.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificateAttribute.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificateAttribute.cs index 460db0586..e75c980de 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificateAttribute.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultCertificateAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultConfigurationAttribute.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultConfigurationAttribute.cs index b80e1c835..e150341b3 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultConfigurationAttribute.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultConfigurationAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKey.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKey.cs index c87ad8f41..5d2409aec 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKey.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKey.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKeyAttribute.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKeyAttribute.cs index 2cd39a357..a54364099 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKeyAttribute.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultKeyAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultSecretAttribute.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultSecretAttribute.cs index d13ca1f49..425ea7939 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultSecretAttribute.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultSecretAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2021 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultTasks.cs b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultTasks.cs index 2d26b1cdc..baf43775b 100644 --- a/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultTasks.cs +++ b/source/Nuke.Common/Tools/AzureKeyVault/AzureKeyVaultTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2020 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Codecov/CodecovTasks.cs b/source/Nuke.Common/Tools/Codecov/CodecovTasks.cs index a83addf9a..b829f0cb8 100644 --- a/source/Nuke.Common/Tools/Codecov/CodecovTasks.cs +++ b/source/Nuke.Common/Tools/Codecov/CodecovTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/CorFlags/CorFlagsSettings.cs b/source/Nuke.Common/Tools/CorFlags/CorFlagsSettings.cs index b9d3d8e05..fd7a6b344 100644 --- a/source/Nuke.Common/Tools/CorFlags/CorFlagsSettings.cs +++ b/source/Nuke.Common/Tools/CorFlags/CorFlagsSettings.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Reflection; diff --git a/source/Nuke.Common/Tools/Coverlet/CoverletSettingsExtensions.cs b/source/Nuke.Common/Tools/Coverlet/CoverletSettingsExtensions.cs index 04ffbf3a5..b6067a2b3 100644 --- a/source/Nuke.Common/Tools/Coverlet/CoverletSettingsExtensions.cs +++ b/source/Nuke.Common/Tools/Coverlet/CoverletSettingsExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Discord/DiscordTasks.cs b/source/Nuke.Common/Tools/Discord/DiscordTasks.cs index 9cd83f96a..cca135cc5 100644 --- a/source/Nuke.Common/Tools/Discord/DiscordTasks.cs +++ b/source/Nuke.Common/Tools/Discord/DiscordTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Net.Http; using System.Threading.Tasks; diff --git a/source/Nuke.Common/Tools/DocFX/DocFXTasks.cs b/source/Nuke.Common/Tools/DocFX/DocFXTasks.cs index 802036761..7f30b8229 100644 --- a/source/Nuke.Common/Tools/DocFX/DocFXTasks.cs +++ b/source/Nuke.Common/Tools/DocFX/DocFXTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Nuke.Common.Tooling; using Serilog.Events; diff --git a/source/Nuke.Common/Tools/Docker/DockerTargetDefinitionExtensions.cs b/source/Nuke.Common/Tools/Docker/DockerTargetDefinitionExtensions.cs index 82c58db95..24a939492 100644 --- a/source/Nuke.Common/Tools/Docker/DockerTargetDefinitionExtensions.cs +++ b/source/Nuke.Common/Tools/Docker/DockerTargetDefinitionExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Docker/DockerTasks.cs b/source/Nuke.Common/Tools/Docker/DockerTasks.cs index a6a5297be..4270fa3aa 100644 --- a/source/Nuke.Common/Tools/Docker/DockerTasks.cs +++ b/source/Nuke.Common/Tools/Docker/DockerTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/DotCover/DotCoverTasks.cs b/source/Nuke.Common/Tools/DotCover/DotCoverTasks.cs index d9dbca25a..235654eb1 100644 --- a/source/Nuke.Common/Tools/DotCover/DotCoverTasks.cs +++ b/source/Nuke.Common/Tools/DotCover/DotCoverTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Nuke.Common.Tooling; using Nuke.Common.Utilities; diff --git a/source/Nuke.Common/Tools/DotCover/TeamCitySetDotCoverHomePathAttribute.cs b/source/Nuke.Common/Tools/DotCover/TeamCitySetDotCoverHomePathAttribute.cs index 58037be08..7c26e913e 100644 --- a/source/Nuke.Common/Tools/DotCover/TeamCitySetDotCoverHomePathAttribute.cs +++ b/source/Nuke.Common/Tools/DotCover/TeamCitySetDotCoverHomePathAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/DotNet/DotNetRuntimeIdentifier.cs b/source/Nuke.Common/Tools/DotNet/DotNetRuntimeIdentifier.cs index eec73ccd7..d8f7aa2b4 100644 --- a/source/Nuke.Common/Tools/DotNet/DotNetRuntimeIdentifier.cs +++ b/source/Nuke.Common/Tools/DotNet/DotNetRuntimeIdentifier.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.ComponentModel; diff --git a/source/Nuke.Common/Tools/DotNet/DotNetTasks.cs b/source/Nuke.Common/Tools/DotNet/DotNetTasks.cs index 85f6f3b4d..3a9847ceb 100644 --- a/source/Nuke.Common/Tools/DotNet/DotNetTasks.cs +++ b/source/Nuke.Common/Tools/DotNet/DotNetTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Git/GitTasks.cs b/source/Nuke.Common/Tools/Git/GitTasks.cs index 84e3b2f18..7e1225a3f 100644 --- a/source/Nuke.Common/Tools/Git/GitTasks.cs +++ b/source/Nuke.Common/Tools/Git/GitTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/GitHub/GitHubTasks.cs b/source/Nuke.Common/Tools/GitHub/GitHubTasks.cs index 27bdf4bd8..b39fcfc5d 100644 --- a/source/Nuke.Common/Tools/GitHub/GitHubTasks.cs +++ b/source/Nuke.Common/Tools/GitHub/GitHubTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/GitVersion/GitVersionAttribute.cs b/source/Nuke.Common/Tools/GitVersion/GitVersionAttribute.cs index e2de85b10..5130e8a8e 100644 --- a/source/Nuke.Common/Tools/GitVersion/GitVersionAttribute.cs +++ b/source/Nuke.Common/Tools/GitVersion/GitVersionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/GitVersion/GitVersionTasks.cs b/source/Nuke.Common/Tools/GitVersion/GitVersionTasks.cs index 811448360..0ba4c09a3 100644 --- a/source/Nuke.Common/Tools/GitVersion/GitVersionTasks.cs +++ b/source/Nuke.Common/Tools/GitVersion/GitVersionTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/InnoSetup/InnoSetupSettings.cs b/source/Nuke.Common/Tools/InnoSetup/InnoSetupSettings.cs index 5b57f12f3..558764636 100644 --- a/source/Nuke.Common/Tools/InnoSetup/InnoSetupSettings.cs +++ b/source/Nuke.Common/Tools/InnoSetup/InnoSetupSettings.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuildPlatform.cs b/source/Nuke.Common/Tools/MSBuild/MSBuildPlatform.cs index af2e1306c..7bbfdb564 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuildPlatform.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuildPlatform.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuildProject.cs b/source/Nuke.Common/Tools/MSBuild/MSBuildProject.cs index 5f2fece47..33e5a7cd7 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuildProject.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuildProject.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuildSettingsExtensions.cs b/source/Nuke.Common/Tools/MSBuild/MSBuildSettingsExtensions.cs index a330eba33..f88987abd 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuildSettingsExtensions.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuildSettingsExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuildTasks.cs b/source/Nuke.Common/Tools/MSBuild/MSBuildTasks.cs index 33b27ef5b..d004484ab 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuildTasks.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuildTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuildToolPathResolver.cs b/source/Nuke.Common/Tools/MSBuild/MSBuildToolPathResolver.cs index e8b922310..27acb100c 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuildToolPathResolver.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuildToolPathResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/MSBuild/MSBuildVersion.cs b/source/Nuke.Common/Tools/MSBuild/MSBuildVersion.cs index d15895053..88df72c79 100644 --- a/source/Nuke.Common/Tools/MSBuild/MSBuildVersion.cs +++ b/source/Nuke.Common/Tools/MSBuild/MSBuildVersion.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/MSpec/MSpecTasks.cs b/source/Nuke.Common/Tools/MSpec/MSpecTasks.cs index 248b0e7be..20a7f138b 100644 --- a/source/Nuke.Common/Tools/MSpec/MSpecTasks.cs +++ b/source/Nuke.Common/Tools/MSpec/MSpecTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Mastodon/MastodonTasks.cs b/source/Nuke.Common/Tools/Mastodon/MastodonTasks.cs index 1814ba80c..efa178262 100644 --- a/source/Nuke.Common/Tools/Mastodon/MastodonTasks.cs +++ b/source/Nuke.Common/Tools/Mastodon/MastodonTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/Tools/MinVer/MinVerAttribute.cs b/source/Nuke.Common/Tools/MinVer/MinVerAttribute.cs index 95bbda730..14485ce2d 100644 --- a/source/Nuke.Common/Tools/MinVer/MinVerAttribute.cs +++ b/source/Nuke.Common/Tools/MinVer/MinVerAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/MinVer/MinVerTasks.cs b/source/Nuke.Common/Tools/MinVer/MinVerTasks.cs index 831cd6acb..30de047c1 100644 --- a/source/Nuke.Common/Tools/MinVer/MinVerTasks.cs +++ b/source/Nuke.Common/Tools/MinVer/MinVerTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/NUnit/NUnitTasks.cs b/source/Nuke.Common/Tools/NUnit/NUnitTasks.cs index 41922128a..332b945da 100644 --- a/source/Nuke.Common/Tools/NUnit/NUnitTasks.cs +++ b/source/Nuke.Common/Tools/NUnit/NUnitTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningAttribute.cs b/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningAttribute.cs index ac666cd5f..5f600aa32 100644 --- a/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningAttribute.cs +++ b/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Reflection; diff --git a/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningTasks.cs b/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningTasks.cs index 1e441e6eb..68af6661b 100644 --- a/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningTasks.cs +++ b/source/Nuke.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioningTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Netlify/NetlifyTasks.cs b/source/Nuke.Common/Tools/Netlify/NetlifyTasks.cs index a407b7ed4..6d796dcc8 100644 --- a/source/Nuke.Common/Tools/Netlify/NetlifyTasks.cs +++ b/source/Nuke.Common/Tools/Netlify/NetlifyTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Npm/NpmTasks.cs b/source/Nuke.Common/Tools/Npm/NpmTasks.cs index 7c25f390c..ca5411772 100644 --- a/source/Nuke.Common/Tools/Npm/NpmTasks.cs +++ b/source/Nuke.Common/Tools/Npm/NpmTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/OctoVersion/OctoVersionAttribute.cs b/source/Nuke.Common/Tools/OctoVersion/OctoVersionAttribute.cs index cb422024b..c5cf5c670 100644 --- a/source/Nuke.Common/Tools/OctoVersion/OctoVersionAttribute.cs +++ b/source/Nuke.Common/Tools/OctoVersion/OctoVersionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/OctoVersion/OctoVersionTasks.cs b/source/Nuke.Common/Tools/OctoVersion/OctoVersionTasks.cs index 79c2dbf25..6fb1aa9ba 100644 --- a/source/Nuke.Common/Tools/OctoVersion/OctoVersionTasks.cs +++ b/source/Nuke.Common/Tools/OctoVersion/OctoVersionTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/OpenCover/OpenCoverTasks.cs b/source/Nuke.Common/Tools/OpenCover/OpenCoverTasks.cs index c217ba63b..5ed4c9e97 100644 --- a/source/Nuke.Common/Tools/OpenCover/OpenCoverTasks.cs +++ b/source/Nuke.Common/Tools/OpenCover/OpenCoverTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/PowerShell/PowerShellTasks.cs b/source/Nuke.Common/Tools/PowerShell/PowerShellTasks.cs index 801bb818a..1e7bcda24 100644 --- a/source/Nuke.Common/Tools/PowerShell/PowerShellTasks.cs +++ b/source/Nuke.Common/Tools/PowerShell/PowerShellTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/Pulumi/PulumiTasks.cs b/source/Nuke.Common/Tools/Pulumi/PulumiTasks.cs index 1b4262fa1..3feb7f3ea 100644 --- a/source/Nuke.Common/Tools/Pulumi/PulumiTasks.cs +++ b/source/Nuke.Common/Tools/Pulumi/PulumiTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/ReSharper/ReSharperTasks.cs b/source/Nuke.Common/Tools/ReSharper/ReSharperTasks.cs index 5b4a75dbe..f055ae5a3 100644 --- a/source/Nuke.Common/Tools/ReSharper/ReSharperTasks.cs +++ b/source/Nuke.Common/Tools/ReSharper/ReSharperTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/Tools/ReportGenerator/ReportGeneratorTasks.cs b/source/Nuke.Common/Tools/ReportGenerator/ReportGeneratorTasks.cs index da191daa8..5763769a4 100644 --- a/source/Nuke.Common/Tools/ReportGenerator/ReportGeneratorTasks.cs +++ b/source/Nuke.Common/Tools/ReportGenerator/ReportGeneratorTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using Nuke.Common.Tooling; diff --git a/source/Nuke.Common/Tools/SignPath/SignPathTasks.cs b/source/Nuke.Common/Tools/SignPath/SignPathTasks.cs index 58c18d937..d8ed9d355 100644 --- a/source/Nuke.Common/Tools/SignPath/SignPathTasks.cs +++ b/source/Nuke.Common/Tools/SignPath/SignPathTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/Tools/SignTool/SignToolTasks.cs b/source/Nuke.Common/Tools/SignTool/SignToolTasks.cs index 881368dc8..d21bd5fb6 100644 --- a/source/Nuke.Common/Tools/SignTool/SignToolTasks.cs +++ b/source/Nuke.Common/Tools/SignTool/SignToolTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Slack/SlackTasks.cs b/source/Nuke.Common/Tools/Slack/SlackTasks.cs index 0130a6fc0..e45e19583 100644 --- a/source/Nuke.Common/Tools/Slack/SlackTasks.cs +++ b/source/Nuke.Common/Tools/Slack/SlackTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Teams/Teams.Extensions.cs b/source/Nuke.Common/Tools/Teams/Teams.Extensions.cs index 49cce4e1f..54aa89ada 100644 --- a/source/Nuke.Common/Tools/Teams/Teams.Extensions.cs +++ b/source/Nuke.Common/Tools/Teams/Teams.Extensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Newtonsoft.Json; using System; diff --git a/source/Nuke.Common/Tools/Teams/TeamsTasks.cs b/source/Nuke.Common/Tools/Teams/TeamsTasks.cs index 4c029e372..b5d01478e 100644 --- a/source/Nuke.Common/Tools/Teams/TeamsTasks.cs +++ b/source/Nuke.Common/Tools/Teams/TeamsTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Twitter/TwitterTasks.cs b/source/Nuke.Common/Tools/Twitter/TwitterTasks.cs index 0503e90e0..d58379705 100644 --- a/source/Nuke.Common/Tools/Twitter/TwitterTasks.cs +++ b/source/Nuke.Common/Tools/Twitter/TwitterTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Unity/Logging/BlockMatcher.cs b/source/Nuke.Common/Tools/Unity/Logging/BlockMatcher.cs index db5b5c2a2..10fe738c8 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/BlockMatcher.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/BlockMatcher.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Unity/Logging/FileWatcher.cs b/source/Nuke.Common/Tools/Unity/Logging/FileWatcher.cs index 375a6b9fa..65ea2b549 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/FileWatcher.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/FileWatcher.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Common/Tools/Unity/Logging/LineMatcher.cs b/source/Nuke.Common/Tools/Unity/Logging/LineMatcher.cs index 3a2908ab8..3c2410367 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/LineMatcher.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/LineMatcher.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Unity/Logging/LogParser.cs b/source/Nuke.Common/Tools/Unity/Logging/LogParser.cs index 4744956ba..7f052c3d0 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/LogParser.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/LogParser.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Unity/Logging/MatchType.cs b/source/Nuke.Common/Tools/Unity/Logging/MatchType.cs index dd28934ce..24ee47c84 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/MatchType.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/MatchType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Unity/Logging/MatchedBlock.cs b/source/Nuke.Common/Tools/Unity/Logging/MatchedBlock.cs index a9467e92d..25353827e 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/MatchedBlock.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/MatchedBlock.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Unity/Logging/UnityLogLevel.cs b/source/Nuke.Common/Tools/Unity/Logging/UnityLogLevel.cs index 1933e7054..bd340a5c2 100644 --- a/source/Nuke.Common/Tools/Unity/Logging/UnityLogLevel.cs +++ b/source/Nuke.Common/Tools/Unity/Logging/UnityLogLevel.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Tools/Unity/UnityTasks.cs b/source/Nuke.Common/Tools/Unity/UnityTasks.cs index 84c36610f..14fe21634 100644 --- a/source/Nuke.Common/Tools/Unity/UnityTasks.cs +++ b/source/Nuke.Common/Tools/Unity/UnityTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/VSWhere/VSWhereTasks.cs b/source/Nuke.Common/Tools/VSWhere/VSWhereTasks.cs index 39de6be37..417c1a9d2 100644 --- a/source/Nuke.Common/Tools/VSWhere/VSWhereTasks.cs +++ b/source/Nuke.Common/Tools/VSWhere/VSWhereTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Xunit/Xunit2SettingsExtensions.cs b/source/Nuke.Common/Tools/Xunit/Xunit2SettingsExtensions.cs index 173ef60ce..51cb02655 100644 --- a/source/Nuke.Common/Tools/Xunit/Xunit2SettingsExtensions.cs +++ b/source/Nuke.Common/Tools/Xunit/Xunit2SettingsExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Common/Tools/Xunit/XunitTasks.cs b/source/Nuke.Common/Tools/Xunit/XunitTasks.cs index 5d5a94813..f6a1cf5f9 100644 --- a/source/Nuke.Common/Tools/Xunit/XunitTasks.cs +++ b/source/Nuke.Common/Tools/Xunit/XunitTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Common/Utilities/TemplateUtility.cs b/source/Nuke.Common/Utilities/TemplateUtility.cs index 7dc604d5c..1fa1e7d0e 100644 --- a/source/Nuke.Common/Utilities/TemplateUtility.cs +++ b/source/Nuke.Common/Utilities/TemplateUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Components/Configuration.cs b/source/Nuke.Components/Configuration.cs index 495ce9a46..7e3f966a3 100644 --- a/source/Nuke.Components/Configuration.cs +++ b/source/Nuke.Components/Configuration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.ComponentModel; diff --git a/source/Nuke.Components/ICompile.cs b/source/Nuke.Components/ICompile.cs index 829e5520d..83d33bdbd 100644 --- a/source/Nuke.Components/ICompile.cs +++ b/source/Nuke.Components/ICompile.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Components/ICreateGitHubRelease.cs b/source/Nuke.Components/ICreateGitHubRelease.cs index 0a57bc72e..064ab078a 100644 --- a/source/Nuke.Components/ICreateGitHubRelease.cs +++ b/source/Nuke.Components/ICreateGitHubRelease.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Components/IGlobalTool.cs b/source/Nuke.Components/IGlobalTool.cs index 11b38319a..9cfd9f068 100644 --- a/source/Nuke.Components/IGlobalTool.cs +++ b/source/Nuke.Components/IGlobalTool.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Components/IHazArtifacts.cs b/source/Nuke.Components/IHazArtifacts.cs index 8957cbc39..13129216b 100644 --- a/source/Nuke.Components/IHazArtifacts.cs +++ b/source/Nuke.Components/IHazArtifacts.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazChangelog.cs b/source/Nuke.Components/IHazChangelog.cs index 96c5c3721..ad5e59dfa 100644 --- a/source/Nuke.Components/IHazChangelog.cs +++ b/source/Nuke.Components/IHazChangelog.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazConfiguration.cs b/source/Nuke.Components/IHazConfiguration.cs index ff8fbaab9..3c89d6997 100644 --- a/source/Nuke.Components/IHazConfiguration.cs +++ b/source/Nuke.Components/IHazConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazGitRepository.cs b/source/Nuke.Components/IHazGitRepository.cs index 7f237899c..a935fbedf 100644 --- a/source/Nuke.Components/IHazGitRepository.cs +++ b/source/Nuke.Components/IHazGitRepository.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazGitVersion.cs b/source/Nuke.Components/IHazGitVersion.cs index 6e7252d6a..d565d5c68 100644 --- a/source/Nuke.Components/IHazGitVersion.cs +++ b/source/Nuke.Components/IHazGitVersion.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazNerdbankGitVersioning.cs b/source/Nuke.Components/IHazNerdbankGitVersioning.cs index 1c58b9ca2..0f3da8f8b 100644 --- a/source/Nuke.Components/IHazNerdbankGitVersioning.cs +++ b/source/Nuke.Components/IHazNerdbankGitVersioning.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazReports.cs b/source/Nuke.Components/IHazReports.cs index df52c7692..ea96cf333 100644 --- a/source/Nuke.Components/IHazReports.cs +++ b/source/Nuke.Components/IHazReports.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazSolution.cs b/source/Nuke.Components/IHazSolution.cs index 85cfe1822..07afd125f 100644 --- a/source/Nuke.Components/IHazSolution.cs +++ b/source/Nuke.Components/IHazSolution.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IHazTwitterCredentials.cs b/source/Nuke.Components/IHazTwitterCredentials.cs index 4e1007057..a7d825ebd 100644 --- a/source/Nuke.Components/IHazTwitterCredentials.cs +++ b/source/Nuke.Components/IHazTwitterCredentials.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IPack.cs b/source/Nuke.Components/IPack.cs index 98729f842..0034caa5a 100644 --- a/source/Nuke.Components/IPack.cs +++ b/source/Nuke.Components/IPack.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IPublish.cs b/source/Nuke.Components/IPublish.cs index a5ca12761..6bd436588 100644 --- a/source/Nuke.Components/IPublish.cs +++ b/source/Nuke.Components/IPublish.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Components/IReportCoverage.cs b/source/Nuke.Components/IReportCoverage.cs index 5bd6bf6bc..a76744483 100644 --- a/source/Nuke.Components/IReportCoverage.cs +++ b/source/Nuke.Components/IReportCoverage.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Components/IReportDuplicates.cs b/source/Nuke.Components/IReportDuplicates.cs index f1ef2a860..94473b2d5 100644 --- a/source/Nuke.Components/IReportDuplicates.cs +++ b/source/Nuke.Components/IReportDuplicates.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/IReportIssues.cs b/source/Nuke.Components/IReportIssues.cs index aa5517ac0..eabca5448 100644 --- a/source/Nuke.Components/IReportIssues.cs +++ b/source/Nuke.Components/IReportIssues.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Components/IRestore.cs b/source/Nuke.Components/IRestore.cs index 6695000ec..cb0829e9c 100644 --- a/source/Nuke.Components/IRestore.cs +++ b/source/Nuke.Components/IRestore.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Components/ISignPackages.cs b/source/Nuke.Components/ISignPackages.cs index 198469bd4..75a4d00a2 100644 --- a/source/Nuke.Components/ISignPackages.cs +++ b/source/Nuke.Components/ISignPackages.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Components/ITest.cs b/source/Nuke.Components/ITest.cs index 4c8c83cdc..25f844123 100644 --- a/source/Nuke.Components/ITest.cs +++ b/source/Nuke.Components/ITest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool.Tests/CakeConversionTests.cs b/source/Nuke.GlobalTool.Tests/CakeConversionTests.cs index a9a56d9c5..baae396d5 100644 --- a/source/Nuke.GlobalTool.Tests/CakeConversionTests.cs +++ b/source/Nuke.GlobalTool.Tests/CakeConversionTests.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.GlobalTool.Tests/UpdateSolutionFileContentTests.cs b/source/Nuke.GlobalTool.Tests/UpdateSolutionFileContentTests.cs index fd0b985dd..e482b1916 100644 --- a/source/Nuke.GlobalTool.Tests/UpdateSolutionFileContentTests.cs +++ b/source/Nuke.GlobalTool.Tests/UpdateSolutionFileContentTests.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool.Tests/VerifyTestsInitializer.cs b/source/Nuke.GlobalTool.Tests/VerifyTestsInitializer.cs index 50533e06b..e377807fb 100644 --- a/source/Nuke.GlobalTool.Tests/VerifyTestsInitializer.cs +++ b/source/Nuke.GlobalTool.Tests/VerifyTestsInitializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Program.AddPackage.cs b/source/Nuke.GlobalTool/Program.AddPackage.cs index 9246fee9b..a3624419d 100644 --- a/source/Nuke.GlobalTool/Program.AddPackage.cs +++ b/source/Nuke.GlobalTool/Program.AddPackage.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Program.Cake.cs b/source/Nuke.GlobalTool/Program.Cake.cs index 312d2139e..d19a7587a 100644 --- a/source/Nuke.GlobalTool/Program.Cake.cs +++ b/source/Nuke.GlobalTool/Program.Cake.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.GlobalTool/Program.Complete.cs b/source/Nuke.GlobalTool/Program.Complete.cs index 24e5b9b43..9478a3520 100644 --- a/source/Nuke.GlobalTool/Program.Complete.cs +++ b/source/Nuke.GlobalTool/Program.Complete.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Program.GetConfiguration.cs b/source/Nuke.GlobalTool/Program.GetConfiguration.cs index 3d105426e..414fe57ba 100644 --- a/source/Nuke.GlobalTool/Program.GetConfiguration.cs +++ b/source/Nuke.GlobalTool/Program.GetConfiguration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Program.Navigation.cs b/source/Nuke.GlobalTool/Program.Navigation.cs index af9f7524f..27d911e4b 100644 --- a/source/Nuke.GlobalTool/Program.Navigation.cs +++ b/source/Nuke.GlobalTool/Program.Navigation.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Program.Secrets.cs b/source/Nuke.GlobalTool/Program.Secrets.cs index 65cfc45a6..b893f9d93 100644 --- a/source/Nuke.GlobalTool/Program.Secrets.cs +++ b/source/Nuke.GlobalTool/Program.Secrets.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Program.Setup.cs b/source/Nuke.GlobalTool/Program.Setup.cs index 9700f1a37..ded6dc8f6 100644 --- a/source/Nuke.GlobalTool/Program.Setup.cs +++ b/source/Nuke.GlobalTool/Program.Setup.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Program.Trigger.cs b/source/Nuke.GlobalTool/Program.Trigger.cs index 25d921f1e..e0cdade16 100644 --- a/source/Nuke.GlobalTool/Program.Trigger.cs +++ b/source/Nuke.GlobalTool/Program.Trigger.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Program.Update.cs b/source/Nuke.GlobalTool/Program.Update.cs index 3cc0d2152..82e1e36f1 100644 --- a/source/Nuke.GlobalTool/Program.Update.cs +++ b/source/Nuke.GlobalTool/Program.Update.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.GlobalTool/Program.cs b/source/Nuke.GlobalTool/Program.cs index 89a8c9c0e..658489d28 100644 --- a/source/Nuke.GlobalTool/Program.cs +++ b/source/Nuke.GlobalTool/Program.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics; diff --git a/source/Nuke.GlobalTool/ProjectUpdater.cs b/source/Nuke.GlobalTool/ProjectUpdater.cs index 543ca5156..aa5e6f60d 100644 --- a/source/Nuke.GlobalTool/ProjectUpdater.cs +++ b/source/Nuke.GlobalTool/ProjectUpdater.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/AbsolutePathRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/AbsolutePathRewriter.cs index 638a025e5..44ee3cfa0 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/AbsolutePathRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/AbsolutePathRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/ClassRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/ClassRewriter.cs index 1332c8227..01509316a 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/ClassRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/ClassRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/CodeAnalysisExtensions.cs b/source/Nuke.GlobalTool/Rewriting/Cake/CodeAnalysisExtensions.cs index 0f3bd4ab5..923195fb8 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/CodeAnalysisExtensions.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/CodeAnalysisExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/FormattingRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/FormattingRewriter.cs index f95e6a128..510d91c7f 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/FormattingRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/FormattingRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/IdentifierNameRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/IdentifierNameRewriter.cs index b20f2d625..85d3128cf 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/IdentifierNameRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/IdentifierNameRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/InvocationRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/InvocationRewriter.cs index 1de407f04..4f1906b7a 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/InvocationRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/InvocationRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/MemberAccessRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/MemberAccessRewriter.cs index 8a5d5f845..dcb582736 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/MemberAccessRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/MemberAccessRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/ParameterRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/ParameterRewriter.cs index 3d1d00315..5dad9a9b3 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/ParameterRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/ParameterRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/RegularFieldRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/RegularFieldRewriter.cs index d45bea8de..1d8865448 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/RegularFieldRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/RegularFieldRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/RemoveUsingDirectivesRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/RemoveUsingDirectivesRewriter.cs index 144946d9d..a59772f52 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/RemoveUsingDirectivesRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/RemoveUsingDirectivesRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/RenameFieldIdentifierRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/RenameFieldIdentifierRewriter.cs index dab20bde8..fea181138 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/RenameFieldIdentifierRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/RenameFieldIdentifierRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/SafeSyntaxRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/SafeSyntaxRewriter.cs index d2d394ebc..030b067e0 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/SafeSyntaxRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/SafeSyntaxRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/TargetDefinitionRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/TargetDefinitionRewriter.cs index 525e79d3e..d524340b0 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/TargetDefinitionRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/TargetDefinitionRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.GlobalTool/Rewriting/Cake/ToolInvocationRewriter.cs b/source/Nuke.GlobalTool/Rewriting/Cake/ToolInvocationRewriter.cs index c54c02466..375050078 100644 --- a/source/Nuke.GlobalTool/Rewriting/Cake/ToolInvocationRewriter.cs +++ b/source/Nuke.GlobalTool/Rewriting/Cake/ToolInvocationRewriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.MSBuildTasks/CodeGenerationTask.cs b/source/Nuke.MSBuildTasks/CodeGenerationTask.cs index 31af33818..b1c8d6fa5 100644 --- a/source/Nuke.MSBuildTasks/CodeGenerationTask.cs +++ b/source/Nuke.MSBuildTasks/CodeGenerationTask.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.MSBuildTasks/ContextAwareTask.cs b/source/Nuke.MSBuildTasks/ContextAwareTask.cs index 20528b3c5..424d6b0ce 100644 --- a/source/Nuke.MSBuildTasks/ContextAwareTask.cs +++ b/source/Nuke.MSBuildTasks/ContextAwareTask.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.MSBuildTasks/EmbedPackagesForSelfContainedTask.cs b/source/Nuke.MSBuildTasks/EmbedPackagesForSelfContainedTask.cs index fb2330467..98c512e70 100644 --- a/source/Nuke.MSBuildTasks/EmbedPackagesForSelfContainedTask.cs +++ b/source/Nuke.MSBuildTasks/EmbedPackagesForSelfContainedTask.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.MSBuildTasks/PackPackageToolsTask.cs b/source/Nuke.MSBuildTasks/PackPackageToolsTask.cs index 92c9a69d9..4f78297c8 100644 --- a/source/Nuke.MSBuildTasks/PackPackageToolsTask.cs +++ b/source/Nuke.MSBuildTasks/PackPackageToolsTask.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.MSBuildTasks/TaskItemExtensions.cs b/source/Nuke.MSBuildTasks/TaskItemExtensions.cs index 30f1c2708..6872bec48 100644 --- a/source/Nuke.MSBuildTasks/TaskItemExtensions.cs +++ b/source/Nuke.MSBuildTasks/TaskItemExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.ProjectModel.Tests/ProjectModelTest.cs b/source/Nuke.ProjectModel.Tests/ProjectModelTest.cs index 382f9e391..caa329be4 100644 --- a/source/Nuke.ProjectModel.Tests/ProjectModelTest.cs +++ b/source/Nuke.ProjectModel.Tests/ProjectModelTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.ProjectModel/Project.GetMSBuildProject.cs b/source/Nuke.ProjectModel/Project.GetMSBuildProject.cs index b1148d90c..eaf4a5fb5 100644 --- a/source/Nuke.ProjectModel/Project.GetMSBuildProject.cs +++ b/source/Nuke.ProjectModel/Project.GetMSBuildProject.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE namespace Nuke.Common.ProjectModel; diff --git a/source/Nuke.ProjectModel/Project.Items.cs b/source/Nuke.ProjectModel/Project.Items.cs index d91c62455..233591b19 100644 --- a/source/Nuke.ProjectModel/Project.Items.cs +++ b/source/Nuke.ProjectModel/Project.Items.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.ProjectModel/Project.Misc.cs b/source/Nuke.ProjectModel/Project.Misc.cs index f402fc7fe..8d5579b2b 100644 --- a/source/Nuke.ProjectModel/Project.Misc.cs +++ b/source/Nuke.ProjectModel/Project.Misc.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.ProjectModel/Project.Properties.cs b/source/Nuke.ProjectModel/Project.Properties.cs index 9d4697845..24b056fbd 100644 --- a/source/Nuke.ProjectModel/Project.Properties.cs +++ b/source/Nuke.ProjectModel/Project.Properties.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using Nuke.Common.Utilities; diff --git a/source/Nuke.ProjectModel/ProjectModelTasks.cs b/source/Nuke.ProjectModel/ProjectModelTasks.cs index 9711e6a4e..577ca6afc 100644 --- a/source/Nuke.ProjectModel/ProjectModelTasks.cs +++ b/source/Nuke.ProjectModel/ProjectModelTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.SolutionModel.Tests/SolutionModelTest.cs b/source/Nuke.SolutionModel.Tests/SolutionModelTest.cs index 107852bed..883d48862 100644 --- a/source/Nuke.SolutionModel.Tests/SolutionModelTest.cs +++ b/source/Nuke.SolutionModel.Tests/SolutionModelTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.SolutionModel/Model.cs b/source/Nuke.SolutionModel/Model.cs index 45859b833..e2e36820d 100644 --- a/source/Nuke.SolutionModel/Model.cs +++ b/source/Nuke.SolutionModel/Model.cs @@ -1,6 +1,7 @@ -// Copyright 2025 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Concurrent; diff --git a/source/Nuke.SolutionModel/SolutionModelExtensions.cs b/source/Nuke.SolutionModel/SolutionModelExtensions.cs index 230d8365d..e6475c1f1 100644 --- a/source/Nuke.SolutionModel/SolutionModelExtensions.cs +++ b/source/Nuke.SolutionModel/SolutionModelExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2025 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Threading; using JetBrains.Annotations; diff --git a/source/Nuke.SourceGenerators.Tests/StronglyTypedSolutionGeneratorTest.cs b/source/Nuke.SourceGenerators.Tests/StronglyTypedSolutionGeneratorTest.cs index 35117882f..bf06a8f31 100644 --- a/source/Nuke.SourceGenerators.Tests/StronglyTypedSolutionGeneratorTest.cs +++ b/source/Nuke.SourceGenerators.Tests/StronglyTypedSolutionGeneratorTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.SourceGenerators.Tests/VerifyTestsInitializer.cs b/source/Nuke.SourceGenerators.Tests/VerifyTestsInitializer.cs index 5d4f92b4f..7db8d9281 100644 --- a/source/Nuke.SourceGenerators.Tests/VerifyTestsInitializer.cs +++ b/source/Nuke.SourceGenerators.Tests/VerifyTestsInitializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Runtime.CompilerServices; diff --git a/source/Nuke.SourceGenerators/CodeAnalysisExtensions.cs b/source/Nuke.SourceGenerators/CodeAnalysisExtensions.cs index 8f42cacd7..2a2807448 100644 --- a/source/Nuke.SourceGenerators/CodeAnalysisExtensions.cs +++ b/source/Nuke.SourceGenerators/CodeAnalysisExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.SourceGenerators/Shims/NukeBuild.cs b/source/Nuke.SourceGenerators/Shims/NukeBuild.cs index 4a3ad3c7e..b2a360efd 100644 --- a/source/Nuke.SourceGenerators/Shims/NukeBuild.cs +++ b/source/Nuke.SourceGenerators/Shims/NukeBuild.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.SourceGenerators/StronglyTypedSolutionGenerator.cs b/source/Nuke.SourceGenerators/StronglyTypedSolutionGenerator.cs index fb6ec7cd2..e27073498 100644 --- a/source/Nuke.SourceGenerators/StronglyTypedSolutionGenerator.cs +++ b/source/Nuke.SourceGenerators/StronglyTypedSolutionGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/CodeGenerator.cs b/source/Nuke.Tooling.Generator/CodeGenerator.cs index 27e6ec1e6..94d730af9 100644 --- a/source/Nuke.Tooling.Generator/CodeGenerator.cs +++ b/source/Nuke.Tooling.Generator/CodeGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Tooling.Generator/Generators/DataClassExtensionGenerator.cs b/source/Nuke.Tooling.Generator/Generators/DataClassExtensionGenerator.cs index e6842dc52..4c547e10f 100644 --- a/source/Nuke.Tooling.Generator/Generators/DataClassExtensionGenerator.cs +++ b/source/Nuke.Tooling.Generator/Generators/DataClassExtensionGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs b/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs index 51604e043..e33379309 100644 --- a/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs +++ b/source/Nuke.Tooling.Generator/Generators/DataClassGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Generators/EnumerationGenerator.cs b/source/Nuke.Tooling.Generator/Generators/EnumerationGenerator.cs index 01be8649c..56c30cc9a 100644 --- a/source/Nuke.Tooling.Generator/Generators/EnumerationGenerator.cs +++ b/source/Nuke.Tooling.Generator/Generators/EnumerationGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Generators/ModelExtensions.cs b/source/Nuke.Tooling.Generator/Generators/ModelExtensions.cs index fd6bd164d..ed0e01e45 100644 --- a/source/Nuke.Tooling.Generator/Generators/ModelExtensions.cs +++ b/source/Nuke.Tooling.Generator/Generators/ModelExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Generators/StringExtensions.cs b/source/Nuke.Tooling.Generator/Generators/StringExtensions.cs index 601413ce8..aca57a801 100644 --- a/source/Nuke.Tooling.Generator/Generators/StringExtensions.cs +++ b/source/Nuke.Tooling.Generator/Generators/StringExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics; diff --git a/source/Nuke.Tooling.Generator/Generators/TaskGenerator.cs b/source/Nuke.Tooling.Generator/Generators/TaskGenerator.cs index 059aeeab9..a27487f84 100644 --- a/source/Nuke.Tooling.Generator/Generators/TaskGenerator.cs +++ b/source/Nuke.Tooling.Generator/Generators/TaskGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Generators/ToolGenerator.cs b/source/Nuke.Tooling.Generator/Generators/ToolGenerator.cs index a2770e1f4..bcd088553 100644 --- a/source/Nuke.Tooling.Generator/Generators/ToolGenerator.cs +++ b/source/Nuke.Tooling.Generator/Generators/ToolGenerator.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/Generators/WriterExtensions.cs b/source/Nuke.Tooling.Generator/Generators/WriterExtensions.cs index 05433243e..76cf9ee0f 100644 --- a/source/Nuke.Tooling.Generator/Generators/WriterExtensions.cs +++ b/source/Nuke.Tooling.Generator/Generators/WriterExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/Model/DataClass.cs b/source/Nuke.Tooling.Generator/Model/DataClass.cs index 0d83c593c..bef890be5 100644 --- a/source/Nuke.Tooling.Generator/Model/DataClass.cs +++ b/source/Nuke.Tooling.Generator/Model/DataClass.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/Model/Enumeration.cs b/source/Nuke.Tooling.Generator/Model/Enumeration.cs index 7b20f2510..dd6e1d276 100644 --- a/source/Nuke.Tooling.Generator/Model/Enumeration.cs +++ b/source/Nuke.Tooling.Generator/Model/Enumeration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/Model/IDeprecatable.cs b/source/Nuke.Tooling.Generator/Model/IDeprecatable.cs index 54dd6ac4b..81f230a71 100644 --- a/source/Nuke.Tooling.Generator/Model/IDeprecatable.cs +++ b/source/Nuke.Tooling.Generator/Model/IDeprecatable.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Model/Property.cs b/source/Nuke.Tooling.Generator/Model/Property.cs index 29f2cfa79..406b81cc1 100644 --- a/source/Nuke.Tooling.Generator/Model/Property.cs +++ b/source/Nuke.Tooling.Generator/Model/Property.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/Model/RegexPatterns.cs b/source/Nuke.Tooling.Generator/Model/RegexPatterns.cs index a8d4b0664..50a0efe99 100644 --- a/source/Nuke.Tooling.Generator/Model/RegexPatterns.cs +++ b/source/Nuke.Tooling.Generator/Model/RegexPatterns.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Model/Task.cs b/source/Nuke.Tooling.Generator/Model/Task.cs index b99612b7d..df6ed8868 100644 --- a/source/Nuke.Tooling.Generator/Model/Task.cs +++ b/source/Nuke.Tooling.Generator/Model/Task.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/Model/Tool.cs b/source/Nuke.Tooling.Generator/Model/Tool.cs index d0322ee54..1d5248139 100644 --- a/source/Nuke.Tooling.Generator/Model/Tool.cs +++ b/source/Nuke.Tooling.Generator/Model/Tool.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/ReferenceUpdater.cs b/source/Nuke.Tooling.Generator/ReferenceUpdater.cs index ae61bdc14..9ae569d8d 100644 --- a/source/Nuke.Tooling.Generator/ReferenceUpdater.cs +++ b/source/Nuke.Tooling.Generator/ReferenceUpdater.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Generator/ToolSerializer.cs b/source/Nuke.Tooling.Generator/ToolSerializer.cs index aa51c6fae..bf30ed19d 100644 --- a/source/Nuke.Tooling.Generator/ToolSerializer.cs +++ b/source/Nuke.Tooling.Generator/ToolSerializer.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Tooling.Generator/Writers/DataClassWriter.cs b/source/Nuke.Tooling.Generator/Writers/DataClassWriter.cs index db7394a31..b6ed9199a 100644 --- a/source/Nuke.Tooling.Generator/Writers/DataClassWriter.cs +++ b/source/Nuke.Tooling.Generator/Writers/DataClassWriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Writers/IWriter.cs b/source/Nuke.Tooling.Generator/Writers/IWriter.cs index 77db4a9e9..24593f934 100644 --- a/source/Nuke.Tooling.Generator/Writers/IWriter.cs +++ b/source/Nuke.Tooling.Generator/Writers/IWriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Writers/IWriterWrapper.cs b/source/Nuke.Tooling.Generator/Writers/IWriterWrapper.cs index 4f67acc42..96a93bfbc 100644 --- a/source/Nuke.Tooling.Generator/Writers/IWriterWrapper.cs +++ b/source/Nuke.Tooling.Generator/Writers/IWriterWrapper.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Writers/TaskWriter.cs b/source/Nuke.Tooling.Generator/Writers/TaskWriter.cs index 9f2771658..58d162245 100644 --- a/source/Nuke.Tooling.Generator/Writers/TaskWriter.cs +++ b/source/Nuke.Tooling.Generator/Writers/TaskWriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling.Generator/Writers/ToolWriter.cs b/source/Nuke.Tooling.Generator/Writers/ToolWriter.cs index 0aaa0ffd9..25965ba60 100644 --- a/source/Nuke.Tooling.Generator/Writers/ToolWriter.cs +++ b/source/Nuke.Tooling.Generator/Writers/ToolWriter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Tooling.Generator/Writers/WriterExtensions.cs b/source/Nuke.Tooling.Generator/Writers/WriterExtensions.cs index 0171026d0..8971aced6 100644 --- a/source/Nuke.Tooling.Generator/Writers/WriterExtensions.cs +++ b/source/Nuke.Tooling.Generator/Writers/WriterExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Tests/ArgumentStringHandlerTest.cs b/source/Nuke.Tooling.Tests/ArgumentStringHandlerTest.cs index 3085f2099..f363251f9 100644 --- a/source/Nuke.Tooling.Tests/ArgumentStringHandlerTest.cs +++ b/source/Nuke.Tooling.Tests/ArgumentStringHandlerTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using FluentAssertions; using Nuke.Common.IO; diff --git a/source/Nuke.Tooling.Tests/NuGetPackageResolverTest.cs b/source/Nuke.Tooling.Tests/NuGetPackageResolverTest.cs index b22c5ed0d..9f16af3e6 100644 --- a/source/Nuke.Tooling.Tests/NuGetPackageResolverTest.cs +++ b/source/Nuke.Tooling.Tests/NuGetPackageResolverTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Threading.Tasks; using FluentAssertions; diff --git a/source/Nuke.Tooling.Tests/OptionsTest.cs b/source/Nuke.Tooling.Tests/OptionsTest.cs index ac03facc4..bfa320c2f 100644 --- a/source/Nuke.Tooling.Tests/OptionsTest.cs +++ b/source/Nuke.Tooling.Tests/OptionsTest.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs b/source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs index 11e2b9c64..82d4d2f9b 100644 --- a/source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs +++ b/source/Nuke.Tooling.Tests/ToolOptionsArgumentsTest.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Tests/ToolTasksLoggerTest.cs b/source/Nuke.Tooling.Tests/ToolTasksLoggerTest.cs index 795942a6f..cb0e1685d 100644 --- a/source/Nuke.Tooling.Tests/ToolTasksLoggerTest.cs +++ b/source/Nuke.Tooling.Tests/ToolTasksLoggerTest.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs b/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs index 407490b89..2ab834114 100644 --- a/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs +++ b/source/Nuke.Tooling.Tests/ToolTasksToolPathTest.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.ComponentModel; diff --git a/source/Nuke.Tooling/ArgumentStringHandler.cs b/source/Nuke.Tooling/ArgumentStringHandler.cs index 6fcc031e2..989e3158d 100644 --- a/source/Nuke.Tooling/ArgumentStringHandler.cs +++ b/source/Nuke.Tooling/ArgumentStringHandler.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE #if NET6_0_OR_GREATER diff --git a/source/Nuke.Tooling/Configure.cs b/source/Nuke.Tooling/Configure.cs index 7cd16ad77..304abeac5 100644 --- a/source/Nuke.Tooling/Configure.cs +++ b/source/Nuke.Tooling/Configure.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Concurrent; diff --git a/source/Nuke.Tooling/DelegateHelper.cs b/source/Nuke.Tooling/DelegateHelper.cs index 1fb12cbdc..282d573bd 100644 --- a/source/Nuke.Tooling/DelegateHelper.cs +++ b/source/Nuke.Tooling/DelegateHelper.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/Enumeration.cs b/source/Nuke.Tooling/Enumeration.cs index 4adc3773b..9a965f706 100644 --- a/source/Nuke.Tooling/Enumeration.cs +++ b/source/Nuke.Tooling/Enumeration.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/IProcess.cs b/source/Nuke.Tooling/IProcess.cs index 365d26b53..070e86021 100644 --- a/source/Nuke.Tooling/IProcess.cs +++ b/source/Nuke.Tooling/IProcess.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/NpmToolPathResolver.cs b/source/Nuke.Tooling/NpmToolPathResolver.cs index c55f0813e..7f14e79a4 100644 --- a/source/Nuke.Tooling/NpmToolPathResolver.cs +++ b/source/Nuke.Tooling/NpmToolPathResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/NpmVersionResolver.cs b/source/Nuke.Tooling/NpmVersionResolver.cs index 9a4344e48..6ba68ac52 100644 --- a/source/Nuke.Tooling/NpmVersionResolver.cs +++ b/source/Nuke.Tooling/NpmVersionResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/NuGetPackageResolver.cs b/source/Nuke.Tooling/NuGetPackageResolver.cs index 9e40b42e3..7110076e7 100644 --- a/source/Nuke.Tooling/NuGetPackageResolver.cs +++ b/source/Nuke.Tooling/NuGetPackageResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/NuGetToolPathResolver.cs b/source/Nuke.Tooling/NuGetToolPathResolver.cs index 06bf23571..41d3ff84c 100644 --- a/source/Nuke.Tooling/NuGetToolPathResolver.cs +++ b/source/Nuke.Tooling/NuGetToolPathResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/NuGetVersionResolver.cs b/source/Nuke.Tooling/NuGetVersionResolver.cs index 1e7ec3911..60d2092c3 100644 --- a/source/Nuke.Tooling/NuGetVersionResolver.cs +++ b/source/Nuke.Tooling/NuGetVersionResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/ObjectFromFieldConverter.cs b/source/Nuke.Tooling/ObjectFromFieldConverter.cs index c87c423b7..100884f89 100644 --- a/source/Nuke.Tooling/ObjectFromFieldConverter.cs +++ b/source/Nuke.Tooling/ObjectFromFieldConverter.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/Options.Apply.cs b/source/Nuke.Tooling/Options.Apply.cs index bdfb0e350..8c4fe8ad7 100644 --- a/source/Nuke.Tooling/Options.Apply.cs +++ b/source/Nuke.Tooling/Options.Apply.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Linq; diff --git a/source/Nuke.Tooling/Options.Combinatorial.cs b/source/Nuke.Tooling/Options.Combinatorial.cs index ed7a5fb98..049c1b990 100644 --- a/source/Nuke.Tooling/Options.Combinatorial.cs +++ b/source/Nuke.Tooling/Options.Combinatorial.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/Options.Modify.cs b/source/Nuke.Tooling/Options.Modify.cs index 51fd6d4d5..d5eb29b5e 100644 --- a/source/Nuke.Tooling/Options.Modify.cs +++ b/source/Nuke.Tooling/Options.Modify.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/Options.When.cs b/source/Nuke.Tooling/Options.When.cs index d0fb09ceb..729aadea3 100644 --- a/source/Nuke.Tooling/Options.When.cs +++ b/source/Nuke.Tooling/Options.When.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/Options.cs b/source/Nuke.Tooling/Options.cs index 7ec2cb4b7..a23148167 100644 --- a/source/Nuke.Tooling/Options.cs +++ b/source/Nuke.Tooling/Options.cs @@ -1,6 +1,7 @@ -// Copyright 2022 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/Output.cs b/source/Nuke.Tooling/Output.cs index bb43cdec8..7ef7e23f8 100644 --- a/source/Nuke.Tooling/Output.cs +++ b/source/Nuke.Tooling/Output.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/OutputType.cs b/source/Nuke.Tooling/OutputType.cs index 57ec013ff..a0a181d82 100644 --- a/source/Nuke.Tooling/OutputType.cs +++ b/source/Nuke.Tooling/OutputType.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/PaketPackageResolver.cs b/source/Nuke.Tooling/PaketPackageResolver.cs index c4f73a14f..800ba964f 100644 --- a/source/Nuke.Tooling/PaketPackageResolver.cs +++ b/source/Nuke.Tooling/PaketPackageResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Tooling/Process2.cs b/source/Nuke.Tooling/Process2.cs index fb3f1f8ca..b38a38ccc 100644 --- a/source/Nuke.Tooling/Process2.cs +++ b/source/Nuke.Tooling/Process2.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ProcessException.cs b/source/Nuke.Tooling/ProcessException.cs index e1cb5aade..1e3d3ced9 100644 --- a/source/Nuke.Tooling/ProcessException.cs +++ b/source/Nuke.Tooling/ProcessException.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Tooling/ProcessExtensions.cs b/source/Nuke.Tooling/ProcessExtensions.cs index 85e9eac20..b14408ee7 100644 --- a/source/Nuke.Tooling/ProcessExtensions.cs +++ b/source/Nuke.Tooling/ProcessExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ProcessTasks.cs b/source/Nuke.Tooling/ProcessTasks.cs index 5b147ead4..74415542c 100644 --- a/source/Nuke.Tooling/ProcessTasks.cs +++ b/source/Nuke.Tooling/ProcessTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Concurrent; diff --git a/source/Nuke.Tooling/Tool.cs b/source/Nuke.Tooling/Tool.cs index bfc39beb1..6651d1d0c 100644 --- a/source/Nuke.Tooling/Tool.cs +++ b/source/Nuke.Tooling/Tool.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolExecutor.cs b/source/Nuke.Tooling/ToolExecutor.cs index f39282835..2c632604a 100644 --- a/source/Nuke.Tooling/ToolExecutor.cs +++ b/source/Nuke.Tooling/ToolExecutor.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolOptions.Arguments.cs b/source/Nuke.Tooling/ToolOptions.Arguments.cs index 042175562..db8a5cbc0 100644 --- a/source/Nuke.Tooling/ToolOptions.Arguments.cs +++ b/source/Nuke.Tooling/ToolOptions.Arguments.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolOptions.ExitHandler.cs b/source/Nuke.Tooling/ToolOptions.ExitHandler.cs index ea05d032f..02f871c4c 100644 --- a/source/Nuke.Tooling/ToolOptions.ExitHandler.cs +++ b/source/Nuke.Tooling/ToolOptions.ExitHandler.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; diff --git a/source/Nuke.Tooling/ToolOptions.Logger.cs b/source/Nuke.Tooling/ToolOptions.Logger.cs index c76fd1f2b..e156a5092 100644 --- a/source/Nuke.Tooling/ToolOptions.Logger.cs +++ b/source/Nuke.Tooling/ToolOptions.Logger.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Reflection; diff --git a/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs b/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs index 11626ff10..f54457602 100644 --- a/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs +++ b/source/Nuke.Tooling/ToolOptions.Properties.Dropin.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using JetBrains.Annotations; diff --git a/source/Nuke.Tooling/ToolOptions.Properties.cs b/source/Nuke.Tooling/ToolOptions.Properties.cs index ba05a3cae..3b2113cbf 100644 --- a/source/Nuke.Tooling/ToolOptions.Properties.cs +++ b/source/Nuke.Tooling/ToolOptions.Properties.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolOptions.Secrets.cs b/source/Nuke.Tooling/ToolOptions.Secrets.cs index 2f9e922ea..9f6d25970 100644 --- a/source/Nuke.Tooling/ToolOptions.Secrets.cs +++ b/source/Nuke.Tooling/ToolOptions.Secrets.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.Tooling/ToolOptions.cs b/source/Nuke.Tooling/ToolOptions.cs index 4c6ff1665..7e361f8b2 100644 --- a/source/Nuke.Tooling/ToolOptions.cs +++ b/source/Nuke.Tooling/ToolOptions.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolPathResolver.cs b/source/Nuke.Tooling/ToolPathResolver.cs index d80550e2b..c86ee310d 100644 --- a/source/Nuke.Tooling/ToolPathResolver.cs +++ b/source/Nuke.Tooling/ToolPathResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Tooling/ToolRequirement.cs b/source/Nuke.Tooling/ToolRequirement.cs index 91297cd16..8b57f3909 100644 --- a/source/Nuke.Tooling/ToolRequirement.cs +++ b/source/Nuke.Tooling/ToolRequirement.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/ToolResolver.cs b/source/Nuke.Tooling/ToolResolver.cs index 27573407f..b6e94f82b 100644 --- a/source/Nuke.Tooling/ToolResolver.cs +++ b/source/Nuke.Tooling/ToolResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/ToolTasks.ExitHandler.cs b/source/Nuke.Tooling/ToolTasks.ExitHandler.cs index c0016a5fc..47f0e4188 100644 --- a/source/Nuke.Tooling/ToolTasks.ExitHandler.cs +++ b/source/Nuke.Tooling/ToolTasks.ExitHandler.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/ToolTasks.Logger.cs b/source/Nuke.Tooling/ToolTasks.Logger.cs index 23117c685..836c46592 100644 --- a/source/Nuke.Tooling/ToolTasks.Logger.cs +++ b/source/Nuke.Tooling/ToolTasks.Logger.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Tooling/ToolTasks.Run.cs b/source/Nuke.Tooling/ToolTasks.Run.cs index 27d70557b..95e2a71a2 100644 --- a/source/Nuke.Tooling/ToolTasks.Run.cs +++ b/source/Nuke.Tooling/ToolTasks.Run.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolTasks.ToolPath.cs b/source/Nuke.Tooling/ToolTasks.ToolPath.cs index 3d509da83..766e0f98c 100644 --- a/source/Nuke.Tooling/ToolTasks.ToolPath.cs +++ b/source/Nuke.Tooling/ToolTasks.ToolPath.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Reflection; diff --git a/source/Nuke.Tooling/ToolTasks.cs b/source/Nuke.Tooling/ToolTasks.cs index c88b766fe..aca3bd3ba 100644 --- a/source/Nuke.Tooling/ToolTasks.cs +++ b/source/Nuke.Tooling/ToolTasks.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Tooling/ToolingExtensions.cs b/source/Nuke.Tooling/ToolingExtensions.cs index 5a976b291..bcb786758 100644 --- a/source/Nuke.Tooling/ToolingExtensions.cs +++ b/source/Nuke.Tooling/ToolingExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.IO.Compression/CompressionExtensions.cs b/source/Nuke.Utilities.IO.Compression/CompressionExtensions.cs index 0f074fccb..6a3171782 100644 --- a/source/Nuke.Utilities.IO.Compression/CompressionExtensions.cs +++ b/source/Nuke.Utilities.IO.Compression/CompressionExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities.IO.Globbing/Globbing.cs b/source/Nuke.Utilities.IO.Globbing/Globbing.cs index 25e9fbca0..5854256d3 100644 --- a/source/Nuke.Utilities.IO.Globbing/Globbing.cs +++ b/source/Nuke.Utilities.IO.Globbing/Globbing.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities.IO.Globbing/GlobbingCaseSensitivity.cs b/source/Nuke.Utilities.IO.Globbing/GlobbingCaseSensitivity.cs index 4bb329502..b1a87ce76 100644 --- a/source/Nuke.Utilities.IO.Globbing/GlobbingCaseSensitivity.cs +++ b/source/Nuke.Utilities.IO.Globbing/GlobbingCaseSensitivity.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Net/HttpClient.Request.cs b/source/Nuke.Utilities.Net/HttpClient.Request.cs index b22884501..6608c5b4e 100644 --- a/source/Nuke.Utilities.Net/HttpClient.Request.cs +++ b/source/Nuke.Utilities.Net/HttpClient.Request.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Net/HttpRequest.Authentication.cs b/source/Nuke.Utilities.Net/HttpRequest.Authentication.cs index ebef210ef..dfedb5e5f 100644 --- a/source/Nuke.Utilities.Net/HttpRequest.Authentication.cs +++ b/source/Nuke.Utilities.Net/HttpRequest.Authentication.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Net/HttpRequest.Content.cs b/source/Nuke.Utilities.Net/HttpRequest.Content.cs index 90f0e1fb7..4abd2b57c 100644 --- a/source/Nuke.Utilities.Net/HttpRequest.Content.cs +++ b/source/Nuke.Utilities.Net/HttpRequest.Content.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities.Net/HttpRequest.Response.cs b/source/Nuke.Utilities.Net/HttpRequest.Response.cs index 481e75ef2..9c2191ac7 100644 --- a/source/Nuke.Utilities.Net/HttpRequest.Response.cs +++ b/source/Nuke.Utilities.Net/HttpRequest.Response.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Net.Http; using System.Threading; diff --git a/source/Nuke.Utilities.Net/HttpResponse.Assert.cs b/source/Nuke.Utilities.Net/HttpResponse.Assert.cs index 757b57129..1c14458c8 100644 --- a/source/Nuke.Utilities.Net/HttpResponse.Assert.cs +++ b/source/Nuke.Utilities.Net/HttpResponse.Assert.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Net/HttpResponse.Body.cs b/source/Nuke.Utilities.Net/HttpResponse.Body.cs index 35d8bf877..16d7d0a08 100644 --- a/source/Nuke.Utilities.Net/HttpResponse.Body.cs +++ b/source/Nuke.Utilities.Net/HttpResponse.Body.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.IO; using System.Threading.Tasks; diff --git a/source/Nuke.Utilities.Tests/ArgumentParserTest.cs b/source/Nuke.Utilities.Tests/ArgumentParserTest.cs index 9b9937bf0..403718dfb 100644 --- a/source/Nuke.Utilities.Tests/ArgumentParserTest.cs +++ b/source/Nuke.Utilities.Tests/ArgumentParserTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Tests/Collections/DictionaryExtensionsTest.cs b/source/Nuke.Utilities.Tests/Collections/DictionaryExtensionsTest.cs index 1f10126a5..fcfda7b03 100644 --- a/source/Nuke.Utilities.Tests/Collections/DictionaryExtensionsTest.cs +++ b/source/Nuke.Utilities.Tests/Collections/DictionaryExtensionsTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Utilities.Tests/Collections/EnumerableExtensionsTest.cs b/source/Nuke.Utilities.Tests/Collections/EnumerableExtensionsTest.cs index 04533450c..3c3dbec70 100644 --- a/source/Nuke.Utilities.Tests/Collections/EnumerableExtensionsTest.cs +++ b/source/Nuke.Utilities.Tests/Collections/EnumerableExtensionsTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Tests/Collections/LookupTableTest.cs b/source/Nuke.Utilities.Tests/Collections/LookupTableTest.cs index a06c9ef2b..b657059f1 100644 --- a/source/Nuke.Utilities.Tests/Collections/LookupTableTest.cs +++ b/source/Nuke.Utilities.Tests/Collections/LookupTableTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Tests/EnvironmentInfoTest.cs b/source/Nuke.Utilities.Tests/EnvironmentInfoTest.cs index 4f57b7815..9664e2a5c 100644 --- a/source/Nuke.Utilities.Tests/EnvironmentInfoTest.cs +++ b/source/Nuke.Utilities.Tests/EnvironmentInfoTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Tests/IO/CompressionTasksTest.cs b/source/Nuke.Utilities.Tests/IO/CompressionTasksTest.cs index cab7e8af1..2371ffd90 100644 --- a/source/Nuke.Utilities.Tests/IO/CompressionTasksTest.cs +++ b/source/Nuke.Utilities.Tests/IO/CompressionTasksTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities.Tests/IO/FileSystemDependentTest.cs b/source/Nuke.Utilities.Tests/IO/FileSystemDependentTest.cs index 8e721a507..5d151fdd0 100644 --- a/source/Nuke.Utilities.Tests/IO/FileSystemDependentTest.cs +++ b/source/Nuke.Utilities.Tests/IO/FileSystemDependentTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities.Tests/IO/MoveCopyTest.cs b/source/Nuke.Utilities.Tests/IO/MoveCopyTest.cs index 85f1c74b2..5786fda46 100644 --- a/source/Nuke.Utilities.Tests/IO/MoveCopyTest.cs +++ b/source/Nuke.Utilities.Tests/IO/MoveCopyTest.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Tests/IO/PathConstructionTest.cs b/source/Nuke.Utilities.Tests/IO/PathConstructionTest.cs index 7c1d024ff..0cf8e8c4a 100644 --- a/source/Nuke.Utilities.Tests/IO/PathConstructionTest.cs +++ b/source/Nuke.Utilities.Tests/IO/PathConstructionTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Tests/Reflection/ReflectionUtilityTest.cs b/source/Nuke.Utilities.Tests/Reflection/ReflectionUtilityTest.cs index 975f21cc7..f494d4116 100644 --- a/source/Nuke.Utilities.Tests/Reflection/ReflectionUtilityTest.cs +++ b/source/Nuke.Utilities.Tests/Reflection/ReflectionUtilityTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities.Tests/Text/SerializationTest.cs b/source/Nuke.Utilities.Tests/Text/SerializationTest.cs index 39e7d4277..877b6905c 100644 --- a/source/Nuke.Utilities.Tests/Text/SerializationTest.cs +++ b/source/Nuke.Utilities.Tests/Text/SerializationTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities.Tests/Text/StringExtensionsTest.cs b/source/Nuke.Utilities.Tests/Text/StringExtensionsTest.cs index 09b4fe1a9..4223bd405 100644 --- a/source/Nuke.Utilities.Tests/Text/StringExtensionsTest.cs +++ b/source/Nuke.Utilities.Tests/Text/StringExtensionsTest.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Text.Json/AllWritableContractResolver.cs b/source/Nuke.Utilities.Text.Json/AllWritableContractResolver.cs index 4c3865e0a..b8c2dd279 100644 --- a/source/Nuke.Utilities.Text.Json/AllWritableContractResolver.cs +++ b/source/Nuke.Utilities.Text.Json/AllWritableContractResolver.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Text.Json/Base64JsonConverter.cs b/source/Nuke.Utilities.Text.Json/Base64JsonConverter.cs index 39ea41455..663948962 100644 --- a/source/Nuke.Utilities.Text.Json/Base64JsonConverter.cs +++ b/source/Nuke.Utilities.Text.Json/Base64JsonConverter.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.ComponentModel; diff --git a/source/Nuke.Utilities.Text.Json/JObject.GetChildren.cs b/source/Nuke.Utilities.Text.Json/JObject.GetChildren.cs index 4a80cf685..0ac24ec49 100644 --- a/source/Nuke.Utilities.Text.Json/JObject.GetChildren.cs +++ b/source/Nuke.Utilities.Text.Json/JObject.GetChildren.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using Newtonsoft.Json.Linq; diff --git a/source/Nuke.Utilities.Text.Json/JObject.GetPropertyValue.cs b/source/Nuke.Utilities.Text.Json/JObject.GetPropertyValue.cs index 4b9fa1873..09a2018cb 100644 --- a/source/Nuke.Utilities.Text.Json/JObject.GetPropertyValue.cs +++ b/source/Nuke.Utilities.Text.Json/JObject.GetPropertyValue.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Text.Json/JsonExtensions.cs b/source/Nuke.Utilities.Text.Json/JsonExtensions.cs index b1bd115cc..682f531aa 100644 --- a/source/Nuke.Utilities.Text.Json/JsonExtensions.cs +++ b/source/Nuke.Utilities.Text.Json/JsonExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Text.Json/Object.ToJObject.cs b/source/Nuke.Utilities.Text.Json/Object.ToJObject.cs index d6aaae49b..0975a7103 100644 --- a/source/Nuke.Utilities.Text.Json/Object.ToJObject.cs +++ b/source/Nuke.Utilities.Text.Json/Object.ToJObject.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities.Text.Yaml/YamlExtensions.cs b/source/Nuke.Utilities.Text.Yaml/YamlExtensions.cs index 6b7561894..9061929b7 100644 --- a/source/Nuke.Utilities.Text.Yaml/YamlExtensions.cs +++ b/source/Nuke.Utilities.Text.Yaml/YamlExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using JetBrains.Annotations; diff --git a/source/Nuke.Utilities/ArgumentParser.cs b/source/Nuke.Utilities/ArgumentParser.cs index 9beff5833..4a2ca3829 100644 --- a/source/Nuke.Utilities/ArgumentParser.cs +++ b/source/Nuke.Utilities/ArgumentParser.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Assert.cs b/source/Nuke.Utilities/Assert.cs index f6b69178c..859ea9a09 100644 --- a/source/Nuke.Utilities/Assert.cs +++ b/source/Nuke.Utilities/Assert.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/AsyncHelper.cs b/source/Nuke.Utilities/AsyncHelper.cs index bf1fe2e7c..1cfffc8d6 100644 --- a/source/Nuke.Utilities/AsyncHelper.cs +++ b/source/Nuke.Utilities/AsyncHelper.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Collections/Array.Deconstruct.cs b/source/Nuke.Utilities/Collections/Array.Deconstruct.cs index 908007413..eb709a54b 100644 --- a/source/Nuke.Utilities/Collections/Array.Deconstruct.cs +++ b/source/Nuke.Utilities/Collections/Array.Deconstruct.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Collections/Dictionary.AddDictionary.cs b/source/Nuke.Utilities/Collections/Dictionary.AddDictionary.cs index 05a24506e..22e45f7a7 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.AddDictionary.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.AddDictionary.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/source/Nuke.Utilities/Collections/Dictionary.AddKeyValue.cs b/source/Nuke.Utilities/Collections/Dictionary.AddKeyValue.cs index 0b2a47cf4..dfcaea450 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.AddKeyValue.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.AddKeyValue.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Dictionary.AsReadOnly.cs b/source/Nuke.Utilities/Collections/Dictionary.AsReadOnly.cs index 6821bdce1..53226f3cc 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.AsReadOnly.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.AsReadOnly.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE #if NETSTANDARD2_0 diff --git a/source/Nuke.Utilities/Collections/Dictionary.Deconstruct.cs b/source/Nuke.Utilities/Collections/Dictionary.Deconstruct.cs index 71c65ef57..fa6cb1f8a 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.Deconstruct.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.Deconstruct.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Dictionary.GetOrDefault.cs b/source/Nuke.Utilities/Collections/Dictionary.GetOrDefault.cs index 5341d2b10..4ebc6b04c 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.GetOrDefault.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.GetOrDefault.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE #if NETSTANDARD2_0 diff --git a/source/Nuke.Utilities/Collections/Dictionary.SetKeyValue.cs b/source/Nuke.Utilities/Collections/Dictionary.SetKeyValue.cs index 6d468c6db..8706236d7 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.SetKeyValue.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.SetKeyValue.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Dictionary.ToGeneric.cs b/source/Nuke.Utilities/Collections/Dictionary.ToGeneric.cs index c7c9e3ea2..c331c9977 100644 --- a/source/Nuke.Utilities/Collections/Dictionary.ToGeneric.cs +++ b/source/Nuke.Utilities/Collections/Dictionary.ToGeneric.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Utilities/Collections/Enumerable.AsEnumerable.cs b/source/Nuke.Utilities/Collections/Enumerable.AsEnumerable.cs index 930c7059c..56219f766 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.AsEnumerable.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.AsEnumerable.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.Concat.cs b/source/Nuke.Utilities/Collections/Enumerable.Concat.cs index 2bda8de87..6e34796f0 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.Concat.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.Concat.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.Distinct.cs b/source/Nuke.Utilities/Collections/Enumerable.Distinct.cs index 58faa9a38..25c206f2c 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.Distinct.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.Distinct.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.Emptiness.cs b/source/Nuke.Utilities/Collections/Enumerable.Emptiness.cs index f2aabacaf..97b73f8f2 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.Emptiness.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.Emptiness.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.Utilities/Collections/Enumerable.ForEach.cs b/source/Nuke.Utilities/Collections/Enumerable.ForEach.cs index 9807ef293..1d91562d8 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.ForEach.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.ForEach.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.Random.cs b/source/Nuke.Utilities/Collections/Enumerable.Random.cs index c38d28ae7..df9c0c299 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.Random.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.Random.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.Sequence.cs b/source/Nuke.Utilities/Collections/Enumerable.Sequence.cs index 0c562af08..03740e84e 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.Sequence.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.Sequence.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.Linq; diff --git a/source/Nuke.Utilities/Collections/Enumerable.SingleOrDefaultOrError.cs b/source/Nuke.Utilities/Collections/Enumerable.SingleOrDefaultOrError.cs index 82fe30dc3..b102051fc 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.SingleOrDefaultOrError.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.SingleOrDefaultOrError.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.TakeUntil.cs b/source/Nuke.Utilities/Collections/Enumerable.TakeUntil.cs index 9765d7cee..1d170e794 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.TakeUntil.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.TakeUntil.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.ToDictionary.cs b/source/Nuke.Utilities/Collections/Enumerable.ToDictionary.cs index a43c525b0..53a70c4fd 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.ToDictionary.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.ToDictionary.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.ToEmptyIfNull.cs b/source/Nuke.Utilities/Collections/Enumerable.ToEmptyIfNull.cs index 131d204a0..5188dd3ac 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.ToEmptyIfNull.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.ToEmptyIfNull.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.ToLookupTable.cs b/source/Nuke.Utilities/Collections/Enumerable.ToLookupTable.cs index 93fd0270d..5bfe84115 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.ToLookupTable.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.ToLookupTable.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.TopologicalSort.cs b/source/Nuke.Utilities/Collections/Enumerable.TopologicalSort.cs index 34b07c56b..050b6c088 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.TopologicalSort.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.TopologicalSort.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Enumerable.WhereNotNull.cs b/source/Nuke.Utilities/Collections/Enumerable.WhereNotNull.cs index 4ee4180ae..0d5af2b79 100644 --- a/source/Nuke.Utilities/Collections/Enumerable.WhereNotNull.cs +++ b/source/Nuke.Utilities/Collections/Enumerable.WhereNotNull.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponent.cs b/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponent.cs index f5408a076..02c6066bd 100644 --- a/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponent.cs +++ b/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponent.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentFinder.cs b/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentFinder.cs index 50d35862e..b85770504 100644 --- a/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentFinder.cs +++ b/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentFinder.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentList.cs b/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentList.cs index 5c9271fa5..d687dc1ea 100644 --- a/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentList.cs +++ b/source/Nuke.Utilities/Collections/Graph/StronglyConnectedComponentList.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Utilities/Collections/Graph/Vertex.cs b/source/Nuke.Utilities/Collections/Graph/Vertex.cs index 22681dec7..193bc3bd6 100644 --- a/source/Nuke.Utilities/Collections/Graph/Vertex.cs +++ b/source/Nuke.Utilities/Collections/Graph/Vertex.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Lookup.ToLookupTable.cs b/source/Nuke.Utilities/Collections/Lookup.ToLookupTable.cs index 4bff0d5e7..2acbdd4f0 100644 --- a/source/Nuke.Utilities/Collections/Lookup.ToLookupTable.cs +++ b/source/Nuke.Utilities/Collections/Lookup.ToLookupTable.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/LookupTable.cs b/source/Nuke.Utilities/Collections/LookupTable.cs index e88fec0e9..5fb5026c8 100644 --- a/source/Nuke.Utilities/Collections/LookupTable.cs +++ b/source/Nuke.Utilities/Collections/LookupTable.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Utilities/Collections/Object.DescendantsAndSelf.cs b/source/Nuke.Utilities/Collections/Object.DescendantsAndSelf.cs index d78fcf60c..51547a99a 100644 --- a/source/Nuke.Utilities/Collections/Object.DescendantsAndSelf.cs +++ b/source/Nuke.Utilities/Collections/Object.DescendantsAndSelf.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Collections/Object.ToPropertyDictionary.cs b/source/Nuke.Utilities/Collections/Object.ToPropertyDictionary.cs index ba94d0c97..35a56b7b3 100644 --- a/source/Nuke.Utilities/Collections/Object.ToPropertyDictionary.cs +++ b/source/Nuke.Utilities/Collections/Object.ToPropertyDictionary.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/DelegateDisposable.cs b/source/Nuke.Utilities/DelegateDisposable.cs index feaf95278..2384f1deb 100644 --- a/source/Nuke.Utilities/DelegateDisposable.cs +++ b/source/Nuke.Utilities/DelegateDisposable.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Disposable.CombineWith.cs b/source/Nuke.Utilities/Disposable.CombineWith.cs index 95e5000cf..32fce6d81 100644 --- a/source/Nuke.Utilities/Disposable.CombineWith.cs +++ b/source/Nuke.Utilities/Disposable.CombineWith.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/EnvironmentInfo.Arguments.cs b/source/Nuke.Utilities/EnvironmentInfo.Arguments.cs index d1080467a..910268ba0 100644 --- a/source/Nuke.Utilities/EnvironmentInfo.Arguments.cs +++ b/source/Nuke.Utilities/EnvironmentInfo.Arguments.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/EnvironmentInfo.Platform.cs b/source/Nuke.Utilities/EnvironmentInfo.Platform.cs index 89a048422..1cca4207f 100644 --- a/source/Nuke.Utilities/EnvironmentInfo.Platform.cs +++ b/source/Nuke.Utilities/EnvironmentInfo.Platform.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities/EnvironmentInfo.SpecialFolder.cs b/source/Nuke.Utilities/EnvironmentInfo.SpecialFolder.cs index c7d299c4b..db2a0f3d7 100644 --- a/source/Nuke.Utilities/EnvironmentInfo.SpecialFolder.cs +++ b/source/Nuke.Utilities/EnvironmentInfo.SpecialFolder.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/EnvironmentInfo.Variables.cs b/source/Nuke.Utilities/EnvironmentInfo.Variables.cs index 890b7b56a..8befbc3ed 100644 --- a/source/Nuke.Utilities/EnvironmentInfo.Variables.cs +++ b/source/Nuke.Utilities/EnvironmentInfo.Variables.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/EnvironmentInfo.cs b/source/Nuke.Utilities/EnvironmentInfo.cs index cef4f5468..b0a7a5507 100644 --- a/source/Nuke.Utilities/EnvironmentInfo.cs +++ b/source/Nuke.Utilities/EnvironmentInfo.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Exception.Unwrap.cs b/source/Nuke.Utilities/Exception.Unwrap.cs index fbca171bb..63bf668c5 100644 --- a/source/Nuke.Utilities/Exception.Unwrap.cs +++ b/source/Nuke.Utilities/Exception.Unwrap.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Children.cs b/source/Nuke.Utilities/IO/AbsolutePath.Children.cs index 987e0db17..a64708b09 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Children.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Children.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Create.cs b/source/Nuke.Utilities/IO/AbsolutePath.Create.cs index f76d9995d..839541b12 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Create.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Create.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Delete.cs b/source/Nuke.Utilities/IO/AbsolutePath.Delete.cs index 675837998..d4d5c97c4 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Delete.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Delete.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Collections.Generic; using System.IO; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Exists.cs b/source/Nuke.Utilities/IO/AbsolutePath.Exists.cs index 7a806a4cc..77d2595c2 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Exists.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Exists.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Extension.cs b/source/Nuke.Utilities/IO/AbsolutePath.Extension.cs index 30dfd488a..e146e2c16 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Extension.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Extension.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.IO; using Nuke.Common.Utilities; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Find.cs b/source/Nuke.Utilities/IO/AbsolutePath.Find.cs index 26f3b34a2..db04d1b4b 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Find.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Find.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Hash.cs b/source/Nuke.Utilities/IO/AbsolutePath.Hash.cs index 6f5603710..51520bb27 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Hash.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Hash.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Info.cs b/source/Nuke.Utilities/IO/AbsolutePath.Info.cs index 41006bc83..72707ef0f 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Info.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Info.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.IO; using JetBrains.Annotations; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Misc.cs b/source/Nuke.Utilities/IO/AbsolutePath.Misc.cs index 572ad6b7c..283d69430 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Misc.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Misc.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.MoveCopy.cs b/source/Nuke.Utilities/IO/AbsolutePath.MoveCopy.cs index 3a0e6949b..51d420ec9 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.MoveCopy.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.MoveCopy.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.ReadWrite.cs b/source/Nuke.Utilities/IO/AbsolutePath.ReadWrite.cs index eefe3c24f..b6938070c 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.ReadWrite.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.ReadWrite.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.Time.cs b/source/Nuke.Utilities/IO/AbsolutePath.Time.cs index 185744fa2..79d5a3cce 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.Time.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.Time.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities/IO/AbsolutePath.cs b/source/Nuke.Utilities/IO/AbsolutePath.cs index e92da98f5..f0b9870fd 100644 --- a/source/Nuke.Utilities/IO/AbsolutePath.cs +++ b/source/Nuke.Utilities/IO/AbsolutePath.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/IO/IAbsolutePathHolder.cs b/source/Nuke.Utilities/IO/IAbsolutePathHolder.cs index 2da9b97a4..e4e983c86 100644 --- a/source/Nuke.Utilities/IO/IAbsolutePathHolder.cs +++ b/source/Nuke.Utilities/IO/IAbsolutePathHolder.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/IO/PathConstruction.cs b/source/Nuke.Utilities/IO/PathConstruction.cs index 79fe16fca..1b10b4065 100644 --- a/source/Nuke.Utilities/IO/PathConstruction.cs +++ b/source/Nuke.Utilities/IO/PathConstruction.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.IO; diff --git a/source/Nuke.Utilities/IO/RelativePath.cs b/source/Nuke.Utilities/IO/RelativePath.cs index 5191c8922..ed7c3c92f 100644 --- a/source/Nuke.Utilities/IO/RelativePath.cs +++ b/source/Nuke.Utilities/IO/RelativePath.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics; diff --git a/source/Nuke.Utilities/IO/UnixRelativePath.cs b/source/Nuke.Utilities/IO/UnixRelativePath.cs index 230d63fc0..40526e92a 100644 --- a/source/Nuke.Utilities/IO/UnixRelativePath.cs +++ b/source/Nuke.Utilities/IO/UnixRelativePath.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/IO/WinRelativePath.cs b/source/Nuke.Utilities/IO/WinRelativePath.cs index 96ceb6972..09534262e 100644 --- a/source/Nuke.Utilities/IO/WinRelativePath.cs +++ b/source/Nuke.Utilities/IO/WinRelativePath.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Lazy.cs b/source/Nuke.Utilities/Lazy.cs index 8543f1863..c947828cd 100644 --- a/source/Nuke.Utilities/Lazy.cs +++ b/source/Nuke.Utilities/Lazy.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics; diff --git a/source/Nuke.Utilities/Object.Apply.cs b/source/Nuke.Utilities/Object.Apply.cs index ed5f1722e..e36b4b7dd 100644 --- a/source/Nuke.Utilities/Object.Apply.cs +++ b/source/Nuke.Utilities/Object.Apply.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Object.Clone.cs b/source/Nuke.Utilities/Object.Clone.cs index 341c73c12..a31e3dd95 100644 --- a/source/Nuke.Utilities/Object.Clone.cs +++ b/source/Nuke.Utilities/Object.Clone.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Diagnostics; diff --git a/source/Nuke.Utilities/Object.When.cs b/source/Nuke.Utilities/Object.When.cs index fd9b604c0..9c835c061 100644 --- a/source/Nuke.Utilities/Object.When.cs +++ b/source/Nuke.Utilities/Object.When.cs @@ -1,6 +1,7 @@ -// Copyright 2024 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Reflection/Assembly.Versioning.cs b/source/Nuke.Utilities/Reflection/Assembly.Versioning.cs index 16366aace..e77bc8746 100644 --- a/source/Nuke.Utilities/Reflection/Assembly.Versioning.cs +++ b/source/Nuke.Utilities/Reflection/Assembly.Versioning.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Reflection/ReflectionUtility.Conversion.cs b/source/Nuke.Utilities/Reflection/ReflectionUtility.Conversion.cs index 1076719a4..46d003ce2 100644 --- a/source/Nuke.Utilities/Reflection/ReflectionUtility.Conversion.cs +++ b/source/Nuke.Utilities/Reflection/ReflectionUtility.Conversion.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Reflection/ReflectionUtility.DisplayText.cs b/source/Nuke.Utilities/Reflection/ReflectionUtility.DisplayText.cs index 058b0fc4e..f5a1867ee 100644 --- a/source/Nuke.Utilities/Reflection/ReflectionUtility.DisplayText.cs +++ b/source/Nuke.Utilities/Reflection/ReflectionUtility.DisplayText.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Reflection/ReflectionUtility.Expressions.cs b/source/Nuke.Utilities/Reflection/ReflectionUtility.Expressions.cs index d11eb42ee..c010ac3c9 100644 --- a/source/Nuke.Utilities/Reflection/ReflectionUtility.Expressions.cs +++ b/source/Nuke.Utilities/Reflection/ReflectionUtility.Expressions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Reflection/ReflectionUtility.Invocation.cs b/source/Nuke.Utilities/Reflection/ReflectionUtility.Invocation.cs index e97fba39a..8e03a5411 100644 --- a/source/Nuke.Utilities/Reflection/ReflectionUtility.Invocation.cs +++ b/source/Nuke.Utilities/Reflection/ReflectionUtility.Invocation.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Reflection/ReflectionUtility.cs b/source/Nuke.Utilities/Reflection/ReflectionUtility.cs index e951f67c3..5931a8ab2 100644 --- a/source/Nuke.Utilities/Reflection/ReflectionUtility.cs +++ b/source/Nuke.Utilities/Reflection/ReflectionUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Reflection/ResourceUtility.cs b/source/Nuke.Utilities/Reflection/ResourceUtility.cs index 574166800..631112320 100644 --- a/source/Nuke.Utilities/Reflection/ResourceUtility.cs +++ b/source/Nuke.Utilities/Reflection/ResourceUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Security/EncryptionUtility.cs b/source/Nuke.Utilities/Security/EncryptionUtility.cs index 8a73a5bab..bcc17c9ee 100644 --- a/source/Nuke.Utilities/Security/EncryptionUtility.cs +++ b/source/Nuke.Utilities/Security/EncryptionUtility.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE #if NET6_0_OR_GREATER diff --git a/source/Nuke.Utilities/Shims/CallerArgumentExpressionAttribute.cs b/source/Nuke.Utilities/Shims/CallerArgumentExpressionAttribute.cs index 2daf38427..ca4cbb6ca 100644 --- a/source/Nuke.Utilities/Shims/CallerArgumentExpressionAttribute.cs +++ b/source/Nuke.Utilities/Shims/CallerArgumentExpressionAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE #if NETSTANDARD using System; diff --git a/source/Nuke.Utilities/Shims/ExcludeAssemblyFromCodeCoverageAttribute.cs b/source/Nuke.Utilities/Shims/ExcludeAssemblyFromCodeCoverageAttribute.cs index 17cd33b15..47c181a05 100644 --- a/source/Nuke.Utilities/Shims/ExcludeAssemblyFromCodeCoverageAttribute.cs +++ b/source/Nuke.Utilities/Shims/ExcludeAssemblyFromCodeCoverageAttribute.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Task.WaitAll.cs b/source/Nuke.Utilities/Task.WaitAll.cs index 6ca6b3215..0e650b388 100644 --- a/source/Nuke.Utilities/Task.WaitAll.cs +++ b/source/Nuke.Utilities/Task.WaitAll.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Text/String.Capitalize.cs b/source/Nuke.Utilities/Text/String.Capitalize.cs index 19d70c830..ea6032ad0 100644 --- a/source/Nuke.Utilities/Text/String.Capitalize.cs +++ b/source/Nuke.Utilities/Text/String.Capitalize.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System.Diagnostics; using System.Globalization; diff --git a/source/Nuke.Utilities/Text/String.Emptiness.cs b/source/Nuke.Utilities/Text/String.Emptiness.cs index f48cfe61c..fbceb7850 100644 --- a/source/Nuke.Utilities/Text/String.Emptiness.cs +++ b/source/Nuke.Utilities/Text/String.Emptiness.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; diff --git a/source/Nuke.Utilities/Text/String.Escape.cs b/source/Nuke.Utilities/Text/String.Escape.cs index e57a1cb8f..be1eb1707 100644 --- a/source/Nuke.Utilities/Text/String.Escape.cs +++ b/source/Nuke.Utilities/Text/String.Escape.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/String.GetHash.cs b/source/Nuke.Utilities/Text/String.GetHash.cs index e60a651e9..cd279956c 100644 --- a/source/Nuke.Utilities/Text/String.GetHash.cs +++ b/source/Nuke.Utilities/Text/String.GetHash.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/String.Indent.cs b/source/Nuke.Utilities/Text/String.Indent.cs index f0a4800d5..6269a4f29 100644 --- a/source/Nuke.Utilities/Text/String.Indent.cs +++ b/source/Nuke.Utilities/Text/String.Indent.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; diff --git a/source/Nuke.Utilities/Text/String.IndexOf.cs b/source/Nuke.Utilities/Text/String.IndexOf.cs index a24690f2f..26656d6c9 100644 --- a/source/Nuke.Utilities/Text/String.IndexOf.cs +++ b/source/Nuke.Utilities/Text/String.IndexOf.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; using System.Text.RegularExpressions; diff --git a/source/Nuke.Utilities/Text/String.Join.cs b/source/Nuke.Utilities/Text/String.Join.cs index db259dd72..39e48f9e6 100644 --- a/source/Nuke.Utilities/Text/String.Join.cs +++ b/source/Nuke.Utilities/Text/String.Join.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Text/String.KnownWords.cs b/source/Nuke.Utilities/Text/String.KnownWords.cs index f22c855a3..57eb152cd 100644 --- a/source/Nuke.Utilities/Text/String.KnownWords.cs +++ b/source/Nuke.Utilities/Text/String.KnownWords.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE namespace Nuke.Common.Utilities; diff --git a/source/Nuke.Utilities/Text/String.PrependAppend.cs b/source/Nuke.Utilities/Text/String.PrependAppend.cs index e3d09474a..e80b82e95 100644 --- a/source/Nuke.Utilities/Text/String.PrependAppend.cs +++ b/source/Nuke.Utilities/Text/String.PrependAppend.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/String.Quoting.cs b/source/Nuke.Utilities/Text/String.Quoting.cs index 5df402cdd..efca3e7f2 100644 --- a/source/Nuke.Utilities/Text/String.Quoting.cs +++ b/source/Nuke.Utilities/Text/String.Quoting.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/String.Repeat.cs b/source/Nuke.Utilities/Text/String.Repeat.cs index 91589552d..044515b94 100644 --- a/source/Nuke.Utilities/Text/String.Repeat.cs +++ b/source/Nuke.Utilities/Text/String.Repeat.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using JetBrains.Annotations; diff --git a/source/Nuke.Utilities/Text/String.Replace.cs b/source/Nuke.Utilities/Text/String.Replace.cs index 5dbb8a009..52d1d4985 100644 --- a/source/Nuke.Utilities/Text/String.Replace.cs +++ b/source/Nuke.Utilities/Text/String.Replace.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Globalization; diff --git a/source/Nuke.Utilities/Text/String.Split.cs b/source/Nuke.Utilities/Text/String.Split.cs index 3c1f72758..c96d733e4 100644 --- a/source/Nuke.Utilities/Text/String.Split.cs +++ b/source/Nuke.Utilities/Text/String.Split.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Text/String.StartsEndsContains.cs b/source/Nuke.Utilities/Text/String.StartsEndsContains.cs index 495fb676d..4b4c13d43 100644 --- a/source/Nuke.Utilities/Text/String.StartsEndsContains.cs +++ b/source/Nuke.Utilities/Text/String.StartsEndsContains.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic; diff --git a/source/Nuke.Utilities/Text/String.Trim.cs b/source/Nuke.Utilities/Text/String.Trim.cs index b23f8502d..676ef52ef 100644 --- a/source/Nuke.Utilities/Text/String.Trim.cs +++ b/source/Nuke.Utilities/Text/String.Trim.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/String.Truncate.cs b/source/Nuke.Utilities/Text/String.Truncate.cs index c35207631..4a4fefe71 100644 --- a/source/Nuke.Utilities/Text/String.Truncate.cs +++ b/source/Nuke.Utilities/Text/String.Truncate.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/Xml/XElement.GetAttributeValue.cs b/source/Nuke.Utilities/Text/Xml/XElement.GetAttributeValue.cs index 1affec9ce..6e6ad3e1c 100644 --- a/source/Nuke.Utilities/Text/Xml/XElement.GetAttributeValue.cs +++ b/source/Nuke.Utilities/Text/Xml/XElement.GetAttributeValue.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Linq; diff --git a/source/Nuke.Utilities/Text/Xml/XNode.XPathEvaluateValue.cs b/source/Nuke.Utilities/Text/Xml/XNode.XPathEvaluateValue.cs index 7407c4456..b86abd948 100644 --- a/source/Nuke.Utilities/Text/Xml/XNode.XPathEvaluateValue.cs +++ b/source/Nuke.Utilities/Text/Xml/XNode.XPathEvaluateValue.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections; diff --git a/source/Nuke.Utilities/Text/Xml/XmlExtensions.cs b/source/Nuke.Utilities/Text/Xml/XmlExtensions.cs index 4787bca34..73c010c32 100644 --- a/source/Nuke.Utilities/Text/Xml/XmlExtensions.cs +++ b/source/Nuke.Utilities/Text/Xml/XmlExtensions.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Xml.Linq; diff --git a/source/Nuke.Utilities/Url.WithUtmValues.cs b/source/Nuke.Utilities/Url.WithUtmValues.cs index 5748533b9..03041a4c1 100644 --- a/source/Nuke.Utilities/Url.WithUtmValues.cs +++ b/source/Nuke.Utilities/Url.WithUtmValues.cs @@ -1,6 +1,7 @@ -// Copyright 2023 Maintainers of NUKE. +// Copyright 2026 Maintainers of Fallout. +// Originally based on NUKE by Matthias Koch and contributors. // Distributed under the MIT License. -// https://github.com/nuke-build/nuke/blob/master/LICENSE +// https://github.com/ChrisonSimtian/Fallout/blob/main/LICENSE using System; using System.Collections.Generic;