From 87a648a8a3a36a38151daf9bbfb68648ee95b37d Mon Sep 17 00:00:00 2001 From: William Date: Sun, 16 Apr 2023 17:16:53 +0100 Subject: [PATCH] [ci skip] Update licenses --- .../position/SavedPositionTests.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/common/src/test/java/net/william278/huskhomes/position/SavedPositionTests.java b/common/src/test/java/net/william278/huskhomes/position/SavedPositionTests.java index 94535fda..a3f874fa 100644 --- a/common/src/test/java/net/william278/huskhomes/position/SavedPositionTests.java +++ b/common/src/test/java/net/william278/huskhomes/position/SavedPositionTests.java @@ -1,3 +1,22 @@ +/* + * This file is part of HuskHomes, licensed under the Apache License 2.0. + * + * Copyright (c) William278 + * Copyright (c) contributors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package net.william278.huskhomes.position; import net.william278.huskhomes.user.User;