diff options
author | icelimetea <fr3shtea@outlook.com> | 2022-05-13 18:10:11 +0100 |
---|---|---|
committer | icelimetea <fr3shtea@outlook.com> | 2022-05-13 18:10:11 +0100 |
commit | c3336251e0789fae6da5935c0e2b7f38eab08763 (patch) | |
tree | 63ac303bb2ef47df504b6ea0b6c6d4e000721fc1 /libraries/launcher | |
parent | c054d0f329a9d1d3ae76a605d82f0ad8e0ebdc99 (diff) | |
download | PrismLauncher-c3336251e0789fae6da5935c0e2b7f38eab08763.tar.gz PrismLauncher-c3336251e0789fae6da5935c0e2b7f38eab08763.tar.bz2 PrismLauncher-c3336251e0789fae6da5935c0e2b7f38eab08763.zip |
Add the license header to EntryPoint
Diffstat (limited to 'libraries/launcher')
-rw-r--r-- | libraries/launcher/org/multimc/EntryPoint.java | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/libraries/launcher/org/multimc/EntryPoint.java b/libraries/launcher/org/multimc/EntryPoint.java index 0244a04d..ba5b0926 100644 --- a/libraries/launcher/org/multimc/EntryPoint.java +++ b/libraries/launcher/org/multimc/EntryPoint.java @@ -1,17 +1,36 @@ +// SPDX-License-Identifier: GPL-3.0-only /* - * Copyright 2012-2021 MultiMC Contributors + * PolyMC - Minecraft Launcher + * Copyright (C) 2022 icelimetea, <fr3shtea@outlook.com> * - * 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 + * This program 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, version 3. * - * http://www.apache.org/licenses/LICENSE-2.0 + * This program 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. * - * 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + * + * This file incorporates work covered by the following copyright and + * permission notice: + * + * Copyright 2013-2021 MultiMC 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 org.multimc; |