Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing license for babel/locale-data #1072

Closed
stefan6419846 opened this issue Apr 18, 2024 · 1 comment · Fixed by #1074
Closed

Missing license for babel/locale-data #1072

stefan6419846 opened this issue Apr 18, 2024 · 1 comment · Fixed by #1074

Comments

@stefan6419846
Copy link

Overview Description

babel/locale-data does not provide any license information, although being based on some third-party code.

Steps to Reproduce

  1. Download a Babel distribution.
  2. Search for the Unicode license inside the package.

Actual Results

There is no Unicode-related copyright information inside the distributions.

Expected Results

The obligations of the Unicode/CLDR license terms are met inside the Babel distributions.

Additional Information

Digging through the code of the repository, it turns out that babel/locale-data contains pickle-based custom representations of files downloaded from

URL = 'https://unicode.org/Public/cldr/44/cldr-common-44.0.zip'
The corresponding ZIP file and repository (https://github.com/unicode-org/cldr) state in their LICENSE.txt (bold text/highlighting by me):

Permission is hereby granted, free of charge, to any person obtaining a copy of data files and any associated documentation (the "Data Files") or software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation.

At the moment, there corresponding notice seems to be missing from Babel distributions and from the whole GitHub repository.

@akx
Copy link
Member

akx commented Apr 19, 2024

Thank you, good point! Please see #1074 and feel free to review-approve it if you believe it fixes this.

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

Successfully merging a pull request may close this issue.

2 participants