Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-08-05 18:25:58 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-08-06 05:07:51 +0300
commit16a9de34ebeedefeb7424e844dfb0e829382ffae (patch)
tree8e4bee9f557f9545843f3a7a4d5f7f996958ba3b /meson.build
parent6ece30d85f974b90d8bdba2f53bac2e65c7b50cf (diff)
Bump license for compiled project to GPL-3.0-or-later
Code authored by the DOSBox Staging is still licensed GPL-2.0-or-later. See LICENSE for details.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ec2cdc9fa..f72fe33f1 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
'c',
'cpp',
version: '0.79.0',
- license: 'GPL-2.0-or-later',
+ license: 'GPL-3.0-or-later',
meson_version: '>= 0.56.0',
default_options: [
'cpp_std=c++17',