Skip to content

docs: fix EPL license link - #575

Open
beanscg wants to merge 1 commit into
eclipse-paho:masterfrom
beanscg:bean-labs-fix-epl-license-link
Open

docs: fix EPL license link#575
beanscg wants to merge 1 commit into
eclipse-paho:masterfrom
beanscg:bean-labs-fix-epl-license-link

Conversation

@beanscg

@beanscg beanscg commented Jun 9, 2026

Copy link
Copy Markdown

Summary

  • replace the broken EPL link in LICENSE with the current Eclipse EPL 2.0 URL
  • keep the rest of the license text unchanged

Fixes #574

Verification

  • curl -I -L --max-time 20 https://www.eclipse.org/legal/epl-20/ returns HTTP 404
  • curl -I -L --max-time 20 https://www.eclipse.org/legal/epl-2.0/ returns HTTP 200
  • rg -n "epl-20|epl-2\.0" LICENSE NOTICE notice.html confirms LICENSE, NOTICE, and notice.html now point at the same EPL 2.0 location
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LICENSE file has broken link

1 participant