diff options
author | icelimetea <fr3shtea@outlook.com> | 2022-05-14 16:46:57 +0100 |
---|---|---|
committer | icelimetea <fr3shtea@outlook.com> | 2022-05-14 16:46:57 +0100 |
commit | fac0b027b31ba2ac29730f6091b3d19ba78b40d2 (patch) | |
tree | 76efff2a0b114ed077859f41a58c461012dc267b /libraries | |
parent | c3336251e0789fae6da5935c0e2b7f38eab08763 (diff) | |
download | PrismLauncher-fac0b027b31ba2ac29730f6091b3d19ba78b40d2.tar.gz PrismLauncher-fac0b027b31ba2ac29730f6091b3d19ba78b40d2.tar.bz2 PrismLauncher-fac0b027b31ba2ac29730f6091b3d19ba78b40d2.zip |
Fix the license header
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/launcher/org/multimc/LauncherFactory.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/launcher/org/multimc/LauncherFactory.java b/libraries/launcher/org/multimc/LauncherFactory.java index 007ce7e8..1b30a415 100644 --- a/libraries/launcher/org/multimc/LauncherFactory.java +++ b/libraries/launcher/org/multimc/LauncherFactory.java @@ -14,23 +14,6 @@ * * 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; |