/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * This file was automatically generated from SPDX metadata. */ #pragma once /* DO NOT EDIT THIS FILE MANUALLY! */ /* Data generated from SPDX list versions: * Licenses: @LICENSE_LIST_VERSION@ * Exceptions: @EXCEPTION_LIST_VERSION@ */ #include #include "as-macros-private.h" AS_BEGIN_PRIVATE_DECLS /* clang-format off */ typedef struct { const gchar *id; const gchar *name; gboolean is_floss; } AsSpdxLicenseInfo; AsSpdxLicenseInfo as_spdx_license_info_list[] = { @LICENSE_INFO_DEFS@ }; AsSpdxLicenseInfo as_spdx_exception_info_list[] = { @EXCEPTION_INFO_DEFS@ }; /* clang-format on */ AS_END_PRIVATE_DECLS