added license comments

This commit is contained in:
Lorenzo Torres 2025-11-05 22:08:55 +01:00
parent 716d928613
commit cce8ae674a
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier:BSD-3-Clause */
#ifndef MACOS_PLATFORM
#define MACOS_PLATFORM

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier:BSD-3-Clause */
#include "surface.h"
#include "../../core/log.h"

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier:BSD-3-Clause */
#ifndef SURFACE_H
#define SURFACE_H