From 40a36321c5d4f587f80ff16c311e9a675bb8c5db Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Sat, 17 Jul 2021 17:28:51 +0300 Subject: [PATCH] Added license header to ResourceWriteTask --- .../plan/delivery/web/ResourceWriteTask.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Plan/common/src/main/java/com/djrapitops/plan/delivery/web/ResourceWriteTask.java b/Plan/common/src/main/java/com/djrapitops/plan/delivery/web/ResourceWriteTask.java index 9ea28075d..402883d46 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/delivery/web/ResourceWriteTask.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/delivery/web/ResourceWriteTask.java @@ -1,3 +1,19 @@ +/* + * This file is part of Player Analytics (Plan). + * + * Plan is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License v3 as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Plan is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Plan. If not, see . + */ package com.djrapitops.plan.delivery.web; import com.djrapitops.plan.TaskSystem;