From d9080e4e194ae8da3b05a3aa70f63e0770cae0ff Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 9 Jan 2021 20:45:47 +0800 Subject: [PATCH] Add license header to test classes --- .../architectury/test/ConsoleMessageSink.java | 19 +++++++++++++++++++ .../architectury/test/MessageSink.java | 19 +++++++++++++++++++ .../shedaniel/architectury/test/TestMod.java | 19 +++++++++++++++++++ .../test/client/ClientOverlayMessageSink.java | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) diff --git a/common/src/test/java/me/shedaniel/architectury/test/ConsoleMessageSink.java b/common/src/test/java/me/shedaniel/architectury/test/ConsoleMessageSink.java index 289e7471..01faf68e 100644 --- a/common/src/test/java/me/shedaniel/architectury/test/ConsoleMessageSink.java +++ b/common/src/test/java/me/shedaniel/architectury/test/ConsoleMessageSink.java @@ -1,3 +1,22 @@ +/* + * This file is part of architectury. + * Copyright (C) 2020, 2021 shedaniel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + package me.shedaniel.architectury.test; import org.apache.logging.log4j.LogManager; diff --git a/common/src/test/java/me/shedaniel/architectury/test/MessageSink.java b/common/src/test/java/me/shedaniel/architectury/test/MessageSink.java index 28710d5b..aaf42f77 100644 --- a/common/src/test/java/me/shedaniel/architectury/test/MessageSink.java +++ b/common/src/test/java/me/shedaniel/architectury/test/MessageSink.java @@ -1,3 +1,22 @@ +/* + * This file is part of architectury. + * Copyright (C) 2020, 2021 shedaniel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + package me.shedaniel.architectury.test; public interface MessageSink { diff --git a/common/src/test/java/me/shedaniel/architectury/test/TestMod.java b/common/src/test/java/me/shedaniel/architectury/test/TestMod.java index e0b90191..396c1651 100644 --- a/common/src/test/java/me/shedaniel/architectury/test/TestMod.java +++ b/common/src/test/java/me/shedaniel/architectury/test/TestMod.java @@ -1,3 +1,22 @@ +/* + * This file is part of architectury. + * Copyright (C) 2020, 2021 shedaniel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + package me.shedaniel.architectury.test; import com.mojang.blaze3d.platform.InputConstants; diff --git a/common/src/test/java/me/shedaniel/architectury/test/client/ClientOverlayMessageSink.java b/common/src/test/java/me/shedaniel/architectury/test/client/ClientOverlayMessageSink.java index 462b5138..498172e0 100644 --- a/common/src/test/java/me/shedaniel/architectury/test/client/ClientOverlayMessageSink.java +++ b/common/src/test/java/me/shedaniel/architectury/test/client/ClientOverlayMessageSink.java @@ -1,3 +1,22 @@ +/* + * This file is part of architectury. + * Copyright (C) 2020, 2021 shedaniel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + package me.shedaniel.architectury.test.client; import com.google.common.collect.Lists;