From d6596c2f6321909312c2b0f4fe2363d9292c01da Mon Sep 17 00:00:00 2001 From: Mohammed Alteneiji Date: Wed, 1 Apr 2026 10:32:49 +0400 Subject: [PATCH] fix license notices --- api/copyright_header.txt | 20 +++++++++++----- .../valiobungee/api/NetworkPlayer.java | 20 +++++++++++----- .../valiobungee/api/NetworkProxy.java | 20 +++++++++++----- copyright_header.txt | 23 ++++++++++++++----- .../core/ConstantVariables.java.peb | 23 ++++++++++++++----- .../valiobungee/core/ProxyManager.java | 23 ++++++++++++++----- .../valiobungee/core/ValioBungeePlatform.java | 23 ++++++++++++++----- .../core/api/impl/ImplNetworkProxy.java | 23 ++++++++++++++----- .../core/util/logging/LogProviderFactory.java | 23 ++++++++++++++----- 9 files changed, 144 insertions(+), 54 deletions(-) diff --git a/api/copyright_header.txt b/api/copyright_header.txt index a8d9c54..1c196af 100644 --- a/api/copyright_header.txt +++ b/api/copyright_header.txt @@ -1,7 +1,15 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the Apache License Version 2.0 -* which accompanies this distribution, and is available at -* https://www.apache.org/licenses/LICENSE-2.0.txt -*/ \ No newline at end of file + * Copyright (c) 2026 ValioBungee 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 + * + * https://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. + */ \ No newline at end of file diff --git a/api/src/main/java/net/limework/valiobungee/api/NetworkPlayer.java b/api/src/main/java/net/limework/valiobungee/api/NetworkPlayer.java index dec28cd..4521415 100644 --- a/api/src/main/java/net/limework/valiobungee/api/NetworkPlayer.java +++ b/api/src/main/java/net/limework/valiobungee/api/NetworkPlayer.java @@ -1,10 +1,18 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the Apache License Version 2.0 -* which accompanies this distribution, and is available at -* https://www.apache.org/licenses/LICENSE-2.0.txt -*/ + * Copyright (c) 2026 ValioBungee 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 + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.limework.valiobungee.api; public interface NetworkPlayer {} diff --git a/api/src/main/java/net/limework/valiobungee/api/NetworkProxy.java b/api/src/main/java/net/limework/valiobungee/api/NetworkProxy.java index 52aabe8..1f637e8 100644 --- a/api/src/main/java/net/limework/valiobungee/api/NetworkProxy.java +++ b/api/src/main/java/net/limework/valiobungee/api/NetworkProxy.java @@ -1,10 +1,18 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the Apache License Version 2.0 -* which accompanies this distribution, and is available at -* https://www.apache.org/licenses/LICENSE-2.0.txt -*/ + * Copyright (c) 2026 ValioBungee 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 + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.limework.valiobungee.api; /** diff --git a/copyright_header.txt b/copyright_header.txt index cbb0381..96e2050 100644 --- a/copyright_header.txt +++ b/copyright_header.txt @@ -1,7 +1,18 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 -* which accompanies this distribution, and is available at -* https://www.gnu.org/licenses/gpl-3.0.txt -*/ \ No newline at end of file + * Copyright (c) 2026 ValioBungee contributors + * + * This file is part of ValioBungee. + * + * ValioBungee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ValioBungee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ValioBungee. If not, see . + */ \ No newline at end of file diff --git a/core/src/main/java-templates/net/limework/valiobungee/core/ConstantVariables.java.peb b/core/src/main/java-templates/net/limework/valiobungee/core/ConstantVariables.java.peb index 62f21db..fde1f57 100644 --- a/core/src/main/java-templates/net/limework/valiobungee/core/ConstantVariables.java.peb +++ b/core/src/main/java-templates/net/limework/valiobungee/core/ConstantVariables.java.peb @@ -1,10 +1,21 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 -* which accompanies this distribution, and is available at -* https://www.gnu.org/licenses/gpl-3.0.txt -*/ + * Copyright (c) 2026 ValioBungee contributors + * + * This file is part of ValioBungee. + * + * ValioBungee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ValioBungee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ValioBungee. If not, see . + */ package net.limework.valiobungee.core; public class ConstantVariables { diff --git a/core/src/main/java/net/limework/valiobungee/core/ProxyManager.java b/core/src/main/java/net/limework/valiobungee/core/ProxyManager.java index f0949d1..a8e9f65 100644 --- a/core/src/main/java/net/limework/valiobungee/core/ProxyManager.java +++ b/core/src/main/java/net/limework/valiobungee/core/ProxyManager.java @@ -1,10 +1,21 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 -* which accompanies this distribution, and is available at -* https://www.gnu.org/licenses/gpl-3.0.txt -*/ + * Copyright (c) 2026 ValioBungee contributors + * + * This file is part of ValioBungee. + * + * ValioBungee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ValioBungee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ValioBungee. If not, see . + */ package net.limework.valiobungee.core; import com.github.benmanes.caffeine.cache.Cache; diff --git a/core/src/main/java/net/limework/valiobungee/core/ValioBungeePlatform.java b/core/src/main/java/net/limework/valiobungee/core/ValioBungeePlatform.java index 46e7327..31ae8fb 100644 --- a/core/src/main/java/net/limework/valiobungee/core/ValioBungeePlatform.java +++ b/core/src/main/java/net/limework/valiobungee/core/ValioBungeePlatform.java @@ -1,10 +1,21 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 -* which accompanies this distribution, and is available at -* https://www.gnu.org/licenses/gpl-3.0.txt -*/ + * Copyright (c) 2026 ValioBungee contributors + * + * This file is part of ValioBungee. + * + * ValioBungee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ValioBungee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ValioBungee. If not, see . + */ package net.limework.valiobungee.core; public interface ValioBungeePlatform { diff --git a/core/src/main/java/net/limework/valiobungee/core/api/impl/ImplNetworkProxy.java b/core/src/main/java/net/limework/valiobungee/core/api/impl/ImplNetworkProxy.java index 02e59cb..e3ddec4 100644 --- a/core/src/main/java/net/limework/valiobungee/core/api/impl/ImplNetworkProxy.java +++ b/core/src/main/java/net/limework/valiobungee/core/api/impl/ImplNetworkProxy.java @@ -1,10 +1,21 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 -* which accompanies this distribution, and is available at -* https://www.gnu.org/licenses/gpl-3.0.txt -*/ + * Copyright (c) 2026 ValioBungee contributors + * + * This file is part of ValioBungee. + * + * ValioBungee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ValioBungee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ValioBungee. If not, see . + */ package net.limework.valiobungee.core.api.impl; import net.limework.valiobungee.api.NetworkProxy; diff --git a/core/src/main/java/net/limework/valiobungee/core/util/logging/LogProviderFactory.java b/core/src/main/java/net/limework/valiobungee/core/util/logging/LogProviderFactory.java index 506b28d..da3f13f 100644 --- a/core/src/main/java/net/limework/valiobungee/core/util/logging/LogProviderFactory.java +++ b/core/src/main/java/net/limework/valiobungee/core/util/logging/LogProviderFactory.java @@ -1,10 +1,21 @@ /* -* Copyright (c) 2026-present ValioBungee contributors -* All rights reserved. This program and the accompanying materials -* are made available under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 -* which accompanies this distribution, and is available at -* https://www.gnu.org/licenses/gpl-3.0.txt -*/ + * Copyright (c) 2026 ValioBungee contributors + * + * This file is part of ValioBungee. + * + * ValioBungee is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * ValioBungee is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ValioBungee. If not, see . + */ package net.limework.valiobungee.core.util.logging; import org.slf4j.Logger;