mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #699] License identifier in Cargo.toml #969
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#969
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xfgusta on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/699
Pre-submission checks
Bug Description
Should this be
GPL-3.0-onlyorGPL-3.0-or-later? There is a discrepancy in the README, which states “All code is licensed under the GPL, v3 or later” (GPL-3.0-or-later).Also, the
GPL-3.0identifier is deprecated in recent SPDX versions.Steps to Reproduce
Cargo.tomlfileExpected Behavior
The license in
Cargo.tomlshould use a correct SPDX identifier and match the README.Operating System
Fedora Linux 42
asciinema CLI Version
3.0.0
Installation Method
Built from source
Terminal Information
No response
Additional Context
No response
@ku1ik commented on GitHub (Sep 29, 2025):
Good catch. Will fix shortly. Thanks!