gildas-lormeau / zip.js

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
https://gildas-lormeau.github.io/zip.js
BSD 3-Clause "New" or "Revised" License
3.4k stars 510 forks source link

Create LICENSE #445

Closed androidseb closed 1 year ago

androidseb commented 1 year ago

I saw the README already mentions "BSD-3-Clause license", but the LICENSE file is not in the repository. I'm proposing this improvement to make the applicable license clearer.

androidseb commented 1 year ago

Note: I used the Github help article here to create the license file: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository

androidseb commented 1 year ago

@gildas-lormeau I took a look at your JS files and noticed you were using the name "Gildas Lormeau" so I updated my initial proposition to be consistent with the rest of your code (changed "gildas-lormeau" to "Gildas Lormeau").

gildas-lormeau commented 1 year ago

Thank you for your contribution. In fact, the absence of the file was more or less intentional, as it is present in all source files. Nevertheless, I don't have a problem with it also being present in a separate file.