From e4c445b8a480b048ea7ad73b12f51ab371cda55c Mon Sep 17 00:00:00 2001 From: Mumfrey Date: Fri, 22 May 2015 16:53:44 +0100 Subject: [PATCH] Unify source header format with Sponge projects --- HEADER.txt | 4 ++-- build.gradle | 16 ++++++---------- gradle.properties | 4 ++-- settings.gradle | 2 +- .../org/spongepowered/tools/MirrorUtils.java | 4 ++-- .../tools/obfuscation/AnnotatedMixin.java | 4 ++-- .../tools/obfuscation/AnnotatedMixins.java | 4 ++-- .../tools/obfuscation/FieldHandle.java | 4 ++-- .../tools/obfuscation/IMixinValidator.java | 4 ++-- .../InjectionObfuscationProcessor.java | 4 ++-- .../tools/obfuscation/MethodHandle.java | 4 ++-- .../tools/obfuscation/MixinProcessor.java | 4 ++-- .../tools/obfuscation/MixinValidator.java | 4 ++-- .../obfuscation/TargetObfuscationProcessor.java | 4 ++-- .../tools/obfuscation/TypeHandle.java | 4 ++-- .../obfuscation/validation/ParentValidator.java | 4 ++-- .../obfuscation/validation/TargetValidator.java | 4 ++-- .../transformer/debug/RuntimeDecompiler.java | 4 ++-- .../spongepowered/asm/launch/MixinBootstrap.java | 4 ++-- .../asm/launch/MixinInitialisationError.java | 4 ++-- .../spongepowered/asm/launch/MixinTweaker.java | 4 ++-- .../org/spongepowered/asm/mixin/Implements.java | 4 ++-- .../org/spongepowered/asm/mixin/Interface.java | 4 ++-- .../org/spongepowered/asm/mixin/Intrinsic.java | 4 ++-- .../java/org/spongepowered/asm/mixin/Mixin.java | 4 ++-- .../spongepowered/asm/mixin/MixinApplyError.java | 4 ++-- .../asm/mixin/MixinEnvironment.java | 4 ++-- .../org/spongepowered/asm/mixin/Overwrite.java | 4 ++-- .../java/org/spongepowered/asm/mixin/Shadow.java | 4 ++-- .../spongepowered/asm/mixin/SoftOverride.java | 4 ++-- .../asm/mixin/extensibility/IMixinConfig.java | 4 ++-- .../mixin/extensibility/IMixinConfigPlugin.java | 4 ++-- .../mixin/extensibility/IMixinErrorHandler.java | 4 ++-- .../asm/mixin/extensibility/IMixinInfo.java | 4 ++-- .../spongepowered/asm/mixin/injection/At.java | 4 ++-- .../asm/mixin/injection/Coerce.java | 2 +- .../asm/mixin/injection/Inject.java | 4 ++-- .../asm/mixin/injection/InjectionError.java | 4 ++-- .../asm/mixin/injection/InjectionPoint.java | 4 ++-- .../injection/InvalidInjectionException.java | 4 ++-- .../asm/mixin/injection/ModifyArg.java | 4 ++-- .../asm/mixin/injection/Redirect.java | 4 ++-- .../asm/mixin/injection/Surrogate.java | 4 ++-- .../mixin/injection/callback/CallbackInfo.java | 4 ++-- .../callback/CallbackInfoReturnable.java | 4 ++-- .../injection/callback/CallbackInjector.java | 4 ++-- .../mixin/injection/callback/Cancellable.java | 4 ++-- .../callback/CancellationException.java | 4 ++-- .../mixin/injection/callback/LocalCapture.java | 4 ++-- .../asm/mixin/injection/code/Injector.java | 4 ++-- .../mixin/injection/code/ReadOnlyInsnList.java | 4 ++-- .../mixin/injection/invoke/InvokeInjector.java | 4 ++-- .../injection/invoke/ModifyArgInjector.java | 4 ++-- .../mixin/injection/invoke/RedirectInjector.java | 4 ++-- .../asm/mixin/injection/points/AfterInvoke.java | 2 +- .../injection/points/BeforeFieldAccess.java | 4 ++-- .../asm/mixin/injection/points/BeforeInvoke.java | 4 ++-- .../asm/mixin/injection/points/BeforeNew.java | 4 ++-- .../asm/mixin/injection/points/BeforeReturn.java | 4 ++-- .../injection/points/BeforeStringInvoke.java | 4 ++-- .../mixin/injection/points/JumpInsnPoint.java | 4 ++-- .../asm/mixin/injection/points/MethodHead.java | 4 ++-- .../injection/struct/CallbackInjectionInfo.java | 4 ++-- .../mixin/injection/struct/InjectionInfo.java | 4 ++-- .../injection/struct/InjectionPointData.java | 4 ++-- .../asm/mixin/injection/struct/MemberInfo.java | 4 ++-- .../injection/struct/ModifyArgInjectionInfo.java | 4 ++-- .../injection/struct/RedirectInjectionInfo.java | 4 ++-- .../mixin/injection/struct/ReferenceMapper.java | 4 ++-- .../asm/mixin/injection/struct/Target.java | 4 ++-- .../asm/mixin/transformer/ClassInfo.java | 4 ++-- .../transformer/IMixinTransformerModule.java | 4 ++-- .../transformer/IReferenceMapperContext.java | 4 ++-- .../asm/mixin/transformer/InterfaceInfo.java | 4 ++-- .../mixin/transformer/InvalidMixinException.java | 4 ++-- .../asm/mixin/transformer/MixinApplicator.java | 4 ++-- .../asm/mixin/transformer/MixinClassNode.java | 4 ++-- .../asm/mixin/transformer/MixinClassWriter.java | 4 ++-- .../asm/mixin/transformer/MixinConfig.java | 4 ++-- .../asm/mixin/transformer/MixinInfo.java | 4 ++-- .../asm/mixin/transformer/MixinPreProcessor.java | 4 ++-- .../mixin/transformer/MixinTargetContext.java | 4 ++-- .../asm/mixin/transformer/MixinTransformer.java | 4 ++-- .../mixin/transformer/MixinTransformerError.java | 4 ++-- .../MixinTransformerModuleCheckClass.java | 4 ++-- .../MixinTransformerModuleInterfaceChecker.java | 4 ++-- .../asm/mixin/transformer/MixinVerifier.java | 4 ++-- .../asm/mixin/transformer/TreeInfo.java | 4 ++-- .../asm/mixin/transformer/debug/IDecompiler.java | 4 ++-- .../asm/mixin/transformer/meta/MixinMerged.java | 4 ++-- .../asm/mixin/transformer/meta/MixinRenamed.java | 4 ++-- .../asm/transformers/TreeTransformer.java | 4 ++-- .../org/spongepowered/asm/util/ASMHelper.java | 4 ++-- .../org/spongepowered/asm/util/Constants.java | 4 ++-- .../java/org/spongepowered/asm/util/Locals.java | 4 ++-- .../spongepowered/asm/util/PrettyPrinter.java | 4 ++-- .../spongepowered/asm/util/SignaturePrinter.java | 4 ++-- .../spongepowered/asm/util/VersionNumber.java | 4 ++-- 98 files changed, 197 insertions(+), 201 deletions(-) diff --git a/HEADER.txt b/HEADER.txt index be04201cd..3f213880a 100644 --- a/HEADER.txt +++ b/HEADER.txt @@ -1,6 +1,6 @@ -This file is part of Sponge, licensed under the MIT License (MIT). +This file is part of ${name}, licensed under the MIT License (MIT). -Copyright (c) SpongePowered.org +Copyright (c) ${organization} <${url}> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/build.gradle b/build.gradle index 0f935ccd4..cefe6fdc4 100644 --- a/build.gradle +++ b/build.gradle @@ -30,9 +30,6 @@ version = buildVersion + (buildType == 'RELEASE' ? '' : "-$buildType") ext.projectName = 'Mixin' ext.inceptionYear = '2014' ext.packaging = 'jar' -ext.url = 'http://spongepowered.org' -ext.description = 'Mixin' -ext.organization = 'SpongePowered' // Define variables ext.buildNumber = project.hasProperty("buildNumber") ? buildNumber : '0' @@ -169,13 +166,12 @@ processResources { // License header formatting license { - ext.name = project.name - ext.organization = project.organization - ext.url = project.url - ext.year = project.inceptionYear - exclude "**/*.info" - exclude "**/*.Processor" - exclude "assets/**" + ext { + name = project.name + organization = project.organization + url = project.url + } + include '**/*.java' header file("HEADER.txt") sourceSets = project.sourceSets ignoreFailures false diff --git a/gradle.properties b/gradle.properties index 5ce693cf8..8629a5916 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -theName=Mixin +name=Mixin inceptionYear=2014 packaging=jar -url=http://spongepowered.org description=Mixin +url=https://www.spongepowered.org organization=SpongePowered buildVersion=0.4.3 buildType=SNAPSHOT diff --git a/settings.gradle b/settings.gradle index a809ba952..89f411069 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = theName +rootProject.name = name diff --git a/src/ap/java/org/spongepowered/tools/MirrorUtils.java b/src/ap/java/org/spongepowered/tools/MirrorUtils.java index 62ea0a155..fff3cf400 100644 --- a/src/ap/java/org/spongepowered/tools/MirrorUtils.java +++ b/src/ap/java/org/spongepowered/tools/MirrorUtils.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixin.java b/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixin.java index 31abaa7d8..659d30a44 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixin.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixin.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixins.java b/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixins.java index ea1016cd3..bf52847ba 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixins.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/AnnotatedMixins.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/FieldHandle.java b/src/ap/java/org/spongepowered/tools/obfuscation/FieldHandle.java index fe94c5d8d..3de475caa 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/FieldHandle.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/FieldHandle.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/IMixinValidator.java b/src/ap/java/org/spongepowered/tools/obfuscation/IMixinValidator.java index 9e0781622..6ce4f6c04 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/IMixinValidator.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/IMixinValidator.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/InjectionObfuscationProcessor.java b/src/ap/java/org/spongepowered/tools/obfuscation/InjectionObfuscationProcessor.java index d0c8a9326..e07acb5a5 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/InjectionObfuscationProcessor.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/InjectionObfuscationProcessor.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/MethodHandle.java b/src/ap/java/org/spongepowered/tools/obfuscation/MethodHandle.java index 46b657692..9dacb9041 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/MethodHandle.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/MethodHandle.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/MixinProcessor.java b/src/ap/java/org/spongepowered/tools/obfuscation/MixinProcessor.java index 5c80807ca..880d12900 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/MixinProcessor.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/MixinProcessor.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/MixinValidator.java b/src/ap/java/org/spongepowered/tools/obfuscation/MixinValidator.java index fe70843cd..4a8ea5add 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/MixinValidator.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/MixinValidator.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/TargetObfuscationProcessor.java b/src/ap/java/org/spongepowered/tools/obfuscation/TargetObfuscationProcessor.java index 60be0fbfa..9b2755617 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/TargetObfuscationProcessor.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/TargetObfuscationProcessor.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/TypeHandle.java b/src/ap/java/org/spongepowered/tools/obfuscation/TypeHandle.java index f09c07db6..8950ae9c9 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/TypeHandle.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/TypeHandle.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/validation/ParentValidator.java b/src/ap/java/org/spongepowered/tools/obfuscation/validation/ParentValidator.java index 5c28c734f..5ff55c077 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/validation/ParentValidator.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/validation/ParentValidator.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ap/java/org/spongepowered/tools/obfuscation/validation/TargetValidator.java b/src/ap/java/org/spongepowered/tools/obfuscation/validation/TargetValidator.java index 6aab6a100..5314ec950 100644 --- a/src/ap/java/org/spongepowered/tools/obfuscation/validation/TargetValidator.java +++ b/src/ap/java/org/spongepowered/tools/obfuscation/validation/TargetValidator.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/fernflower/java/org/spongepowered/asm/mixin/transformer/debug/RuntimeDecompiler.java b/src/fernflower/java/org/spongepowered/asm/mixin/transformer/debug/RuntimeDecompiler.java index d10b842db..af748ac09 100644 --- a/src/fernflower/java/org/spongepowered/asm/mixin/transformer/debug/RuntimeDecompiler.java +++ b/src/fernflower/java/org/spongepowered/asm/mixin/transformer/debug/RuntimeDecompiler.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java b/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java index 64883e50b..595ff2520 100644 --- a/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java +++ b/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/launch/MixinInitialisationError.java b/src/main/java/org/spongepowered/asm/launch/MixinInitialisationError.java index 44effb896..8a46ae01f 100644 --- a/src/main/java/org/spongepowered/asm/launch/MixinInitialisationError.java +++ b/src/main/java/org/spongepowered/asm/launch/MixinInitialisationError.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/launch/MixinTweaker.java b/src/main/java/org/spongepowered/asm/launch/MixinTweaker.java index edd8427a8..bfa1dcaa3 100644 --- a/src/main/java/org/spongepowered/asm/launch/MixinTweaker.java +++ b/src/main/java/org/spongepowered/asm/launch/MixinTweaker.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/Implements.java b/src/main/java/org/spongepowered/asm/mixin/Implements.java index df516e3ce..6cecf88b3 100644 --- a/src/main/java/org/spongepowered/asm/mixin/Implements.java +++ b/src/main/java/org/spongepowered/asm/mixin/Implements.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/Interface.java b/src/main/java/org/spongepowered/asm/mixin/Interface.java index 603bd2d19..9c9be4c48 100644 --- a/src/main/java/org/spongepowered/asm/mixin/Interface.java +++ b/src/main/java/org/spongepowered/asm/mixin/Interface.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/Intrinsic.java b/src/main/java/org/spongepowered/asm/mixin/Intrinsic.java index 2e9421c46..8bb58387e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/Intrinsic.java +++ b/src/main/java/org/spongepowered/asm/mixin/Intrinsic.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/Mixin.java b/src/main/java/org/spongepowered/asm/mixin/Mixin.java index 9ef2a1cd7..26e7d694f 100644 --- a/src/main/java/org/spongepowered/asm/mixin/Mixin.java +++ b/src/main/java/org/spongepowered/asm/mixin/Mixin.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/MixinApplyError.java b/src/main/java/org/spongepowered/asm/mixin/MixinApplyError.java index 8ecb80f59..0803f8cd1 100644 --- a/src/main/java/org/spongepowered/asm/mixin/MixinApplyError.java +++ b/src/main/java/org/spongepowered/asm/mixin/MixinApplyError.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/MixinEnvironment.java b/src/main/java/org/spongepowered/asm/mixin/MixinEnvironment.java index 9881e1c56..4ecd2275b 100644 --- a/src/main/java/org/spongepowered/asm/mixin/MixinEnvironment.java +++ b/src/main/java/org/spongepowered/asm/mixin/MixinEnvironment.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/Overwrite.java b/src/main/java/org/spongepowered/asm/mixin/Overwrite.java index d5f1e7150..64508fc3e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/Overwrite.java +++ b/src/main/java/org/spongepowered/asm/mixin/Overwrite.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/Shadow.java b/src/main/java/org/spongepowered/asm/mixin/Shadow.java index 4bd1a556d..d43eac060 100644 --- a/src/main/java/org/spongepowered/asm/mixin/Shadow.java +++ b/src/main/java/org/spongepowered/asm/mixin/Shadow.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/SoftOverride.java b/src/main/java/org/spongepowered/asm/mixin/SoftOverride.java index 2be3016a2..05695ee14 100644 --- a/src/main/java/org/spongepowered/asm/mixin/SoftOverride.java +++ b/src/main/java/org/spongepowered/asm/mixin/SoftOverride.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfig.java b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfig.java index 3ae1d1faa..d43df5809 100644 --- a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfig.java +++ b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfig.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfigPlugin.java b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfigPlugin.java index 3a1f3c7a5..88e3295b1 100644 --- a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfigPlugin.java +++ b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfigPlugin.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinErrorHandler.java b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinErrorHandler.java index 15c558c55..801118342 100644 --- a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinErrorHandler.java +++ b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinErrorHandler.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinInfo.java b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinInfo.java index 6cdf979b5..e5237400c 100644 --- a/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/At.java b/src/main/java/org/spongepowered/asm/mixin/injection/At.java index 8230e8bcd..5867395e3 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/At.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/At.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/Coerce.java b/src/main/java/org/spongepowered/asm/mixin/injection/Coerce.java index ec959135c..3721a03ad 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/Coerce.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/Coerce.java @@ -1,5 +1,5 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered * Copyright (c) contributors diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/Inject.java b/src/main/java/org/spongepowered/asm/mixin/injection/Inject.java index b14469b2e..d49b4c16b 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/Inject.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/Inject.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/InjectionError.java b/src/main/java/org/spongepowered/asm/mixin/injection/InjectionError.java index 029a760dc..bd53925fb 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/InjectionError.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/InjectionError.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/InjectionPoint.java b/src/main/java/org/spongepowered/asm/mixin/injection/InjectionPoint.java index f36fb21b0..ff135a4ac 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/InjectionPoint.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/InjectionPoint.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/InvalidInjectionException.java b/src/main/java/org/spongepowered/asm/mixin/injection/InvalidInjectionException.java index f1ff9e3e5..a698cd907 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/InvalidInjectionException.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/InvalidInjectionException.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java b/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java index 0f083cc86..0ce6f5da5 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/ModifyArg.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/Redirect.java b/src/main/java/org/spongepowered/asm/mixin/injection/Redirect.java index 020839da7..191989015 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/Redirect.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/Redirect.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/Surrogate.java b/src/main/java/org/spongepowered/asm/mixin/injection/Surrogate.java index 134c147aa..ee583064f 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/Surrogate.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/Surrogate.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfo.java b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfo.java index 486c35ed4..fc3735a61 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable.java b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable.java index 5ecb6dce3..b0e769e9b 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInjector.java b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInjector.java index 9c7923575..cf6288a87 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInjector.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CallbackInjector.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/callback/Cancellable.java b/src/main/java/org/spongepowered/asm/mixin/injection/callback/Cancellable.java index a9c39e3dd..615f2b55d 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/callback/Cancellable.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/callback/Cancellable.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CancellationException.java b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CancellationException.java index e8cdb45ca..d9fdcb10e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/callback/CancellationException.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/callback/CancellationException.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/callback/LocalCapture.java b/src/main/java/org/spongepowered/asm/mixin/injection/callback/LocalCapture.java index f47bdc566..c64273ecd 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/callback/LocalCapture.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/callback/LocalCapture.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/code/Injector.java b/src/main/java/org/spongepowered/asm/mixin/injection/code/Injector.java index 88d931048..e6ff20412 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/code/Injector.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/code/Injector.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/code/ReadOnlyInsnList.java b/src/main/java/org/spongepowered/asm/mixin/injection/code/ReadOnlyInsnList.java index b54129bed..35d6b865a 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/code/ReadOnlyInsnList.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/code/ReadOnlyInsnList.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/invoke/InvokeInjector.java b/src/main/java/org/spongepowered/asm/mixin/injection/invoke/InvokeInjector.java index 593192974..d6f2ea1df 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/invoke/InvokeInjector.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/invoke/InvokeInjector.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/invoke/ModifyArgInjector.java b/src/main/java/org/spongepowered/asm/mixin/injection/invoke/ModifyArgInjector.java index 9a66ffd31..5a9de9988 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/invoke/ModifyArgInjector.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/invoke/ModifyArgInjector.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/invoke/RedirectInjector.java b/src/main/java/org/spongepowered/asm/mixin/injection/invoke/RedirectInjector.java index 30e031ca7..0a0675d7c 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/invoke/RedirectInjector.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/invoke/RedirectInjector.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/AfterInvoke.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/AfterInvoke.java index e3bd1b989..3c9bb9f11 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/AfterInvoke.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/AfterInvoke.java @@ -1,5 +1,5 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered * Copyright (c) contributors diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeFieldAccess.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeFieldAccess.java index af7483a81..8bd741626 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeFieldAccess.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeFieldAccess.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeInvoke.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeInvoke.java index a07f68a41..e57b4af80 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeInvoke.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeInvoke.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeNew.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeNew.java index e3daa9006..2b75a3475 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeNew.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeNew.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeReturn.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeReturn.java index 87a2ef066..45b40ee8a 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeReturn.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeReturn.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeStringInvoke.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeStringInvoke.java index 040970131..373ee5f0a 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeStringInvoke.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/BeforeStringInvoke.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/JumpInsnPoint.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/JumpInsnPoint.java index 78408fc15..9873d3016 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/JumpInsnPoint.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/JumpInsnPoint.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/points/MethodHead.java b/src/main/java/org/spongepowered/asm/mixin/injection/points/MethodHead.java index f0ea9de19..84aad0816 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/points/MethodHead.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/points/MethodHead.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/CallbackInjectionInfo.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/CallbackInjectionInfo.java index fbbfb6b12..80149326d 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/CallbackInjectionInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/CallbackInjectionInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionInfo.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionInfo.java index 7525036e7..3170d5982 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionPointData.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionPointData.java index a620982eb..57222c071 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionPointData.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/InjectionPointData.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/MemberInfo.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/MemberInfo.java index 6898b2644..2019777f8 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/MemberInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/MemberInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/ModifyArgInjectionInfo.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/ModifyArgInjectionInfo.java index 21cde222b..76031d9d9 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/ModifyArgInjectionInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/ModifyArgInjectionInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/RedirectInjectionInfo.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/RedirectInjectionInfo.java index cddce022b..fba241ff5 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/RedirectInjectionInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/RedirectInjectionInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/ReferenceMapper.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/ReferenceMapper.java index 73229d90f..f2c5122a1 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/ReferenceMapper.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/ReferenceMapper.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/injection/struct/Target.java b/src/main/java/org/spongepowered/asm/mixin/injection/struct/Target.java index e155924d9..8ebb27446 100644 --- a/src/main/java/org/spongepowered/asm/mixin/injection/struct/Target.java +++ b/src/main/java/org/spongepowered/asm/mixin/injection/struct/Target.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java b/src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java index 5aefc08db..d33cb0649 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/ClassInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/IMixinTransformerModule.java b/src/main/java/org/spongepowered/asm/mixin/transformer/IMixinTransformerModule.java index 9a8ad2bf1..dfc7764b9 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/IMixinTransformerModule.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/IMixinTransformerModule.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/IReferenceMapperContext.java b/src/main/java/org/spongepowered/asm/mixin/transformer/IReferenceMapperContext.java index 5fd80fbd4..0e54d166e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/IReferenceMapperContext.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/IReferenceMapperContext.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/InterfaceInfo.java b/src/main/java/org/spongepowered/asm/mixin/transformer/InterfaceInfo.java index 407c2601c..1b3baaec5 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/InterfaceInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/InterfaceInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/InvalidMixinException.java b/src/main/java/org/spongepowered/asm/mixin/transformer/InvalidMixinException.java index e7d9ee987..27a51454d 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/InvalidMixinException.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/InvalidMixinException.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinApplicator.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinApplicator.java index f65f33021..5d0fcaa71 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinApplicator.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinApplicator.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassNode.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassNode.java index b2c9ea009..b54c68c8e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassNode.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassNode.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassWriter.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassWriter.java index 19179d8c6..b61c0235e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassWriter.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassWriter.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java index 41f505930..d0e5f4e9b 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinConfig.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java index 3fbf9828d..aefeeaf4d 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinPreProcessor.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinPreProcessor.java index 040b012b2..769da82dd 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinPreProcessor.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinPreProcessor.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java index 2abf74f05..a5316fa54 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTargetContext.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformer.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformer.java index 23255f9e1..54a24c9aa 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformer.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformer.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerError.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerError.java index bc3ea3d48..6b0f99784 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerError.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerError.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleCheckClass.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleCheckClass.java index 611676436..8aefa0b1e 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleCheckClass.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleCheckClass.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleInterfaceChecker.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleInterfaceChecker.java index 2ee8b17d4..9c192cebe 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleInterfaceChecker.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformerModuleInterfaceChecker.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinVerifier.java b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinVerifier.java index 7396405cf..c7869a822 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/MixinVerifier.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/MixinVerifier.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/TreeInfo.java b/src/main/java/org/spongepowered/asm/mixin/transformer/TreeInfo.java index 1853ac28f..9c9dfeb42 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/TreeInfo.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/TreeInfo.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/debug/IDecompiler.java b/src/main/java/org/spongepowered/asm/mixin/transformer/debug/IDecompiler.java index 6ea9a7e8b..7fecce731 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/debug/IDecompiler.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/debug/IDecompiler.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinMerged.java b/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinMerged.java index 6f1bc5d40..28e9922f6 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinMerged.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinMerged.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinRenamed.java b/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinRenamed.java index 5b4a4f57a..23322b28b 100644 --- a/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinRenamed.java +++ b/src/main/java/org/spongepowered/asm/mixin/transformer/meta/MixinRenamed.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/transformers/TreeTransformer.java b/src/main/java/org/spongepowered/asm/transformers/TreeTransformer.java index 63a715aef..cefca54dd 100644 --- a/src/main/java/org/spongepowered/asm/transformers/TreeTransformer.java +++ b/src/main/java/org/spongepowered/asm/transformers/TreeTransformer.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/util/ASMHelper.java b/src/main/java/org/spongepowered/asm/util/ASMHelper.java index 762679d06..a2f73b3fd 100644 --- a/src/main/java/org/spongepowered/asm/util/ASMHelper.java +++ b/src/main/java/org/spongepowered/asm/util/ASMHelper.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/util/Constants.java b/src/main/java/org/spongepowered/asm/util/Constants.java index 285692c42..ce791d4b8 100644 --- a/src/main/java/org/spongepowered/asm/util/Constants.java +++ b/src/main/java/org/spongepowered/asm/util/Constants.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/util/Locals.java b/src/main/java/org/spongepowered/asm/util/Locals.java index 8cb0eae05..d1cf5febc 100644 --- a/src/main/java/org/spongepowered/asm/util/Locals.java +++ b/src/main/java/org/spongepowered/asm/util/Locals.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/util/PrettyPrinter.java b/src/main/java/org/spongepowered/asm/util/PrettyPrinter.java index 046018edc..0dfd9d9e1 100644 --- a/src/main/java/org/spongepowered/asm/util/PrettyPrinter.java +++ b/src/main/java/org/spongepowered/asm/util/PrettyPrinter.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/util/SignaturePrinter.java b/src/main/java/org/spongepowered/asm/util/SignaturePrinter.java index 2a4faeb1b..f57848432 100644 --- a/src/main/java/org/spongepowered/asm/util/SignaturePrinter.java +++ b/src/main/java/org/spongepowered/asm/util/SignaturePrinter.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main/java/org/spongepowered/asm/util/VersionNumber.java b/src/main/java/org/spongepowered/asm/util/VersionNumber.java index bc9d66a2a..a95e30687 100644 --- a/src/main/java/org/spongepowered/asm/util/VersionNumber.java +++ b/src/main/java/org/spongepowered/asm/util/VersionNumber.java @@ -1,7 +1,7 @@ /* - * This file is part of Sponge, licensed under the MIT License (MIT). + * This file is part of Mixin, licensed under the MIT License (MIT). * - * Copyright (c) SpongePowered.org + * Copyright (c) SpongePowered * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy