Fixed license SPDX ID in main meson.build

This commit is contained in:
redtide 2023-07-01 13:37:40 +02:00
parent 0683283fa5
commit 052c492040
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0
project('network.cycles.wdisplays', 'c',
license: 'MIT',
license: 'GPL-3.0-or-later',
version: '1.1.1'
)