Skip to content

chore: rename LICENSE files to use dashes instead of underscores#15643

Open
tenderdeve wants to merge 1 commit into
tauri-apps:devfrom
tenderdeve:chore/15243-license-dash-filenames
Open

chore: rename LICENSE files to use dashes instead of underscores#15643
tenderdeve wants to merge 1 commit into
tauri-apps:devfrom
tenderdeve:chore/15243-license-dash-filenames

Conversation

@tenderdeve

Copy link
Copy Markdown

Closes #15243

cargo-about doesn't pick up the license files because the filenames use an underscore (LICENSE_APACHE-2.0, LICENSE_MIT). Renamed them to the dashed form (LICENSE-APACHE-2.0, LICENSE-MIT) across the workspace, which is also the more common convention (as noted in the issue).

The relative-path pointer files under crates/tauri-driver and crates/tests/restart were updated to reference the new names too. No code or Cargo.toml references the old filenames.

cargo-about doesn't detect the license files because of the underscore in
their names (`LICENSE_APACHE-2.0`, `LICENSE_MIT`). Rename them to the
dashed form (`LICENSE-APACHE-2.0`, `LICENSE-MIT`), matching the more common
convention, and update the relative-path pointer files under
crates/tauri-driver and crates/tests/restart accordingly.

Closes tauri-apps#15243
@tenderdeve tenderdeve requested a review from a team as a code owner July 2, 2026 14:09
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 783dc5e

There are 12 changes which include tauri with minor, tauri-build with minor, tauri-utils with minor, tauri-runtime-wry with minor, tauri-runtime with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-cli with minor, tauri-macos-sign with minor, tauri-bundler with minor, tauri-driver with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.9.3 2.10.0
tauri-macos-sign 2.3.4 2.4.0
tauri-bundler 2.9.4 2.10.0
tauri-runtime 2.11.3 2.12.0
tauri-runtime-wry 2.11.4 2.12.0
tauri-codegen 2.6.3 2.7.0
tauri-macros 2.6.3 2.7.0
tauri-plugin 2.6.3 2.7.0
tauri-build 2.6.3 2.7.0
tauri 2.11.5 2.12.0
@tauri-apps/cli 2.11.4 2.11.5
tauri-cli 2.11.4 2.12.0
tauri-driver 2.0.6 2.1.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might as well also do it for crates/tauri-bundler/License_MIT.md (and its Apache one)

And you need to sign your commits for me to merge this

cc @FabianLars maybe also take a look?

@Legend-Master Legend-Master added the status: waiting Waiting on author label Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting Waiting on author

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change LICENSE files with underscores to adapte cargo-about

2 participants