add license notices

This commit is contained in:
jacekpoz 2024-09-24 12:30:57 +02:00
parent 04db7a3318
commit 8ee6070467
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
6 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include <ptk_vk/buffer.h>
#include <ptk_vk/init.h>

View file

@ -1,3 +1,5 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include <ptk_vk/command_pool.h>
#include <ptk_vk/device.h>

View file

@ -1,3 +1,5 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include <ptk_vk/descriptor_set_layout.h>
#include <ptk_vk/utils.h>

View file

@ -1,3 +1,5 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include <ptk_vk/pipeline.h>
#include <ptk_vk/components.h>

View file

@ -1,6 +1,5 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include <ptk_vk/render_pass.h>
#include <ptk_vk/swapchain.h>

View file

@ -1,3 +1,5 @@
// Copyright (jacekpoz 2024). Licensed under the EUPL-1.2 or later.
#include <ptk_vk/uniform_buffers.h>
#include <ptk_vk/buffer.h>