diff options
author | shedaniel <daniel@shedaniel.me> | 2021-07-13 22:40:52 +0800 |
---|---|---|
committer | shedaniel <daniel@shedaniel.me> | 2021-07-13 22:40:52 +0800 |
commit | 711212b2a97dba8f3f7a955bc36b02ef909dd773 (patch) | |
tree | e10049f2b45d78c949703d1139a5d2affe0c6428 /src/test/groovy/net | |
parent | 489946a8413e0d35f795955414a8f81f89181f46 (diff) | |
download | architectury-loom-711212b2a97dba8f3f7a955bc36b02ef909dd773.tar.gz architectury-loom-711212b2a97dba8f3f7a955bc36b02ef909dd773.tar.bz2 architectury-loom-711212b2a97dba8f3f7a955bc36b02ef909dd773.zip |
Fix license headers
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/test/groovy/net')
-rw-r--r-- | src/test/groovy/net/fabricmc/loom/GroovyXmlUtilTest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/groovy/net/fabricmc/loom/GroovyXmlUtilTest.groovy b/src/test/groovy/net/fabricmc/loom/GroovyXmlUtilTest.groovy index a379b727..c92085ff 100644 --- a/src/test/groovy/net/fabricmc/loom/GroovyXmlUtilTest.groovy +++ b/src/test/groovy/net/fabricmc/loom/GroovyXmlUtilTest.groovy @@ -1,7 +1,7 @@ /* * This file is part of fabric-loom, licensed under the MIT License (MIT). * - * Copyright (c) 2016, 2017, 2018 FabricMC + * Copyright (c) 2020-2021 FabricMC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |