diff options
| author | Alexander Regueiro <alexreg@me.com> | 2019-01-13 02:25:00 +0000 |
|---|---|---|
| committer | Alexander Regueiro <alexreg@me.com> | 2019-01-13 19:47:02 +0000 |
| commit | 2e30a3c4d81f2def59987b769dba28d155884f28 (patch) | |
| tree | 06e121c707f36e900bdced35a4d50c86230b9766 /src/test/rustdoc | |
| parent | 49143e095fd1abf0c4ba4955467a9e6ffc5badc9 (diff) | |
| download | rust-2e30a3c4d81f2def59987b769dba28d155884f28.tar.gz rust-2e30a3c4d81f2def59987b769dba28d155884f28.zip | |
Removed more copyright notices.
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/no-crate-filter.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/rustdoc/no-crate-filter.rs b/src/test/rustdoc/no-crate-filter.rs index e49ce9e088e..c694d1456ef 100644 --- a/src/test/rustdoc/no-crate-filter.rs +++ b/src/test/rustdoc/no-crate-filter.rs @@ -1,13 +1,3 @@ -// Copyright 2018 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// 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. - #![crate_name = "foo"] // compile-flags: -Z unstable-options --disable-per-crate-search |
