invertase / denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
https://docs.page/invertase/denque
Apache License 2.0
354 stars 33 forks source link

Fix SPDX expression. #20

Closed goloroden closed 5 years ago

goloroden commented 5 years ago

Hi @Salakar 😊

According to https://spdx.org/licenses/Apache-2.0.html the license should be Apache-2.0, not APACHE-2.0. I fixed this, because our internal license check failed due to the complete upper casing.

I hope you like it 😊

Salakar commented 5 years ago

@goloroden oh my bad, thanks for submitting this - will push a patch release later today

Salakar commented 5 years ago

This is up now on v1.4.0, sorry for the delay and thanks again for this PR 👍

goloroden commented 5 years ago

You're welcome 😊