KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
201 stars 55 forks source link

Attribute "The Rust Project Developers" ? #7

Closed frewsxcv closed 8 years ago

frewsxcv commented 8 years ago

https://github.com/KokaKiwi/rust-hex/commit/2cbeff7c33c9a80923beffe858d91b5fa9072944

https://github.com/rust-lang/rust/blob/master/src/libserialize/hex.rs

It looks like this project is based on hex.rs from the compiler. Shouldn't this project retain the license headers and copyright for rust-lang/rust?

KokaKiwi commented 8 years ago

As I did some modifications on the original code, I was thinking the correct thing to do is having both The Rust Project Developers and The rust-hex Developers copyright notices.

I'll commit something with the modifications tomorrow I think (it's night here)

frewsxcv commented 8 years ago

:+1: