diff options
author | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-12 14:57:32 +0100 |
---|---|---|
committer | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-12 14:57:32 +0100 |
commit | 6ecc8c5496cd1fa121b69f770c0664320fd7dc1d (patch) | |
tree | 889f9d84e88d4d4ca940ad75f58956451111c069 /launcher/ui | |
parent | a1ff3b1ee34c302ba52d773816207d30badab1eb (diff) | |
download | PrismLauncher-6ecc8c5496cd1fa121b69f770c0664320fd7dc1d.tar.gz PrismLauncher-6ecc8c5496cd1fa121b69f770c0664320fd7dc1d.tar.bz2 PrismLauncher-6ecc8c5496cd1fa121b69f770c0664320fd7dc1d.zip |
Remove unnecessary license header
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/dialogs/OfflineLoginDialog.cpp | 15 | ||||
-rw-r--r-- | launcher/ui/dialogs/OfflineLoginDialog.h | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/launcher/ui/dialogs/OfflineLoginDialog.cpp b/launcher/ui/dialogs/OfflineLoginDialog.cpp index 0cc922f8..345ed40a 100644 --- a/launcher/ui/dialogs/OfflineLoginDialog.cpp +++ b/launcher/ui/dialogs/OfflineLoginDialog.cpp @@ -1,18 +1,3 @@ -/* 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. - */ - #include "OfflineLoginDialog.h" #include "ui_OfflineLoginDialog.h" diff --git a/launcher/ui/dialogs/OfflineLoginDialog.h b/launcher/ui/dialogs/OfflineLoginDialog.h index ba0c1823..5e608379 100644 --- a/launcher/ui/dialogs/OfflineLoginDialog.h +++ b/launcher/ui/dialogs/OfflineLoginDialog.h @@ -1,18 +1,3 @@ -/* 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. - */ - #pragma once #include <QtWidgets/QDialog> |