add license notices
This commit is contained in:
parent
04db7a3318
commit
8ee6070467
6 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue