From 9c7073c322afdbd70c1c8f9eb85bf6adf26e3d1b Mon Sep 17 00:00:00 2001 From: sschr15 Date: Tue, 19 Sep 2023 13:21:41 -0500 Subject: [PATCH] License header --- .../cozy/modules/logs/processors/MissingItemProcessor.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/MissingItemProcessor.kt b/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/MissingItemProcessor.kt index 41d4665..4947b13 100644 --- a/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/MissingItemProcessor.kt +++ b/module-log-parser/src/main/kotlin/org/quiltmc/community/cozy/modules/logs/processors/MissingItemProcessor.kt @@ -1,3 +1,9 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. + */ + package org.quiltmc.community.cozy.modules.logs.processors import org.quiltmc.community.cozy.modules.logs.data.Log