Description
Background
This issue was created based on a discussion in PR #330.
Problem
The current license URLs in the project (example: https://www.github.com/reactive-firewall/multicast/LICENSE.md
) return HTTP 301 redirects rather than directly serving the license file. This might affect reliability when accessing the license information.
Proposed Solution
Update all license URLs in the project to use direct links to the raw license content (for example, using URLs from raw.githubusercontent.com).
Implementation Note
Since this change would affect many files across the project, it should be implemented on a dedicated branch separate from other changes.
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done