From 0938b9e579280ddf19e590fa5d58dda4ef02feba Mon Sep 17 00:00:00 2001 From: Kyle Wood Date: Sat, 3 Jul 2021 21:13:52 -0500 Subject: [PATCH] Update to my new username --- buildSrc/src/main/kotlin/config-publish.gradle.kts | 6 +++--- license/copyright.txt | 2 +- paperweight-core/src/main/kotlin/PaperweightCore.kt | 2 +- .../src/main/kotlin/extension/CraftBukkitExtension.kt | 2 +- .../src/main/kotlin/extension/PaperExtension.kt | 2 +- .../src/main/kotlin/extension/PaperweightCoreExtension.kt | 2 +- .../src/main/kotlin/extension/SpigotExtension.kt | 2 +- paperweight-core/src/main/kotlin/taskcontainers/AllTasks.kt | 2 +- .../src/main/kotlin/taskcontainers/GeneralTasks.kt | 2 +- .../src/main/kotlin/taskcontainers/InitialTasks.kt | 2 +- .../src/main/kotlin/taskcontainers/SpigotTasks.kt | 2 +- .../src/main/kotlin/taskcontainers/VanillaTasks.kt | 2 +- .../src/main/kotlin/tasks/PaperweightCoreUpstreamData.kt | 2 +- paperweight-core/src/main/kotlin/utils.kt | 2 +- paperweight-lib/src/main/kotlin/DownloadService.kt | 2 +- paperweight-lib/src/main/kotlin/PaperweightException.kt | 2 +- .../src/main/kotlin/tasks/AddAdditionalSpigotMappings.kt | 2 +- .../src/main/kotlin/tasks/ApplyAccessTransform.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ApplyDiffPatches.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ApplyGitPatches.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ApplyPaperPatches.kt | 2 +- .../src/main/kotlin/tasks/ApplyRawDiffPatches.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/BaseTask.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CleanupMappings.kt | 2 +- .../src/main/kotlin/tasks/ControllableOutputTask.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CopyResources.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/DownloadServerJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FilterJar.kt | 2 +- .../src/main/kotlin/tasks/FilterSpigotExcludes.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FixJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FixJarForReobf.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/GenerateMappings.kt | 2 +- .../src/main/kotlin/tasks/GeneratePaperclipPatch.kt | 2 +- .../src/main/kotlin/tasks/GenerateReobfMappings.kt | 2 +- .../src/main/kotlin/tasks/GenerateSpigotMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/InitSubmodules.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/InspectVanillaJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/MakeMcDevSrc.kt | 2 +- .../src/main/kotlin/tasks/MergeAccessTransforms.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/PatchMappings.kt | 2 +- .../src/main/kotlin/tasks/RebuildPaperPatches.kt | 2 +- .../src/main/kotlin/tasks/RemapAccessTransform.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/RemapJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/RemapJarAtlas.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/RemapSources.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/RemapSpigotAt.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/RunForgeFlower.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/SetupMcLibraries.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/SpigotDecompileJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/SpigotRemapJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ZippedTask.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/download-task.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/java-launcher.kt | 2 +- .../src/main/kotlin/tasks/patchremap/PatchApplier.kt | 2 +- .../main/kotlin/tasks/patchremap/PatchSourceRemapWorker.kt | 2 +- .../src/main/kotlin/tasks/patchremap/RemapPatches.kt | 2 +- paperweight-lib/src/main/kotlin/util/BuildDataInfo.kt | 2 +- paperweight-lib/src/main/kotlin/util/ClassNameChange.kt | 2 +- paperweight-lib/src/main/kotlin/util/ClassNodeCache.kt | 2 +- paperweight-lib/src/main/kotlin/util/Constants.kt | 2 +- paperweight-lib/src/main/kotlin/util/MappingFormats.kt | 2 +- paperweight-lib/src/main/kotlin/util/MavenArtifact.kt | 2 +- paperweight-lib/src/main/kotlin/util/McDev.kt | 2 +- paperweight-lib/src/main/kotlin/util/MinecraftManifest.kt | 2 +- paperweight-lib/src/main/kotlin/util/PaperAt.kt | 2 +- paperweight-lib/src/main/kotlin/util/UpstreamData.kt | 2 +- paperweight-lib/src/main/kotlin/util/asm.kt | 2 +- paperweight-lib/src/main/kotlin/util/extensions.kt | 2 +- paperweight-lib/src/main/kotlin/util/file.kt | 2 +- paperweight-lib/src/main/kotlin/util/git.kt | 2 +- paperweight-lib/src/main/kotlin/util/jar-runner.kt | 2 +- paperweight-lib/src/main/kotlin/util/project-util.kt | 2 +- paperweight-lib/src/main/kotlin/util/utils.kt | 2 +- paperweight-lib/src/main/kotlin/util/zip.kt | 2 +- paperweight-patcher/src/main/kotlin/PaperweightPatcher.kt | 2 +- .../src/main/kotlin/PaperweightPatcherExtension.kt | 2 +- paperweight-patcher/src/main/kotlin/tasks/CheckoutRepo.kt | 2 +- .../src/main/kotlin/tasks/PaperweightPatcherUpstreamData.kt | 2 +- .../src/main/kotlin/tasks/SimpleApplyGitPatches.kt | 2 +- .../src/main/kotlin/tasks/SimpleRebuildGitPatches.kt | 2 +- .../src/main/kotlin/upstream/DefaultPatchTaskConfig.kt | 2 +- .../src/main/kotlin/upstream/DefaultPatcherUpstream.kt | 2 +- .../src/main/kotlin/upstream/MinimalPatcherConfig.kt | 2 +- .../src/main/kotlin/upstream/PaperRepoPatcherUpstream.kt | 2 +- .../src/main/kotlin/upstream/PatchTaskConfig.kt | 2 +- .../src/main/kotlin/upstream/PatcherUpstream.kt | 2 +- .../src/main/kotlin/upstream/RepoPatcherUpstream.kt | 2 +- .../src/main/kotlin/upstream/StandardPatcherConfig.kt | 2 +- paperweight-patcher/src/main/kotlin/upstream/patchers.kt | 2 +- 89 files changed, 91 insertions(+), 91 deletions(-) diff --git a/buildSrc/src/main/kotlin/config-publish.gradle.kts b/buildSrc/src/main/kotlin/config-publish.gradle.kts index 8b78ee11..2bc811db 100644 --- a/buildSrc/src/main/kotlin/config-publish.gradle.kts +++ b/buildSrc/src/main/kotlin/config-publish.gradle.kts @@ -175,10 +175,10 @@ fun MavenPom.pomConfig() { developers { developer { - id.set("DemonWav") + id.set("DenWav") name.set("Kyle Wood") - email.set("demonwav@gmail.com") - url.set("https://github.com/DemonWav") + email.set("kyle@denwav.dev") + url.set("https://github.com/DenWav") } } diff --git a/license/copyright.txt b/license/copyright.txt index 25e29a0d..a21e83cb 100644 --- a/license/copyright.txt +++ b/license/copyright.txt @@ -1,6 +1,6 @@ paperweight is a Gradle plugin for the PaperMC project. -Copyright (c) 2021 Kyle Wood (DemonWav) +Copyright (c) 2021 Kyle Wood (DenWav) Contributors This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/PaperweightCore.kt b/paperweight-core/src/main/kotlin/PaperweightCore.kt index 650fc29d..c95cbc17 100644 --- a/paperweight-core/src/main/kotlin/PaperweightCore.kt +++ b/paperweight-core/src/main/kotlin/PaperweightCore.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/extension/CraftBukkitExtension.kt b/paperweight-core/src/main/kotlin/extension/CraftBukkitExtension.kt index eb72fa0f..405a7fb5 100644 --- a/paperweight-core/src/main/kotlin/extension/CraftBukkitExtension.kt +++ b/paperweight-core/src/main/kotlin/extension/CraftBukkitExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/extension/PaperExtension.kt b/paperweight-core/src/main/kotlin/extension/PaperExtension.kt index 91067092..ecb2fd45 100644 --- a/paperweight-core/src/main/kotlin/extension/PaperExtension.kt +++ b/paperweight-core/src/main/kotlin/extension/PaperExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/extension/PaperweightCoreExtension.kt b/paperweight-core/src/main/kotlin/extension/PaperweightCoreExtension.kt index d69c3683..7fbc3323 100644 --- a/paperweight-core/src/main/kotlin/extension/PaperweightCoreExtension.kt +++ b/paperweight-core/src/main/kotlin/extension/PaperweightCoreExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/extension/SpigotExtension.kt b/paperweight-core/src/main/kotlin/extension/SpigotExtension.kt index 9d8e2c87..02f395f1 100644 --- a/paperweight-core/src/main/kotlin/extension/SpigotExtension.kt +++ b/paperweight-core/src/main/kotlin/extension/SpigotExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/taskcontainers/AllTasks.kt b/paperweight-core/src/main/kotlin/taskcontainers/AllTasks.kt index a62e356f..808a98e3 100644 --- a/paperweight-core/src/main/kotlin/taskcontainers/AllTasks.kt +++ b/paperweight-core/src/main/kotlin/taskcontainers/AllTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/taskcontainers/GeneralTasks.kt b/paperweight-core/src/main/kotlin/taskcontainers/GeneralTasks.kt index 0650fcc4..44a87385 100644 --- a/paperweight-core/src/main/kotlin/taskcontainers/GeneralTasks.kt +++ b/paperweight-core/src/main/kotlin/taskcontainers/GeneralTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/taskcontainers/InitialTasks.kt b/paperweight-core/src/main/kotlin/taskcontainers/InitialTasks.kt index a7571e7d..dc54fdb6 100644 --- a/paperweight-core/src/main/kotlin/taskcontainers/InitialTasks.kt +++ b/paperweight-core/src/main/kotlin/taskcontainers/InitialTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/taskcontainers/SpigotTasks.kt b/paperweight-core/src/main/kotlin/taskcontainers/SpigotTasks.kt index ea72f295..c6e5a069 100644 --- a/paperweight-core/src/main/kotlin/taskcontainers/SpigotTasks.kt +++ b/paperweight-core/src/main/kotlin/taskcontainers/SpigotTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/taskcontainers/VanillaTasks.kt b/paperweight-core/src/main/kotlin/taskcontainers/VanillaTasks.kt index e740e7da..80e0bbae 100644 --- a/paperweight-core/src/main/kotlin/taskcontainers/VanillaTasks.kt +++ b/paperweight-core/src/main/kotlin/taskcontainers/VanillaTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/tasks/PaperweightCoreUpstreamData.kt b/paperweight-core/src/main/kotlin/tasks/PaperweightCoreUpstreamData.kt index 86c9a6ea..d4849d28 100644 --- a/paperweight-core/src/main/kotlin/tasks/PaperweightCoreUpstreamData.kt +++ b/paperweight-core/src/main/kotlin/tasks/PaperweightCoreUpstreamData.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/utils.kt b/paperweight-core/src/main/kotlin/utils.kt index 1310a3bc..6880c38b 100644 --- a/paperweight-core/src/main/kotlin/utils.kt +++ b/paperweight-core/src/main/kotlin/utils.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/DownloadService.kt b/paperweight-lib/src/main/kotlin/DownloadService.kt index c1defe64..c02c5d63 100644 --- a/paperweight-lib/src/main/kotlin/DownloadService.kt +++ b/paperweight-lib/src/main/kotlin/DownloadService.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/PaperweightException.kt b/paperweight-lib/src/main/kotlin/PaperweightException.kt index d8fc1a9e..c6536ea4 100644 --- a/paperweight-lib/src/main/kotlin/PaperweightException.kt +++ b/paperweight-lib/src/main/kotlin/PaperweightException.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/AddAdditionalSpigotMappings.kt b/paperweight-lib/src/main/kotlin/tasks/AddAdditionalSpigotMappings.kt index 4572a4fe..656b7e9e 100644 --- a/paperweight-lib/src/main/kotlin/tasks/AddAdditionalSpigotMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/AddAdditionalSpigotMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ApplyAccessTransform.kt b/paperweight-lib/src/main/kotlin/tasks/ApplyAccessTransform.kt index ad9ee366..b548003a 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ApplyAccessTransform.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ApplyAccessTransform.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ApplyDiffPatches.kt b/paperweight-lib/src/main/kotlin/tasks/ApplyDiffPatches.kt index 8b83a446..d1691b58 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ApplyDiffPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ApplyDiffPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ApplyGitPatches.kt b/paperweight-lib/src/main/kotlin/tasks/ApplyGitPatches.kt index c0aff1a2..06d17f95 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ApplyGitPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ApplyGitPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ApplyPaperPatches.kt b/paperweight-lib/src/main/kotlin/tasks/ApplyPaperPatches.kt index c4d05728..d9af4304 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ApplyPaperPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ApplyPaperPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ApplyRawDiffPatches.kt b/paperweight-lib/src/main/kotlin/tasks/ApplyRawDiffPatches.kt index 90b029d0..60e9faeb 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ApplyRawDiffPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ApplyRawDiffPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/BaseTask.kt b/paperweight-lib/src/main/kotlin/tasks/BaseTask.kt index 0b65606b..3d01340b 100644 --- a/paperweight-lib/src/main/kotlin/tasks/BaseTask.kt +++ b/paperweight-lib/src/main/kotlin/tasks/BaseTask.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CleanupMappings.kt b/paperweight-lib/src/main/kotlin/tasks/CleanupMappings.kt index 160e740d..3355f981 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CleanupMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CleanupMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ControllableOutputTask.kt b/paperweight-lib/src/main/kotlin/tasks/ControllableOutputTask.kt index ba3d8d53..73d7009d 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ControllableOutputTask.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ControllableOutputTask.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CopyResources.kt b/paperweight-lib/src/main/kotlin/tasks/CopyResources.kt index 4fe95252..c365ff22 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CopyResources.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CopyResources.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/DownloadServerJar.kt b/paperweight-lib/src/main/kotlin/tasks/DownloadServerJar.kt index e8df4485..b18e34e6 100644 --- a/paperweight-lib/src/main/kotlin/tasks/DownloadServerJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/DownloadServerJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/FilterJar.kt b/paperweight-lib/src/main/kotlin/tasks/FilterJar.kt index 94454e7a..b09535b4 100644 --- a/paperweight-lib/src/main/kotlin/tasks/FilterJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/FilterJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/FilterSpigotExcludes.kt b/paperweight-lib/src/main/kotlin/tasks/FilterSpigotExcludes.kt index 888252c1..7f0cd245 100644 --- a/paperweight-lib/src/main/kotlin/tasks/FilterSpigotExcludes.kt +++ b/paperweight-lib/src/main/kotlin/tasks/FilterSpigotExcludes.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/FixJar.kt b/paperweight-lib/src/main/kotlin/tasks/FixJar.kt index 219463de..9f52b6ac 100644 --- a/paperweight-lib/src/main/kotlin/tasks/FixJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/FixJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/FixJarForReobf.kt b/paperweight-lib/src/main/kotlin/tasks/FixJarForReobf.kt index 2a3f4d06..b5ef8633 100644 --- a/paperweight-lib/src/main/kotlin/tasks/FixJarForReobf.kt +++ b/paperweight-lib/src/main/kotlin/tasks/FixJarForReobf.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/GenerateMappings.kt b/paperweight-lib/src/main/kotlin/tasks/GenerateMappings.kt index 370ad27e..35890217 100644 --- a/paperweight-lib/src/main/kotlin/tasks/GenerateMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/GenerateMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/GeneratePaperclipPatch.kt b/paperweight-lib/src/main/kotlin/tasks/GeneratePaperclipPatch.kt index e952da75..b4dad429 100644 --- a/paperweight-lib/src/main/kotlin/tasks/GeneratePaperclipPatch.kt +++ b/paperweight-lib/src/main/kotlin/tasks/GeneratePaperclipPatch.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/GenerateReobfMappings.kt b/paperweight-lib/src/main/kotlin/tasks/GenerateReobfMappings.kt index 81bc3d26..595dd7ce 100644 --- a/paperweight-lib/src/main/kotlin/tasks/GenerateReobfMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/GenerateReobfMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/GenerateSpigotMappings.kt b/paperweight-lib/src/main/kotlin/tasks/GenerateSpigotMappings.kt index 29dcffd5..14845ec3 100644 --- a/paperweight-lib/src/main/kotlin/tasks/GenerateSpigotMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/GenerateSpigotMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/InitSubmodules.kt b/paperweight-lib/src/main/kotlin/tasks/InitSubmodules.kt index f2797279..24c19fc8 100644 --- a/paperweight-lib/src/main/kotlin/tasks/InitSubmodules.kt +++ b/paperweight-lib/src/main/kotlin/tasks/InitSubmodules.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/InspectVanillaJar.kt b/paperweight-lib/src/main/kotlin/tasks/InspectVanillaJar.kt index 217b7644..308deb82 100644 --- a/paperweight-lib/src/main/kotlin/tasks/InspectVanillaJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/InspectVanillaJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/MakeMcDevSrc.kt b/paperweight-lib/src/main/kotlin/tasks/MakeMcDevSrc.kt index 718d489e..df3f4717 100644 --- a/paperweight-lib/src/main/kotlin/tasks/MakeMcDevSrc.kt +++ b/paperweight-lib/src/main/kotlin/tasks/MakeMcDevSrc.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/MergeAccessTransforms.kt b/paperweight-lib/src/main/kotlin/tasks/MergeAccessTransforms.kt index 7d6f087b..a98b0981 100644 --- a/paperweight-lib/src/main/kotlin/tasks/MergeAccessTransforms.kt +++ b/paperweight-lib/src/main/kotlin/tasks/MergeAccessTransforms.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/PatchMappings.kt b/paperweight-lib/src/main/kotlin/tasks/PatchMappings.kt index 2478589f..ac79435d 100644 --- a/paperweight-lib/src/main/kotlin/tasks/PatchMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/PatchMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RebuildPaperPatches.kt b/paperweight-lib/src/main/kotlin/tasks/RebuildPaperPatches.kt index 2d2c9f7b..33579c4c 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RebuildPaperPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RebuildPaperPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RemapAccessTransform.kt b/paperweight-lib/src/main/kotlin/tasks/RemapAccessTransform.kt index 4e2362dd..86ae2951 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RemapAccessTransform.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RemapAccessTransform.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RemapJar.kt b/paperweight-lib/src/main/kotlin/tasks/RemapJar.kt index 9df40a70..ccde0412 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RemapJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RemapJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RemapJarAtlas.kt b/paperweight-lib/src/main/kotlin/tasks/RemapJarAtlas.kt index 68853a9f..164a60d8 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RemapJarAtlas.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RemapJarAtlas.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RemapSources.kt b/paperweight-lib/src/main/kotlin/tasks/RemapSources.kt index 8126cbeb..010ed8ab 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RemapSources.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RemapSources.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RemapSpigotAt.kt b/paperweight-lib/src/main/kotlin/tasks/RemapSpigotAt.kt index d2ebcfcc..8467c340 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RemapSpigotAt.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RemapSpigotAt.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RunForgeFlower.kt b/paperweight-lib/src/main/kotlin/tasks/RunForgeFlower.kt index 604d530f..d1cc0525 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RunForgeFlower.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RunForgeFlower.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/SetupMcLibraries.kt b/paperweight-lib/src/main/kotlin/tasks/SetupMcLibraries.kt index 76ac7f33..0f78d3fe 100644 --- a/paperweight-lib/src/main/kotlin/tasks/SetupMcLibraries.kt +++ b/paperweight-lib/src/main/kotlin/tasks/SetupMcLibraries.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/SpigotDecompileJar.kt b/paperweight-lib/src/main/kotlin/tasks/SpigotDecompileJar.kt index 6ef9f2a7..c40ad088 100644 --- a/paperweight-lib/src/main/kotlin/tasks/SpigotDecompileJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/SpigotDecompileJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/SpigotRemapJar.kt b/paperweight-lib/src/main/kotlin/tasks/SpigotRemapJar.kt index 2fa8412f..7478539c 100644 --- a/paperweight-lib/src/main/kotlin/tasks/SpigotRemapJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/SpigotRemapJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ZippedTask.kt b/paperweight-lib/src/main/kotlin/tasks/ZippedTask.kt index 0dca47c1..3b788c23 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ZippedTask.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ZippedTask.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/download-task.kt b/paperweight-lib/src/main/kotlin/tasks/download-task.kt index 8e04427f..9512d0c1 100644 --- a/paperweight-lib/src/main/kotlin/tasks/download-task.kt +++ b/paperweight-lib/src/main/kotlin/tasks/download-task.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/java-launcher.kt b/paperweight-lib/src/main/kotlin/tasks/java-launcher.kt index 902ec1ae..2ee68af1 100644 --- a/paperweight-lib/src/main/kotlin/tasks/java-launcher.kt +++ b/paperweight-lib/src/main/kotlin/tasks/java-launcher.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchApplier.kt b/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchApplier.kt index 6845e956..4bb518d2 100644 --- a/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchApplier.kt +++ b/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchApplier.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchSourceRemapWorker.kt b/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchSourceRemapWorker.kt index 9111aa1e..29cf8b6a 100644 --- a/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchSourceRemapWorker.kt +++ b/paperweight-lib/src/main/kotlin/tasks/patchremap/PatchSourceRemapWorker.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/patchremap/RemapPatches.kt b/paperweight-lib/src/main/kotlin/tasks/patchremap/RemapPatches.kt index fcc4207e..6fac9b84 100644 --- a/paperweight-lib/src/main/kotlin/tasks/patchremap/RemapPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/patchremap/RemapPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/BuildDataInfo.kt b/paperweight-lib/src/main/kotlin/util/BuildDataInfo.kt index f1080c52..6175b567 100644 --- a/paperweight-lib/src/main/kotlin/util/BuildDataInfo.kt +++ b/paperweight-lib/src/main/kotlin/util/BuildDataInfo.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/ClassNameChange.kt b/paperweight-lib/src/main/kotlin/util/ClassNameChange.kt index 894df374..31e5532c 100644 --- a/paperweight-lib/src/main/kotlin/util/ClassNameChange.kt +++ b/paperweight-lib/src/main/kotlin/util/ClassNameChange.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/ClassNodeCache.kt b/paperweight-lib/src/main/kotlin/util/ClassNodeCache.kt index 0911d9e7..e725b2f9 100644 --- a/paperweight-lib/src/main/kotlin/util/ClassNodeCache.kt +++ b/paperweight-lib/src/main/kotlin/util/ClassNodeCache.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/Constants.kt b/paperweight-lib/src/main/kotlin/util/Constants.kt index ee622d93..7c9728e0 100644 --- a/paperweight-lib/src/main/kotlin/util/Constants.kt +++ b/paperweight-lib/src/main/kotlin/util/Constants.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/MappingFormats.kt b/paperweight-lib/src/main/kotlin/util/MappingFormats.kt index 60003e7b..2d2b5986 100644 --- a/paperweight-lib/src/main/kotlin/util/MappingFormats.kt +++ b/paperweight-lib/src/main/kotlin/util/MappingFormats.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/MavenArtifact.kt b/paperweight-lib/src/main/kotlin/util/MavenArtifact.kt index 6eed3628..22bab879 100644 --- a/paperweight-lib/src/main/kotlin/util/MavenArtifact.kt +++ b/paperweight-lib/src/main/kotlin/util/MavenArtifact.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/McDev.kt b/paperweight-lib/src/main/kotlin/util/McDev.kt index 29128933..d50b3e10 100644 --- a/paperweight-lib/src/main/kotlin/util/McDev.kt +++ b/paperweight-lib/src/main/kotlin/util/McDev.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/MinecraftManifest.kt b/paperweight-lib/src/main/kotlin/util/MinecraftManifest.kt index 78962f16..48b3f5b3 100644 --- a/paperweight-lib/src/main/kotlin/util/MinecraftManifest.kt +++ b/paperweight-lib/src/main/kotlin/util/MinecraftManifest.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/PaperAt.kt b/paperweight-lib/src/main/kotlin/util/PaperAt.kt index 3ce4ed07..506a0bd7 100644 --- a/paperweight-lib/src/main/kotlin/util/PaperAt.kt +++ b/paperweight-lib/src/main/kotlin/util/PaperAt.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/UpstreamData.kt b/paperweight-lib/src/main/kotlin/util/UpstreamData.kt index 7951559b..886355f3 100644 --- a/paperweight-lib/src/main/kotlin/util/UpstreamData.kt +++ b/paperweight-lib/src/main/kotlin/util/UpstreamData.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/asm.kt b/paperweight-lib/src/main/kotlin/util/asm.kt index da820ff1..0f2e4ade 100644 --- a/paperweight-lib/src/main/kotlin/util/asm.kt +++ b/paperweight-lib/src/main/kotlin/util/asm.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/extensions.kt b/paperweight-lib/src/main/kotlin/util/extensions.kt index 93838d87..6163c075 100644 --- a/paperweight-lib/src/main/kotlin/util/extensions.kt +++ b/paperweight-lib/src/main/kotlin/util/extensions.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/file.kt b/paperweight-lib/src/main/kotlin/util/file.kt index e39e17a5..e2c89700 100644 --- a/paperweight-lib/src/main/kotlin/util/file.kt +++ b/paperweight-lib/src/main/kotlin/util/file.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/git.kt b/paperweight-lib/src/main/kotlin/util/git.kt index c8acb2f5..6d74db2d 100644 --- a/paperweight-lib/src/main/kotlin/util/git.kt +++ b/paperweight-lib/src/main/kotlin/util/git.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/jar-runner.kt b/paperweight-lib/src/main/kotlin/util/jar-runner.kt index ba9dbfda..d1a547f5 100644 --- a/paperweight-lib/src/main/kotlin/util/jar-runner.kt +++ b/paperweight-lib/src/main/kotlin/util/jar-runner.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/project-util.kt b/paperweight-lib/src/main/kotlin/util/project-util.kt index d12c5ece..95f6a695 100644 --- a/paperweight-lib/src/main/kotlin/util/project-util.kt +++ b/paperweight-lib/src/main/kotlin/util/project-util.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/utils.kt b/paperweight-lib/src/main/kotlin/util/utils.kt index be1df6dd..9547dd0f 100644 --- a/paperweight-lib/src/main/kotlin/util/utils.kt +++ b/paperweight-lib/src/main/kotlin/util/utils.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/zip.kt b/paperweight-lib/src/main/kotlin/util/zip.kt index dde2ea14..c25cd9dd 100644 --- a/paperweight-lib/src/main/kotlin/util/zip.kt +++ b/paperweight-lib/src/main/kotlin/util/zip.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/PaperweightPatcher.kt b/paperweight-patcher/src/main/kotlin/PaperweightPatcher.kt index be8de87f..f437a2ee 100644 --- a/paperweight-patcher/src/main/kotlin/PaperweightPatcher.kt +++ b/paperweight-patcher/src/main/kotlin/PaperweightPatcher.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/PaperweightPatcherExtension.kt b/paperweight-patcher/src/main/kotlin/PaperweightPatcherExtension.kt index 3af19823..c184a377 100644 --- a/paperweight-patcher/src/main/kotlin/PaperweightPatcherExtension.kt +++ b/paperweight-patcher/src/main/kotlin/PaperweightPatcherExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/tasks/CheckoutRepo.kt b/paperweight-patcher/src/main/kotlin/tasks/CheckoutRepo.kt index 68cd862b..7a5323b7 100644 --- a/paperweight-patcher/src/main/kotlin/tasks/CheckoutRepo.kt +++ b/paperweight-patcher/src/main/kotlin/tasks/CheckoutRepo.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherUpstreamData.kt b/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherUpstreamData.kt index 661b4711..373f08d1 100644 --- a/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherUpstreamData.kt +++ b/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherUpstreamData.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/tasks/SimpleApplyGitPatches.kt b/paperweight-patcher/src/main/kotlin/tasks/SimpleApplyGitPatches.kt index fe8a358d..16b4b197 100644 --- a/paperweight-patcher/src/main/kotlin/tasks/SimpleApplyGitPatches.kt +++ b/paperweight-patcher/src/main/kotlin/tasks/SimpleApplyGitPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/tasks/SimpleRebuildGitPatches.kt b/paperweight-patcher/src/main/kotlin/tasks/SimpleRebuildGitPatches.kt index b8e6953c..db73c0f3 100644 --- a/paperweight-patcher/src/main/kotlin/tasks/SimpleRebuildGitPatches.kt +++ b/paperweight-patcher/src/main/kotlin/tasks/SimpleRebuildGitPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/DefaultPatchTaskConfig.kt b/paperweight-patcher/src/main/kotlin/upstream/DefaultPatchTaskConfig.kt index 2eab0044..d80299f3 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/DefaultPatchTaskConfig.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/DefaultPatchTaskConfig.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/DefaultPatcherUpstream.kt b/paperweight-patcher/src/main/kotlin/upstream/DefaultPatcherUpstream.kt index 16677014..13154a37 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/DefaultPatcherUpstream.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/DefaultPatcherUpstream.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/MinimalPatcherConfig.kt b/paperweight-patcher/src/main/kotlin/upstream/MinimalPatcherConfig.kt index a33f245f..9a6bb405 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/MinimalPatcherConfig.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/MinimalPatcherConfig.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/PaperRepoPatcherUpstream.kt b/paperweight-patcher/src/main/kotlin/upstream/PaperRepoPatcherUpstream.kt index 42b99604..f7959f21 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/PaperRepoPatcherUpstream.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/PaperRepoPatcherUpstream.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/PatchTaskConfig.kt b/paperweight-patcher/src/main/kotlin/upstream/PatchTaskConfig.kt index f150d5fa..aa88773b 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/PatchTaskConfig.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/PatchTaskConfig.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/PatcherUpstream.kt b/paperweight-patcher/src/main/kotlin/upstream/PatcherUpstream.kt index 6d74024b..0a2ceb7b 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/PatcherUpstream.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/PatcherUpstream.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/RepoPatcherUpstream.kt b/paperweight-patcher/src/main/kotlin/upstream/RepoPatcherUpstream.kt index df373460..10b5f8f2 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/RepoPatcherUpstream.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/RepoPatcherUpstream.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/StandardPatcherConfig.kt b/paperweight-patcher/src/main/kotlin/upstream/StandardPatcherConfig.kt index 819b747e..101eb3a5 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/StandardPatcherConfig.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/StandardPatcherConfig.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/upstream/patchers.kt b/paperweight-patcher/src/main/kotlin/upstream/patchers.kt index f73e5f5f..6dcb6eda 100644 --- a/paperweight-patcher/src/main/kotlin/upstream/patchers.kt +++ b/paperweight-patcher/src/main/kotlin/upstream/patchers.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DemonWav) + * Copyright (c) 2021 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or