diff --git a/subprojects/packagefiles/equivalent/meson.build b/subprojects/packagefiles/equivalent/meson.build index 1dd439f4653..c57c23ea96d 100644 --- a/subprojects/packagefiles/equivalent/meson.build +++ b/subprojects/packagefiles/equivalent/meson.build @@ -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( diff --git a/subprojects/packagefiles/hashbrown/meson.build b/subprojects/packagefiles/hashbrown/meson.build index 8ae5e0ec00e..6ad5ec0ceff 100644 --- a/subprojects/packagefiles/hashbrown/meson.build +++ b/subprojects/packagefiles/hashbrown/meson.build @@ -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 = [ diff --git a/subprojects/packagefiles/indexmap/meson.build b/subprojects/packagefiles/indexmap/meson.build index 8961e196718..63b93bf1732 100644 --- a/subprojects/packagefiles/indexmap/meson.build +++ b/subprojects/packagefiles/indexmap/meson.build @@ -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') diff --git a/subprojects/packagefiles/once_cell/meson.build b/subprojects/packagefiles/once_cell/meson.build index 09dfbf52c9b..ecd5594e286 100644 --- a/subprojects/packagefiles/once_cell/meson.build +++ b/subprojects/packagefiles/once_cell/meson.build @@ -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 = [ diff --git a/subprojects/packagefiles/pest/meson.build b/subprojects/packagefiles/pest/meson.build index ddd1e7d41f4..bd46611f49a 100644 --- a/subprojects/packagefiles/pest/meson.build +++ b/subprojects/packagefiles/pest/meson.build @@ -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') diff --git a/subprojects/packagefiles/pest_derive/meson.build b/subprojects/packagefiles/pest_derive/meson.build index 006864941aa..1b4f75f45d6 100644 --- a/subprojects/packagefiles/pest_derive/meson.build +++ b/subprojects/packagefiles/pest_derive/meson.build @@ -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') diff --git a/subprojects/packagefiles/pest_generator/meson.build b/subprojects/packagefiles/pest_generator/meson.build index 1ac68036550..1566f183959 100644 --- a/subprojects/packagefiles/pest_generator/meson.build +++ b/subprojects/packagefiles/pest_generator/meson.build @@ -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') diff --git a/subprojects/packagefiles/pest_meta/meson.build b/subprojects/packagefiles/pest_meta/meson.build index f51b52a6992..5aba4615a78 100644 --- a/subprojects/packagefiles/pest_meta/meson.build +++ b/subprojects/packagefiles/pest_meta/meson.build @@ -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') diff --git a/subprojects/packagefiles/proc-macro2/meson.build b/subprojects/packagefiles/proc-macro2/meson.build index ed18c8697c5..88f785044dc 100644 --- a/subprojects/packagefiles/proc-macro2/meson.build +++ b/subprojects/packagefiles/proc-macro2/meson.build @@ -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') diff --git a/subprojects/packagefiles/quote/meson.build b/subprojects/packagefiles/quote/meson.build index 24d87f01494..1f408bdb611 100644 --- a/subprojects/packagefiles/quote/meson.build +++ b/subprojects/packagefiles/quote/meson.build @@ -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') diff --git a/subprojects/packagefiles/roxmltree/meson.build b/subprojects/packagefiles/roxmltree/meson.build index 94a07b4e550..fafd1b2fcd9 100644 --- a/subprojects/packagefiles/roxmltree/meson.build +++ b/subprojects/packagefiles/roxmltree/meson.build @@ -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( diff --git a/subprojects/packagefiles/rustc-hash/meson.build b/subprojects/packagefiles/rustc-hash/meson.build index 5d26d349484..be77c8930b5 100644 --- a/subprojects/packagefiles/rustc-hash/meson.build +++ b/subprojects/packagefiles/rustc-hash/meson.build @@ -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 = [ diff --git a/subprojects/packagefiles/syn/meson.build b/subprojects/packagefiles/syn/meson.build index 117ec128acc..cb590fbd6c9 100644 --- a/subprojects/packagefiles/syn/meson.build +++ b/subprojects/packagefiles/syn/meson.build @@ -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')