aboutsummaryrefslogtreecommitdiff
path: root/src/lit.rs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2018-11-24 16:20:31 -0800
committerDavid Tolnay <dtolnay@gmail.com>2018-11-24 16:20:31 -0800
commit6259e4664212591fd0e1c9a07aeeb2ce30e845c2 (patch)
tree0cbcb3206a5ddec5a486d185c66e287259b5a79d /src/lit.rs
parentdd08f48cd6293ac43cc763d67409396bb97027b6 (diff)
downloadsyn-6259e4664212591fd0e1c9a07aeeb2ce30e845c2.tar.gz
Copyright/license headers
The following changes are included: - Delete per-file license notices at the top of each file. - Delete the first paragraph of LICENSE-MIT (an inaccurate pseudo-copyright line), leaving only the text of the MIT license. Nothing about the license of Syn code has changed, only our understanding of how to correctly communicate that license has changed. This mirrors an equivalent change being applied in the rust-lang/rust repository.
Diffstat (limited to 'src/lit.rs')
-rw-r--r--src/lit.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lit.rs b/src/lit.rs
index d4670c0d..a39cd3c5 100644
--- a/src/lit.rs
+++ b/src/lit.rs
@@ -1,11 +1,3 @@
-// Copyright 2018 Syn 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.
-
use proc_macro2::{Literal, Span};
use std::str;