]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #42149 - dvyukov:license, r=brson
authorMark Simulacrum <mark.simulacrum@gmail.com>
Thu, 25 May 2017 01:50:04 +0000 (19:50 -0600)
committerGitHub <noreply@github.com>
Thu, 25 May 2017 01:50:04 +0000 (19:50 -0600)
commit73d4b19565e4195dffecf41e6fdf5f887eb6a3e2
treef7181cca1470ccb3b0f1bcf53a953dcf4ea4fee8
parent81b8e093fe87891be5d1d1f43372807fa927c1ca
parent0b85b64d6b70b100f6222a96ff2337c302b386f1
Rollup merge of #42149 - dvyukov:license, r=brson

libstd/sync/mpsc: relicense under rust license

These files are licensed under a different license
than the rest of the codebase. This causes potential
issues and inconveniences.
Relicense these files under the standard license.
I hold original copyright on that code.

Fixes #36556