1encoding_rs is copyright 2013-2016 Mozilla Foundation.
2
3Licensed under the Apache License, Version 2.0
4<LICENSE-APACHE or
5https://www.apache.org/licenses/LICENSE-2.0> or the MIT
6license <LICENSE-MIT or https://opensource.org/licenses/MIT>,
7at your option. All files in the project carrying such
8notice may not be copied, modified, or distributed except
9according to those terms.
10
11Test code within encoding_rs is dedicated to the Public Domain when so
12designated (see the individual files for PD/CC0-dedicated sections).
13
14The file utf_8_core.rs was extracted from the Rust project at revision
157ad7232422f7e5bbfa0e52dabe36c12677df19e2, whose COPYRIGHT file said (in part):
16
17The Rust Project is copyright 2010, The Rust Project
18Developers.
19
20Licensed under the Apache License, Version 2.0
21<LICENSE-APACHE or
22http://www.apache.org/licenses/LICENSE-2.0> or the MIT
23license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
24at your option. All files in the project carrying such
25notice may not be copied, modified, or distributed except
26according to those terms.
27