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/modplatform/atlauncher/ATLPackIndex.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'launcher/modplatform/atlauncher/ATLPackIndex.cpp') diff --git a/launcher/modplatform/atlauncher/ATLPackIndex.cpp b/launcher/modplatform/atlauncher/ATLPackIndex.cpp index 35f50b18..e649c43a 100644 --- a/launcher/modplatform/atlauncher/ATLPackIndex.cpp +++ b/launcher/modplatform/atlauncher/ATLPackIndex.cpp @@ -1,3 +1,20 @@ +/* + * Copyright 2020-2021 Jamie Mansfield + * Copyright 2021 Petr Mrazek + * + * 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 "ATLPackIndex.h" #include -- cgit