diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-12-18 00:07:57 +0000 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-12-18 00:14:25 +0000 |
commit | 06bedee8359627cd302e7cbc470d5aeb44a7d48c (patch) | |
tree | 77c7d90e4cabdeea1c13251529f92135513769a7 /launcher/ui/pages/modplatform/atlauncher/AtlListModel.h | |
parent | 7d047f92236f398b38a49bf2fc99b0714343f780 (diff) | |
download | PrismLauncher-06bedee8359627cd302e7cbc470d5aeb44a7d48c.tar.gz PrismLauncher-06bedee8359627cd302e7cbc470d5aeb44a7d48c.tar.bz2 PrismLauncher-06bedee8359627cd302e7cbc470d5aeb44a7d48c.zip |
NOISSUE Add license headers to source files created by me
Diffstat (limited to 'launcher/ui/pages/modplatform/atlauncher/AtlListModel.h')
-rw-r--r-- | launcher/ui/pages/modplatform/atlauncher/AtlListModel.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlListModel.h b/launcher/ui/pages/modplatform/atlauncher/AtlListModel.h index 79aa8180..2574c48d 100644 --- a/launcher/ui/pages/modplatform/atlauncher/AtlListModel.h +++ b/launcher/ui/pages/modplatform/atlauncher/AtlListModel.h @@ -1,3 +1,19 @@ +/* + * Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org> + * + * 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 <QAbstractListModel> |