mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-02 21:20:47 +00:00
fix license notices
This commit is contained in:
parent
dd317c5cce
commit
d6596c2f63
@ -1,7 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 ValioBungee contributors
|
||||||
* All rights reserved. This program and the accompanying materials
|
*
|
||||||
* are made available under the terms of the Apache License Version 2.0
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* which accompanies this distribution, and is available at
|
* you may not use this file except in compliance with the License.
|
||||||
* https://www.apache.org/licenses/LICENSE-2.0.txt
|
* 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.
|
||||||
*/
|
*/
|
||||||
@ -1,9 +1,17 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 ValioBungee contributors
|
||||||
* All rights reserved. This program and the accompanying materials
|
*
|
||||||
* are made available under the terms of the Apache License Version 2.0
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* which accompanies this distribution, and is available at
|
* you may not use this file except in compliance with the License.
|
||||||
* https://www.apache.org/licenses/LICENSE-2.0.txt
|
* 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;
|
package net.limework.valiobungee.api;
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,17 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 ValioBungee contributors
|
||||||
* All rights reserved. This program and the accompanying materials
|
*
|
||||||
* are made available under the terms of the Apache License Version 2.0
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* which accompanies this distribution, and is available at
|
* you may not use this file except in compliance with the License.
|
||||||
* https://www.apache.org/licenses/LICENSE-2.0.txt
|
* 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;
|
package net.limework.valiobungee.api;
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,18 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 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
|
* This file is part of ValioBungee.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* https://www.gnu.org/licenses/gpl-3.0.txt
|
* 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
|
||||||
*/
|
*/
|
||||||
@ -1,9 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 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
|
* This file is part of ValioBungee.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* https://www.gnu.org/licenses/gpl-3.0.txt
|
* 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
|
||||||
*/
|
*/
|
||||||
package net.limework.valiobungee.core;
|
package net.limework.valiobungee.core;
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 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
|
* This file is part of ValioBungee.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* https://www.gnu.org/licenses/gpl-3.0.txt
|
* 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
|
||||||
*/
|
*/
|
||||||
package net.limework.valiobungee.core;
|
package net.limework.valiobungee.core;
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 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
|
* This file is part of ValioBungee.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* https://www.gnu.org/licenses/gpl-3.0.txt
|
* 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
|
||||||
*/
|
*/
|
||||||
package net.limework.valiobungee.core;
|
package net.limework.valiobungee.core;
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 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
|
* This file is part of ValioBungee.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* https://www.gnu.org/licenses/gpl-3.0.txt
|
* 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
|
||||||
*/
|
*/
|
||||||
package net.limework.valiobungee.core.api.impl;
|
package net.limework.valiobungee.core.api.impl;
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,20 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2026-present ValioBungee contributors
|
* Copyright (c) 2026 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
|
* This file is part of ValioBungee.
|
||||||
* which accompanies this distribution, and is available at
|
*
|
||||||
* https://www.gnu.org/licenses/gpl-3.0.txt
|
* 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 <https://www.gnu.org/licenses/gpl-3.0.txt>.
|
||||||
*/
|
*/
|
||||||
package net.limework.valiobungee.core.util.logging;
|
package net.limework.valiobungee.core.util.logging;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user