]> git.proxmox.com Git - cargo.git/blobdiff - vendor/syn/src/op.rs
New upstream version 0.33.0
[cargo.git] / vendor / syn / src / op.rs
index c7772428480a84decc252c039237b4bc0c080d06..96d8c995855fea943de0d7915277a010c59ff73b 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.
-
 ast_enum! {
     /// A binary operator: `+`, `+=`, `&`.
     ///