kinghajj / deque

A (mostly) lock-free concurrent work-stealing deque in Rust.
Other
232 stars 24 forks source link

Use SPDX license identifiers instead of license files #15

Closed staktrace closed 7 years ago

staktrace commented 7 years ago

I realize this is mostly a dupe of #13 - this patch also bumps the version number and removes the actual license files from the repo.

mbrubeck commented 7 years ago

I don't think you should remove the license files. The Apache License 2.0 requires that a copy of the license be given to all recipients of the code.

staktrace commented 7 years ago

Ah. Well #13 is fine then, I guess. I'll close this PR.