api: use SPDX license and copyright identifiers
commit55676b3bad369fc1d58cf1fd0b69fef67e88946e
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 20 Jul 2024 16:04:01 +0000 (20 17:04 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 30 Jul 2024 17:23:21 +0000 (30 17:23 +0000)
tree59402d62603493bb05584d09e37bc8f2973b9b92
parentc58500fcba168d1f134d72be824a95a1e60a584d
api: use SPDX license and copyright identifiers

The SPDX is becoming quite common, since it provides a clear and simple
way to identify - both by humans and machines - the relevant metadata.

SPDX has been an official ISO standard (ISO/IEC 5962:2021) for a few
years now.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
13 files changed:
src/waffle/api/api_object.h
src/waffle/api/api_priv.c
src/waffle/api/api_priv.h
src/waffle/api/waffle_attrib_list.c
src/waffle/api/waffle_config.c
src/waffle/api/waffle_context.c
src/waffle/api/waffle_display.c
src/waffle/api/waffle_dl.c
src/waffle/api/waffle_enum.c
src/waffle/api/waffle_error.c
src/waffle/api/waffle_gl_misc.c
src/waffle/api/waffle_init.c
src/waffle/api/waffle_window.c