]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/bit_masks.rs
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / bit_masks.rs
index bda952db723abe2c39e2679648a6fca824f442d6..cfb493fb52afb4d1ad23b5b6d2a1cc1688ecb26f 100644 (file)
@@ -1,12 +1,3 @@
-// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution.
-//
-// 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.
-
 const THREE_BITS: i64 = 7;
 const EVEN_MORE_REDIRECTION: i64 = THREE_BITS;