Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add copyright header to HandleMotdOrder
Browse files Browse the repository at this point in the history
dasavick committed Jul 5, 2024
1 parent f28c042 commit c7f274a
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2013-present RedisBungee contributors
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*/

package com.imaginarycode.minecraft.redisbungee.api.config;

public enum HandleMotdOrder {

0 comments on commit c7f274a

Please sign in to comment.