diff --git a/pom.xml b/pom.xml index 71de372..5e211cc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,22 @@ + + diff --git a/src/main/java/com/loohp/limbo/Console.java b/src/main/java/com/loohp/limbo/Console.java index de01798..71c8a3a 100644 --- a/src/main/java/com/loohp/limbo/Console.java +++ b/src/main/java/com/loohp/limbo/Console.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/Limbo.java b/src/main/java/com/loohp/limbo/Limbo.java index b4e98bf..4c82c24 100644 --- a/src/main/java/com/loohp/limbo/Limbo.java +++ b/src/main/java/com/loohp/limbo/Limbo.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo; import java.awt.GraphicsEnvironment; @@ -496,7 +515,7 @@ public class Limbo { } public String buildLegacyPingResponse(String version, Component motd, int maxPlayers, int playersOnline) { - String begin = "§1"; + String begin = "�1"; return String.join("\00", begin, "127", version, String.join("", Arrays.asList(motd).stream().map(each -> LegacyComponentSerializer.legacySection().serialize(each)).collect(Collectors.toList())), String.valueOf(playersOnline), String.valueOf(maxPlayers)); } diff --git a/src/main/java/com/loohp/limbo/Unsafe.java b/src/main/java/com/loohp/limbo/Unsafe.java index 48ae55e..a76779d 100644 --- a/src/main/java/com/loohp/limbo/Unsafe.java +++ b/src/main/java/com/loohp/limbo/Unsafe.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo; import java.lang.reflect.Constructor; diff --git a/src/main/java/com/loohp/limbo/commands/CommandExecutor.java b/src/main/java/com/loohp/limbo/commands/CommandExecutor.java index 10642fa..75d9268 100644 --- a/src/main/java/com/loohp/limbo/commands/CommandExecutor.java +++ b/src/main/java/com/loohp/limbo/commands/CommandExecutor.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.commands; public interface CommandExecutor { diff --git a/src/main/java/com/loohp/limbo/commands/CommandSender.java b/src/main/java/com/loohp/limbo/commands/CommandSender.java index 3e02a85..97d0870 100644 --- a/src/main/java/com/loohp/limbo/commands/CommandSender.java +++ b/src/main/java/com/loohp/limbo/commands/CommandSender.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.commands; import java.util.UUID; diff --git a/src/main/java/com/loohp/limbo/commands/DefaultCommands.java b/src/main/java/com/loohp/limbo/commands/DefaultCommands.java index 91bc1ca..aedcc21 100644 --- a/src/main/java/com/loohp/limbo/commands/DefaultCommands.java +++ b/src/main/java/com/loohp/limbo/commands/DefaultCommands.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.commands; import java.util.ArrayList; diff --git a/src/main/java/com/loohp/limbo/commands/TabCompletor.java b/src/main/java/com/loohp/limbo/commands/TabCompletor.java index 9be7014..4325448 100644 --- a/src/main/java/com/loohp/limbo/commands/TabCompletor.java +++ b/src/main/java/com/loohp/limbo/commands/TabCompletor.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.commands; import java.util.List; diff --git a/src/main/java/com/loohp/limbo/consolegui/ConsoleTextOutput.java b/src/main/java/com/loohp/limbo/consolegui/ConsoleTextOutput.java index af2a2eb..c4a3755 100644 --- a/src/main/java/com/loohp/limbo/consolegui/ConsoleTextOutput.java +++ b/src/main/java/com/loohp/limbo/consolegui/ConsoleTextOutput.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.consolegui; import com.loohp.limbo.Limbo; diff --git a/src/main/java/com/loohp/limbo/consolegui/GUI.java b/src/main/java/com/loohp/limbo/consolegui/GUI.java index 1502ae8..5719fa8 100644 --- a/src/main/java/com/loohp/limbo/consolegui/GUI.java +++ b/src/main/java/com/loohp/limbo/consolegui/GUI.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.consolegui; import java.awt.Font; diff --git a/src/main/java/com/loohp/limbo/consolegui/SystemInfo.java b/src/main/java/com/loohp/limbo/consolegui/SystemInfo.java index a7ce364..158a849 100644 --- a/src/main/java/com/loohp/limbo/consolegui/SystemInfo.java +++ b/src/main/java/com/loohp/limbo/consolegui/SystemInfo.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.consolegui; import java.lang.management.ManagementFactory; diff --git a/src/main/java/com/loohp/limbo/entity/ArmorStand.java b/src/main/java/com/loohp/limbo/entity/ArmorStand.java index bf414aa..531ad86 100644 --- a/src/main/java/com/loohp/limbo/entity/ArmorStand.java +++ b/src/main/java/com/loohp/limbo/entity/ArmorStand.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.entity; import java.util.UUID; diff --git a/src/main/java/com/loohp/limbo/entity/DataWatcher.java b/src/main/java/com/loohp/limbo/entity/DataWatcher.java index 217b84c..55e339f 100644 --- a/src/main/java/com/loohp/limbo/entity/DataWatcher.java +++ b/src/main/java/com/loohp/limbo/entity/DataWatcher.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.entity; import java.lang.annotation.ElementType; diff --git a/src/main/java/com/loohp/limbo/entity/Entity.java b/src/main/java/com/loohp/limbo/entity/Entity.java index 4eac66a..1c26d77 100644 --- a/src/main/java/com/loohp/limbo/entity/Entity.java +++ b/src/main/java/com/loohp/limbo/entity/Entity.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.entity; import java.util.UUID; diff --git a/src/main/java/com/loohp/limbo/entity/EntityType.java b/src/main/java/com/loohp/limbo/entity/EntityType.java index 7dea099..3fd5feb 100644 --- a/src/main/java/com/loohp/limbo/entity/EntityType.java +++ b/src/main/java/com/loohp/limbo/entity/EntityType.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.entity; import java.util.HashMap; diff --git a/src/main/java/com/loohp/limbo/entity/LivingEntity.java b/src/main/java/com/loohp/limbo/entity/LivingEntity.java index 08943f4..74ec798 100644 --- a/src/main/java/com/loohp/limbo/entity/LivingEntity.java +++ b/src/main/java/com/loohp/limbo/entity/LivingEntity.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.entity; import java.util.UUID; diff --git a/src/main/java/com/loohp/limbo/entity/Pose.java b/src/main/java/com/loohp/limbo/entity/Pose.java index c020e21..6b99ed5 100644 --- a/src/main/java/com/loohp/limbo/entity/Pose.java +++ b/src/main/java/com/loohp/limbo/entity/Pose.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.entity; public enum Pose { diff --git a/src/main/java/com/loohp/limbo/events/Cancellable.java b/src/main/java/com/loohp/limbo/events/Cancellable.java index 7f0c192..f109ead 100644 --- a/src/main/java/com/loohp/limbo/events/Cancellable.java +++ b/src/main/java/com/loohp/limbo/events/Cancellable.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; public interface Cancellable { diff --git a/src/main/java/com/loohp/limbo/events/Event.java b/src/main/java/com/loohp/limbo/events/Event.java index ca563c5..2e59f19 100644 --- a/src/main/java/com/loohp/limbo/events/Event.java +++ b/src/main/java/com/loohp/limbo/events/Event.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; public abstract class Event { diff --git a/src/main/java/com/loohp/limbo/events/EventHandler.java b/src/main/java/com/loohp/limbo/events/EventHandler.java index 9458d7f..1258c9b 100644 --- a/src/main/java/com/loohp/limbo/events/EventHandler.java +++ b/src/main/java/com/loohp/limbo/events/EventHandler.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; import java.lang.annotation.Documented; diff --git a/src/main/java/com/loohp/limbo/events/EventPriority.java b/src/main/java/com/loohp/limbo/events/EventPriority.java index b7fef26..c8b9d66 100644 --- a/src/main/java/com/loohp/limbo/events/EventPriority.java +++ b/src/main/java/com/loohp/limbo/events/EventPriority.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; public enum EventPriority { diff --git a/src/main/java/com/loohp/limbo/events/EventsManager.java b/src/main/java/com/loohp/limbo/events/EventsManager.java index e8525fc..03e4eab 100644 --- a/src/main/java/com/loohp/limbo/events/EventsManager.java +++ b/src/main/java/com/loohp/limbo/events/EventsManager.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; import java.lang.reflect.Method; diff --git a/src/main/java/com/loohp/limbo/events/Listener.java b/src/main/java/com/loohp/limbo/events/Listener.java index cbd3591..52c6f3b 100644 --- a/src/main/java/com/loohp/limbo/events/Listener.java +++ b/src/main/java/com/loohp/limbo/events/Listener.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; public interface Listener { diff --git a/src/main/java/com/loohp/limbo/events/RegisteredCachedListener.java b/src/main/java/com/loohp/limbo/events/RegisteredCachedListener.java index e5effd4..3c4b150 100644 --- a/src/main/java/com/loohp/limbo/events/RegisteredCachedListener.java +++ b/src/main/java/com/loohp/limbo/events/RegisteredCachedListener.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events; import java.lang.reflect.Method; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerChatEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerChatEvent.java index bb71487..1dd83fd 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerChatEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerChatEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.events.Cancellable; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerEvent.java index 47b2eb6..dcc1c16 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.events.Event; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerJoinEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerJoinEvent.java index 0178f32..997d6e1 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerJoinEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerJoinEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.location.Location; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerLoginEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerLoginEvent.java index 7c9e60e..6c5f2d4 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerLoginEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerLoginEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.events.Cancellable; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerMoveEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerMoveEvent.java index ec2a8aa..319f86d 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerMoveEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerMoveEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.events.Cancellable; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerQuitEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerQuitEvent.java index 5966a11..3d43ad7 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerQuitEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerQuitEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.player.Player; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerResourcePackStatusEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerResourcePackStatusEvent.java index fddb509..4e5f92b 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerResourcePackStatusEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerResourcePackStatusEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.network.protocol.packets.PacketPlayInResourcePackStatus.EnumResourcePackStatus; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerSelectedSlotChangeEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerSelectedSlotChangeEvent.java index 431fccd..794e66d 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerSelectedSlotChangeEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerSelectedSlotChangeEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.events.Cancellable; diff --git a/src/main/java/com/loohp/limbo/events/player/PlayerTeleportEvent.java b/src/main/java/com/loohp/limbo/events/player/PlayerTeleportEvent.java index c466310..92138c0 100644 --- a/src/main/java/com/loohp/limbo/events/player/PlayerTeleportEvent.java +++ b/src/main/java/com/loohp/limbo/events/player/PlayerTeleportEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.player; import com.loohp.limbo.location.Location; diff --git a/src/main/java/com/loohp/limbo/events/status/StatusPingEvent.java b/src/main/java/com/loohp/limbo/events/status/StatusPingEvent.java index 886024d..5ffa6be 100644 --- a/src/main/java/com/loohp/limbo/events/status/StatusPingEvent.java +++ b/src/main/java/com/loohp/limbo/events/status/StatusPingEvent.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.events.status; import java.awt.image.BufferedImage; diff --git a/src/main/java/com/loohp/limbo/file/FileConfiguration.java b/src/main/java/com/loohp/limbo/file/FileConfiguration.java index feaaa8c..f3cebc7 100644 --- a/src/main/java/com/loohp/limbo/file/FileConfiguration.java +++ b/src/main/java/com/loohp/limbo/file/FileConfiguration.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.file; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/file/ServerProperties.java b/src/main/java/com/loohp/limbo/file/ServerProperties.java index 85c3beb..b9283f3 100644 --- a/src/main/java/com/loohp/limbo/file/ServerProperties.java +++ b/src/main/java/com/loohp/limbo/file/ServerProperties.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.file; import java.awt.image.BufferedImage; diff --git a/src/main/java/com/loohp/limbo/inventory/EquipmentSlot.java b/src/main/java/com/loohp/limbo/inventory/EquipmentSlot.java index eb35bde..1c69287 100644 --- a/src/main/java/com/loohp/limbo/inventory/EquipmentSlot.java +++ b/src/main/java/com/loohp/limbo/inventory/EquipmentSlot.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.inventory; public enum EquipmentSlot { diff --git a/src/main/java/com/loohp/limbo/location/Location.java b/src/main/java/com/loohp/limbo/location/Location.java index 5f0ebf4..10a40f8 100644 --- a/src/main/java/com/loohp/limbo/location/Location.java +++ b/src/main/java/com/loohp/limbo/location/Location.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.location; import com.loohp.limbo.Limbo; diff --git a/src/main/java/com/loohp/limbo/location/Vector.java b/src/main/java/com/loohp/limbo/location/Vector.java index 19d4d45..419ad2b 100644 --- a/src/main/java/com/loohp/limbo/location/Vector.java +++ b/src/main/java/com/loohp/limbo/location/Vector.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.location; import java.util.Random; diff --git a/src/main/java/com/loohp/limbo/metrics/Metrics.java b/src/main/java/com/loohp/limbo/metrics/Metrics.java index 5311354..01d0a54 100644 --- a/src/main/java/com/loohp/limbo/metrics/Metrics.java +++ b/src/main/java/com/loohp/limbo/metrics/Metrics.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.metrics; import java.io.ByteArrayOutputStream; @@ -714,7 +733,7 @@ public class Metrics { AUSTRIA("AT", "Austria"), AUSTRALIA("AU", "Australia"), ARUBA("AW", "Aruba"), - ALAND_ISLANDS("AX", "Åland Islands"), + ALAND_ISLANDS("AX", "�land Islands"), AZERBAIJAN("AZ", "Azerbaijan"), BOSNIA_AND_HERZEGOVINA("BA", "Bosnia and Herzegovina"), BARBADOS("BB", "Barbados"), @@ -725,7 +744,7 @@ public class Metrics { BAHRAIN("BH", "Bahrain"), BURUNDI("BI", "Burundi"), BENIN("BJ", "Benin"), - SAINT_BARTHELEMY("BL", "Saint Barthélemy"), + SAINT_BARTHELEMY("BL", "Saint Barth�lemy"), BERMUDA("BM", "Bermuda"), BRUNEI("BN", "Brunei"), BOLIVIA("BO", "Bolivia"), @@ -743,7 +762,7 @@ public class Metrics { CENTRAL_AFRICAN_REPUBLIC("CF", "Central African Republic"), CONGO("CG", "Congo"), SWITZERLAND("CH", "Switzerland"), - COTE_D_IVOIRE("CI", "Côte d'Ivoire"), + COTE_D_IVOIRE("CI", "C�te d'Ivoire"), COOK_ISLANDS("CK", "Cook Islands"), CHILE("CL", "Chile"), CAMEROON("CM", "Cameroon"), @@ -752,7 +771,7 @@ public class Metrics { COSTA_RICA("CR", "Costa Rica"), CUBA("CU", "Cuba"), CAPE_VERDE("CV", "Cape Verde"), - CURACAO("CW", "Curaçao"), + CURACAO("CW", "Cura�ao"), CHRISTMAS_ISLAND("CX", "Christmas Island"), CYPRUS("CY", "Cyprus"), CZECH_REPUBLIC("CZ", "Czech Republic"), diff --git a/src/main/java/com/loohp/limbo/network/Channel.java b/src/main/java/com/loohp/limbo/network/Channel.java index 5f79cf6..5c2e30a 100644 --- a/src/main/java/com/loohp/limbo/network/Channel.java +++ b/src/main/java/com/loohp/limbo/network/Channel.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network; import com.loohp.limbo.network.protocol.packets.PacketIn; diff --git a/src/main/java/com/loohp/limbo/network/ChannelPacketHandler.java b/src/main/java/com/loohp/limbo/network/ChannelPacketHandler.java index 3212116..a469e5f 100644 --- a/src/main/java/com/loohp/limbo/network/ChannelPacketHandler.java +++ b/src/main/java/com/loohp/limbo/network/ChannelPacketHandler.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network; public abstract class ChannelPacketHandler { diff --git a/src/main/java/com/loohp/limbo/network/ChannelPacketRead.java b/src/main/java/com/loohp/limbo/network/ChannelPacketRead.java index 23e5335..5e89ce5 100644 --- a/src/main/java/com/loohp/limbo/network/ChannelPacketRead.java +++ b/src/main/java/com/loohp/limbo/network/ChannelPacketRead.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network; import com.loohp.limbo.network.protocol.packets.PacketIn; diff --git a/src/main/java/com/loohp/limbo/network/ChannelPacketWrite.java b/src/main/java/com/loohp/limbo/network/ChannelPacketWrite.java index 646a393..c812639 100644 --- a/src/main/java/com/loohp/limbo/network/ChannelPacketWrite.java +++ b/src/main/java/com/loohp/limbo/network/ChannelPacketWrite.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network; import com.loohp.limbo.network.protocol.packets.PacketOut; diff --git a/src/main/java/com/loohp/limbo/network/ClientConnection.java b/src/main/java/com/loohp/limbo/network/ClientConnection.java index 33fa02d..22ed9b9 100644 --- a/src/main/java/com/loohp/limbo/network/ClientConnection.java +++ b/src/main/java/com/loohp/limbo/network/ClientConnection.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network; import com.loohp.limbo.Limbo; diff --git a/src/main/java/com/loohp/limbo/network/ServerConnection.java b/src/main/java/com/loohp/limbo/network/ServerConnection.java index 848f19d..a16067c 100644 --- a/src/main/java/com/loohp/limbo/network/ServerConnection.java +++ b/src/main/java/com/loohp/limbo/network/ServerConnection.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network; import java.io.IOException; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundClearTitlesPacket.java b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundClearTitlesPacket.java index f627928..c48268b 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundClearTitlesPacket.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundClearTitlesPacket.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundLevelChunkWithLightPacket.java b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundLevelChunkWithLightPacket.java index 1d19730..e299760 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundLevelChunkWithLightPacket.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundLevelChunkWithLightPacket.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetSubtitleTextPacket.java b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetSubtitleTextPacket.java index 1312d86..96cc298 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetSubtitleTextPacket.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetSubtitleTextPacket.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitleTextPacket.java b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitleTextPacket.java index 8b2afba..1ac6046 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitleTextPacket.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitleTextPacket.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitlesAnimationPacket.java b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitlesAnimationPacket.java index b87edf9..ae97779 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitlesAnimationPacket.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/ClientboundSetTitlesAnimationPacket.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/Packet.java b/src/main/java/com/loohp/limbo/network/protocol/packets/Packet.java index ecebc35..614544a 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/Packet.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/Packet.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.util.Map; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketHandshakingIn.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketHandshakingIn.java index 6119438..17eb374 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketHandshakingIn.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketHandshakingIn.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketIn.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketIn.java index 2af1e4c..ba601d7 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketIn.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketIn.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; public abstract class PacketIn extends Packet { diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInLoginStart.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInLoginStart.java index 0488c3c..f6ad8cd 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInLoginStart.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInLoginStart.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInPluginMessaging.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInPluginMessaging.java index 5e89ddd..17d6ce4 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInPluginMessaging.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginInPluginMessaging.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutDisconnect.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutDisconnect.java index a63add6..1a099cc 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutDisconnect.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutDisconnect.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutLoginSuccess.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutLoginSuccess.java index 0c5ad89..ba9fc79 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutLoginSuccess.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutLoginSuccess.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutPluginMessaging.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutPluginMessaging.java index f4867a7..5394602 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutPluginMessaging.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketLoginOutPluginMessaging.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketOut.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketOut.java index ded4646..5f0f768 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketOut.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketOut.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.IOException; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInChat.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInChat.java index 016b5ea..49da8b8 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInChat.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInChat.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInHeldItemChange.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInHeldItemChange.java index 6c62bd8..97dd331 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInHeldItemChange.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInHeldItemChange.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInKeepAlive.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInKeepAlive.java index e01e3da..0ef5763 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInKeepAlive.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInKeepAlive.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPluginMessaging.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPluginMessaging.java index 93736bd..c1b1569 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPluginMessaging.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPluginMessaging.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPosition.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPosition.java index 35fe47f..f639fa7 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPosition.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPosition.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPositionAndLook.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPositionAndLook.java index 3b7ff32..5dce412 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPositionAndLook.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInPositionAndLook.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInResourcePackStatus.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInResourcePackStatus.java index 6c68ac5..6cd0f51 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInResourcePackStatus.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInResourcePackStatus.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInRotation.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInRotation.java index 826f465..1e23d95 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInRotation.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInRotation.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInTabComplete.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInTabComplete.java index b62643f..b2ae246 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInTabComplete.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayInTabComplete.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutChat.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutChat.java index 613925b..c866480 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutChat.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutChat.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDeclareCommands.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDeclareCommands.java index 2bafc8b..5fb072e 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDeclareCommands.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDeclareCommands.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDisconnect.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDisconnect.java index 6c4ed16..c96aa53 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDisconnect.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutDisconnect.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityDestroy.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityDestroy.java index d5823ae..233ee23 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityDestroy.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityDestroy.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityMetadata.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityMetadata.java index bd02028..181a4d3 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityMetadata.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutEntityMetadata.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutGameState.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutGameState.java index f623345..aa1f0bc 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutGameState.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutGameState.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutHeldItemChange.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutHeldItemChange.java index 8519f28..4e7bfad 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutHeldItemChange.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutHeldItemChange.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutKeepAlive.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutKeepAlive.java index bd28465..505e65f 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutKeepAlive.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutKeepAlive.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutLogin.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutLogin.java index 14e1f10..0d28af2 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutLogin.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutLogin.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerAbilities.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerAbilities.java index f30a4d0..4dd5445 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerAbilities.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerAbilities.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerInfo.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerInfo.java index 8d462fd..e4d99f0 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerInfo.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerInfo.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerListHeaderFooter.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerListHeaderFooter.java index 3b5cfa3..b8f1416 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerListHeaderFooter.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPlayerListHeaderFooter.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPluginMessaging.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPluginMessaging.java index c861a86..f94a182 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPluginMessaging.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPluginMessaging.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPositionAndLook.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPositionAndLook.java index 568c265..544c65a 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPositionAndLook.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutPositionAndLook.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutResourcePackSend.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutResourcePackSend.java index b0002ad..2bfe2e0 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutResourcePackSend.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutResourcePackSend.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutRespawn.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutRespawn.java index 1a3ea7d..5895457 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutRespawn.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutRespawn.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntity.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntity.java index 2d68e68..31b3f10 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntity.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntity.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntityLiving.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntityLiving.java index 59309a8..e606f0d 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntityLiving.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnEntityLiving.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnPosition.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnPosition.java index 9f9ecbc..cc858b0 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnPosition.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutSpawnPosition.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutTabComplete.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutTabComplete.java index 7a2b613..e5d5ac3 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutTabComplete.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutTabComplete.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUnloadChunk.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUnloadChunk.java index a382858..cd313a1 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUnloadChunk.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUnloadChunk.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUpdateViewPosition.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUpdateViewPosition.java index 92dd7cf..d4e50af 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUpdateViewPosition.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketPlayOutUpdateViewPosition.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInPing.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInPing.java index a8119cf..c305a96 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInPing.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInPing.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInRequest.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInRequest.java index c2b822f..b931d4a 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInRequest.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusInRequest.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.DataInputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutPong.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutPong.java index 3ea1695..44daaa8 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutPong.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutPong.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutResponse.java b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutResponse.java index 1ad0ebe..59fa249 100644 --- a/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutResponse.java +++ b/src/main/java/com/loohp/limbo/network/protocol/packets/PacketStatusOutResponse.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.network.protocol.packets; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/permissions/PermissionsManager.java b/src/main/java/com/loohp/limbo/permissions/PermissionsManager.java index d95547b..7dafdac 100644 --- a/src/main/java/com/loohp/limbo/permissions/PermissionsManager.java +++ b/src/main/java/com/loohp/limbo/permissions/PermissionsManager.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.permissions; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/player/Player.java b/src/main/java/com/loohp/limbo/player/Player.java index 8f11ac2..9f87864 100644 --- a/src/main/java/com/loohp/limbo/player/Player.java +++ b/src/main/java/com/loohp/limbo/player/Player.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.player; import java.io.IOException; diff --git a/src/main/java/com/loohp/limbo/player/PlayerInteractManager.java b/src/main/java/com/loohp/limbo/player/PlayerInteractManager.java index 17d81a5..ca3b67d 100644 --- a/src/main/java/com/loohp/limbo/player/PlayerInteractManager.java +++ b/src/main/java/com/loohp/limbo/player/PlayerInteractManager.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.player; import java.io.IOException; diff --git a/src/main/java/com/loohp/limbo/player/Unsafe.java b/src/main/java/com/loohp/limbo/player/Unsafe.java index 2d5f57d..c88ce97 100644 --- a/src/main/java/com/loohp/limbo/player/Unsafe.java +++ b/src/main/java/com/loohp/limbo/player/Unsafe.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.player; import com.loohp.limbo.location.Location; diff --git a/src/main/java/com/loohp/limbo/plugins/LimboPlugin.java b/src/main/java/com/loohp/limbo/plugins/LimboPlugin.java index 2a21fb0..05f8ddd 100644 --- a/src/main/java/com/loohp/limbo/plugins/LimboPlugin.java +++ b/src/main/java/com/loohp/limbo/plugins/LimboPlugin.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.plugins; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/plugins/PluginInfo.java b/src/main/java/com/loohp/limbo/plugins/PluginInfo.java index 7766f62..4d7f5c8 100644 --- a/src/main/java/com/loohp/limbo/plugins/PluginInfo.java +++ b/src/main/java/com/loohp/limbo/plugins/PluginInfo.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.plugins; import com.loohp.limbo.file.FileConfiguration; diff --git a/src/main/java/com/loohp/limbo/plugins/PluginManager.java b/src/main/java/com/loohp/limbo/plugins/PluginManager.java index 95b5935..8ff71f4 100644 --- a/src/main/java/com/loohp/limbo/plugins/PluginManager.java +++ b/src/main/java/com/loohp/limbo/plugins/PluginManager.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.plugins; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/registry/Registry.java b/src/main/java/com/loohp/limbo/registry/Registry.java index 6ce8f9c..4ef24d3 100644 --- a/src/main/java/com/loohp/limbo/registry/Registry.java +++ b/src/main/java/com/loohp/limbo/registry/Registry.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.registry; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/scheduler/LimboRunnable.java b/src/main/java/com/loohp/limbo/scheduler/LimboRunnable.java index 39d85ff..aa3cf29 100644 --- a/src/main/java/com/loohp/limbo/scheduler/LimboRunnable.java +++ b/src/main/java/com/loohp/limbo/scheduler/LimboRunnable.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.scheduler; import com.loohp.limbo.Limbo; diff --git a/src/main/java/com/loohp/limbo/scheduler/LimboScheduler.java b/src/main/java/com/loohp/limbo/scheduler/LimboScheduler.java index 1db80f1..bcb0eee 100644 --- a/src/main/java/com/loohp/limbo/scheduler/LimboScheduler.java +++ b/src/main/java/com/loohp/limbo/scheduler/LimboScheduler.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.scheduler; import java.util.ArrayList; diff --git a/src/main/java/com/loohp/limbo/scheduler/LimboTask.java b/src/main/java/com/loohp/limbo/scheduler/LimboTask.java index 521bdd4..fd55176 100644 --- a/src/main/java/com/loohp/limbo/scheduler/LimboTask.java +++ b/src/main/java/com/loohp/limbo/scheduler/LimboTask.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.scheduler; public interface LimboTask extends Runnable { diff --git a/src/main/java/com/loohp/limbo/scheduler/Tick.java b/src/main/java/com/loohp/limbo/scheduler/Tick.java index 92bbc74..4f668ed 100644 --- a/src/main/java/com/loohp/limbo/scheduler/Tick.java +++ b/src/main/java/com/loohp/limbo/scheduler/Tick.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.scheduler; import java.io.IOException; diff --git a/src/main/java/com/loohp/limbo/utils/BitsUtils.java b/src/main/java/com/loohp/limbo/utils/BitsUtils.java index e5394cc..cb2c5a3 100644 --- a/src/main/java/com/loohp/limbo/utils/BitsUtils.java +++ b/src/main/java/com/loohp/limbo/utils/BitsUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.util.ArrayList; diff --git a/src/main/java/com/loohp/limbo/utils/BungeeLoginMessageUtils.java b/src/main/java/com/loohp/limbo/utils/BungeeLoginMessageUtils.java index 4af1207..49ba78f 100644 --- a/src/main/java/com/loohp/limbo/utils/BungeeLoginMessageUtils.java +++ b/src/main/java/com/loohp/limbo/utils/BungeeLoginMessageUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.io.DataOutputStream; diff --git a/src/main/java/com/loohp/limbo/utils/BungeecordAdventureConversionUtils.java b/src/main/java/com/loohp/limbo/utils/BungeecordAdventureConversionUtils.java index 58af596..2ff886e 100644 --- a/src/main/java/com/loohp/limbo/utils/BungeecordAdventureConversionUtils.java +++ b/src/main/java/com/loohp/limbo/utils/BungeecordAdventureConversionUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import net.kyori.adventure.text.Component; diff --git a/src/main/java/com/loohp/limbo/utils/CheckedBiConsumer.java b/src/main/java/com/loohp/limbo/utils/CheckedBiConsumer.java index bc5ac14..2b24f1c 100644 --- a/src/main/java/com/loohp/limbo/utils/CheckedBiConsumer.java +++ b/src/main/java/com/loohp/limbo/utils/CheckedBiConsumer.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; @FunctionalInterface diff --git a/src/main/java/com/loohp/limbo/utils/ChunkDataUtils.java b/src/main/java/com/loohp/limbo/utils/ChunkDataUtils.java index 18d98e6..b22136f 100644 --- a/src/main/java/com/loohp/limbo/utils/ChunkDataUtils.java +++ b/src/main/java/com/loohp/limbo/utils/ChunkDataUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import net.querz.mca.Section; diff --git a/src/main/java/com/loohp/limbo/utils/CustomArrayUtils.java b/src/main/java/com/loohp/limbo/utils/CustomArrayUtils.java index 3a10165..ff8c889 100644 --- a/src/main/java/com/loohp/limbo/utils/CustomArrayUtils.java +++ b/src/main/java/com/loohp/limbo/utils/CustomArrayUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; public class CustomArrayUtils { diff --git a/src/main/java/com/loohp/limbo/utils/CustomNBTUtils.java b/src/main/java/com/loohp/limbo/utils/CustomNBTUtils.java index 2928cd9..e4367a4 100644 --- a/src/main/java/com/loohp/limbo/utils/CustomNBTUtils.java +++ b/src/main/java/com/loohp/limbo/utils/CustomNBTUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import org.json.simple.JSONArray; diff --git a/src/main/java/com/loohp/limbo/utils/CustomStringUtils.java b/src/main/java/com/loohp/limbo/utils/CustomStringUtils.java index 8d716c2..4bea583 100644 --- a/src/main/java/com/loohp/limbo/utils/CustomStringUtils.java +++ b/src/main/java/com/loohp/limbo/utils/CustomStringUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.util.ArrayList; diff --git a/src/main/java/com/loohp/limbo/utils/DataTypeIO.java b/src/main/java/com/loohp/limbo/utils/DataTypeIO.java index d858a1e..fd73216 100644 --- a/src/main/java/com/loohp/limbo/utils/DataTypeIO.java +++ b/src/main/java/com/loohp/limbo/utils/DataTypeIO.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/utils/DeclareCommands.java b/src/main/java/com/loohp/limbo/utils/DeclareCommands.java index 11143c9..78b533f 100644 --- a/src/main/java/com/loohp/limbo/utils/DeclareCommands.java +++ b/src/main/java/com/loohp/limbo/utils/DeclareCommands.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/loohp/limbo/utils/ForwardingUtils.java b/src/main/java/com/loohp/limbo/utils/ForwardingUtils.java index ad3e474..7e14c3e 100644 --- a/src/main/java/com/loohp/limbo/utils/ForwardingUtils.java +++ b/src/main/java/com/loohp/limbo/utils/ForwardingUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.io.ByteArrayInputStream; diff --git a/src/main/java/com/loohp/limbo/utils/GameMode.java b/src/main/java/com/loohp/limbo/utils/GameMode.java index 4f66fcb..f007a7f 100644 --- a/src/main/java/com/loohp/limbo/utils/GameMode.java +++ b/src/main/java/com/loohp/limbo/utils/GameMode.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; public enum GameMode { diff --git a/src/main/java/com/loohp/limbo/utils/ImageUtils.java b/src/main/java/com/loohp/limbo/utils/ImageUtils.java index 4c3d0de..80743f9 100644 --- a/src/main/java/com/loohp/limbo/utils/ImageUtils.java +++ b/src/main/java/com/loohp/limbo/utils/ImageUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.awt.image.RenderedImage; diff --git a/src/main/java/com/loohp/limbo/utils/MojangAPIUtils.java b/src/main/java/com/loohp/limbo/utils/MojangAPIUtils.java index c1dbf48..c450813 100644 --- a/src/main/java/com/loohp/limbo/utils/MojangAPIUtils.java +++ b/src/main/java/com/loohp/limbo/utils/MojangAPIUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.io.BufferedReader; diff --git a/src/main/java/com/loohp/limbo/utils/NamespacedKey.java b/src/main/java/com/loohp/limbo/utils/NamespacedKey.java index f5cf13c..f8e160a 100644 --- a/src/main/java/com/loohp/limbo/utils/NamespacedKey.java +++ b/src/main/java/com/loohp/limbo/utils/NamespacedKey.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; public class NamespacedKey { diff --git a/src/main/java/com/loohp/limbo/utils/NetworkUtils.java b/src/main/java/com/loohp/limbo/utils/NetworkUtils.java index 07f621c..f5c2304 100644 --- a/src/main/java/com/loohp/limbo/utils/NetworkUtils.java +++ b/src/main/java/com/loohp/limbo/utils/NetworkUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.io.IOException; diff --git a/src/main/java/com/loohp/limbo/utils/NumberConversions.java b/src/main/java/com/loohp/limbo/utils/NumberConversions.java index cf06125..e601b46 100644 --- a/src/main/java/com/loohp/limbo/utils/NumberConversions.java +++ b/src/main/java/com/loohp/limbo/utils/NumberConversions.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; /** diff --git a/src/main/java/com/loohp/limbo/utils/Pair.java b/src/main/java/com/loohp/limbo/utils/Pair.java index 47465d5..3e21e18 100644 --- a/src/main/java/com/loohp/limbo/utils/Pair.java +++ b/src/main/java/com/loohp/limbo/utils/Pair.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.util.Objects; diff --git a/src/main/java/com/loohp/limbo/utils/Rotation3f.java b/src/main/java/com/loohp/limbo/utils/Rotation3f.java index f05a83e..40e0399 100644 --- a/src/main/java/com/loohp/limbo/utils/Rotation3f.java +++ b/src/main/java/com/loohp/limbo/utils/Rotation3f.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; public class Rotation3f { diff --git a/src/main/java/com/loohp/limbo/utils/SchematicConvertionUtils.java b/src/main/java/com/loohp/limbo/utils/SchematicConvertionUtils.java index b9d8c2f..030e5f0 100644 --- a/src/main/java/com/loohp/limbo/utils/SchematicConvertionUtils.java +++ b/src/main/java/com/loohp/limbo/utils/SchematicConvertionUtils.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import net.querz.nbt.tag.CompoundTag; diff --git a/src/main/java/com/loohp/limbo/utils/YamlOrder.java b/src/main/java/com/loohp/limbo/utils/YamlOrder.java index 8b2a16b..a4e2b66 100644 --- a/src/main/java/com/loohp/limbo/utils/YamlOrder.java +++ b/src/main/java/com/loohp/limbo/utils/YamlOrder.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.utils; import java.beans.FeatureDescriptor; diff --git a/src/main/java/com/loohp/limbo/world/BlockPosition.java b/src/main/java/com/loohp/limbo/world/BlockPosition.java index b9c663a..d33f0b6 100644 --- a/src/main/java/com/loohp/limbo/world/BlockPosition.java +++ b/src/main/java/com/loohp/limbo/world/BlockPosition.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import com.loohp.limbo.location.Location; diff --git a/src/main/java/com/loohp/limbo/world/BlockState.java b/src/main/java/com/loohp/limbo/world/BlockState.java index 2237332..5932a6e 100644 --- a/src/main/java/com/loohp/limbo/world/BlockState.java +++ b/src/main/java/com/loohp/limbo/world/BlockState.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.util.HashMap; diff --git a/src/main/java/com/loohp/limbo/world/ChunkPosition.java b/src/main/java/com/loohp/limbo/world/ChunkPosition.java index dcab886..4085300 100644 --- a/src/main/java/com/loohp/limbo/world/ChunkPosition.java +++ b/src/main/java/com/loohp/limbo/world/ChunkPosition.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import com.loohp.limbo.location.Location; diff --git a/src/main/java/com/loohp/limbo/world/DimensionRegistry.java b/src/main/java/com/loohp/limbo/world/DimensionRegistry.java index 3a93faf..9762a73 100644 --- a/src/main/java/com/loohp/limbo/world/DimensionRegistry.java +++ b/src/main/java/com/loohp/limbo/world/DimensionRegistry.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/world/Environment.java b/src/main/java/com/loohp/limbo/world/Environment.java index b4ac260..a86b1a1 100644 --- a/src/main/java/com/loohp/limbo/world/Environment.java +++ b/src/main/java/com/loohp/limbo/world/Environment.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.util.HashSet; diff --git a/src/main/java/com/loohp/limbo/world/GeneratedBlockDataMappings.java b/src/main/java/com/loohp/limbo/world/GeneratedBlockDataMappings.java index cdd8aef..b5f711a 100644 --- a/src/main/java/com/loohp/limbo/world/GeneratedBlockDataMappings.java +++ b/src/main/java/com/loohp/limbo/world/GeneratedBlockDataMappings.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.io.File; diff --git a/src/main/java/com/loohp/limbo/world/LightEngine.java b/src/main/java/com/loohp/limbo/world/LightEngine.java index 7219d26..4553eb6 100644 --- a/src/main/java/com/loohp/limbo/world/LightEngine.java +++ b/src/main/java/com/loohp/limbo/world/LightEngine.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.util.HashMap; diff --git a/src/main/java/com/loohp/limbo/world/LightEngineBlock.java b/src/main/java/com/loohp/limbo/world/LightEngineBlock.java index 2b1bdb6..cb6bc48 100644 --- a/src/main/java/com/loohp/limbo/world/LightEngineBlock.java +++ b/src/main/java/com/loohp/limbo/world/LightEngineBlock.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.util.ArrayList; diff --git a/src/main/java/com/loohp/limbo/world/LightEngineSky.java b/src/main/java/com/loohp/limbo/world/LightEngineSky.java index bd14fbb..30b1cc1 100644 --- a/src/main/java/com/loohp/limbo/world/LightEngineSky.java +++ b/src/main/java/com/loohp/limbo/world/LightEngineSky.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.util.ArrayList; diff --git a/src/main/java/com/loohp/limbo/world/Schematic.java b/src/main/java/com/loohp/limbo/world/Schematic.java index 556699b..3ddd00f 100644 --- a/src/main/java/com/loohp/limbo/world/Schematic.java +++ b/src/main/java/com/loohp/limbo/world/Schematic.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.util.HashMap; diff --git a/src/main/java/com/loohp/limbo/world/Unsafe.java b/src/main/java/com/loohp/limbo/world/Unsafe.java index 56e176c..dcceaba 100644 --- a/src/main/java/com/loohp/limbo/world/Unsafe.java +++ b/src/main/java/com/loohp/limbo/world/Unsafe.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import com.loohp.limbo.entity.DataWatcher; diff --git a/src/main/java/com/loohp/limbo/world/World.java b/src/main/java/com/loohp/limbo/world/World.java index 50864c0..7e0e7c2 100644 --- a/src/main/java/com/loohp/limbo/world/World.java +++ b/src/main/java/com/loohp/limbo/world/World.java @@ -1,3 +1,22 @@ +/* + * This file is part of Limbo. + * + * Copyright (C) 2022. LoohpJames + * Copyright (C) 2022. 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 com.loohp.limbo.world; import java.io.IOException;