Remove unnecessary license header

This commit is contained in:
David Tolnay 2019-05-01 18:23:44 -07:00
parent 17d828c5a6
commit 7e81b0290a
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
// Copyright 2016 Itoa Developers
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![doc(html_root_url = "https://docs.rs/itoa/0.4.3")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(