From 7d4f0cb889a58b4fe2d191ac731090c0fb7a33b4 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:26:35 -0700 Subject: [PATCH] Update license headers --- license/copyright.txt | 2 +- paperweight-core/src/main/kotlin/PaperweightCore.kt | 2 +- .../src/main/kotlin/extension/CraftBukkitExtension.kt | 2 +- paperweight-core/src/main/kotlin/extension/PaperExtension.kt | 2 +- .../src/main/kotlin/extension/PaperweightCoreExtension.kt | 2 +- paperweight-core/src/main/kotlin/extension/SpigotExtension.kt | 2 +- paperweight-core/src/main/kotlin/taskcontainers/AllTasks.kt | 2 +- paperweight-core/src/main/kotlin/taskcontainers/GeneralTasks.kt | 2 +- paperweight-core/src/main/kotlin/taskcontainers/InitialTasks.kt | 2 +- paperweight-core/src/main/kotlin/taskcontainers/SpigotTasks.kt | 2 +- paperweight-core/src/main/kotlin/taskcontainers/VanillaTasks.kt | 2 +- .../main/kotlin/tasks/PaperweightCorePrepareForDownstream.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/extension/RelocationExtension.kt | 2 +- .../src/main/kotlin/taskcontainers/BundlerJarTasks.kt | 2 +- .../src/main/kotlin/taskcontainers/DevBundleTasks.kt | 2 +- .../src/main/kotlin/tasks/AddAdditionalSpigotMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ApplyAccessTransform.kt | 2 +- .../src/main/kotlin/tasks/ApplyCraftBukkitPatches.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ApplyGitPatches.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ApplyPaperPatches.kt | 2 +- paperweight-lib/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 +- paperweight-lib/src/main/kotlin/tasks/CleanupSourceMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CollectATsFromPatches.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ControllableOutputTask.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CopyResources.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CreateBundlerJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CreateDiffOutput.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/CreatePaperclipJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/DownloadServerJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/ExtractFromBundler.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FilterJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FilterSpigotExcludes.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FixJarForReobf.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/FixJarTask.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/GenerateDevBundle.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/GenerateMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/GenerateReobfMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/GenerateSpigotMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/IncludeMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/InitSubmodules.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/LineMapJar.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/MergeAccessTransforms.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/PatchMappings.kt | 2 +- paperweight-lib/src/main/kotlin/tasks/RebuildGitPatches.kt | 2 +- paperweight-lib/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/ScanJarForBadCalls.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 +- .../src/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/ClassNodeCacheImpl.kt | 2 +- paperweight-lib/src/main/kotlin/util/JarProcessing.kt | 2 +- paperweight-lib/src/main/kotlin/util/MakeMcDevSrc.kt | 2 +- paperweight-lib/src/main/kotlin/util/MappingFormats.kt | 2 +- paperweight-lib/src/main/kotlin/util/McDev.kt | 2 +- paperweight-lib/src/main/kotlin/util/PaperAt.kt | 2 +- .../src/main/kotlin/util/ParameterAnnotationFixer.kt | 2 +- paperweight-lib/src/main/kotlin/util/asm.kt | 2 +- paperweight-lib/src/main/kotlin/util/constants/constants.kt | 2 +- paperweight-lib/src/main/kotlin/util/data/FileEntry.kt | 2 +- paperweight-lib/src/main/kotlin/util/data/LibraryChange.kt | 2 +- paperweight-lib/src/main/kotlin/util/data/MavenArtifact.kt | 2 +- paperweight-lib/src/main/kotlin/util/data/MinecraftManifest.kt | 2 +- paperweight-lib/src/main/kotlin/util/data/ModuleId.kt | 2 +- paperweight-lib/src/main/kotlin/util/data/UpstreamData.kt | 2 +- paperweight-lib/src/main/kotlin/util/dependencies.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/filter-jar.kt | 2 +- paperweight-lib/src/main/kotlin/util/git.kt | 2 +- paperweight-lib/src/main/kotlin/util/ivy-repository.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 +- .../main/kotlin/tasks/PaperweightPatcherPrepareForDownstream.kt | 2 +- .../src/main/kotlin/tasks/PaperweightPatcherUpstreamData.kt | 2 +- .../src/main/kotlin/tasks/PatcherApplyGitPatches.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 +- paperweight-patcher/src/main/kotlin/upstream/PatchTaskConfig.kt | 2 +- paperweight-patcher/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 +- paperweight-userdev/src/main/kotlin/PaperweightUser.kt | 2 +- .../src/main/kotlin/PaperweightUserDependenciesExtension.kt | 2 +- paperweight-userdev/src/main/kotlin/PaperweightUserExtension.kt | 2 +- .../src/main/kotlin/ReobfArtifactConfiguration.kt | 2 +- paperweight-userdev/src/main/kotlin/attribute/Obfuscation.kt | 2 +- paperweight-userdev/src/main/kotlin/extensions.kt | 2 +- .../src/main/kotlin/internal/setup/ExtractDevBundle.kt | 2 +- .../src/main/kotlin/internal/setup/SetupHandler.kt | 2 +- .../src/main/kotlin/internal/setup/SetupHandlerImpl.kt | 2 +- .../src/main/kotlin/internal/setup/UserdevSetup.kt | 2 +- .../main/kotlin/internal/setup/step/AccessTransformMinecraft.kt | 2 +- .../main/kotlin/internal/setup/step/ApplyDevBundlePatches.kt | 2 +- .../src/main/kotlin/internal/setup/step/DecompileMinecraft.kt | 2 +- .../src/main/kotlin/internal/setup/step/FilterPaperShadowJar.kt | 2 +- .../src/main/kotlin/internal/setup/step/FilterVanillaJar.kt | 2 +- .../src/main/kotlin/internal/setup/step/FixMinecraftJar.kt | 2 +- .../src/main/kotlin/internal/setup/step/GenerateMappingsStep.kt | 2 +- .../src/main/kotlin/internal/setup/step/InstallPaperServer.kt | 2 +- .../src/main/kotlin/internal/setup/step/RemapMinecraft.kt | 2 +- .../src/main/kotlin/internal/setup/step/RunPaperclip.kt | 2 +- .../src/main/kotlin/internal/setup/step/VanillaSteps.kt | 2 +- .../src/main/kotlin/internal/setup/step/steps.kt | 2 +- .../src/main/kotlin/internal/setup/util/utils.kt | 2 +- .../src/main/kotlin/internal/setup/v2/DevBundleV2.kt | 2 +- .../src/main/kotlin/internal/setup/v2/SetupHandlerImplV2.kt | 2 +- 133 files changed, 133 insertions(+), 133 deletions(-) diff --git a/license/copyright.txt b/license/copyright.txt index a21e83c..c78a29b 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 (DenWav) +Copyright (c) 2023 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 d9d7afd..ed2dda5 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 (DenWav) + * Copyright (c) 2023 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 d5885f1..7f01f71 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 (DenWav) + * Copyright (c) 2023 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 1cc49b9..9d5fac3 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 (DenWav) + * Copyright (c) 2023 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 fd3757d..9fafbb8 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 (DenWav) + * Copyright (c) 2023 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 6236736..544bf8e 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 (DenWav) + * Copyright (c) 2023 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 f0c2b70..0b7b31e 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 (DenWav) + * Copyright (c) 2023 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 74ced24..08a0189 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 (DenWav) + * Copyright (c) 2023 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 019bacf..c8db57f 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 (DenWav) + * Copyright (c) 2023 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 571a606..4deb154 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 (DenWav) + * Copyright (c) 2023 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 f1e5680..e73f13e 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-core/src/main/kotlin/tasks/PaperweightCorePrepareForDownstream.kt b/paperweight-core/src/main/kotlin/tasks/PaperweightCorePrepareForDownstream.kt index c4b6576..19f6c06 100644 --- a/paperweight-core/src/main/kotlin/tasks/PaperweightCorePrepareForDownstream.kt +++ b/paperweight-core/src/main/kotlin/tasks/PaperweightCorePrepareForDownstream.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 f54a3f6..00c9c4e 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 (DenWav) + * Copyright (c) 2023 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 a67fc0e..f65dd81 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 (DenWav) + * Copyright (c) 2023 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 4aaa635..9bc5e4c 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/extension/RelocationExtension.kt b/paperweight-lib/src/main/kotlin/extension/RelocationExtension.kt index d362717..60bb38e 100644 --- a/paperweight-lib/src/main/kotlin/extension/RelocationExtension.kt +++ b/paperweight-lib/src/main/kotlin/extension/RelocationExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/taskcontainers/BundlerJarTasks.kt b/paperweight-lib/src/main/kotlin/taskcontainers/BundlerJarTasks.kt index 0d93955..e450114 100644 --- a/paperweight-lib/src/main/kotlin/taskcontainers/BundlerJarTasks.kt +++ b/paperweight-lib/src/main/kotlin/taskcontainers/BundlerJarTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/taskcontainers/DevBundleTasks.kt b/paperweight-lib/src/main/kotlin/taskcontainers/DevBundleTasks.kt index 8c8096e..ec89ef1 100644 --- a/paperweight-lib/src/main/kotlin/taskcontainers/DevBundleTasks.kt +++ b/paperweight-lib/src/main/kotlin/taskcontainers/DevBundleTasks.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 66fe487..87c7b53 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 (DenWav) + * Copyright (c) 2023 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 5e7016d..af5b7dd 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ApplyCraftBukkitPatches.kt b/paperweight-lib/src/main/kotlin/tasks/ApplyCraftBukkitPatches.kt index 38bf693..afd8509 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ApplyCraftBukkitPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ApplyCraftBukkitPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 b5264b7..3c9d908 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 (DenWav) + * Copyright (c) 2023 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 15b43a9..513a8ed 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 (DenWav) + * Copyright (c) 2023 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 8ebc520..6ee9f7e 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 (DenWav) + * Copyright (c) 2023 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 3d01340..aa62663 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 (DenWav) + * Copyright (c) 2023 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 427a330..45bac17 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CleanupSourceMappings.kt b/paperweight-lib/src/main/kotlin/tasks/CleanupSourceMappings.kt index df7ad3f..b784d3e 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CleanupSourceMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CleanupSourceMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CollectATsFromPatches.kt b/paperweight-lib/src/main/kotlin/tasks/CollectATsFromPatches.kt index 3206a8b..7f5ba37 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CollectATsFromPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CollectATsFromPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 e9e5063..87e7185 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 (DenWav) + * Copyright (c) 2023 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 0a6c089..cdd656c 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CreateBundlerJar.kt b/paperweight-lib/src/main/kotlin/tasks/CreateBundlerJar.kt index f57669c..5628e32 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CreateBundlerJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CreateBundlerJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CreateDiffOutput.kt b/paperweight-lib/src/main/kotlin/tasks/CreateDiffOutput.kt index c11d1ec..ad75bc6 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CreateDiffOutput.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CreateDiffOutput.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/CreatePaperclipJar.kt b/paperweight-lib/src/main/kotlin/tasks/CreatePaperclipJar.kt index 1021785..5f93f90 100644 --- a/paperweight-lib/src/main/kotlin/tasks/CreatePaperclipJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/CreatePaperclipJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 b3a9643..4ce8e61 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ExtractFromBundler.kt b/paperweight-lib/src/main/kotlin/tasks/ExtractFromBundler.kt index 030194e..12095c8 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ExtractFromBundler.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ExtractFromBundler.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 dd11acf..479b232 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 (DenWav) + * Copyright (c) 2023 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 24aba01..8cfec0e 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 (DenWav) + * Copyright (c) 2023 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 76dee44..7d138e9 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/FixJarTask.kt b/paperweight-lib/src/main/kotlin/tasks/FixJarTask.kt index c3e9092..8cc8f43 100644 --- a/paperweight-lib/src/main/kotlin/tasks/FixJarTask.kt +++ b/paperweight-lib/src/main/kotlin/tasks/FixJarTask.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/GenerateDevBundle.kt b/paperweight-lib/src/main/kotlin/tasks/GenerateDevBundle.kt index ce225af..831cbb6 100644 --- a/paperweight-lib/src/main/kotlin/tasks/GenerateDevBundle.kt +++ b/paperweight-lib/src/main/kotlin/tasks/GenerateDevBundle.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 c5b83cc..8605f0b 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 (DenWav) + * Copyright (c) 2023 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 aa92002..af18a8e 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 (DenWav) + * Copyright (c) 2023 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 6787d10..bdb6928 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/IncludeMappings.kt b/paperweight-lib/src/main/kotlin/tasks/IncludeMappings.kt index 9b53e72..1747164 100644 --- a/paperweight-lib/src/main/kotlin/tasks/IncludeMappings.kt +++ b/paperweight-lib/src/main/kotlin/tasks/IncludeMappings.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 2d57a36..e0f7918 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/LineMapJar.kt b/paperweight-lib/src/main/kotlin/tasks/LineMapJar.kt index edaf91b..d023035 100644 --- a/paperweight-lib/src/main/kotlin/tasks/LineMapJar.kt +++ b/paperweight-lib/src/main/kotlin/tasks/LineMapJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 3b10e57..c7df0d1 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 (DenWav) + * Copyright (c) 2023 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 cba5f34..e5bb61a 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/RebuildGitPatches.kt b/paperweight-lib/src/main/kotlin/tasks/RebuildGitPatches.kt index 19c9e13..cb9f85b 100644 --- a/paperweight-lib/src/main/kotlin/tasks/RebuildGitPatches.kt +++ b/paperweight-lib/src/main/kotlin/tasks/RebuildGitPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 9a63c6d..51359dc 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 (DenWav) + * Copyright (c) 2023 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 7a41a7b..f732a1b 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 (DenWav) + * Copyright (c) 2023 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 8e31fe8..7dab79b 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 (DenWav) + * Copyright (c) 2023 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 9a6598f..06e9cda 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 (DenWav) + * Copyright (c) 2023 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 6c6d8d2..5f25d77 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 (DenWav) + * Copyright (c) 2023 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 0ae23dc..7fc9bcf 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/tasks/ScanJarForBadCalls.kt b/paperweight-lib/src/main/kotlin/tasks/ScanJarForBadCalls.kt index 0adb6f1..cd9f6c6 100644 --- a/paperweight-lib/src/main/kotlin/tasks/ScanJarForBadCalls.kt +++ b/paperweight-lib/src/main/kotlin/tasks/ScanJarForBadCalls.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 70630b0..931b612 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 (DenWav) + * Copyright (c) 2023 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 67403c1..629bda6 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 (DenWav) + * Copyright (c) 2023 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 5f31784..376eb9d 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 (DenWav) + * Copyright (c) 2023 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 7e78a64..1b4aef4 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 (DenWav) + * Copyright (c) 2023 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 651c49c..2915374 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 (DenWav) + * Copyright (c) 2023 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 bd1c6cc..0b70460 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 (DenWav) + * Copyright (c) 2023 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 3b2db7b..1cb7fef 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 (DenWav) + * Copyright (c) 2023 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 1ff0787..bab905c 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 (DenWav) + * Copyright (c) 2023 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 eaad365..ba694b8 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 (DenWav) + * Copyright (c) 2023 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 ee68003..ac8700c 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 (DenWav) + * Copyright (c) 2023 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 31e5532..76d3093 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 (DenWav) + * Copyright (c) 2023 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 f661e38..eb3c35e 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/ClassNodeCacheImpl.kt b/paperweight-lib/src/main/kotlin/util/ClassNodeCacheImpl.kt index 2778513..12ee43f 100644 --- a/paperweight-lib/src/main/kotlin/util/ClassNodeCacheImpl.kt +++ b/paperweight-lib/src/main/kotlin/util/ClassNodeCacheImpl.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/JarProcessing.kt b/paperweight-lib/src/main/kotlin/util/JarProcessing.kt index dda3edf..a9118e1 100644 --- a/paperweight-lib/src/main/kotlin/util/JarProcessing.kt +++ b/paperweight-lib/src/main/kotlin/util/JarProcessing.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/MakeMcDevSrc.kt b/paperweight-lib/src/main/kotlin/util/MakeMcDevSrc.kt index f57130e..d41e045 100644 --- a/paperweight-lib/src/main/kotlin/util/MakeMcDevSrc.kt +++ b/paperweight-lib/src/main/kotlin/util/MakeMcDevSrc.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 2d2b598..330a24f 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 (DenWav) + * Copyright (c) 2023 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 8de76da..0ffd9f6 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 (DenWav) + * Copyright (c) 2023 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 aaee535..6ea4008 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/ParameterAnnotationFixer.kt b/paperweight-lib/src/main/kotlin/util/ParameterAnnotationFixer.kt index f6bd2c8..e3f14de 100644 --- a/paperweight-lib/src/main/kotlin/util/ParameterAnnotationFixer.kt +++ b/paperweight-lib/src/main/kotlin/util/ParameterAnnotationFixer.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 2d35363..e15f624 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 (DenWav) + * Copyright (c) 2023 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/constants.kt b/paperweight-lib/src/main/kotlin/util/constants/constants.kt index c538933..6f085da 100644 --- a/paperweight-lib/src/main/kotlin/util/constants/constants.kt +++ b/paperweight-lib/src/main/kotlin/util/constants/constants.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/data/FileEntry.kt b/paperweight-lib/src/main/kotlin/util/data/FileEntry.kt index da082fa..374ebce 100644 --- a/paperweight-lib/src/main/kotlin/util/data/FileEntry.kt +++ b/paperweight-lib/src/main/kotlin/util/data/FileEntry.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/data/LibraryChange.kt b/paperweight-lib/src/main/kotlin/util/data/LibraryChange.kt index 67b77ec..42bcbd6 100644 --- a/paperweight-lib/src/main/kotlin/util/data/LibraryChange.kt +++ b/paperweight-lib/src/main/kotlin/util/data/LibraryChange.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/data/MavenArtifact.kt b/paperweight-lib/src/main/kotlin/util/data/MavenArtifact.kt index 2626106..1a86a18 100644 --- a/paperweight-lib/src/main/kotlin/util/data/MavenArtifact.kt +++ b/paperweight-lib/src/main/kotlin/util/data/MavenArtifact.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/data/MinecraftManifest.kt b/paperweight-lib/src/main/kotlin/util/data/MinecraftManifest.kt index 864ee19..ec9f1aa 100644 --- a/paperweight-lib/src/main/kotlin/util/data/MinecraftManifest.kt +++ b/paperweight-lib/src/main/kotlin/util/data/MinecraftManifest.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/data/ModuleId.kt b/paperweight-lib/src/main/kotlin/util/data/ModuleId.kt index 237bfac..2e91f4b 100644 --- a/paperweight-lib/src/main/kotlin/util/data/ModuleId.kt +++ b/paperweight-lib/src/main/kotlin/util/data/ModuleId.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/data/UpstreamData.kt b/paperweight-lib/src/main/kotlin/util/data/UpstreamData.kt index c2353fd..324a121 100644 --- a/paperweight-lib/src/main/kotlin/util/data/UpstreamData.kt +++ b/paperweight-lib/src/main/kotlin/util/data/UpstreamData.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/dependencies.kt b/paperweight-lib/src/main/kotlin/util/dependencies.kt index 8421008..d9ccce9 100644 --- a/paperweight-lib/src/main/kotlin/util/dependencies.kt +++ b/paperweight-lib/src/main/kotlin/util/dependencies.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 6163c07..8fc66a3 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 (DenWav) + * Copyright (c) 2023 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 73c2dc5..0ba6c03 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/filter-jar.kt b/paperweight-lib/src/main/kotlin/util/filter-jar.kt index a1d1418..86d96cf 100644 --- a/paperweight-lib/src/main/kotlin/util/filter-jar.kt +++ b/paperweight-lib/src/main/kotlin/util/filter-jar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 d8651ff..26fdd1f 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-lib/src/main/kotlin/util/ivy-repository.kt b/paperweight-lib/src/main/kotlin/util/ivy-repository.kt index c21991c..ca0993b 100644 --- a/paperweight-lib/src/main/kotlin/util/ivy-repository.kt +++ b/paperweight-lib/src/main/kotlin/util/ivy-repository.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 e273485..9b9c2d8 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 (DenWav) + * Copyright (c) 2023 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 3a71bdc..a6c0a30 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 (DenWav) + * Copyright (c) 2023 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 bce3922..b08ec41 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 (DenWav) + * Copyright (c) 2023 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 c25cd9d..768effe 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 (DenWav) + * Copyright (c) 2023 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 48a1db3..5f3a62e 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 (DenWav) + * Copyright (c) 2023 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 5fde7db..31db99e 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 (DenWav) + * Copyright (c) 2023 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 e451237..819caab 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherPrepareForDownstream.kt b/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherPrepareForDownstream.kt index 5eb3d13..d73af39 100644 --- a/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherPrepareForDownstream.kt +++ b/paperweight-patcher/src/main/kotlin/tasks/PaperweightPatcherPrepareForDownstream.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 28ed238..c18988a 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-patcher/src/main/kotlin/tasks/PatcherApplyGitPatches.kt b/paperweight-patcher/src/main/kotlin/tasks/PatcherApplyGitPatches.kt index 56bc47b..c47ad0e 100644 --- a/paperweight-patcher/src/main/kotlin/tasks/PatcherApplyGitPatches.kt +++ b/paperweight-patcher/src/main/kotlin/tasks/PatcherApplyGitPatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 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 445c1e3..db3a970 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 (DenWav) + * Copyright (c) 2023 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 3ca3848..5fdf49e 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 (DenWav) + * Copyright (c) 2023 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 9a6bb40..1f8beb2 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 (DenWav) + * Copyright (c) 2023 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 f7959f2..f1200d7 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 (DenWav) + * Copyright (c) 2023 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 d6830df..f6551d5 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 (DenWav) + * Copyright (c) 2023 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 0a2ceb7..31f4a75 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 (DenWav) + * Copyright (c) 2023 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 d71bc9c..55c7209 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 (DenWav) + * Copyright (c) 2023 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 dba583c..5869b53 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 (DenWav) + * Copyright (c) 2023 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 50f662b..0bab887 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 (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/PaperweightUser.kt b/paperweight-userdev/src/main/kotlin/PaperweightUser.kt index 95f3e2b..0c11f0e 100644 --- a/paperweight-userdev/src/main/kotlin/PaperweightUser.kt +++ b/paperweight-userdev/src/main/kotlin/PaperweightUser.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/PaperweightUserDependenciesExtension.kt b/paperweight-userdev/src/main/kotlin/PaperweightUserDependenciesExtension.kt index 432664b..221ec4a 100644 --- a/paperweight-userdev/src/main/kotlin/PaperweightUserDependenciesExtension.kt +++ b/paperweight-userdev/src/main/kotlin/PaperweightUserDependenciesExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/PaperweightUserExtension.kt b/paperweight-userdev/src/main/kotlin/PaperweightUserExtension.kt index 43415ce..9ac3a2c 100644 --- a/paperweight-userdev/src/main/kotlin/PaperweightUserExtension.kt +++ b/paperweight-userdev/src/main/kotlin/PaperweightUserExtension.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/ReobfArtifactConfiguration.kt b/paperweight-userdev/src/main/kotlin/ReobfArtifactConfiguration.kt index 5910b04..bd48f92 100644 --- a/paperweight-userdev/src/main/kotlin/ReobfArtifactConfiguration.kt +++ b/paperweight-userdev/src/main/kotlin/ReobfArtifactConfiguration.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/attribute/Obfuscation.kt b/paperweight-userdev/src/main/kotlin/attribute/Obfuscation.kt index 3d4e2a5..1ff2ac5 100644 --- a/paperweight-userdev/src/main/kotlin/attribute/Obfuscation.kt +++ b/paperweight-userdev/src/main/kotlin/attribute/Obfuscation.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/extensions.kt b/paperweight-userdev/src/main/kotlin/extensions.kt index 8ec361c..e845943 100644 --- a/paperweight-userdev/src/main/kotlin/extensions.kt +++ b/paperweight-userdev/src/main/kotlin/extensions.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/ExtractDevBundle.kt b/paperweight-userdev/src/main/kotlin/internal/setup/ExtractDevBundle.kt index 02617d6..85577b4 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/ExtractDevBundle.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/ExtractDevBundle.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandler.kt b/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandler.kt index cf398b6..7cd113e 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandler.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandler.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandlerImpl.kt b/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandlerImpl.kt index 207f10c..6ec48be 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandlerImpl.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/SetupHandlerImpl.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/UserdevSetup.kt b/paperweight-userdev/src/main/kotlin/internal/setup/UserdevSetup.kt index 61df7e0..0fcfb26 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/UserdevSetup.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/UserdevSetup.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/AccessTransformMinecraft.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/AccessTransformMinecraft.kt index 91a927f..5e1ded7 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/AccessTransformMinecraft.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/AccessTransformMinecraft.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/ApplyDevBundlePatches.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/ApplyDevBundlePatches.kt index 7456c9c..ea9b10a 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/ApplyDevBundlePatches.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/ApplyDevBundlePatches.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/DecompileMinecraft.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/DecompileMinecraft.kt index b58a543..43f7e36 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/DecompileMinecraft.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/DecompileMinecraft.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterPaperShadowJar.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterPaperShadowJar.kt index 8cd90a9..fc0083c 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterPaperShadowJar.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterPaperShadowJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterVanillaJar.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterVanillaJar.kt index c22ca43..1b2498a 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterVanillaJar.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/FilterVanillaJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/FixMinecraftJar.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/FixMinecraftJar.kt index 3e6d416..27084e3 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/FixMinecraftJar.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/FixMinecraftJar.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/GenerateMappingsStep.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/GenerateMappingsStep.kt index 43b5921..fd8b318 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/GenerateMappingsStep.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/GenerateMappingsStep.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/InstallPaperServer.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/InstallPaperServer.kt index 61b99bc..5560cf2 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/InstallPaperServer.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/InstallPaperServer.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/RemapMinecraft.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/RemapMinecraft.kt index 58cc766..428777b 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/RemapMinecraft.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/RemapMinecraft.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/RunPaperclip.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/RunPaperclip.kt index 9c6c99a..1edd052 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/RunPaperclip.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/RunPaperclip.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/VanillaSteps.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/VanillaSteps.kt index 1ea8d56..50694f1 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/VanillaSteps.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/VanillaSteps.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/step/steps.kt b/paperweight-userdev/src/main/kotlin/internal/setup/step/steps.kt index fbb90f0..a061a88 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/step/steps.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/step/steps.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/util/utils.kt b/paperweight-userdev/src/main/kotlin/internal/setup/util/utils.kt index a0f7566..05d749e 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/util/utils.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/util/utils.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/v2/DevBundleV2.kt b/paperweight-userdev/src/main/kotlin/internal/setup/v2/DevBundleV2.kt index aeea696..a940aa5 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/v2/DevBundleV2.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/v2/DevBundleV2.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or diff --git a/paperweight-userdev/src/main/kotlin/internal/setup/v2/SetupHandlerImplV2.kt b/paperweight-userdev/src/main/kotlin/internal/setup/v2/SetupHandlerImplV2.kt index 9f64ac7..040d60d 100644 --- a/paperweight-userdev/src/main/kotlin/internal/setup/v2/SetupHandlerImplV2.kt +++ b/paperweight-userdev/src/main/kotlin/internal/setup/v2/SetupHandlerImplV2.kt @@ -1,7 +1,7 @@ /* * paperweight is a Gradle plugin for the PaperMC project. * - * Copyright (c) 2021 Kyle Wood (DenWav) + * Copyright (c) 2023 Kyle Wood (DenWav) * Contributors * * This library is free software; you can redistribute it and/or