subprojects: fix missing space between colon and license string

Essentially:

find ./ -type f -exec sed -i -e "s/license :'/license : '/g" {} \;

Suggested-by: @LingMan
Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35210>
This commit is contained in:
Gurchetan Singh 2025-06-11 10:03:16 -07:00 committed by Marge Bot
parent 0766d14562
commit c9c3a1f869
13 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@ project(
'equivalent', 'equivalent',
'rust', 'rust',
version : '1.0.1', version : '1.0.1',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
lib = static_library( lib = static_library(

View file

@ -2,7 +2,7 @@ project(
'hashbrown', 'hashbrown',
'rust', 'rust',
version : '0.14.1', version : '0.14.1',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
rust_args = [ rust_args = [

View file

@ -2,7 +2,7 @@ project(
'indexmap', 'indexmap',
'rust', 'rust',
version : '2.2.6', version : '2.2.6',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
dep_equivalent = subproject('equivalent').get_variable('dep_equivalent') dep_equivalent = subproject('equivalent').get_variable('dep_equivalent')

View file

@ -2,7 +2,7 @@ project(
'once_cell', 'once_cell',
'rust', 'rust',
version : '1.8.0', version : '1.8.0',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
rust_args = [ rust_args = [

View file

@ -2,7 +2,7 @@ project(
'pest', 'pest',
'rust', 'rust',
version : '2.8.0', version : '2.8.0',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
ucd = subproject('ucd-trie').get_variable('lib') ucd = subproject('ucd-trie').get_variable('lib')

View file

@ -2,7 +2,7 @@ project(
'pest_derive', 'pest_derive',
'rust', 'rust',
version : '2.8.0', version : '2.8.0',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
pest = subproject('pest').get_variable('lib') pest = subproject('pest').get_variable('lib')

View file

@ -2,7 +2,7 @@ project(
'pest_generator', 'pest_generator',
'rust', 'rust',
version : '2.8.0', version : '2.8.0',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
pest = subproject('pest').get_variable('lib') pest = subproject('pest').get_variable('lib')

View file

@ -2,7 +2,7 @@ project(
'pest_meta', 'pest_meta',
'rust', 'rust',
version : '2.8.0', version : '2.8.0',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
once_cell = subproject('once_cell').get_variable('lib') once_cell = subproject('once_cell').get_variable('lib')

View file

@ -2,7 +2,7 @@ project(
'proc-macro2', 'proc-macro2',
'rust', 'rust',
version : '1.0.86', version : '1.0.86',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
rc = meson.get_compiler('rust') rc = meson.get_compiler('rust')

View file

@ -2,7 +2,7 @@ project(
'quote', 'quote',
'rust', 'rust',
version : '1.0.33', version : '1.0.33',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
rc = meson.get_compiler('rust') rc = meson.get_compiler('rust')

View file

@ -2,7 +2,7 @@ project(
'roxmltree', 'roxmltree',
'rust', 'rust',
version : '0.20.0', version : '0.20.0',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
lib = static_library( lib = static_library(

View file

@ -2,7 +2,7 @@ project(
'rustc_hash', 'rustc_hash',
'rust', 'rust',
version : '2.1.1', version : '2.1.1',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
rust_args = [ rust_args = [

View file

@ -2,7 +2,7 @@ project(
'syn', 'syn',
'rust', 'rust',
version : '2.0.68', version : '2.0.68',
license :'MIT OR Apache-2.0', license : 'MIT OR Apache-2.0',
) )
rc = meson.get_compiler('rust') rc = meson.get_compiler('rust')