From 4e65f992286c170b01cf5b81e8f7d0d819eb3f5b Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Tue, 19 Feb 2019 13:01:17 +0200 Subject: [PATCH] Added missing license header --- .../djrapitops/plan/db/tasks/DBCleanTask.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Plan/common/src/main/java/com/djrapitops/plan/db/tasks/DBCleanTask.java b/Plan/common/src/main/java/com/djrapitops/plan/db/tasks/DBCleanTask.java index 5538af5f0..c69222ba9 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/db/tasks/DBCleanTask.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/db/tasks/DBCleanTask.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.db.tasks; import com.djrapitops.plan.api.exceptions.database.DBOpException;