From e0513092208afc6d0ef86e650e9e300bd288fb29 Mon Sep 17 00:00:00 2001 From: dima_dencep Date: Thu, 11 Jan 2024 21:27:33 +0700 Subject: [PATCH] Add license header --- .../mixins/compat/ServerResourcePackManagerMixin.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common/src/main/java/com/github/dimadencep/mods/rrls/mixins/compat/ServerResourcePackManagerMixin.java b/common/src/main/java/com/github/dimadencep/mods/rrls/mixins/compat/ServerResourcePackManagerMixin.java index 3851745..1fa3a94 100644 --- a/common/src/main/java/com/github/dimadencep/mods/rrls/mixins/compat/ServerResourcePackManagerMixin.java +++ b/common/src/main/java/com/github/dimadencep/mods/rrls/mixins/compat/ServerResourcePackManagerMixin.java @@ -1,3 +1,13 @@ +/* + * Copyright 2023 dima_dencep. + * + * Licensed under the Open Software License, Version 3.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at + * https://github.com/dima-dencep/rrls/blob/HEAD/LICENSE + */ + package com.github.dimadencep.mods.rrls.mixins.compat; import com.github.dimadencep.mods.rrls.Rrls;