Attach GPL3+ licence

This commit is contained in:
King_DuckZ 2025-04-05 20:13:24 +01:00
commit 9fb7dd8537
9 changed files with 794 additions and 0 deletions

View file

@ -7,6 +7,7 @@ project('ducktorrent', 'cpp',
'b_ndebug=if-release',
'c_std=c99',
],
license: 'GPL3+',
)
boost_dep = dependency('boost', version: '>=1.75.0')