From 06bedee8359627cd302e7cbc470d5aeb44a7d48c Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sat, 18 Dec 2021 00:07:57 +0000 Subject: NOISSUE Add license headers to source files created by me --- launcher/ui/pages/modplatform/atlauncher/AtlListModel.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'launcher/ui/pages/modplatform/atlauncher/AtlListModel.h') 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 + * + * 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 -- cgit