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',
'rust',
version : '1.0.1',
license :'MIT OR Apache-2.0',
license : 'MIT OR Apache-2.0',
)
lib = static_library(

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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