Skip to content

Commit

Permalink
[CodeHealth][rust] Using a common Apache-2.0 for some crates
Browse files Browse the repository at this point in the history
For some reason some of these crates are trying to set the path for the
license file under `//brave`, rather than on the source. This change
redirects the license file to the common `Apache-2.0` license.
  • Loading branch information
cdesouza-chromium committed Feb 19, 2025
1 parent 3970c9a commit 1f8f1ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/rust/chromium_crates_io/gnrt_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -392,19 +392,19 @@ license_files = ['../../../../../common/licenses/Apache-2.0']
license_files = ['license-apache-2.0']

[crate.windows_aarch64_msvc]
license_files = ['license-apache-2.0']
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.windows_i686_msvc]
license_files = ['license-apache-2.0']
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.windows_x86_64_msvc]
license_files = ['license-apache-2.0']
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.windows-sys]
license_files = ['license-apache-2.0']

[crate.windows-targets]
license_files = ['license-apache-2.0']
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.winnow]
extra_src_roots = ['../examples']
Expand Down

0 comments on commit 1f8f1ae

Please sign in to comment.