diff --git a/main.cpp b/main.cpp index 5c5dbdd..585c0a0 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,23 @@ +/* +* +* Vulkan hardware capability viewer +* +* Copyright (C) 2016-2023 by Sascha Willems (www.saschawillems.de) +* +* This code is free software, you can redistribute it and/or +* modify it under the terms of the GNU Lesser General Public +* License version 3 as published by the Free Software Foundation. +* +* Please review the following information to ensure the GNU Lesser +* General Public License version 3 requirements will be met: +* http://opensource.org/licenses/lgpl-3.0.html +* +* The code is distributed WITHOUT ANY WARRANTY; without even the +* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +* PURPOSE. See the GNU LGPL 3.0 for more details. +* +*/ + #include "vulkancapsviewer.h" #include #include diff --git a/vulkanDeviceInfo.h b/vulkanDeviceInfo.h index 0afbacb..50a9345 100644 --- a/vulkanDeviceInfo.h +++ b/vulkanDeviceInfo.h @@ -4,7 +4,7 @@ * * Device information class * -* Copyright (C) 2016-2022 by Sascha Willems (www.saschawillems.de) +* Copyright (C) 2016-2023 by Sascha Willems (www.saschawillems.de) * * This code is free software, you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -46,7 +46,7 @@ #include "vulkansurfaceinfo.hpp" #include "VulkanDeviceInfoExtensions.h" #include "VulkanContext.h" -#include "profiles/vulkan_profiles.hpp" +#include "vulkan_profiles.hpp" #ifdef __ANDROID__ #include diff --git a/profiles/vulkan_profiles.hpp b/vulkan_profiles.hpp similarity index 99% rename from profiles/vulkan_profiles.hpp rename to vulkan_profiles.hpp index 057b36a..99762b2 100644 --- a/profiles/vulkan_profiles.hpp +++ b/vulkan_profiles.hpp @@ -1,5 +1,7 @@ -/** - * Copyright (c) 2021-2023 LunarG, Inc. + +/* + * Copyright (C) 2021-2023 Valve Corporation + * Copyright (C) 2021-2023 LunarG, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. @@ -13,7 +15,8 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * DO NOT EDIT: This file is generated. + * This file is ***GENERATED***. Do Not Edit. + * See scripts/gen_profiles_solution.py for modifications. */ #ifndef VULKAN_PROFILES_HPP_