diff options
author | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-20 03:01:41 +0000 |
---|---|---|
committer | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-20 03:01:41 +0000 |
commit | 18a931eaa953eba325542aafb044f8a779c75a08 (patch) | |
tree | cb1495aed5ef622ec58244023a0dc40f114dea8d /launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp | |
parent | e6246a9306567f5646d3bc1971a1c5c4cf8f4f54 (diff) | |
parent | 3dd6cea8dad821ce3049288b224e7faa11b4494e (diff) | |
download | PrismLauncher-18a931eaa953eba325542aafb044f8a779c75a08.tar.gz PrismLauncher-18a931eaa953eba325542aafb044f8a779c75a08.tar.bz2 PrismLauncher-18a931eaa953eba325542aafb044f8a779c75a08.zip |
Merge remote-tracking branch 'upstream/develop' into develop
Diffstat (limited to 'launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp')
-rw-r--r-- | launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp b/launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp index 5f6a1396..af0cc8d6 100644 --- a/launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp +++ b/launcher/ui/pages/modplatform/atlauncher/AtlPage.cpp @@ -1,3 +1,20 @@ +/* + * Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org> + * Copyright 2021 Philip T <me@phit.link> + * + * 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 "AtlPage.h" #include "ui_AtlPage.h" |