]> git.proxmox.com Git - cargo.git/blobdiff - vendor/syn/src/punctuated.rs
New upstream version 0.33.0
[cargo.git] / vendor / syn / src / punctuated.rs
index 7bb73681ef2d87ff4bf4db5793a2213065320d76..c6f07d30e0efa8b35302591e92c49649f96f4541 100644 (file)
@@ -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.
-
 //! A punctuated sequence of syntax tree nodes separated by punctuation.
 //!
 //! Lots of things in Rust are punctuated sequences.