From 7e81b0290a92d5bea58bd5912237ccc376704186 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 1 May 2019 18:23:44 -0700 Subject: [PATCH] Remove unnecessary license header --- src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 1ff3c1d..59f9d9c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,11 +1,3 @@ -// Copyright 2016 Itoa Developers -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , 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(