From 718badb99c7bd4db9731ed8d9567b4a114a28c07 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 21 Jan 2015 16:17:19 -0500 Subject: [PATCH] remove copyright lines Fixes #9070. --- Makefile.in | 4 ---- mk/clean.mk | 4 ---- mk/crates.mk | 4 ---- mk/ctags.mk | 4 ---- mk/debuggers.mk | 4 ---- mk/dist.mk | 4 ---- mk/docs.mk | 4 ---- mk/grammar.mk | 4 ---- mk/host.mk | 4 ---- mk/install.mk | 4 ---- mk/llvm.mk | 4 ---- mk/main.mk | 4 ---- mk/perf.mk | 4 ---- mk/platform.mk | 4 ---- mk/prepare.mk | 4 ---- mk/reconfig.mk | 4 ---- mk/rt.mk | 4 ---- mk/rustllvm.mk | 4 ---- mk/snap.mk | 4 ---- mk/target.mk | 4 ---- mk/tests.mk | 4 ---- mk/util.mk | 4 ---- src/compiletest/common.rs | 4 ---- src/compiletest/compiletest.rs | 4 ---- src/compiletest/errors.rs | 4 ---- src/compiletest/header.rs | 4 ---- src/compiletest/procsrv.rs | 4 ---- src/compiletest/runtest.rs | 4 ---- src/compiletest/util.rs | 4 ---- src/doc/rust.css | 4 ---- src/driver/driver.rs | 4 ---- src/etc/2014-06-rewrite-bytes-macros.py | 4 ---- src/etc/adb_run_wrapper.sh | 4 ---- src/etc/check-binaries.py | 4 ---- src/etc/check-summary.py | 4 ---- src/etc/cmathconsts.c | 4 ---- src/etc/emacs/run_rust_emacs_tests.sh | 4 ---- src/etc/extract_grammar.py | 4 ---- src/etc/gdb_load_rust_pretty_printers.py | 4 ---- src/etc/gdb_rust_pretty_printing.py | 4 ---- src/etc/generate-deriving-span-tests.py | 6 +----- src/etc/generate-keyword-tests.py | 6 +----- src/etc/get-snapshot.py | 4 ---- src/etc/htmldocck.py | 4 ---- src/etc/latest-unix-snaps.py | 4 ---- src/etc/libc.c | 4 ---- src/etc/licenseck.py | 6 ++---- src/etc/lldb_batchmode.py | 4 ---- src/etc/lldb_rust_formatters.py | 4 ---- src/etc/local_stage0.sh | 4 ---- src/etc/make-snapshot.py | 4 ---- src/etc/make-win-dist.py | 4 ---- src/etc/maketest.py | 4 ---- src/etc/mingw-fix-include/bits/c++config.h | 4 ---- src/etc/mingw-fix-include/winbase.h | 4 ---- src/etc/mingw-fix-include/winsock2.h | 4 ---- src/etc/mirror-all-snapshots.py | 4 ---- src/etc/mklldeps.py | 6 ++---- src/etc/regex-match-tests.py | 6 +----- src/etc/rust-gdb | 4 ---- src/etc/rust-lldb | 4 ---- src/etc/rustup.sh | 4 ---- src/etc/snapshot.py | 4 ---- src/etc/sugarise-doc-comments.py | 4 ---- src/etc/tidy.py | 4 ---- src/etc/unicode.py | 6 +----- src/etc/ziggurat_tables.py | 6 +----- src/grammar/verify.rs | 4 ---- src/liballoc/arc.rs | 4 ---- src/liballoc/boxed.rs | 4 ---- src/liballoc/heap.rs | 4 ---- src/liballoc/lib.rs | 4 ---- src/liballoc/rc.rs | 4 ---- src/libarena/lib.rs | 4 ---- src/libcollections/bench.rs | 4 ---- src/libcollections/binary_heap.rs | 4 ---- src/libcollections/bit.rs | 4 ---- src/libcollections/btree/map.rs | 4 ---- src/libcollections/btree/mod.rs | 4 ---- src/libcollections/btree/node.rs | 4 ---- src/libcollections/btree/set.rs | 4 ---- src/libcollections/dlist.rs | 4 ---- src/libcollections/enum_set.rs | 4 ---- src/libcollections/lib.rs | 4 ---- src/libcollections/macros.rs | 4 ---- src/libcollections/ring_buf.rs | 4 ---- src/libcollections/slice.rs | 4 ---- src/libcollections/str.rs | 4 ---- src/libcollections/string.rs | 4 ---- src/libcollections/vec.rs | 4 ---- src/libcollections/vec_map.rs | 4 ---- src/libcore/any.rs | 4 ---- src/libcore/array.rs | 4 ---- src/libcore/atomic.rs | 4 ---- src/libcore/borrow.rs | 4 ---- src/libcore/cell.rs | 4 ---- src/libcore/char.rs | 4 ---- src/libcore/clone.rs | 4 ---- src/libcore/cmp.rs | 4 ---- src/libcore/default.rs | 4 ---- src/libcore/finally.rs | 4 ---- src/libcore/fmt/float.rs | 4 ---- src/libcore/fmt/mod.rs | 4 ---- src/libcore/fmt/num.rs | 4 ---- src/libcore/fmt/rt.rs | 4 ---- src/libcore/hash/mod.rs | 4 ---- src/libcore/hash/sip.rs | 4 ---- src/libcore/intrinsics.rs | 4 ---- src/libcore/iter.rs | 4 ---- src/libcore/lib.rs | 4 ---- src/libcore/macros.rs | 4 ---- src/libcore/marker.rs | 4 ---- src/libcore/mem.rs | 4 ---- src/libcore/nonzero.rs | 4 ---- src/libcore/num/f32.rs | 4 ---- src/libcore/num/f64.rs | 4 ---- src/libcore/num/float_macros.rs | 4 ---- src/libcore/num/i16.rs | 4 ---- src/libcore/num/i32.rs | 4 ---- src/libcore/num/i64.rs | 4 ---- src/libcore/num/i8.rs | 4 ---- src/libcore/num/int.rs | 4 ---- src/libcore/num/int_macros.rs | 4 ---- src/libcore/num/isize.rs | 4 ---- src/libcore/num/mod.rs | 4 ---- src/libcore/num/u16.rs | 4 ---- src/libcore/num/u32.rs | 4 ---- src/libcore/num/u64.rs | 4 ---- src/libcore/num/u8.rs | 4 ---- src/libcore/num/uint.rs | 4 ---- src/libcore/num/uint_macros.rs | 4 ---- src/libcore/num/usize.rs | 4 ---- src/libcore/ops.rs | 4 ---- src/libcore/option.rs | 4 ---- src/libcore/panicking.rs | 4 ---- src/libcore/prelude.rs | 4 ---- src/libcore/ptr.rs | 4 ---- src/libcore/raw.rs | 4 ---- src/libcore/result.rs | 4 ---- src/libcore/simd.rs | 4 ---- src/libcore/slice.rs | 4 ---- src/libcore/str/mod.rs | 4 ---- src/libcore/tuple.rs | 4 ---- src/libcore/ty.rs | 4 ---- src/libcoretest/any.rs | 4 ---- src/libcoretest/atomic.rs | 4 ---- src/libcoretest/cell.rs | 4 ---- src/libcoretest/char.rs | 4 ---- src/libcoretest/clone.rs | 4 ---- src/libcoretest/cmp.rs | 4 ---- src/libcoretest/finally.rs | 4 ---- src/libcoretest/fmt/mod.rs | 4 ---- src/libcoretest/fmt/num.rs | 4 ---- src/libcoretest/hash/mod.rs | 4 ---- src/libcoretest/hash/sip.rs | 4 ---- src/libcoretest/intrinsics.rs | 4 ---- src/libcoretest/iter.rs | 4 ---- src/libcoretest/lib.rs | 4 ---- src/libcoretest/mem.rs | 4 ---- src/libcoretest/nonzero.rs | 4 ---- src/libcoretest/num/i16.rs | 4 ---- src/libcoretest/num/i32.rs | 4 ---- src/libcoretest/num/i64.rs | 4 ---- src/libcoretest/num/i8.rs | 4 ---- src/libcoretest/num/int.rs | 4 ---- src/libcoretest/num/int_macros.rs | 4 ---- src/libcoretest/num/mod.rs | 4 ---- src/libcoretest/num/u16.rs | 4 ---- src/libcoretest/num/u32.rs | 4 ---- src/libcoretest/num/u64.rs | 4 ---- src/libcoretest/num/u8.rs | 4 ---- src/libcoretest/num/uint.rs | 4 ---- src/libcoretest/num/uint_macros.rs | 4 ---- src/libcoretest/ops.rs | 4 ---- src/libcoretest/option.rs | 4 ---- src/libcoretest/ptr.rs | 4 ---- src/libcoretest/result.rs | 4 ---- src/libcoretest/slice.rs | 4 ---- src/libcoretest/str.rs | 4 ---- src/libcoretest/tuple.rs | 4 ---- src/libflate/lib.rs | 4 ---- src/libfmt_macros/lib.rs | 4 ---- src/libgetopts/lib.rs | 4 ---- src/libgraphviz/lib.rs | 4 ---- src/libgraphviz/maybe_owned_vec.rs | 4 ---- src/liblibc/lib.rs | 4 ---- src/liblog/directive.rs | 4 ---- src/liblog/lib.rs | 4 ---- src/liblog/macros.rs | 4 ---- src/librand/chacha.rs | 4 ---- src/librand/distributions/exponential.rs | 4 ---- src/librand/distributions/gamma.rs | 4 ---- src/librand/distributions/mod.rs | 4 ---- src/librand/distributions/normal.rs | 4 ---- src/librand/distributions/range.rs | 4 ---- src/librand/distributions/ziggurat_tables.rs | 4 ---- src/librand/isaac.rs | 4 ---- src/librand/lib.rs | 4 ---- src/librand/rand_impls.rs | 4 ---- src/librand/reseeding.rs | 4 ---- src/librbml/io.rs | 4 ---- src/librbml/lib.rs | 4 ---- src/libregex/compile.rs | 4 ---- src/libregex/lib.rs | 4 ---- src/libregex/parse.rs | 4 ---- src/libregex/re.rs | 4 ---- src/libregex/test/bench.rs | 4 ---- src/libregex/test/matches.rs | 4 ---- src/libregex/test/mod.rs | 4 ---- src/libregex/test/native_static.rs | 4 ---- src/libregex/test/tests.rs | 4 ---- src/libregex/vm.rs | 4 ---- src/librustc/diagnostics.rs | 4 ---- src/librustc/lib.rs | 4 ---- src/librustc/lint/builtin.rs | 4 ---- src/librustc/lint/context.rs | 4 ---- src/librustc/lint/mod.rs | 4 ---- src/librustc/metadata/common.rs | 4 ---- src/librustc/metadata/creader.rs | 4 ---- src/librustc/metadata/csearch.rs | 4 ---- src/librustc/metadata/cstore.rs | 4 ---- src/librustc/metadata/decoder.rs | 4 ---- src/librustc/metadata/encoder.rs | 4 ---- src/librustc/metadata/filesearch.rs | 4 ---- src/librustc/metadata/loader.rs | 4 ---- src/librustc/metadata/mod.rs | 4 ---- src/librustc/metadata/tydecode.rs | 4 ---- src/librustc/metadata/tyencode.rs | 4 ---- src/librustc/middle/astconv_util.rs | 4 ---- src/librustc/middle/astencode.rs | 4 ---- src/librustc/middle/cfg/construct.rs | 4 ---- src/librustc/middle/cfg/graphviz.rs | 4 ---- src/librustc/middle/cfg/mod.rs | 4 ---- src/librustc/middle/check_const.rs | 4 ---- src/librustc/middle/check_loop.rs | 4 ---- src/librustc/middle/check_match.rs | 4 ---- src/librustc/middle/check_rvalues.rs | 4 ---- src/librustc/middle/check_static.rs | 4 ---- src/librustc/middle/check_static_recursion.rs | 4 ---- src/librustc/middle/const_eval.rs | 4 ---- src/librustc/middle/dataflow.rs | 4 ---- src/librustc/middle/dead.rs | 4 ---- src/librustc/middle/def.rs | 4 ---- src/librustc/middle/dependency_format.rs | 4 ---- src/librustc/middle/effect.rs | 4 ---- src/librustc/middle/entry.rs | 4 ---- src/librustc/middle/expr_use_visitor.rs | 4 ---- src/librustc/middle/fast_reject.rs | 4 ---- src/librustc/middle/graph.rs | 4 ---- src/librustc/middle/infer/coercion.rs | 4 ---- src/librustc/middle/infer/combine.rs | 4 ---- src/librustc/middle/infer/doc.rs | 4 ---- src/librustc/middle/infer/equate.rs | 4 ---- src/librustc/middle/infer/error_reporting.rs | 4 ---- src/librustc/middle/infer/freshen.rs | 4 ---- src/librustc/middle/infer/glb.rs | 4 ---- .../middle/infer/higher_ranked/doc.rs | 4 ---- .../middle/infer/higher_ranked/mod.rs | 4 ---- src/librustc/middle/infer/lattice.rs | 4 ---- src/librustc/middle/infer/lub.rs | 4 ---- src/librustc/middle/infer/mod.rs | 4 ---- .../middle/infer/region_inference/doc.rs | 4 ---- .../middle/infer/region_inference/graphviz.rs | 4 ---- .../middle/infer/region_inference/mod.rs | 4 ---- src/librustc/middle/infer/resolve.rs | 4 ---- src/librustc/middle/infer/sub.rs | 4 ---- src/librustc/middle/infer/type_variable.rs | 4 ---- src/librustc/middle/infer/unify.rs | 4 ---- src/librustc/middle/intrinsicck.rs | 4 ---- src/librustc/middle/lang_items.rs | 4 ---- src/librustc/middle/liveness.rs | 4 ---- src/librustc/middle/mem_categorization.rs | 4 ---- src/librustc/middle/pat_util.rs | 4 ---- src/librustc/middle/privacy.rs | 4 ---- src/librustc/middle/reachable.rs | 4 ---- src/librustc/middle/recursion_limit.rs | 4 ---- src/librustc/middle/region.rs | 4 ---- src/librustc/middle/resolve_lifetime.rs | 4 ---- src/librustc/middle/stability.rs | 4 ---- src/librustc/middle/subst.rs | 4 ---- src/librustc/middle/traits/coherence.rs | 4 ---- src/librustc/middle/traits/doc.rs | 4 ---- src/librustc/middle/traits/error_reporting.rs | 4 ---- src/librustc/middle/traits/fulfill.rs | 4 ---- src/librustc/middle/traits/mod.rs | 4 ---- src/librustc/middle/traits/object_safety.rs | 4 ---- src/librustc/middle/traits/project.rs | 4 ---- src/librustc/middle/traits/select.rs | 4 ---- src/librustc/middle/traits/util.rs | 4 ---- src/librustc/middle/ty.rs | 4 ---- src/librustc/middle/ty_fold.rs | 4 ---- src/librustc/middle/ty_walk.rs | 4 ---- src/librustc/middle/weak_lang_items.rs | 4 ---- src/librustc/plugin/build.rs | 4 ---- src/librustc/plugin/load.rs | 4 ---- src/librustc/plugin/mod.rs | 4 ---- src/librustc/plugin/registry.rs | 4 ---- src/librustc/session/config.rs | 4 ---- src/librustc/session/mod.rs | 4 ---- src/librustc/session/search_paths.rs | 4 ---- src/librustc/util/common.rs | 4 ---- src/librustc/util/lev_distance.rs | 4 ---- src/librustc/util/nodemap.rs | 4 ---- src/librustc/util/ppaux.rs | 4 ---- src/librustc/util/snapshot_vec.rs | 4 ---- src/librustc_back/abi.rs | 4 ---- src/librustc_back/archive.rs | 4 ---- src/librustc_back/arm.rs | 4 ---- src/librustc_back/fs.rs | 4 ---- src/librustc_back/lib.rs | 4 ---- src/librustc_back/mips.rs | 4 ---- src/librustc_back/mipsel.rs | 4 ---- src/librustc_back/rpath.rs | 4 ---- src/librustc_back/sha2.rs | 4 ---- src/librustc_back/svh.rs | 4 ---- src/librustc_back/target/aarch64_apple_ios.rs | 4 ---- .../target/aarch64_unknown_linux_gnu.rs | 4 ---- src/librustc_back/target/apple_base.rs | 4 ---- src/librustc_back/target/apple_ios_base.rs | 4 ---- .../target/arm_linux_androideabi.rs | 4 ---- .../target/arm_unknown_linux_gnueabi.rs | 4 ---- .../target/arm_unknown_linux_gnueabihf.rs | 4 ---- src/librustc_back/target/armv7_apple_ios.rs | 4 ---- src/librustc_back/target/armv7s_apple_ios.rs | 4 ---- src/librustc_back/target/dragonfly_base.rs | 4 ---- src/librustc_back/target/freebsd_base.rs | 4 ---- src/librustc_back/target/i386_apple_ios.rs | 4 ---- src/librustc_back/target/i686_apple_darwin.rs | 4 ---- .../target/i686_pc_windows_gnu.rs | 4 ---- .../target/i686_unknown_dragonfly.rs | 4 ---- .../target/i686_unknown_linux_gnu.rs | 4 ---- src/librustc_back/target/linux_base.rs | 4 ---- .../target/mips_unknown_linux_gnu.rs | 4 ---- .../target/mipsel_unknown_linux_gnu.rs | 4 ---- src/librustc_back/target/mod.rs | 4 ---- .../target/powerpc_unknown_linux_gnu.rs | 4 ---- src/librustc_back/target/windows_base.rs | 4 ---- .../target/x86_64_apple_darwin.rs | 4 ---- src/librustc_back/target/x86_64_apple_ios.rs | 4 ---- .../target/x86_64_pc_windows_gnu.rs | 4 ---- .../target/x86_64_unknown_dragonfly.rs | 4 ---- .../target/x86_64_unknown_freebsd.rs | 4 ---- .../target/x86_64_unknown_linux_gnu.rs | 4 ---- src/librustc_back/target_strs.rs | 4 ---- src/librustc_back/x86.rs | 4 ---- src/librustc_back/x86_64.rs | 4 ---- src/librustc_bitflags/lib.rs | 4 ---- src/librustc_borrowck/borrowck/check_loans.rs | 4 ---- src/librustc_borrowck/borrowck/doc.rs | 4 ---- src/librustc_borrowck/borrowck/fragments.rs | 4 ---- .../borrowck/gather_loans/gather_moves.rs | 4 ---- .../borrowck/gather_loans/lifetime.rs | 4 ---- .../borrowck/gather_loans/mod.rs | 4 ---- .../borrowck/gather_loans/move_error.rs | 4 ---- .../borrowck/gather_loans/restrictions.rs | 4 ---- src/librustc_borrowck/borrowck/mod.rs | 4 ---- src/librustc_borrowck/borrowck/move_data.rs | 4 ---- src/librustc_borrowck/graphviz.rs | 4 ---- src/librustc_borrowck/lib.rs | 4 ---- src/librustc_driver/driver.rs | 4 ---- src/librustc_driver/lib.rs | 4 ---- src/librustc_driver/pretty.rs | 4 ---- src/librustc_driver/test.rs | 4 ---- src/librustc_llvm/archive_ro.rs | 4 ---- src/librustc_llvm/diagnostic.rs | 4 ---- src/librustc_llvm/lib.rs | 4 ---- src/librustc_privacy/lib.rs | 4 ---- src/librustc_resolve/build_reduced_graph.rs | 4 ---- src/librustc_resolve/check_unused.rs | 4 ---- src/librustc_resolve/lib.rs | 4 ---- src/librustc_resolve/record_exports.rs | 4 ---- src/librustc_trans/back/link.rs | 4 ---- src/librustc_trans/back/lto.rs | 4 ---- src/librustc_trans/back/write.rs | 4 ---- src/librustc_trans/lib.rs | 4 ---- src/librustc_trans/save/mod.rs | 4 ---- src/librustc_trans/save/recorder.rs | 4 ---- src/librustc_trans/save/span_utils.rs | 4 ---- src/librustc_trans/trans/_match.rs | 4 ---- src/librustc_trans/trans/adt.rs | 4 ---- src/librustc_trans/trans/asm.rs | 4 ---- src/librustc_trans/trans/base.rs | 4 ---- src/librustc_trans/trans/basic_block.rs | 4 ---- src/librustc_trans/trans/build.rs | 4 ---- src/librustc_trans/trans/builder.rs | 4 ---- src/librustc_trans/trans/cabi.rs | 4 ---- src/librustc_trans/trans/cabi_aarch64.rs | 4 ---- src/librustc_trans/trans/cabi_arm.rs | 4 ---- src/librustc_trans/trans/cabi_mips.rs | 4 ---- src/librustc_trans/trans/cabi_powerpc.rs | 4 ---- src/librustc_trans/trans/cabi_x86.rs | 4 ---- src/librustc_trans/trans/cabi_x86_64.rs | 4 ---- src/librustc_trans/trans/cabi_x86_win64.rs | 4 ---- src/librustc_trans/trans/callee.rs | 4 ---- src/librustc_trans/trans/cleanup.rs | 4 ---- src/librustc_trans/trans/closure.rs | 4 ---- src/librustc_trans/trans/common.rs | 4 ---- src/librustc_trans/trans/consts.rs | 4 ---- src/librustc_trans/trans/context.rs | 4 ---- src/librustc_trans/trans/controlflow.rs | 4 ---- src/librustc_trans/trans/datum.rs | 4 ---- src/librustc_trans/trans/debuginfo.rs | 4 ---- src/librustc_trans/trans/doc.rs | 4 ---- src/librustc_trans/trans/expr.rs | 4 ---- src/librustc_trans/trans/foreign.rs | 4 ---- src/librustc_trans/trans/glue.rs | 4 ---- src/librustc_trans/trans/inline.rs | 4 ---- src/librustc_trans/trans/intrinsic.rs | 4 ---- src/librustc_trans/trans/llrepr.rs | 4 ---- src/librustc_trans/trans/machine.rs | 4 ---- src/librustc_trans/trans/macros.rs | 4 ---- src/librustc_trans/trans/meth.rs | 4 ---- src/librustc_trans/trans/mod.rs | 4 ---- src/librustc_trans/trans/monomorphize.rs | 4 ---- src/librustc_trans/trans/tvec.rs | 4 ---- src/librustc_trans/trans/type_.rs | 4 ---- src/librustc_trans/trans/type_of.rs | 4 ---- src/librustc_trans/trans/value.rs | 4 ---- src/librustc_typeck/astconv.rs | 4 ---- src/librustc_typeck/check/_match.rs | 4 ---- src/librustc_typeck/check/assoc.rs | 4 ---- src/librustc_typeck/check/callee.rs | 4 ---- src/librustc_typeck/check/closure.rs | 4 ---- src/librustc_typeck/check/compare_method.rs | 4 ---- src/librustc_typeck/check/demand.rs | 4 ---- src/librustc_typeck/check/method/confirm.rs | 4 ---- src/librustc_typeck/check/method/doc.rs | 4 ---- src/librustc_typeck/check/method/mod.rs | 4 ---- src/librustc_typeck/check/method/probe.rs | 4 ---- src/librustc_typeck/check/method/suggest.rs | 4 ---- src/librustc_typeck/check/mod.rs | 4 ---- src/librustc_typeck/check/regionck.rs | 4 ---- src/librustc_typeck/check/regionmanip.rs | 4 ---- src/librustc_typeck/check/upvar.rs | 4 ---- src/librustc_typeck/check/vtable.rs | 4 ---- src/librustc_typeck/check/wf.rs | 4 ---- src/librustc_typeck/check/writeback.rs | 4 ---- src/librustc_typeck/coherence/impls.rs | 4 ---- src/librustc_typeck/coherence/mod.rs | 4 ---- src/librustc_typeck/coherence/orphan.rs | 4 ---- src/librustc_typeck/coherence/overlap.rs | 4 ---- src/librustc_typeck/coherence/unsafety.rs | 4 ---- src/librustc_typeck/collect.rs | 4 ---- src/librustc_typeck/diagnostics.rs | 4 ---- src/librustc_typeck/lib.rs | 4 ---- src/librustc_typeck/rscope.rs | 4 ---- src/librustc_typeck/variance.rs | 4 ---- src/librustdoc/clean/inline.rs | 4 ---- src/librustdoc/clean/mod.rs | 4 ---- src/librustdoc/core.rs | 4 ---- src/librustdoc/doctree.rs | 4 ---- src/librustdoc/externalfiles.rs | 4 ---- src/librustdoc/flock.rs | 4 ---- src/librustdoc/fold.rs | 4 ---- src/librustdoc/html/escape.rs | 4 ---- src/librustdoc/html/format.rs | 4 ---- src/librustdoc/html/highlight.rs | 4 ---- src/librustdoc/html/item_type.rs | 4 ---- src/librustdoc/html/layout.rs | 4 ---- src/librustdoc/html/markdown.rs | 4 ---- src/librustdoc/html/render.rs | 4 ---- src/librustdoc/html/static/main.css | 4 ---- src/librustdoc/html/static/main.js | 4 ---- src/librustdoc/html/static/playpen.js | 4 ---- src/librustdoc/html/toc.rs | 4 ---- src/librustdoc/lib.rs | 4 ---- src/librustdoc/markdown.rs | 4 ---- src/librustdoc/passes.rs | 4 ---- src/librustdoc/plugins.rs | 4 ---- src/librustdoc/stability_summary.rs | 4 ---- src/librustdoc/test.rs | 4 ---- src/librustdoc/visit_ast.rs | 4 ---- src/libserialize/base64.rs | 4 ---- src/libserialize/collection_impls.rs | 4 ---- src/libserialize/hex.rs | 4 ---- src/libserialize/json.rs | 4 ---- src/libserialize/lib.rs | 4 ---- src/libserialize/serialize.rs | 4 ---- src/libstd/ascii.rs | 4 ---- src/libstd/bool.rs | 4 ---- src/libstd/collections/hash/bench.rs | 4 ---- src/libstd/collections/hash/map.rs | 4 ---- src/libstd/collections/hash/mod.rs | 4 ---- src/libstd/collections/hash/set.rs | 4 ---- src/libstd/collections/hash/state.rs | 4 ---- src/libstd/collections/hash/table.rs | 4 ---- src/libstd/collections/mod.rs | 4 ---- src/libstd/dynamic_lib.rs | 4 ---- src/libstd/error.rs | 4 ---- src/libstd/failure.rs | 4 ---- src/libstd/ffi/c_str.rs | 4 ---- src/libstd/ffi/mod.rs | 4 ---- src/libstd/fmt.rs | 4 ---- src/libstd/io/buffered.rs | 4 ---- src/libstd/io/comm_adapters.rs | 4 ---- src/libstd/io/extensions.rs | 4 ---- src/libstd/io/fs.rs | 4 ---- src/libstd/io/mem.rs | 4 ---- src/libstd/io/mod.rs | 4 ---- src/libstd/io/net/addrinfo.rs | 4 ---- src/libstd/io/net/ip.rs | 4 ---- src/libstd/io/net/mod.rs | 4 ---- src/libstd/io/net/pipe.rs | 4 ---- src/libstd/io/net/tcp.rs | 4 ---- src/libstd/io/net/udp.rs | 4 ---- src/libstd/io/pipe.rs | 4 ---- src/libstd/io/process.rs | 4 ---- src/libstd/io/result.rs | 4 ---- src/libstd/io/stdio.rs | 4 ---- src/libstd/io/tempfile.rs | 4 ---- src/libstd/io/test.rs | 4 ---- src/libstd/io/timer.rs | 4 ---- src/libstd/io/util.rs | 4 ---- src/libstd/lib.rs | 4 ---- src/libstd/macros.rs | 4 ---- src/libstd/num/f32.rs | 4 ---- src/libstd/num/f64.rs | 4 ---- src/libstd/num/float_macros.rs | 4 ---- src/libstd/num/i16.rs | 4 ---- src/libstd/num/i32.rs | 4 ---- src/libstd/num/i64.rs | 4 ---- src/libstd/num/i8.rs | 4 ---- src/libstd/num/int.rs | 4 ---- src/libstd/num/int_macros.rs | 4 ---- src/libstd/num/isize.rs | 4 ---- src/libstd/num/mod.rs | 4 ---- src/libstd/num/strconv.rs | 4 ---- src/libstd/num/u16.rs | 4 ---- src/libstd/num/u32.rs | 4 ---- src/libstd/num/u64.rs | 4 ---- src/libstd/num/u8.rs | 4 ---- src/libstd/num/uint.rs | 4 ---- src/libstd/num/uint_macros.rs | 4 ---- src/libstd/num/usize.rs | 4 ---- src/libstd/os.rs | 4 ---- src/libstd/path/mod.rs | 4 ---- src/libstd/path/posix.rs | 4 ---- src/libstd/path/windows.rs | 4 ---- src/libstd/prelude/mod.rs | 4 ---- src/libstd/prelude/v1.rs | 4 ---- src/libstd/rand/mod.rs | 4 ---- src/libstd/rand/os.rs | 4 ---- src/libstd/rand/reader.rs | 4 ---- src/libstd/rt/args.rs | 4 ---- src/libstd/rt/at_exit_imp.rs | 4 ---- src/libstd/rt/backtrace.rs | 4 ---- src/libstd/rt/libunwind.rs | 4 ---- src/libstd/rt/macros.rs | 4 ---- src/libstd/rt/mod.rs | 4 ---- src/libstd/rt/unwind.rs | 4 ---- src/libstd/rt/util.rs | 4 ---- src/libstd/rtdeps.rs | 4 ---- src/libstd/sync/barrier.rs | 4 ---- src/libstd/sync/condvar.rs | 4 ---- src/libstd/sync/future.rs | 4 ---- src/libstd/sync/mod.rs | 4 ---- src/libstd/sync/mpsc/blocking.rs | 4 ---- src/libstd/sync/mpsc/mod.rs | 4 ---- src/libstd/sync/mpsc/oneshot.rs | 4 ---- src/libstd/sync/mpsc/select.rs | 4 ---- src/libstd/sync/mpsc/shared.rs | 4 ---- src/libstd/sync/mpsc/stream.rs | 4 ---- src/libstd/sync/mpsc/sync.rs | 4 ---- src/libstd/sync/mutex.rs | 4 ---- src/libstd/sync/once.rs | 4 ---- src/libstd/sync/poison.rs | 4 ---- src/libstd/sync/rwlock.rs | 4 ---- src/libstd/sync/semaphore.rs | 4 ---- src/libstd/sync/task_pool.rs | 4 ---- src/libstd/sys/common/backtrace.rs | 4 ---- src/libstd/sys/common/condvar.rs | 4 ---- src/libstd/sys/common/helper_thread.rs | 4 ---- src/libstd/sys/common/mod.rs | 4 ---- src/libstd/sys/common/mutex.rs | 4 ---- src/libstd/sys/common/net.rs | 4 ---- src/libstd/sys/common/rwlock.rs | 4 ---- src/libstd/sys/common/stack.rs | 4 ---- src/libstd/sys/common/thread.rs | 4 ---- src/libstd/sys/common/thread_info.rs | 4 ---- src/libstd/sys/common/thread_local.rs | 4 ---- src/libstd/sys/unix/backtrace.rs | 4 ---- src/libstd/sys/unix/c.rs | 4 ---- src/libstd/sys/unix/condvar.rs | 4 ---- src/libstd/sys/unix/ext.rs | 4 ---- src/libstd/sys/unix/fs.rs | 4 ---- src/libstd/sys/unix/helper_signal.rs | 4 ---- src/libstd/sys/unix/mod.rs | 4 ---- src/libstd/sys/unix/mutex.rs | 4 ---- src/libstd/sys/unix/os.rs | 4 ---- src/libstd/sys/unix/pipe.rs | 4 ---- src/libstd/sys/unix/process.rs | 4 ---- src/libstd/sys/unix/rwlock.rs | 4 ---- src/libstd/sys/unix/stack_overflow.rs | 4 ---- src/libstd/sys/unix/sync.rs | 4 ---- src/libstd/sys/unix/tcp.rs | 4 ---- src/libstd/sys/unix/thread.rs | 4 ---- src/libstd/sys/unix/thread_local.rs | 4 ---- src/libstd/sys/unix/time.rs | 4 ---- src/libstd/sys/unix/timer.rs | 4 ---- src/libstd/sys/unix/tty.rs | 4 ---- src/libstd/sys/unix/udp.rs | 4 ---- src/libstd/sys/windows/backtrace.rs | 4 ---- src/libstd/sys/windows/c.rs | 4 ---- src/libstd/sys/windows/condvar.rs | 4 ---- src/libstd/sys/windows/ext.rs | 4 ---- src/libstd/sys/windows/fs.rs | 4 ---- src/libstd/sys/windows/helper_signal.rs | 4 ---- src/libstd/sys/windows/mod.rs | 4 ---- src/libstd/sys/windows/mutex.rs | 4 ---- src/libstd/sys/windows/os.rs | 4 ---- src/libstd/sys/windows/pipe.rs | 4 ---- src/libstd/sys/windows/process.rs | 4 ---- src/libstd/sys/windows/rwlock.rs | 4 ---- src/libstd/sys/windows/stack_overflow.rs | 4 ---- src/libstd/sys/windows/sync.rs | 4 ---- src/libstd/sys/windows/tcp.rs | 4 ---- src/libstd/sys/windows/thread.rs | 4 ---- src/libstd/sys/windows/thread_local.rs | 4 ---- src/libstd/sys/windows/time.rs | 4 ---- src/libstd/sys/windows/timer.rs | 4 ---- src/libstd/sys/windows/tty.rs | 4 ---- src/libstd/sys/windows/udp.rs | 4 ---- src/libstd/thread.rs | 4 ---- src/libstd/thread_local/mod.rs | 4 ---- src/libstd/thread_local/scoped.rs | 4 ---- src/libstd/thunk.rs | 4 ---- src/libstd/time/duration.rs | 4 ---- src/libstd/time/mod.rs | 4 ---- src/libstd/tuple.rs | 4 ---- src/libstd/unit.rs | 4 ---- src/libsyntax/abi.rs | 4 ---- src/libsyntax/ast.rs | 4 ---- src/libsyntax/ast_map/blocks.rs | 4 ---- src/libsyntax/ast_map/mod.rs | 4 ---- src/libsyntax/ast_util.rs | 4 ---- src/libsyntax/attr.rs | 4 ---- src/libsyntax/codemap.rs | 4 ---- src/libsyntax/config.rs | 4 ---- src/libsyntax/diagnostic.rs | 4 ---- src/libsyntax/diagnostics/macros.rs | 4 ---- src/libsyntax/diagnostics/plugin.rs | 4 ---- src/libsyntax/diagnostics/registry.rs | 4 ---- src/libsyntax/ext/asm.rs | 4 ---- src/libsyntax/ext/base.rs | 4 ---- src/libsyntax/ext/build.rs | 4 ---- src/libsyntax/ext/cfg.rs | 4 ---- src/libsyntax/ext/cfg_attr.rs | 4 ---- src/libsyntax/ext/concat.rs | 4 ---- src/libsyntax/ext/concat_idents.rs | 4 ---- src/libsyntax/ext/deriving/bounds.rs | 4 ---- src/libsyntax/ext/deriving/clone.rs | 4 ---- src/libsyntax/ext/deriving/cmp/eq.rs | 4 ---- src/libsyntax/ext/deriving/cmp/ord.rs | 4 ---- src/libsyntax/ext/deriving/cmp/totaleq.rs | 4 ---- src/libsyntax/ext/deriving/cmp/totalord.rs | 4 ---- src/libsyntax/ext/deriving/decodable.rs | 4 ---- src/libsyntax/ext/deriving/default.rs | 4 ---- src/libsyntax/ext/deriving/encodable.rs | 4 ---- src/libsyntax/ext/deriving/generic/mod.rs | 4 ---- src/libsyntax/ext/deriving/generic/ty.rs | 4 ---- src/libsyntax/ext/deriving/hash.rs | 4 ---- src/libsyntax/ext/deriving/mod.rs | 4 ---- src/libsyntax/ext/deriving/primitive.rs | 4 ---- src/libsyntax/ext/deriving/rand.rs | 4 ---- src/libsyntax/ext/deriving/show.rs | 4 ---- src/libsyntax/ext/env.rs | 4 ---- src/libsyntax/ext/expand.rs | 4 ---- src/libsyntax/ext/format.rs | 4 ---- src/libsyntax/ext/log_syntax.rs | 4 ---- src/libsyntax/ext/mtwt.rs | 4 ---- src/libsyntax/ext/quote.rs | 4 ---- src/libsyntax/ext/source_util.rs | 4 ---- src/libsyntax/ext/trace_macros.rs | 4 ---- src/libsyntax/ext/tt/macro_parser.rs | 4 ---- src/libsyntax/ext/tt/macro_rules.rs | 4 ---- src/libsyntax/ext/tt/transcribe.rs | 4 ---- src/libsyntax/feature_gate.rs | 4 ---- src/libsyntax/fold.rs | 4 ---- src/libsyntax/lib.rs | 4 ---- src/libsyntax/owned_slice.rs | 4 ---- src/libsyntax/parse/attr.rs | 4 ---- src/libsyntax/parse/classify.rs | 4 ---- src/libsyntax/parse/common.rs | 4 ---- src/libsyntax/parse/lexer/comments.rs | 4 ---- src/libsyntax/parse/lexer/mod.rs | 4 ---- src/libsyntax/parse/mod.rs | 4 ---- src/libsyntax/parse/obsolete.rs | 4 ---- src/libsyntax/parse/parser.rs | 4 ---- src/libsyntax/parse/token.rs | 4 ---- src/libsyntax/print/pp.rs | 4 ---- src/libsyntax/print/pprust.rs | 4 ---- src/libsyntax/ptr.rs | 4 ---- src/libsyntax/show_span.rs | 4 ---- src/libsyntax/std_inject.rs | 4 ---- src/libsyntax/test.rs | 4 ---- src/libsyntax/util/interner.rs | 4 ---- src/libsyntax/util/parser_testing.rs | 4 ---- src/libsyntax/util/small_vector.rs | 4 ---- src/libsyntax/visit.rs | 4 ---- src/libterm/lib.rs | 4 ---- src/libterm/terminfo/mod.rs | 4 ---- src/libterm/terminfo/parm.rs | 4 ---- src/libterm/terminfo/parser/compiled.rs | 4 ---- src/libterm/terminfo/searcher.rs | 4 ---- src/libterm/win.rs | 4 ---- src/libtest/lib.rs | 4 ---- src/libtest/stats.rs | 4 ---- src/libunicode/lib.rs | 4 ---- src/libunicode/normalize.rs | 4 ---- src/libunicode/tables.rs | 4 ---- src/libunicode/u_char.rs | 4 ---- src/libunicode/u_str.rs | 4 ---- src/rt/rust_builtin.c | 4 ---- src/rt/rust_test_helpers.c | 4 ---- src/rt/rust_try.ll | 4 ---- src/rustbook/book.rs | 4 ---- src/rustbook/build.rs | 4 ---- src/rustbook/css.rs | 4 ---- src/rustbook/error.rs | 4 ---- src/rustbook/help.rs | 4 ---- src/rustbook/javascript.rs | 4 ---- src/rustbook/main.rs | 4 ---- src/rustbook/serve.rs | 4 ---- src/rustbook/subcommand.rs | 4 ---- src/rustbook/term.rs | 4 ---- src/rustbook/test.rs | 4 ---- src/rustllvm/ExecutionEngineWrapper.cpp | 4 ---- src/rustllvm/PassWrapper.cpp | 4 ---- src/rustllvm/RustWrapper.cpp | 4 ---- src/rustllvm/rustllvm.h | 4 ---- src/test/auxiliary/ambig_impl_2_lib.rs | 4 ---- .../anon-extern-mod-cross-crate-1.rs | 4 ---- .../auxiliary/anon_trait_static_method_lib.rs | 4 ---- src/test/auxiliary/associated-types-cc-lib.rs | 4 ---- src/test/auxiliary/cci_borrow_lib.rs | 4 ---- src/test/auxiliary/cci_capture_clause.rs | 4 ---- src/test/auxiliary/cci_class.rs | 4 ---- src/test/auxiliary/cci_class_2.rs | 4 ---- src/test/auxiliary/cci_class_3.rs | 4 ---- src/test/auxiliary/cci_class_4.rs | 4 ---- src/test/auxiliary/cci_class_5.rs | 4 ---- src/test/auxiliary/cci_class_6.rs | 4 ---- src/test/auxiliary/cci_class_cast.rs | 4 ---- src/test/auxiliary/cci_class_trait.rs | 4 ---- src/test/auxiliary/cci_const.rs | 4 ---- src/test/auxiliary/cci_const_block.rs | 4 ---- src/test/auxiliary/cci_impl_lib.rs | 4 ---- src/test/auxiliary/cci_intrinsic.rs | 4 ---- src/test/auxiliary/cci_iter_lib.rs | 4 ---- src/test/auxiliary/cci_nested_lib.rs | 4 ---- src/test/auxiliary/cci_no_inline_lib.rs | 4 ---- src/test/auxiliary/cfg_inner_static.rs | 4 ---- src/test/auxiliary/changing-crates-a1.rs | 4 ---- src/test/auxiliary/changing-crates-a2.rs | 4 ---- src/test/auxiliary/changing-crates-b.rs | 4 ---- .../check_static_recursion_foreign_helper.rs | 4 ---- src/test/auxiliary/coherence-lib.rs | 4 ---- src/test/auxiliary/coherence-orphan-lib.rs | 4 ---- .../auxiliary/coherence_inherent_cc_lib.rs | 4 ---- .../crate-method-reexport-grrrrrrr2.rs | 4 ---- src/test/auxiliary/crateresolve1-1.rs | 4 ---- src/test/auxiliary/crateresolve1-2.rs | 4 ---- src/test/auxiliary/crateresolve1-3.rs | 4 ---- src/test/auxiliary/crateresolve3-1.rs | 4 ---- src/test/auxiliary/crateresolve3-2.rs | 4 ---- src/test/auxiliary/crateresolve4a-1.rs | 4 ---- src/test/auxiliary/crateresolve4a-2.rs | 4 ---- src/test/auxiliary/crateresolve4b-1.rs | 4 ---- src/test/auxiliary/crateresolve4b-2.rs | 4 ---- src/test/auxiliary/crateresolve5-1.rs | 4 ---- src/test/auxiliary/crateresolve5-2.rs | 4 ---- src/test/auxiliary/crateresolve7x.rs | 4 ---- src/test/auxiliary/crateresolve8-1.rs | 4 ---- src/test/auxiliary/crateresolve_calories-1.rs | 4 ---- src/test/auxiliary/crateresolve_calories-2.rs | 4 ---- .../cross_crate_debuginfo_type_uniquing.rs | 4 ---- src/test/auxiliary/default_type_params_xc.rs | 4 ---- src/test/auxiliary/explicit_self_xcrate.rs | 4 ---- .../auxiliary/extern-crosscrate-source.rs | 4 ---- .../auxiliary/extern_calling_convention.rs | 4 ---- src/test/auxiliary/extern_mod_ordering_lib.rs | 4 ---- src/test/auxiliary/foreign_lib.rs | 4 ---- src/test/auxiliary/go_trait.rs | 4 ---- src/test/auxiliary/impl_privacy_xc_1.rs | 4 ---- src/test/auxiliary/impl_privacy_xc_2.rs | 4 ---- src/test/auxiliary/inherit_struct_lib.rs | 4 ---- src/test/auxiliary/inherited_stability.rs | 4 ---- src/test/auxiliary/inline_dtor.rs | 4 ---- src/test/auxiliary/inner_static.rs | 4 ---- src/test/auxiliary/iss.rs | 4 ---- src/test/auxiliary/issue-10028.rs | 4 ---- src/test/auxiliary/issue-11224.rs | 4 ---- src/test/auxiliary/issue-11225-1.rs | 4 ---- src/test/auxiliary/issue-11225-2.rs | 4 ---- src/test/auxiliary/issue-11508.rs | 4 ---- src/test/auxiliary/issue-11529.rs | 4 ---- src/test/auxiliary/issue-11680.rs | 4 ---- src/test/auxiliary/issue-12133-dylib.rs | 4 ---- src/test/auxiliary/issue-12133-dylib2.rs | 4 ---- src/test/auxiliary/issue-12133-rlib.rs | 4 ---- src/test/auxiliary/issue-12612-1.rs | 4 ---- src/test/auxiliary/issue-12612-2.rs | 4 ---- src/test/auxiliary/issue-12660-aux.rs | 4 ---- src/test/auxiliary/issue-13560-1.rs | 4 ---- src/test/auxiliary/issue-13560-2.rs | 4 ---- src/test/auxiliary/issue-13560-3.rs | 4 ---- src/test/auxiliary/issue-13620-1.rs | 4 ---- src/test/auxiliary/issue-13620-2.rs | 4 ---- src/test/auxiliary/issue-13872-1.rs | 4 ---- src/test/auxiliary/issue-13872-2.rs | 4 ---- src/test/auxiliary/issue-13872-3.rs | 4 ---- src/test/auxiliary/issue-14421.rs | 4 ---- src/test/auxiliary/issue-14422.rs | 4 ---- src/test/auxiliary/issue-15562.rs | 4 ---- src/test/auxiliary/issue-16643.rs | 4 ---- src/test/auxiliary/issue-16725.rs | 4 ---- src/test/auxiliary/issue-16822.rs | 4 ---- src/test/auxiliary/issue-17662.rs | 4 ---- .../auxiliary/issue-17718-const-privacy.rs | 4 ---- src/test/auxiliary/issue-17718.rs | 4 ---- src/test/auxiliary/issue-18501.rs | 4 ---- src/test/auxiliary/issue-18502.rs | 4 ---- src/test/auxiliary/issue-18514.rs | 4 ---- src/test/auxiliary/issue-18711.rs | 4 ---- src/test/auxiliary/issue-19340-1.rs | 4 ---- src/test/auxiliary/issue-21202.rs | 4 ---- src/test/auxiliary/issue-2380.rs | 4 ---- src/test/auxiliary/issue-2414-a.rs | 4 ---- src/test/auxiliary/issue-2414-b.rs | 4 ---- src/test/auxiliary/issue-2526.rs | 4 ---- src/test/auxiliary/issue-2631-a.rs | 4 ---- src/test/auxiliary/issue-3012-1.rs | 4 ---- src/test/auxiliary/issue-4208-cc.rs | 4 ---- src/test/auxiliary/issue-4545.rs | 4 ---- src/test/auxiliary/issue-5518.rs | 4 ---- src/test/auxiliary/issue-5521.rs | 4 ---- src/test/auxiliary/issue-7178.rs | 4 ---- src/test/auxiliary/issue-7899.rs | 4 ---- src/test/auxiliary/issue-8044.rs | 4 ---- src/test/auxiliary/issue-8259.rs | 4 ---- src/test/auxiliary/issue-9906.rs | 4 ---- src/test/auxiliary/issue-9968.rs | 4 ---- src/test/auxiliary/issue13213aux.rs | 4 ---- src/test/auxiliary/issue13507.rs | 4 ---- src/test/auxiliary/issue2170lib.rs | 4 ---- src/test/auxiliary/issue_10031_aux.rs | 4 ---- .../issue_16723_multiple_items_syntax_ext.rs | 4 ---- src/test/auxiliary/issue_19293.rs | 4 ---- src/test/auxiliary/issue_20389.rs | 4 ---- src/test/auxiliary/issue_2242_a.rs | 4 ---- src/test/auxiliary/issue_2242_c.rs | 4 ---- src/test/auxiliary/issue_2316_a.rs | 4 ---- src/test/auxiliary/issue_2316_b.rs | 4 ---- src/test/auxiliary/issue_2472_b.rs | 4 ---- src/test/auxiliary/issue_2723_a.rs | 4 ---- src/test/auxiliary/issue_3136_a.rc | 4 ---- src/test/auxiliary/issue_3136_a.rs | 4 ---- src/test/auxiliary/issue_3907.rs | 4 ---- src/test/auxiliary/issue_3907_1.rs | 4 ---- src/test/auxiliary/issue_3979_traits.rs | 4 ---- src/test/auxiliary/issue_5844_aux.rs | 4 ---- src/test/auxiliary/issue_8401.rs | 4 ---- src/test/auxiliary/issue_9123.rs | 4 ---- src/test/auxiliary/issue_9155.rs | 4 ---- src/test/auxiliary/issue_9188.rs | 4 ---- src/test/auxiliary/kinds_in_metadata.rs | 4 ---- src/test/auxiliary/lang-item-public.rs | 4 ---- src/test/auxiliary/linkage-visibility.rs | 4 ---- src/test/auxiliary/linkage1.rs | 4 ---- .../auxiliary/lint-unused-extern-crate.rs | 4 ---- src/test/auxiliary/lint_group_plugin_test.rs | 4 ---- src/test/auxiliary/lint_output_format.rs | 4 ---- src/test/auxiliary/lint_plugin_test.rs | 4 ---- src/test/auxiliary/lint_stability.rs | 4 ---- src/test/auxiliary/logging_right_crate.rs | 4 ---- .../auxiliary/macro-include-items-expr.rs | 4 ---- .../auxiliary/macro-include-items-item.rs | 4 ---- .../auxiliary/macro_crate_MacroRulesTT.rs | 4 ---- src/test/auxiliary/macro_crate_def_only.rs | 4 ---- src/test/auxiliary/macro_crate_nonterminal.rs | 4 ---- src/test/auxiliary/macro_crate_test.rs | 4 ---- .../auxiliary/macro_export_inner_module.rs | 4 ---- src/test/auxiliary/macro_non_reexport_2.rs | 4 ---- src/test/auxiliary/macro_reexport_1.rs | 4 ---- src/test/auxiliary/macro_reexport_2.rs | 4 ---- src/test/auxiliary/macro_reexport_2_no_use.rs | 4 ---- src/test/auxiliary/method_self_arg1.rs | 4 ---- src/test/auxiliary/method_self_arg2.rs | 4 ---- src/test/auxiliary/moves_based_on_type_lib.rs | 4 ---- .../auxiliary/namespaced_enum_emulate_flat.rs | 4 ---- src/test/auxiliary/namespaced_enums.rs | 4 ---- src/test/auxiliary/nested_item.rs | 4 ---- src/test/auxiliary/newtype_struct_xc.rs | 4 ---- .../auxiliary/no_method_suggested_traits.rs | 4 ---- src/test/auxiliary/no_std_crate.rs | 4 ---- src/test/auxiliary/noexporttypelib.rs | 4 ---- src/test/auxiliary/overloaded_autoderef_xc.rs | 4 ---- src/test/auxiliary/packed.rs | 4 ---- src/test/auxiliary/plugin_args.rs | 4 ---- .../plugin_crate_outlive_expansion_phase.rs | 4 ---- src/test/auxiliary/priv-impl-prim-ty.rs | 4 ---- src/test/auxiliary/privacy-tuple-struct.rs | 4 ---- src/test/auxiliary/privacy_reexport.rs | 4 ---- src/test/auxiliary/private_trait_xc.rs | 4 ---- src/test/auxiliary/pub_use_mods_xcrate.rs | 4 ---- src/test/auxiliary/pub_use_xcrate1.rs | 4 ---- src/test/auxiliary/pub_use_xcrate2.rs | 4 ---- .../auxiliary/reexport-should-still-link.rs | 4 ---- .../auxiliary/reexported_static_methods.rs | 4 ---- ...-method-type-parameters-cross-crate-lib.rs | 4 ---- src/test/auxiliary/rlib_crate_test.rs | 4 ---- src/test/auxiliary/roman_numerals.rs | 4 ---- src/test/auxiliary/sepcomp-extern-lib.rs | 4 ---- src/test/auxiliary/sepcomp_cci_lib.rs | 4 ---- src/test/auxiliary/sepcomp_lib.rs | 4 ---- src/test/auxiliary/stability_cfg1.rs | 4 ---- src/test/auxiliary/stability_cfg2.rs | 4 ---- .../auxiliary/static-function-pointer-aux.rs | 4 ---- src/test/auxiliary/static-methods-crate.rs | 4 ---- src/test/auxiliary/static_fn_inline_xc_aux.rs | 4 ---- src/test/auxiliary/static_fn_trait_xc_aux.rs | 4 ---- src/test/auxiliary/static_mut_xc.rs | 4 ---- src/test/auxiliary/static_priv_by_default.rs | 4 ---- src/test/auxiliary/struct-field-privacy.rs | 4 ---- .../struct_destructuring_cross_crate.rs | 4 ---- src/test/auxiliary/struct_variant_privacy.rs | 4 ---- src/test/auxiliary/struct_variant_xc_aux.rs | 4 ---- src/test/auxiliary/svh-a-base.rs | 4 ---- src/test/auxiliary/svh-a-change-lit.rs | 4 ---- .../auxiliary/svh-a-change-significant-cfg.rs | 4 ---- .../auxiliary/svh-a-change-trait-bound.rs | 4 ---- src/test/auxiliary/svh-a-change-type-arg.rs | 4 ---- src/test/auxiliary/svh-a-change-type-ret.rs | 4 ---- .../auxiliary/svh-a-change-type-static.rs | 4 ---- src/test/auxiliary/svh-a-comment.rs | 4 ---- src/test/auxiliary/svh-a-doc.rs | 4 ---- src/test/auxiliary/svh-a-macro.rs | 4 ---- src/test/auxiliary/svh-a-no-change.rs | 4 ---- src/test/auxiliary/svh-a-redundant-cfg.rs | 4 ---- src/test/auxiliary/svh-a-whitespace.rs | 4 ---- src/test/auxiliary/svh-b.rs | 4 ---- src/test/auxiliary/svh-uta-base.rs | 4 ---- .../auxiliary/svh-uta-change-use-trait.rs | 4 ---- src/test/auxiliary/svh-utb.rs | 4 ---- .../syntax-extension-with-dll-deps-1.rs | 4 ---- .../syntax-extension-with-dll-deps-2.rs | 4 ---- src/test/auxiliary/trait-safety-lib.rs | 4 ---- .../trait_bounds_on_structs_and_enums_xc.rs | 4 ---- .../auxiliary/trait_default_method_xc_aux.rs | 4 ---- .../trait_default_method_xc_aux_2.rs | 4 ---- src/test/auxiliary/trait_impl_conflict.rs | 4 ---- .../trait_inheritance_auto_xc_2_aux.rs | 4 ---- .../trait_inheritance_auto_xc_aux.rs | 4 ---- ...ait_inheritance_cross_trait_call_xc_aux.rs | 4 ---- .../trait_inheritance_overloading_xc.rs | 4 ---- .../auxiliary/trait_superkinds_in_metadata.rs | 4 ---- src/test/auxiliary/traitimpl.rs | 4 ---- src/test/auxiliary/two_macros.rs | 4 ---- src/test/auxiliary/typeid-intrinsic.rs | 4 ---- src/test/auxiliary/typeid-intrinsic2.rs | 4 ---- .../auxiliary/unboxed-closures-cross-crate.rs | 4 ---- src/test/auxiliary/unreachable-variant.rs | 4 ---- src/test/auxiliary/use_from_trait_xc.rs | 4 ---- src/test/auxiliary/weak-lang-items.rs | 4 ---- src/test/auxiliary/where_clauses_xc.rs | 4 ---- src/test/auxiliary/xc_private_method_lib.rs | 4 ---- .../auxiliary/xcrate-trait-lifetime-param.rs | 4 ---- .../auxiliary/xcrate_address_insignificant.rs | 4 ---- src/test/auxiliary/xcrate_static_addresses.rs | 4 ---- src/test/auxiliary/xcrate_struct_aliases.rs | 4 ---- src/test/auxiliary/xcrate_unit_struct.rs | 4 ---- src/test/bench/core-map.rs | 4 ---- src/test/bench/core-set.rs | 4 ---- src/test/bench/core-std.rs | 4 ---- src/test/bench/core-uint-to-str.rs | 4 ---- src/test/bench/msgsend-pipes-shared.rs | 4 ---- src/test/bench/msgsend-pipes.rs | 4 ---- src/test/bench/msgsend-ring-mutex-arcs.rs | 4 ---- src/test/bench/noise.rs | 4 ---- src/test/bench/rt-messaging-ping-pong.rs | 4 ---- src/test/bench/rt-parfib.rs | 4 ---- src/test/bench/shootout-ackermann.rs | 4 ---- src/test/bench/shootout-fibo.rs | 4 ---- src/test/bench/shootout-k-nucleotide-pipes.rs | 4 ---- src/test/bench/shootout-pfib.rs | 4 ---- src/test/bench/std-smallintmap.rs | 4 ---- src/test/bench/sudoku.rs | 4 ---- src/test/bench/task-perf-alloc-unwind.rs | 4 ---- .../bench/task-perf-jargon-metal-smoke.rs | 4 ---- src/test/bench/task-perf-one-million.rs | 4 ---- src/test/bench/task-perf-spawnalot.rs | 4 ---- src/test/codegen/iterate-over-array.cc | 4 ---- src/test/codegen/iterate-over-array.rs | 4 ---- src/test/codegen/scalar-function-call.cc | 4 ---- src/test/codegen/scalar-function-call.rs | 4 ---- src/test/codegen/single-return-value.cc | 4 ---- src/test/codegen/single-return-value.rs | 4 ---- src/test/codegen/small-dense-int-switch.cc | 4 ---- src/test/codegen/small-dense-int-switch.rs | 4 ---- src/test/codegen/stack-alloc-string-slice.cc | 4 ---- src/test/codegen/stack-alloc-string-slice.rs | 4 ---- src/test/codegen/static-method-call-multi.cc | 4 ---- src/test/codegen/static-method-call-multi.rs | 4 ---- src/test/codegen/static-method-call.cc | 4 ---- src/test/codegen/static-method-call.rs | 4 ---- .../virtual-method-call-struct-return.cc | 4 ---- .../virtual-method-call-struct-return.rs | 4 ---- src/test/codegen/virtual-method-call.cc | 4 ---- src/test/codegen/virtual-method-call.rs | 4 ---- .../compile-fail-fulldeps/gated-plugin.rs | 4 ---- src/test/compile-fail-fulldeps/issue-18986.rs | 4 ---- .../lint-group-plugin-deny-cmdline.rs | 4 ---- .../lint-plugin-deny-attr.rs | 4 ---- .../lint-plugin-deny-cmdline.rs | 4 ---- .../lint-plugin-forbid-attrs.rs | 4 ---- .../lint-plugin-forbid-cmdline.rs | 4 ---- .../macro-crate-cannot-read-embedded-ident.rs | 4 ---- .../macro-crate-doesnt-resolve.rs | 4 ---- .../compile-fail-fulldeps/macro-crate-rlib.rs | 4 ---- .../macro-crate-unexported-macro.rs | 4 ---- .../macro-crate-unknown-crate.rs | 4 ---- .../plugin-MacroRulesTT.rs | 4 ---- .../compile-fail/access-mode-in-closures.rs | 4 ---- src/test/compile-fail/arg-count-mismatch.rs | 4 ---- src/test/compile-fail/arg-type-mismatch.rs | 4 ---- src/test/compile-fail/array-not-vector.rs | 4 ---- src/test/compile-fail/array-old-syntax-1.rs | 4 ---- src/test/compile-fail/array-old-syntax-2.rs | 4 ---- .../ascii-only-character-escape.rs | 4 ---- src/test/compile-fail/asm-gated.rs | 4 ---- src/test/compile-fail/asm-in-bad-modifier.rs | 4 ---- src/test/compile-fail/asm-misplaced-option.rs | 4 ---- src/test/compile-fail/asm-out-assign-imm.rs | 4 ---- src/test/compile-fail/asm-out-no-modifier.rs | 4 ---- src/test/compile-fail/asm-out-read-uninit.rs | 4 ---- .../compile-fail/asm-src-loc-codegen-units.rs | 4 ---- src/test/compile-fail/asm-src-loc.rs | 4 ---- .../compile-fail/assign-imm-local-twice.rs | 4 ---- src/test/compile-fail/assign-to-method.rs | 4 ---- .../assignment-operator-unimplemented.rs | 4 ---- src/test/compile-fail/assoc-inherent.rs | 4 ---- ...pe-projection-from-multiple-supertraits.rs | 4 ---- ...ociated-type-projection-from-supertrait.rs | 4 ---- ...ed-types-ICE-when-projecting-out-of-err.rs | 4 ---- ...s-binding-to-type-defined-in-supertrait.rs | 4 ---- .../associated-types-bound-failure.rs | 4 ---- .../associated-types-coherence-failure.rs | 4 ---- .../compile-fail/associated-types-eq-1.rs | 4 ---- .../compile-fail/associated-types-eq-2.rs | 4 ---- .../compile-fail/associated-types-eq-3.rs | 4 ---- .../associated-types-eq-expr-path.rs | 4 ---- .../compile-fail/associated-types-eq-hr.rs | 4 ---- .../associated-types-for-unimpl-trait.rs | 4 ---- .../associated-types-in-ambiguous-context.rs | 4 ---- .../associated-types-incomplete-object.rs | 4 ---- ...ted-types-invalid-trait-ref-issue-18865.rs | 4 ---- .../associated-types-issue-17359.rs | 4 ---- .../associated-types-issue-20346.rs | 4 ---- ...sociated-types-multiple-types-one-trait.rs | 4 ---- .../associated-types-no-suitable-bound.rs | 4 ---- ...associated-types-no-suitable-supertrait.rs | 4 ---- .../compile-fail/associated-types-path-1.rs | 4 ---- .../compile-fail/associated-types-path-2.rs | 4 ---- ...ciated-types-project-from-hrtb-explicit.rs | 4 ---- ...ated-types-project-from-hrtb-in-fn-body.rs | 4 ---- ...ssociated-types-project-from-hrtb-in-fn.rs | 4 ---- ...iated-types-project-from-hrtb-in-struct.rs | 4 ---- ...types-project-from-hrtb-in-trait-method.rs | 4 ---- .../associated-types-unconstrained.rs | 4 ---- .../compile-fail/associated-types-unsized.rs | 4 ---- .../attempted-access-non-fatal.rs | 4 ---- src/test/compile-fail/attr-bad-crate-attr.rc | 4 ---- src/test/compile-fail/attr-bad-meta.rs | 4 ---- src/test/compile-fail/attr-before-eof.rs | 4 ---- src/test/compile-fail/attr-before-ext.rs | 4 ---- src/test/compile-fail/attr-before-let.rs | 4 ---- src/test/compile-fail/attr-before-stmt.rs | 4 ---- src/test/compile-fail/attr-dangling-in-fn.rs | 4 ---- src/test/compile-fail/attr-dangling-in-mod.rs | 4 ---- src/test/compile-fail/attr.rs | 4 ---- .../compile-fail/attrs-after-extern-mod.rs | 4 ---- .../compile-fail/auto-ref-slice-plus-ref.rs | 4 ---- src/test/compile-fail/autoderef-full-lval.rs | 4 ---- src/test/compile-fail/bad-bang-ann-3.rs | 4 ---- src/test/compile-fail/bad-bang-ann.rs | 4 ---- src/test/compile-fail/bad-char-literals.rs | 4 ---- src/test/compile-fail/bad-const-type.rs | 4 ---- src/test/compile-fail/bad-crate-id.rs | 4 ---- src/test/compile-fail/bad-crate-id2.rs | 4 ---- src/test/compile-fail/bad-env-capture.rs | 4 ---- src/test/compile-fail/bad-env-capture2.rs | 4 ---- src/test/compile-fail/bad-env-capture3.rs | 4 ---- src/test/compile-fail/bad-expr-lhs.rs | 4 ---- src/test/compile-fail/bad-expr-path.rs | 4 ---- src/test/compile-fail/bad-expr-path2.rs | 4 ---- .../compile-fail/bad-extern-link-attrs.rs | 4 ---- src/test/compile-fail/bad-lit-suffixes.rs | 4 ---- src/test/compile-fail/bad-main.rs | 4 ---- src/test/compile-fail/bad-match.rs | 4 ---- .../compile-fail/bad-method-typaram-kind.rs | 4 ---- .../compile-fail/bad-mid-path-type-params.rs | 4 ---- src/test/compile-fail/bad-module.rs | 4 ---- src/test/compile-fail/bad-name.rs | 4 ---- src/test/compile-fail/bad-sized.rs | 4 ---- src/test/compile-fail/bad-type-env-capture.rs | 4 ---- .../compile-fail/bad-value-ident-false.rs | 4 ---- src/test/compile-fail/bad-value-ident-true.rs | 4 ---- src/test/compile-fail/bang-tailexpr.rs | 4 ---- src/test/compile-fail/better-expected.rs | 4 ---- ...her-can-live-while-the-other-survives-2.rs | 4 ---- ...her-can-live-while-the-other-survives-3.rs | 4 ---- ...her-can-live-while-the-other-survives-4.rs | 4 ---- .../compile-fail/bind-by-move-no-guards.rs | 4 ---- .../bind-struct-early-modifiers.rs | 4 ---- src/test/compile-fail/binop-bitxor-str.rs | 4 ---- src/test/compile-fail/binop-consume-args.rs | 4 ---- src/test/compile-fail/binop-fail-3.rs | 4 ---- src/test/compile-fail/binop-logic-float.rs | 4 ---- src/test/compile-fail/binop-logic-int.rs | 4 ---- src/test/compile-fail/binop-move-semantics.rs | 4 ---- src/test/compile-fail/binop-mul-bool.rs | 4 ---- src/test/compile-fail/binop-typeck.rs | 4 ---- .../block-must-not-have-result-do.rs | 4 ---- .../block-must-not-have-result-res.rs | 4 ---- .../block-must-not-have-result-while.rs | 4 ---- src/test/compile-fail/bogus-tag.rs | 4 ---- .../borrow-immutable-upvar-mutation.rs | 4 ---- src/test/compile-fail/borrow-tuple-fields.rs | 4 ---- src/test/compile-fail/borrowck-and-init.rs | 4 ---- .../borrowck-anon-fields-struct.rs | 4 ---- .../borrowck-anon-fields-tuple.rs | 4 ---- .../borrowck-anon-fields-variant.rs | 4 ---- .../borrowck-array-double-move.rs | 4 ---- .../compile-fail/borrowck-assign-comp-idx.rs | 4 ---- src/test/compile-fail/borrowck-assign-comp.rs | 4 ---- ...rowck-assign-to-andmut-in-aliasable-loc.rs | 4 ---- ...rrowck-assign-to-andmut-in-borrowed-loc.rs | 4 ---- .../borrowck-assign-to-constants.rs | 4 ---- .../borrowck-auto-mut-ref-to-immut-var.rs | 4 ---- .../compile-fail/borrowck-autoref-3261.rs | 4 ---- .../borrowck-bad-nested-calls-free.rs | 4 ---- .../borrowck-bad-nested-calls-move.rs | 4 ---- src/test/compile-fail/borrowck-block-unint.rs | 4 ---- .../borrowck-borrow-from-owned-ptr.rs | 4 ---- .../borrowck-borrow-from-stack-variable.rs | 4 ---- .../borrowck-borrow-from-temporary.rs | 4 ---- ...rrowck-borrow-immut-deref-of-box-as-mut.rs | 4 ---- ...ck-borrow-mut-base-ptr-in-aliasable-loc.rs | 4 ---- .../borrowck-borrow-mut-object-twice.rs | 4 ---- ...rrowck-borrow-overloaded-auto-deref-mut.rs | 4 ---- .../borrowck-borrow-overloaded-auto-deref.rs | 4 ---- .../borrowck-borrow-overloaded-deref-mut.rs | 4 ---- .../borrowck-borrow-overloaded-deref.rs | 4 ---- .../borrowck-borrowed-uniq-rvalue-2.rs | 4 ---- .../borrowck-borrowed-uniq-rvalue.rs | 4 ---- .../borrowck-box-insensitivity.rs | 4 ---- .../compile-fail/borrowck-break-uninit-2.rs | 4 ---- .../compile-fail/borrowck-break-uninit.rs | 4 ---- .../borrowck-call-is-borrow-issue-12224.rs | 4 ---- ...borrowck-call-method-from-mut-aliasable.rs | 4 ---- .../borrowck-closures-mut-and-imm.rs | 4 ---- .../borrowck-closures-mut-of-imm.rs | 4 ---- .../compile-fail/borrowck-closures-two-mut.rs | 4 ---- .../borrowck-closures-unique-imm.rs | 4 ---- .../compile-fail/borrowck-closures-unique.rs | 4 ---- .../borrowck-closures-use-after-free.rs | 4 ---- .../borrowck-field-sensitivity.rs | 4 ---- ...rrowck-for-loop-correct-cmt-for-pattern.rs | 4 ---- .../borrowck-for-loop-head-linkage.rs | 4 ---- src/test/compile-fail/borrowck-if-no-else.rs | 4 ---- .../compile-fail/borrowck-if-with-else.rs | 4 ---- ...k-imm-ref-to-mut-rec-field-issue-3162-c.rs | 4 ---- .../borrowck-init-in-called-fn-expr.rs | 4 ---- .../compile-fail/borrowck-init-in-fn-expr.rs | 4 ---- src/test/compile-fail/borrowck-init-in-fru.rs | 4 ---- .../compile-fail/borrowck-init-op-equal.rs | 4 ---- .../compile-fail/borrowck-init-plus-equal.rs | 4 ---- .../borrowck-insert-during-each.rs | 4 ---- src/test/compile-fail/borrowck-issue-14498.rs | 4 ---- .../compile-fail/borrowck-issue-2657-1.rs | 4 ---- .../compile-fail/borrowck-issue-2657-2.rs | 4 ---- .../compile-fail/borrowck-lend-flow-if.rs | 4 ---- .../compile-fail/borrowck-lend-flow-loop.rs | 4 ---- .../compile-fail/borrowck-lend-flow-match.rs | 4 ---- src/test/compile-fail/borrowck-lend-flow.rs | 4 ---- .../compile-fail/borrowck-let-suggestion.rs | 4 ---- .../borrowck-loan-blocks-move-cc.rs | 4 ---- .../compile-fail/borrowck-loan-blocks-move.rs | 4 ---- .../borrowck-loan-blocks-mut-uniq.rs | 4 ---- .../borrowck-loan-in-overloaded-op.rs | 4 ---- .../borrowck-loan-rcvr-overloaded-op.rs | 4 ---- src/test/compile-fail/borrowck-loan-rcvr.rs | 4 ---- .../compile-fail/borrowck-loan-vec-content.rs | 4 ---- .../borrowck-match-binding-is-assignment.rs | 4 ---- .../compile-fail/borrowck-move-by-capture.rs | 4 ---- .../borrowck-move-error-with-note.rs | 4 ---- ...owck-move-from-subpath-of-borrowed-path.rs | 4 ---- .../borrowck-move-from-unsafe-ptr.rs | 4 ---- .../borrowck-move-in-irrefut-pat.rs | 4 ---- .../borrowck-move-moved-value-into-closure.rs | 4 ---- .../borrowck-move-mut-base-ptr.rs | 4 ---- ...rowck-move-out-of-overloaded-auto-deref.rs | 4 ---- .../borrowck-move-out-of-overloaded-deref.rs | 4 ---- .../borrowck-move-out-of-static-item.rs | 4 ---- .../borrowck-move-out-of-struct-with-dtor.rs | 4 ---- ...owck-move-out-of-tuple-struct-with-dtor.rs | 4 ---- .../borrowck-move-out-of-vec-tail.rs | 4 ---- .../borrowck-move-subcomponent.rs | 4 ---- .../borrowck-multiple-captures.rs | 4 ---- .../borrowck-mut-addr-of-imm-var.rs | 4 ---- .../borrowck-mut-borrow-of-mut-base-ptr.rs | 4 ---- .../borrowck-mut-slice-of-imm-vec.rs | 4 ---- .../compile-fail/borrowck-mutate-in-guard.rs | 4 ---- .../borrowck-no-cycle-in-exchange-heap.rs | 4 ---- .../compile-fail/borrowck-object-lifetime.rs | 4 ---- .../borrowck-object-mutability.rs | 4 ---- src/test/compile-fail/borrowck-or-init.rs | 4 ---- .../compile-fail/borrowck-overloaded-call.rs | 4 ---- .../borrowck-overloaded-index-2.rs | 4 ---- ...k-overloaded-index-and-overloaded-deref.rs | 4 ---- .../borrowck-overloaded-index-autoderef.rs | 4 ---- .../compile-fail/borrowck-overloaded-index.rs | 4 ---- .../borrowck-pat-reassign-binding.rs | 4 ---- .../borrowck-reborrow-from-mut.rs | 4 ---- ...owck-reborrow-from-shorter-lived-andmut.rs | 4 ---- .../compile-fail/borrowck-ref-into-rvalue.rs | 4 ---- .../compile-fail/borrowck-ref-mut-of-imm.rs | 4 ---- .../borrowck-report-with-custom-diagnostic.rs | 4 ---- ...owck-return-variable-on-stack-via-clone.rs | 4 ---- src/test/compile-fail/borrowck-return.rs | 4 ---- .../borrowck-struct-update-with-dtor.rs | 4 ---- .../borrowck-swap-mut-base-ptr.rs | 4 ---- src/test/compile-fail/borrowck-unary-move.rs | 4 ---- .../compile-fail/borrowck-unboxed-closures.rs | 4 ---- .../borrowck-uninit-after-item.rs | 4 ---- .../borrowck-uninit-in-assignop.rs | 4 ---- src/test/compile-fail/borrowck-uninit.rs | 4 ---- .../compile-fail/borrowck-uniq-via-lend.rs | 4 ---- .../borrowck-use-in-index-lvalue.rs | 4 ---- .../compile-fail/borrowck-use-mut-borrow.rs | 4 ---- .../borrowck-vec-pattern-element-loan.rs | 4 ---- .../borrowck-vec-pattern-loan-from-mut.rs | 4 ---- .../borrowck-vec-pattern-move-tail.rs | 4 ---- .../borrowck-vec-pattern-nesting.rs | 4 ---- .../borrowck-vec-pattern-tail-element-loan.rs | 4 ---- src/test/compile-fail/borrowck-while-break.rs | 4 ---- src/test/compile-fail/borrowck-while-cond.rs | 4 ---- src/test/compile-fail/borrowck-while.rs | 4 ---- src/test/compile-fail/break-outside-loop.rs | 4 ---- .../builtin-superkinds-double-superkind.rs | 4 ---- .../builtin-superkinds-in-metadata.rs | 4 ---- .../builtin-superkinds-self-type.rs | 4 ---- .../compile-fail/builtin-superkinds-simple.rs | 4 ---- .../builtin-superkinds-typaram-not-send.rs | 4 ---- .../compile-fail/by-move-pattern-binding.rs | 4 ---- src/test/compile-fail/byte-literals.rs | 4 ---- src/test/compile-fail/byte-string-literals.rs | 4 ---- .../cannot-mutate-captured-non-mut-var.rs | 4 ---- src/test/compile-fail/capture1.rs | 4 ---- src/test/compile-fail/cast-as-bool.rs | 4 ---- src/test/compile-fail/cast-from-nil.rs | 4 ---- src/test/compile-fail/cast-to-bare-fn.rs | 4 ---- src/test/compile-fail/cast-to-nil.rs | 4 ---- src/test/compile-fail/cfg-in-crate-1.rs | 4 ---- src/test/compile-fail/changing-crates.rs | 4 ---- .../check-static-immutable-mut-slices.rs | 4 ---- .../check-static-values-constraints.rs | 4 ---- .../compile-fail/circular_modules_hello.rs | 4 ---- .../compile-fail/circular_modules_main.rs | 4 ---- src/test/compile-fail/class-cast-to-trait.rs | 4 ---- .../class-implements-bad-trait.rs | 4 ---- src/test/compile-fail/class-method-missing.rs | 4 ---- src/test/compile-fail/class-missing-self.rs | 4 ---- .../compile-fail/cleanup-rvalue-scopes-cf.rs | 4 ---- ...bounds-cant-promote-superkind-in-struct.rs | 4 ---- ...ure-bounds-static-cant-capture-borrowed.rs | 4 ---- .../compile-fail/closure-bounds-subtype.rs | 4 ---- src/test/compile-fail/closure-reform-bad.rs | 4 ---- src/test/compile-fail/coerce-mut.rs | 4 ---- .../compile-fail/coerce-unsafe-to-closure.rs | 4 ---- src/test/compile-fail/coercion-slice.rs | 4 ---- src/test/compile-fail/coherence-all-remote.rs | 4 ---- src/test/compile-fail/coherence-bigint-int.rs | 4 ---- .../compile-fail/coherence-bigint-param.rs | 4 ---- .../compile-fail/coherence-bigint-vecint.rs | 4 ---- ...nket-conflicts-with-blanket-implemented.rs | 4 ---- ...et-conflicts-with-blanket-unimplemented.rs | 4 ---- ...ket-conflicts-with-specific-cross-crate.rs | 4 ---- ...t-conflicts-with-specific-multidispatch.rs | 4 ---- ...e-blanket-conflicts-with-specific-trait.rs | 4 ---- ...herence-blanket-conflicts-with-specific.rs | 4 ---- ...herence-conflicting-negative-trait-impl.rs | 4 ---- .../coherence-cross-crate-conflict.rs | 4 ---- .../compile-fail/coherence-impls-builtin.rs | 4 ---- .../coherence-lone-type-parameter.rs | 4 ---- .../coherence-negative-impls-safe.rs | 4 ---- src/test/compile-fail/coherence-orphan.rs | 4 ---- .../coherence-overlapping-pairs.rs | 4 ---- .../coherence-pair-covered-uncovered.rs | 4 ---- .../compile-fail/coherence-tuple-conflict.rs | 4 ---- src/test/compile-fail/coherence_inherent.rs | 4 ---- .../compile-fail/coherence_inherent_cc.rs | 4 ---- .../compile-fail/column-offset-1-based.rs | 4 ---- .../compile-fail/comm-not-freeze-receiver.rs | 4 ---- src/test/compile-fail/comm-not-freeze.rs | 4 ---- src/test/compile-fail/concat.rs | 4 ---- .../const-block-non-item-statement.rs | 4 ---- .../const-cast-different-types.rs | 4 ---- .../compile-fail/const-cast-wrong-type.rs | 4 ---- src/test/compile-fail/const-recursive.rs | 4 ---- src/test/compile-fail/copy-a-resource.rs | 4 ---- src/test/compile-fail/crate-name-mismatch.rs | 4 ---- src/test/compile-fail/crateresolve1.rs | 4 ---- src/test/compile-fail/cross-borrow-trait.rs | 4 ---- .../compile-fail/dead-code-closure-bang.rs | 4 ---- src/test/compile-fail/dead-code-ret.rs | 4 ---- src/test/compile-fail/deprecated-phase.rs | 4 ---- src/test/compile-fail/deref-non-pointer.rs | 4 ---- src/test/compile-fail/deriving-bounds.rs | 4 ---- .../deriving-meta-unknown-trait.rs | 4 ---- .../deriving-no-inner-impl-error-message.rs | 4 ---- src/test/compile-fail/deriving-non-type.rs | 4 ---- src/test/compile-fail/deriving-primitive.rs | 4 ---- ...deriving-span-Clone-enum-struct-variant.rs | 4 ---- .../compile-fail/deriving-span-Clone-enum.rs | 4 ---- .../deriving-span-Clone-struct.rs | 4 ---- .../deriving-span-Clone-tuple-struct.rs | 4 ---- .../deriving-span-Default-struct.rs | 4 ---- .../deriving-span-Default-tuple-struct.rs | 4 ---- .../deriving-span-Hash-enum-struct-variant.rs | 4 ---- .../compile-fail/deriving-span-Hash-enum.rs | 4 ---- .../compile-fail/deriving-span-Hash-struct.rs | 4 ---- .../deriving-span-Hash-tuple-struct.rs | 4 ---- ...ving-span-PartialEq-enum-struct-variant.rs | 4 ---- .../deriving-span-PartialEq-enum.rs | 4 ---- .../deriving-span-PartialEq-struct.rs | 4 ---- .../deriving-span-PartialEq-tuple-struct.rs | 4 ---- ...ing-span-PartialOrd-enum-struct-variant.rs | 4 ---- .../deriving-span-PartialOrd-enum.rs | 4 ---- .../deriving-span-PartialOrd-struct.rs | 4 ---- .../deriving-span-PartialOrd-tuple-struct.rs | 4 ---- .../deriving-span-Rand-enum-struct-variant.rs | 4 ---- .../compile-fail/deriving-span-Rand-enum.rs | 4 ---- .../compile-fail/deriving-span-Rand-struct.rs | 4 ---- .../deriving-span-Rand-tuple-struct.rs | 4 ---- .../deriving-span-Show-enum-struct-variant.rs | 4 ---- .../compile-fail/deriving-span-Show-enum.rs | 4 ---- .../compile-fail/deriving-span-Show-struct.rs | 4 ---- .../deriving-span-Show-tuple-struct.rs | 4 ---- ...riving-span-TotalEq-enum-struct-variant.rs | 4 ---- .../deriving-span-TotalEq-enum.rs | 4 ---- .../deriving-span-TotalEq-struct.rs | 4 ---- .../deriving-span-TotalEq-tuple-struct.rs | 4 ---- ...iving-span-TotalOrd-enum-struct-variant.rs | 4 ---- .../deriving-span-TotalOrd-enum.rs | 4 ---- .../deriving-span-TotalOrd-struct.rs | 4 ---- .../deriving-span-TotalOrd-tuple-struct.rs | 4 ---- .../compile-fail/destructure-trait-ref.rs | 4 ---- ...d-deconstructing-destructing-struct-let.rs | 4 ---- ...deconstructing-destructing-struct-match.rs | 4 ---- src/test/compile-fail/doc-before-attr.rs | 4 ---- src/test/compile-fail/doc-before-eof.rs | 4 ---- .../compile-fail/doc-before-extern-rbrace.rs | 4 ---- src/test/compile-fail/doc-before-macro.rs | 4 ---- src/test/compile-fail/doc-before-rbrace.rs | 4 ---- src/test/compile-fail/doc-before-semi.rs | 4 ---- src/test/compile-fail/does-nothing.rs | 4 ---- src/test/compile-fail/double-type-import.rs | 4 ---- src/test/compile-fail/drop-on-non-struct.rs | 4 ---- .../drop-with-active-borrows-1.rs | 4 ---- .../drop-with-active-borrows-2.rs | 4 ---- src/test/compile-fail/dst-bad-assign-2.rs | 4 ---- src/test/compile-fail/dst-bad-assign.rs | 4 ---- src/test/compile-fail/dst-bad-coerce1.rs | 4 ---- src/test/compile-fail/dst-bad-coerce2.rs | 4 ---- src/test/compile-fail/dst-bad-coerce3.rs | 4 ---- src/test/compile-fail/dst-bad-coerce4.rs | 4 ---- src/test/compile-fail/dst-bad-coercions.rs | 4 ---- src/test/compile-fail/dst-bad-deep.rs | 4 ---- src/test/compile-fail/dst-index.rs | 4 ---- .../dst-object-from-unsized-type.rs | 4 ---- src/test/compile-fail/dst-rvalue.rs | 4 ---- .../compile-fail/dst-sized-trait-param.rs | 4 ---- src/test/compile-fail/duplicate-parameter.rs | 4 ---- .../compile-fail/duplicate-trait-bounds.rs | 4 ---- .../compile-fail/duplicate-type-parameter.rs | 4 ---- src/test/compile-fail/duplicate-visibility.rs | 4 ---- src/test/compile-fail/elided-test.rs | 4 ---- src/test/compile-fail/empty-extern-arg.rs | 4 ---- src/test/compile-fail/empty-impl-semicolon.rs | 4 ---- src/test/compile-fail/empty-linkname.rs | 4 ---- src/test/compile-fail/empty-macro-use.rs | 4 ---- .../enum-and-module-in-same-scope.rs | 4 ---- .../compile-fail/enum-discrim-too-small.rs | 4 ---- src/test/compile-fail/enum-in-scope.rs | 4 ---- src/test/compile-fail/enum-to-float-cast.rs | 4 ---- src/test/compile-fail/enum-variant-type-2.rs | 4 ---- .../compile-fail/enums-are-namespaced-xc.rs | 4 ---- .../compile-fail/enums-pats-not-idents.rs | 4 ---- .../error-should-say-copy-not-pod.rs | 4 ---- src/test/compile-fail/estr-subtyping.rs | 4 ---- src/test/compile-fail/eval-enum.rs | 4 ---- .../compile-fail/exclusive-drop-and-copy.rs | 4 ---- .../compile-fail/explicit-call-to-dtor.rs | 4 ---- .../explicit-call-to-supertrait-dtor.rs | 4 ---- .../explicit-self-lifetime-mismatch.rs | 4 ---- .../compile-fail/export-fully-qualified.rs | 4 ---- src/test/compile-fail/export-import.rs | 4 ---- src/test/compile-fail/export-tag-variant.rs | 4 ---- src/test/compile-fail/export.rs | 4 ---- src/test/compile-fail/export2.rs | 4 ---- src/test/compile-fail/ext-nonexistent.rs | 4 ---- .../extenv-arg-2-not-string-literal.rs | 4 ---- src/test/compile-fail/extenv-no-args.rs | 4 ---- .../compile-fail/extenv-not-defined-custom.rs | 4 ---- .../extenv-not-defined-default.rs | 4 ---- .../compile-fail/extenv-not-string-literal.rs | 4 ---- src/test/compile-fail/extenv-too-many-args.rs | 4 ---- .../extern-crate-as-no-string-help.rs | 4 ---- .../extern-expected-fn-or-brace.rs | 4 ---- src/test/compile-fail/extern-foreign-crate.rs | 4 ---- src/test/compile-fail/extern-main-fn.rs | 4 ---- src/test/compile-fail/extern-no-fn.rs | 4 ---- .../compile-fail/extern-with-type-bounds.rs | 4 ---- .../compile-fail/extern-wrong-value-type.rs | 4 ---- .../compile-fail/extoption_env-no-args.rs | 4 ---- .../extoption_env-not-string-literal.rs | 4 ---- .../extoption_env-too-many-args.rs | 4 ---- .../compile-fail/fail-no-dead-code-core.rs | 4 ---- src/test/compile-fail/fail-no-dead-code.rs | 4 ---- src/test/compile-fail/fail-simple.rs | 4 ---- .../feature-gate-advanced-slice-features.rs | 4 ---- .../compile-fail/feature-gate-box-expr.rs | 4 ---- src/test/compile-fail/feature-gate-box-pat.rs | 4 ---- .../compile-fail/feature-gate-feature-gate.rs | 4 ---- .../compile-fail/feature-gate-int-uint.rs | 4 ---- .../feature-gate-intrinsics-and-lang-items.rs | 4 ---- src/test/compile-fail/feature-gate-main.rs | 4 ---- .../compile-fail/feature-gate-simd-ffi.rs | 4 ---- src/test/compile-fail/feature-gate-start.rs | 4 ---- ...ture-gate-unboxed-closures-manual-impls.rs | 4 ---- ...ture-gate-unboxed-closures-method-calls.rs | 4 ---- ...eature-gate-unboxed-closures-ufcs-calls.rs | 4 ---- .../feature-gated-feature-in-macro-arg.rs | 4 ---- .../float-literal-inference-restrictions.rs | 4 ---- src/test/compile-fail/fn-bad-block-type.rs | 4 ---- src/test/compile-fail/fn-compare-mismatch.rs | 4 ---- src/test/compile-fail/fn-item-type.rs | 4 ---- src/test/compile-fail/fn-trait-formatting.rs | 4 ---- src/test/compile-fail/fn-variance-1.rs | 4 ---- src/test/compile-fail/for-loop-bogosity.rs | 4 ---- ...or-loop-refutable-pattern-error-message.rs | 4 ---- src/test/compile-fail/for-loop-type-error.rs | 4 ---- .../compile-fail/foreign-unsafe-fn-called.rs | 4 ---- src/test/compile-fail/forget-init-unsafe.rs | 4 ---- .../fully-qualified-type-name1.rs | 4 ---- .../fully-qualified-type-name2.rs | 4 ---- .../fully-qualified-type-name3.rs | 4 ---- .../fully-qualified-type-name4.rs | 4 ---- .../functional-struct-update-noncopyable.rs | 4 ---- src/test/compile-fail/future_not_copyable.rs | 4 ---- src/test/compile-fail/gated-bad-feature.rs | 4 ---- src/test/compile-fail/gated-concat_idents.rs | 4 ---- .../compile-fail/gated-non-ascii-idents.rs | 4 ---- .../compile-fail/gated-plugin_registrar.rs | 4 ---- src/test/compile-fail/gated-simd.rs | 4 ---- src/test/compile-fail/gated-trace_macros.rs | 4 ---- src/test/compile-fail/generic-extern.rs | 4 ---- .../generic-impl-less-params-with-defaults.rs | 4 ---- .../generic-impl-more-params-with-defaults.rs | 4 ---- .../generic-lifetime-trait-impl.rs | 4 ---- src/test/compile-fail/generic-no-mangle.rs | 4 ---- .../generic-non-trailing-defaults.rs | 4 ---- .../generic-type-less-params-with-defaults.rs | 4 ---- .../generic-type-more-params-with-defaults.rs | 4 ---- .../generic-type-params-forward-mention.rs | 4 ---- .../generic-type-params-name-repr.rs | 4 ---- src/test/compile-fail/glob-resolve1.rs | 4 ---- .../hashmap-iter-value-lifetime.rs | 4 ---- src/test/compile-fail/hashmap-lifetimes.rs | 4 ---- src/test/compile-fail/hidden-rt-injection.rs | 4 ---- src/test/compile-fail/hidden-rt-injection2.rs | 4 ---- .../compile-fail/hrtb-conflate-regions.rs | 4 ---- .../compile-fail/hrtb-debruijn-in-receiver.rs | 4 ---- ...tb-higher-ranker-supertraits-transitive.rs | 4 ---- .../hrtb-higher-ranker-supertraits.rs | 4 ---- .../compile-fail/hrtb-identity-fn-borrows.rs | 4 ---- src/test/compile-fail/hrtb-just-for-static.rs | 4 ---- .../compile-fail/hrtb-perfect-forwarding.rs | 4 ---- .../hrtb-precedence-of-plus-error-message.rs | 4 ---- src/test/compile-fail/hrtb-type-outlives.rs | 4 ---- src/test/compile-fail/huge-array-simple.rs | 4 ---- src/test/compile-fail/huge-array.rs | 4 ---- src/test/compile-fail/huge-enum.rs | 4 ---- src/test/compile-fail/huge-struct.rs | 4 ---- src/test/compile-fail/hygienic-label-1.rs | 4 ---- src/test/compile-fail/hygienic-label-2.rs | 4 ---- src/test/compile-fail/hygienic-label-3.rs | 4 ---- src/test/compile-fail/hygienic-label-4.rs | 4 ---- src/test/compile-fail/if-branch-types.rs | 4 ---- src/test/compile-fail/if-let.rs | 4 ---- src/test/compile-fail/if-typeck.rs | 4 ---- .../compile-fail/if-without-else-result.rs | 4 ---- src/test/compile-fail/ifmt-bad-arg.rs | 4 ---- src/test/compile-fail/ifmt-bad-format-args.rs | 4 ---- src/test/compile-fail/ifmt-unimpl.rs | 4 ---- src/test/compile-fail/ifmt-unknown-trait.rs | 4 ---- src/test/compile-fail/illegal-ufcs-drop.rs | 4 ---- .../compile-fail/immut-function-arguments.rs | 4 ---- src/test/compile-fail/impl-bounds-checking.rs | 4 ---- .../compile-fail/impl-duplicate-methods.rs | 4 ---- .../compile-fail/impl-not-adjacent-to-type.rs | 4 ---- .../compile-fail/impl-unused-tps-inherent.rs | 4 ---- src/test/compile-fail/impl-unused-tps.rs | 4 ---- src/test/compile-fail/implicit-method-bind.rs | 4 ---- src/test/compile-fail/import-from-missing.rs | 4 ---- src/test/compile-fail/import-from-path.rs | 4 ---- src/test/compile-fail/import-from-rename.rs | 4 ---- src/test/compile-fail/import-glob-0.rs | 4 ---- src/test/compile-fail/import-glob-circular.rs | 4 ---- src/test/compile-fail/import-glob-path.rs | 4 ---- src/test/compile-fail/import-glob-rename.rs | 4 ---- src/test/compile-fail/import-loop-2.rs | 4 ---- src/test/compile-fail/import-loop.rs | 4 ---- src/test/compile-fail/import-shadow-1.rs | 4 ---- src/test/compile-fail/import-shadow-2.rs | 4 ---- src/test/compile-fail/import-shadow-3.rs | 4 ---- src/test/compile-fail/import-shadow-4.rs | 4 ---- src/test/compile-fail/import-shadow-5.rs | 4 ---- src/test/compile-fail/import-shadow-6.rs | 4 ---- src/test/compile-fail/import-shadow-7.rs | 4 ---- src/test/compile-fail/import.rs | 4 ---- src/test/compile-fail/import2.rs | 4 ---- src/test/compile-fail/import3.rs | 4 ---- src/test/compile-fail/import4.rs | 4 ---- .../compile-fail/inaccessible-test-modules.rs | 4 ---- src/test/compile-fail/index-bot.rs | 4 ---- src/test/compile-fail/index_message.rs | 4 ---- .../compile-fail/indexing-requires-a-uint.rs | 4 ---- src/test/compile-fail/infinite-autoderef.rs | 4 ---- .../compile-fail/infinite-instantiation.rs | 4 ---- .../compile-fail/infinite-macro-expansion.rs | 4 ---- .../infinite-tag-type-recursion.rs | 4 ---- .../infinite-vec-type-recursion.rs | 4 ---- .../inner-static-type-parameter.rs | 4 ---- .../int-literal-too-large-span.rs | 4 ---- .../integer-literal-suffix-inference.rs | 4 ---- src/test/compile-fail/integral-indexing.rs | 4 ---- .../integral-variable-unification-error.rs | 4 ---- .../compile-fail/intrinsic-return-address.rs | 4 ---- src/test/compile-fail/invalid-crate-type.rs | 4 ---- src/test/compile-fail/issue-10176.rs | 4 ---- src/test/compile-fail/issue-10200.rs | 4 ---- src/test/compile-fail/issue-10291.rs | 4 ---- src/test/compile-fail/issue-10392-2.rs | 4 ---- src/test/compile-fail/issue-10392.rs | 4 ---- src/test/compile-fail/issue-10398.rs | 4 ---- src/test/compile-fail/issue-10401.rs | 4 ---- src/test/compile-fail/issue-10412.rs | 4 ---- src/test/compile-fail/issue-10465.rs | 4 ---- src/test/compile-fail/issue-10536.rs | 4 ---- src/test/compile-fail/issue-10545.rs | 4 ---- src/test/compile-fail/issue-10636-1.rs | 4 ---- src/test/compile-fail/issue-10636-2.rs | 4 ---- src/test/compile-fail/issue-10656.rs | 4 ---- src/test/compile-fail/issue-10755.rs | 4 ---- src/test/compile-fail/issue-10764.rs | 4 ---- src/test/compile-fail/issue-10877.rs | 4 ---- src/test/compile-fail/issue-10991.rs | 4 ---- src/test/compile-fail/issue-11154.rs | 4 ---- src/test/compile-fail/issue-11192.rs | 4 ---- src/test/compile-fail/issue-11319.rs | 4 ---- src/test/compile-fail/issue-11374.rs | 4 ---- src/test/compile-fail/issue-11493.rs | 4 ---- src/test/compile-fail/issue-11515.rs | 4 ---- src/test/compile-fail/issue-11593.rs | 4 ---- src/test/compile-fail/issue-11680.rs | 4 ---- src/test/compile-fail/issue-11681.rs | 4 ---- src/test/compile-fail/issue-11692.rs | 4 ---- src/test/compile-fail/issue-11714.rs | 4 ---- src/test/compile-fail/issue-11771.rs | 4 ---- src/test/compile-fail/issue-11844.rs | 4 ---- src/test/compile-fail/issue-11873.rs | 4 ---- src/test/compile-fail/issue-11925.rs | 4 ---- src/test/compile-fail/issue-12028.rs | 4 ---- src/test/compile-fail/issue-12041.rs | 4 ---- src/test/compile-fail/issue-12116.rs | 4 ---- src/test/compile-fail/issue-12127.rs | 4 ---- src/test/compile-fail/issue-12187-1.rs | 4 ---- src/test/compile-fail/issue-12187-2.rs | 4 ---- src/test/compile-fail/issue-12369.rs | 4 ---- src/test/compile-fail/issue-12470.rs | 4 ---- src/test/compile-fail/issue-12552.rs | 4 ---- src/test/compile-fail/issue-12560-1.rs | 4 ---- src/test/compile-fail/issue-12560-2.rs | 4 ---- src/test/compile-fail/issue-12567.rs | 4 ---- src/test/compile-fail/issue-12612.rs | 4 ---- src/test/compile-fail/issue-12729.rs | 4 ---- src/test/compile-fail/issue-12796.rs | 4 ---- src/test/compile-fail/issue-12863.rs | 4 ---- src/test/compile-fail/issue-12997-1.rs | 4 ---- src/test/compile-fail/issue-12997-2.rs | 4 ---- src/test/compile-fail/issue-13033.rs | 4 ---- src/test/compile-fail/issue-13058.rs | 4 ---- src/test/compile-fail/issue-13359.rs | 4 ---- src/test/compile-fail/issue-13404.rs | 4 ---- src/test/compile-fail/issue-13428.rs | 4 ---- src/test/compile-fail/issue-13446.rs | 4 ---- src/test/compile-fail/issue-13466.rs | 4 ---- src/test/compile-fail/issue-13482-2.rs | 4 ---- src/test/compile-fail/issue-13482.rs | 4 ---- src/test/compile-fail/issue-13497-2.rs | 4 ---- src/test/compile-fail/issue-13497.rs | 4 ---- src/test/compile-fail/issue-1362.rs | 4 ---- src/test/compile-fail/issue-13624.rs | 4 ---- src/test/compile-fail/issue-13641.rs | 4 ---- src/test/compile-fail/issue-13847.rs | 4 ---- src/test/compile-fail/issue-13853-2.rs | 4 ---- src/test/compile-fail/issue-13853-3.rs | 4 ---- src/test/compile-fail/issue-13853-4.rs | 4 ---- src/test/compile-fail/issue-13853-5.rs | 4 ---- src/test/compile-fail/issue-13853.rs | 4 ---- src/test/compile-fail/issue-14084.rs | 4 ---- src/test/compile-fail/issue-14091-2.rs | 4 ---- src/test/compile-fail/issue-14091.rs | 4 ---- src/test/compile-fail/issue-14092.rs | 4 ---- src/test/compile-fail/issue-14182.rs | 4 ---- src/test/compile-fail/issue-14221.rs | 4 ---- src/test/compile-fail/issue-14227.rs | 4 ---- src/test/compile-fail/issue-14254.rs | 4 ---- src/test/compile-fail/issue-14285.rs | 4 ---- src/test/compile-fail/issue-14303-enum.rs | 4 ---- src/test/compile-fail/issue-14303-fn-def.rs | 4 ---- src/test/compile-fail/issue-14303-fncall.rs | 4 ---- src/test/compile-fail/issue-14303-impl.rs | 4 ---- src/test/compile-fail/issue-14303-path.rs | 4 ---- src/test/compile-fail/issue-14303-struct.rs | 4 ---- src/test/compile-fail/issue-14303-trait.rs | 4 ---- src/test/compile-fail/issue-14309.rs | 4 ---- src/test/compile-fail/issue-14366.rs | 4 ---- src/test/compile-fail/issue-1448-2.rs | 4 ---- src/test/compile-fail/issue-14541.rs | 4 ---- src/test/compile-fail/issue-14721.rs | 4 ---- src/test/compile-fail/issue-1476.rs | 4 ---- src/test/compile-fail/issue-14772.rs | 4 ---- src/test/compile-fail/issue-14845.rs | 4 ---- src/test/compile-fail/issue-14853.rs | 4 ---- src/test/compile-fail/issue-14915.rs | 4 ---- src/test/compile-fail/issue-15034.rs | 4 ---- src/test/compile-fail/issue-15094.rs | 4 ---- src/test/compile-fail/issue-15129.rs | 4 ---- src/test/compile-fail/issue-15167.rs | 4 ---- src/test/compile-fail/issue-15207.rs | 4 ---- src/test/compile-fail/issue-15260.rs | 4 ---- src/test/compile-fail/issue-15381.rs | 4 ---- src/test/compile-fail/issue-15480.rs | 4 ---- src/test/compile-fail/issue-15524.rs | 4 ---- src/test/compile-fail/issue-15756.rs | 4 ---- src/test/compile-fail/issue-15783.rs | 4 ---- src/test/compile-fail/issue-15896.rs | 4 ---- src/test/compile-fail/issue-15914.rs | 4 ---- src/test/compile-fail/issue-15965.rs | 4 ---- src/test/compile-fail/issue-16048.rs | 4 ---- src/test/compile-fail/issue-16058.rs | 4 ---- src/test/compile-fail/issue-16098.rs | 4 ---- src/test/compile-fail/issue-16149.rs | 4 ---- src/test/compile-fail/issue-16250.rs | 4 ---- src/test/compile-fail/issue-16338.rs | 4 ---- src/test/compile-fail/issue-16401.rs | 4 ---- src/test/compile-fail/issue-16465.rs | 4 ---- src/test/compile-fail/issue-16538.rs | 4 ---- src/test/compile-fail/issue-1655.rs | 4 ---- src/test/compile-fail/issue-16562.rs | 4 ---- src/test/compile-fail/issue-16683.rs | 4 ---- src/test/compile-fail/issue-16725.rs | 4 ---- src/test/compile-fail/issue-16747.rs | 4 ---- src/test/compile-fail/issue-16939.rs | 4 ---- src/test/compile-fail/issue-16966.rs | 4 ---- src/test/compile-fail/issue-1697.rs | 4 ---- src/test/compile-fail/issue-17025.rs | 4 ---- src/test/compile-fail/issue-17033.rs | 4 ---- src/test/compile-fail/issue-17252.rs | 4 ---- src/test/compile-fail/issue-17263.rs | 4 ---- src/test/compile-fail/issue-17283.rs | 4 ---- src/test/compile-fail/issue-17337.rs | 4 ---- src/test/compile-fail/issue-17373.rs | 4 ---- src/test/compile-fail/issue-17383.rs | 4 ---- src/test/compile-fail/issue-17385.rs | 4 ---- src/test/compile-fail/issue-17405.rs | 4 ---- src/test/compile-fail/issue-17431-1.rs | 4 ---- src/test/compile-fail/issue-17431-2.rs | 4 ---- src/test/compile-fail/issue-17431-3.rs | 4 ---- src/test/compile-fail/issue-17431-4.rs | 4 ---- src/test/compile-fail/issue-17431-5.rs | 4 ---- src/test/compile-fail/issue-17431-6.rs | 4 ---- src/test/compile-fail/issue-17431-7.rs | 4 ---- src/test/compile-fail/issue-17441.rs | 4 ---- src/test/compile-fail/issue-17444.rs | 4 ---- src/test/compile-fail/issue-17450.rs | 4 ---- src/test/compile-fail/issue-17458.rs | 4 ---- src/test/compile-fail/issue-17518.rs | 4 ---- src/test/compile-fail/issue-17545.rs | 4 ---- src/test/compile-fail/issue-17551.rs | 4 ---- src/test/compile-fail/issue-17651.rs | 4 ---- .../issue-17718-borrow-interior.rs | 4 ---- .../issue-17718-const-bad-values.rs | 4 ---- .../compile-fail/issue-17718-const-borrow.rs | 4 ---- .../issue-17718-const-destructors.rs | 4 ---- .../compile-fail/issue-17718-const-mut.rs | 4 ---- .../compile-fail/issue-17718-const-naming.rs | 4 ---- .../compile-fail/issue-17718-const-privacy.rs | 4 ---- .../issue-17718-constants-not-static.rs | 4 ---- src/test/compile-fail/issue-17718-patterns.rs | 4 ---- .../compile-fail/issue-17718-recursive.rs | 4 ---- .../compile-fail/issue-17718-references.rs | 4 ---- .../compile-fail/issue-17718-static-move.rs | 4 ---- .../compile-fail/issue-17718-static-sync.rs | 4 ---- src/test/compile-fail/issue-17728.rs | 4 ---- src/test/compile-fail/issue-17740.rs | 4 ---- src/test/compile-fail/issue-17758.rs | 4 ---- src/test/compile-fail/issue-17800.rs | 4 ---- src/test/compile-fail/issue-17904.rs | 4 ---- src/test/compile-fail/issue-17905.rs | 4 ---- src/test/compile-fail/issue-17913.rs | 4 ---- src/test/compile-fail/issue-17933.rs | 4 ---- src/test/compile-fail/issue-17999.rs | 4 ---- src/test/compile-fail/issue-1802-1.rs | 4 ---- src/test/compile-fail/issue-1802-2.rs | 4 ---- src/test/compile-fail/issue-18107.rs | 4 ---- src/test/compile-fail/issue-18118.rs | 4 ---- src/test/compile-fail/issue-18159.rs | 4 ---- src/test/compile-fail/issue-18252.rs | 4 ---- src/test/compile-fail/issue-18294.rs | 4 ---- src/test/compile-fail/issue-18343.rs | 4 ---- src/test/compile-fail/issue-18389.rs | 4 ---- src/test/compile-fail/issue-18400.rs | 4 ---- src/test/compile-fail/issue-18423.rs | 4 ---- src/test/compile-fail/issue-18532.rs | 4 ---- src/test/compile-fail/issue-18566.rs | 4 ---- src/test/compile-fail/issue-18611.rs | 4 ---- src/test/compile-fail/issue-1871.rs | 4 ---- src/test/compile-fail/issue-18783.rs | 4 ---- src/test/compile-fail/issue-18819.rs | 4 ---- src/test/compile-fail/issue-18959.rs | 4 ---- src/test/compile-fail/issue-1900.rs | 4 ---- src/test/compile-fail/issue-19086.rs | 4 ---- src/test/compile-fail/issue-19096.rs | 4 ---- src/test/compile-fail/issue-19244-1.rs | 4 ---- src/test/compile-fail/issue-19244-2.rs | 4 ---- src/test/compile-fail/issue-19398.rs | 4 ---- src/test/compile-fail/issue-19452.rs | 4 ---- src/test/compile-fail/issue-19498.rs | 4 ---- src/test/compile-fail/issue-19521.rs | 4 ---- src/test/compile-fail/issue-1962.rs | 4 ---- src/test/compile-fail/issue-19692.rs | 4 ---- src/test/compile-fail/issue-19707.rs | 4 ---- src/test/compile-fail/issue-19734.rs | 4 ---- src/test/compile-fail/issue-19883.rs | 4 ---- src/test/compile-fail/issue-19922.rs | 4 ---- src/test/compile-fail/issue-19991.rs | 4 ---- src/test/compile-fail/issue-20005.rs | 4 ---- src/test/compile-fail/issue-20313.rs | 4 ---- src/test/compile-fail/issue-2063-resource.rs | 4 ---- src/test/compile-fail/issue-2063.rs | 4 ---- src/test/compile-fail/issue-20711-2.rs | 4 ---- src/test/compile-fail/issue-20711.rs | 4 ---- src/test/compile-fail/issue-20831-debruijn.rs | 4 ---- src/test/compile-fail/issue-21045.rs | 4 ---- src/test/compile-fail/issue-2111.rs | 4 ---- src/test/compile-fail/issue-21160.rs | 4 ---- src/test/compile-fail/issue-21202.rs | 4 ---- src/test/compile-fail/issue-2149.rs | 4 ---- src/test/compile-fail/issue-2150.rs | 4 ---- src/test/compile-fail/issue-2151.rs | 4 ---- src/test/compile-fail/issue-2281-part1.rs | 4 ---- src/test/compile-fail/issue-2330.rs | 4 ---- src/test/compile-fail/issue-2354-1.rs | 4 ---- src/test/compile-fail/issue-2354.rs | 4 ---- src/test/compile-fail/issue-2356.rs | 4 ---- src/test/compile-fail/issue-2478.rs | 4 ---- src/test/compile-fail/issue-2590.rs | 4 ---- src/test/compile-fail/issue-2611-4.rs | 4 ---- src/test/compile-fail/issue-2611-5.rs | 4 ---- src/test/compile-fail/issue-2718-a.rs | 4 ---- src/test/compile-fail/issue-2823.rs | 4 ---- src/test/compile-fail/issue-2848.rs | 4 ---- src/test/compile-fail/issue-2849.rs | 4 ---- src/test/compile-fail/issue-2937.rs | 4 ---- src/test/compile-fail/issue-2951.rs | 4 ---- src/test/compile-fail/issue-2995.rs | 4 ---- src/test/compile-fail/issue-3008-1.rs | 4 ---- src/test/compile-fail/issue-3008-2.rs | 4 ---- src/test/compile-fail/issue-3008-3.rs | 4 ---- src/test/compile-fail/issue-3021-b.rs | 4 ---- src/test/compile-fail/issue-3021-c.rs | 4 ---- src/test/compile-fail/issue-3021-d.rs | 4 ---- src/test/compile-fail/issue-3021.rs | 4 ---- src/test/compile-fail/issue-3036.rs | 4 ---- src/test/compile-fail/issue-3038.rs | 4 ---- src/test/compile-fail/issue-3044.rs | 4 ---- src/test/compile-fail/issue-3080.rs | 4 ---- src/test/compile-fail/issue-3096-1.rs | 4 ---- src/test/compile-fail/issue-3096-2.rs | 4 ---- src/test/compile-fail/issue-3099-a.rs | 4 ---- src/test/compile-fail/issue-3099-b.rs | 4 ---- src/test/compile-fail/issue-3099.rs | 4 ---- src/test/compile-fail/issue-3154.rs | 4 ---- src/test/compile-fail/issue-3214.rs | 4 ---- src/test/compile-fail/issue-3344.rs | 4 ---- src/test/compile-fail/issue-3477.rs | 4 ---- src/test/compile-fail/issue-3521-2.rs | 4 ---- src/test/compile-fail/issue-3521.rs | 4 ---- src/test/compile-fail/issue-3563.rs | 4 ---- src/test/compile-fail/issue-3601.rs | 4 ---- src/test/compile-fail/issue-3668-2.rs | 4 ---- src/test/compile-fail/issue-3668.rs | 4 ---- src/test/compile-fail/issue-3680.rs | 4 ---- src/test/compile-fail/issue-3702-2.rs | 4 ---- src/test/compile-fail/issue-3707.rs | 4 ---- src/test/compile-fail/issue-3763.rs | 4 ---- src/test/compile-fail/issue-3779.rs | 4 ---- src/test/compile-fail/issue-3820.rs | 4 ---- src/test/compile-fail/issue-3907-2.rs | 4 ---- src/test/compile-fail/issue-3907.rs | 4 ---- src/test/compile-fail/issue-3953.rs | 4 ---- src/test/compile-fail/issue-3973.rs | 4 ---- src/test/compile-fail/issue-3993-2.rs | 4 ---- src/test/compile-fail/issue-3993.rs | 4 ---- src/test/compile-fail/issue-4201.rs | 4 ---- src/test/compile-fail/issue-4265.rs | 4 ---- src/test/compile-fail/issue-4321.rs | 4 ---- src/test/compile-fail/issue-4335.rs | 4 ---- src/test/compile-fail/issue-4366-2.rs | 4 ---- src/test/compile-fail/issue-4366.rs | 4 ---- src/test/compile-fail/issue-4517.rs | 4 ---- src/test/compile-fail/issue-4736.rs | 4 ---- src/test/compile-fail/issue-4935.rs | 4 ---- src/test/compile-fail/issue-4968.rs | 4 ---- src/test/compile-fail/issue-4972.rs | 4 ---- src/test/compile-fail/issue-5035-2.rs | 4 ---- src/test/compile-fail/issue-5035.rs | 4 ---- src/test/compile-fail/issue-5062.rs | 4 ---- src/test/compile-fail/issue-5099.rs | 4 ---- src/test/compile-fail/issue-5100.rs | 4 ---- src/test/compile-fail/issue-5153.rs | 4 ---- src/test/compile-fail/issue-5216.rs | 4 ---- src/test/compile-fail/issue-5239-1.rs | 4 ---- src/test/compile-fail/issue-5358-1.rs | 4 ---- src/test/compile-fail/issue-5439.rs | 4 ---- src/test/compile-fail/issue-5500-1.rs | 4 ---- src/test/compile-fail/issue-5500.rs | 4 ---- src/test/compile-fail/issue-5543.rs | 4 ---- src/test/compile-fail/issue-5544-a.rs | 4 ---- src/test/compile-fail/issue-5544-b.rs | 4 ---- src/test/compile-fail/issue-5806.rs | 8 -------- src/test/compile-fail/issue-5844.rs | 4 ---- src/test/compile-fail/issue-5883.rs | 4 ---- src/test/compile-fail/issue-5927.rs | 4 ---- src/test/compile-fail/issue-5997-enum.rs | 4 ---- src/test/compile-fail/issue-5997-struct.rs | 4 ---- src/test/compile-fail/issue-6458-2.rs | 4 ---- src/test/compile-fail/issue-6458-3.rs | 4 ---- src/test/compile-fail/issue-6458-4.rs | 4 ---- src/test/compile-fail/issue-6458.rs | 4 ---- src/test/compile-fail/issue-6596-1.rs | 4 ---- src/test/compile-fail/issue-6596-2.rs | 4 ---- src/test/compile-fail/issue-6610.rs | 4 ---- src/test/compile-fail/issue-6642.rs | 4 ---- src/test/compile-fail/issue-6702.rs | 4 ---- src/test/compile-fail/issue-6738.rs | 4 ---- src/test/compile-fail/issue-6801.rs | 4 ---- src/test/compile-fail/issue-6804.rs | 4 ---- src/test/compile-fail/issue-6936.rs | 4 ---- src/test/compile-fail/issue-6977.rs | 4 ---- src/test/compile-fail/issue-6991.rs | 4 ---- src/test/compile-fail/issue-7013.rs | 4 ---- src/test/compile-fail/issue-7044.rs | 4 ---- src/test/compile-fail/issue-7061.rs | 4 ---- src/test/compile-fail/issue-7092.rs | 4 ---- src/test/compile-fail/issue-7246.rs | 4 ---- src/test/compile-fail/issue-7364.rs | 4 ---- src/test/compile-fail/issue-7573.rs | 4 ---- src/test/compile-fail/issue-7575.rs | 4 ---- src/test/compile-fail/issue-7607-1.rs | 4 ---- src/test/compile-fail/issue-7607-2.rs | 4 ---- src/test/compile-fail/issue-7813.rs | 4 ---- src/test/compile-fail/issue-7867.rs | 4 ---- src/test/compile-fail/issue-8153.rs | 4 ---- src/test/compile-fail/issue-8208.rs | 4 ---- src/test/compile-fail/issue-8537.rs | 4 ---- src/test/compile-fail/issue-8727.rs | 4 ---- src/test/compile-fail/issue-8761.rs | 4 ---- src/test/compile-fail/issue-8767.rs | 4 ---- src/test/compile-fail/issue-897-2.rs | 4 ---- src/test/compile-fail/issue-897.rs | 4 ---- src/test/compile-fail/issue-9243.rs | 4 ---- src/test/compile-fail/issue-9575.rs | 4 ---- src/test/compile-fail/issue-9725.rs | 4 ---- src/test/compile-fail/issue-9814.rs | 4 ---- src/test/compile-fail/issue-9957.rs | 4 ---- src/test/compile-fail/keyword-abstract.rs | 4 ---- .../compile-fail/keyword-as-as-identifier.rs | 4 ---- .../keyword-break-as-identifier.rs | 4 ---- .../compile-fail/keyword-do-as-identifier.rs | 4 ---- .../keyword-else-as-identifier.rs | 4 ---- .../keyword-enum-as-identifier.rs | 4 ---- .../keyword-extern-as-identifier.rs | 4 ---- .../keyword-false-as-identifier.rs | 4 ---- src/test/compile-fail/keyword-final.rs | 4 ---- .../compile-fail/keyword-fn-as-identifier.rs | 4 ---- .../compile-fail/keyword-for-as-identifier.rs | 4 ---- .../compile-fail/keyword-if-as-identifier.rs | 4 ---- .../keyword-impl-as-identifier.rs | 4 ---- .../compile-fail/keyword-let-as-identifier.rs | 4 ---- .../keyword-loop-as-identifier.rs | 4 ---- .../keyword-match-as-identifier.rs | 4 ---- .../compile-fail/keyword-mod-as-identifier.rs | 4 ---- .../compile-fail/keyword-mut-as-identifier.rs | 4 ---- src/test/compile-fail/keyword-override.rs | 4 ---- .../keyword-priv-as-identifier.rs | 4 ---- .../compile-fail/keyword-pub-as-identifier.rs | 4 ---- .../compile-fail/keyword-ref-as-identifier.rs | 4 ---- .../keyword-return-as-identifier.rs | 4 ---- .../keyword-self-as-identifier.rs | 4 ---- .../keyword-static-as-identifier.rs | 4 ---- .../keyword-struct-as-identifier.rs | 4 ---- .../keyword-super-as-identifier.rs | 4 ---- src/test/compile-fail/keyword-super.rs | 4 ---- .../keyword-trait-as-identifier.rs | 4 ---- .../keyword-true-as-identifier.rs | 4 ---- .../keyword-type-as-identifier.rs | 4 ---- src/test/compile-fail/keyword-typeof.rs | 4 ---- .../keyword-unsafe-as-identifier.rs | 4 ---- .../compile-fail/keyword-use-as-identifier.rs | 4 ---- .../keyword-while-as-identifier.rs | 4 ---- src/test/compile-fail/keyword.rs | 4 ---- .../keywords-followed-by-double-colon.rs | 4 ---- src/test/compile-fail/kindck-copy.rs | 4 ---- .../compile-fail/kindck-destructor-owned.rs | 4 ---- .../compile-fail/kindck-impl-type-params-2.rs | 4 ---- .../compile-fail/kindck-impl-type-params.rs | 4 ---- .../kindck-inherited-copy-bound.rs | 4 ---- src/test/compile-fail/kindck-nonsendable-1.rs | 4 ---- src/test/compile-fail/kindck-send-object.rs | 4 ---- src/test/compile-fail/kindck-send-object1.rs | 4 ---- src/test/compile-fail/kindck-send-object2.rs | 4 ---- src/test/compile-fail/kindck-send-owned.rs | 4 ---- .../kindck-send-region-pointers.rs | 4 ---- src/test/compile-fail/kindck-send-unsafe.rs | 4 ---- .../kindck-send-unsafe.rs~rust-lang_master | 4 ---- src/test/compile-fail/lang-item-missing.rs | 4 ---- .../compile-fail/lex-bad-char-literals.rs | 4 ---- .../compile-fail/lex-bad-numeric-literals.rs | 4 ---- src/test/compile-fail/lex-bad-token.rs | 4 ---- .../lex-bare-cr-string-literal-doc-comment.rs | 4 ---- ...-return-type-requires-explicit-lifetime.rs | 4 ---- ...me-inference-give-expl-lifetime-param-2.rs | 4 ---- ...me-inference-give-expl-lifetime-param-3.rs | 4 ---- ...time-inference-give-expl-lifetime-param.rs | 4 ---- src/test/compile-fail/lifetime-no-keyword.rs | 4 ---- .../compile-fail/lifetime-obsoleted-self.rs | 4 ---- src/test/compile-fail/linkage1.rs | 4 ---- src/test/compile-fail/linkage2.rs | 4 ---- src/test/compile-fail/linkage3.rs | 4 ---- src/test/compile-fail/linkage4.rs | 4 ---- src/test/compile-fail/lint-change-warnings.rs | 4 ---- src/test/compile-fail/lint-ctypes-enum.rs | 4 ---- src/test/compile-fail/lint-ctypes.rs | 4 ---- src/test/compile-fail/lint-dead-code-1.rs | 4 ---- src/test/compile-fail/lint-dead-code-2.rs | 4 ---- src/test/compile-fail/lint-dead-code-3.rs | 4 ---- src/test/compile-fail/lint-dead-code-4.rs | 4 ---- src/test/compile-fail/lint-dead-code-5.rs | 4 ---- ...int-directives-on-use-items-issue-10534.rs | 4 ---- .../compile-fail/lint-exceeding-bitshifts.rs | 4 ---- src/test/compile-fail/lint-forbid-attr.rs | 4 ---- src/test/compile-fail/lint-forbid-cmdline.rs | 4 ---- src/test/compile-fail/lint-group-style.rs | 4 ---- src/test/compile-fail/lint-impl-fn.rs | 4 ---- src/test/compile-fail/lint-misplaced-attr.rs | 4 ---- src/test/compile-fail/lint-missing-doc.rs | 4 ---- .../compile-fail/lint-non-camel-case-types.rs | 4 ---- .../lint-non-snake-case-functions.rs | 4 ---- .../lint-non-snake-case-lifetimes.rs | 4 ---- .../lint-non-snake-case-modules.rs | 4 ---- .../lint-non-uppercase-statics.rs | 4 ---- src/test/compile-fail/lint-obsolete-attr.rs | 4 ---- src/test/compile-fail/lint-output-format.rs | 4 ---- .../compile-fail/lint-owned-heap-memory.rs | 4 ---- src/test/compile-fail/lint-qualification.rs | 4 ---- src/test/compile-fail/lint-raw-ptr-derive.rs | 4 ---- src/test/compile-fail/lint-renaming.rs | 4 ---- src/test/compile-fail/lint-shorthand-field.rs | 4 ---- src/test/compile-fail/lint-stability.rs | 4 ---- src/test/compile-fail/lint-type-limits.rs | 4 ---- src/test/compile-fail/lint-type-overflow.rs | 4 ---- src/test/compile-fail/lint-unknown-attr.rs | 4 ---- src/test/compile-fail/lint-unknown-feature.rs | 4 ---- .../compile-fail/lint-unnecessary-casts.rs | 4 ---- .../lint-unnecessary-import-braces.rs | 4 ---- .../compile-fail/lint-unnecessary-parens.rs | 4 ---- src/test/compile-fail/lint-unsafe-block.rs | 4 ---- .../compile-fail/lint-unused-extern-crate.rs | 4 ---- src/test/compile-fail/lint-unused-imports.rs | 4 ---- src/test/compile-fail/lint-unused-mut-self.rs | 4 ---- .../compile-fail/lint-unused-mut-variables.rs | 4 ---- src/test/compile-fail/lint-unused-unsafe.rs | 4 ---- .../compile-fail/lint-uppercase-variables.rs | 4 ---- .../lint-visible-private-types.rs | 4 ---- .../liveness-assign-imm-local-in-loop.rs | 4 ---- .../liveness-assign-imm-local-in-op-eq.rs | 4 ---- .../liveness-assign-imm-local-with-init.rs | 4 ---- src/test/compile-fail/liveness-bad-bang-2.rs | 4 ---- .../liveness-closure-require-ret.rs | 4 ---- src/test/compile-fail/liveness-dead.rs | 4 ---- src/test/compile-fail/liveness-forgot-ret.rs | 4 ---- src/test/compile-fail/liveness-issue-2163.rs | 4 ---- .../compile-fail/liveness-missing-ret2.rs | 4 ---- .../compile-fail/liveness-move-call-arg.rs | 4 ---- .../compile-fail/liveness-move-in-loop.rs | 4 ---- .../compile-fail/liveness-move-in-while.rs | 4 ---- .../liveness-return-last-stmt-semi.rs | 4 ---- src/test/compile-fail/liveness-unused.rs | 4 ---- .../compile-fail/liveness-use-after-move.rs | 4 ---- .../compile-fail/liveness-use-after-send.rs | 4 ---- src/test/compile-fail/log-syntax-gate.rs | 4 ---- .../compile-fail/loop-does-not-diverge.rs | 4 ---- src/test/compile-fail/lub-if.rs | 4 ---- src/test/compile-fail/lub-match.rs | 4 ---- src/test/compile-fail/macro-attribute.rs | 4 ---- .../compile-fail/macro-bad-delimiter-ident.rs | 4 ---- .../macro-crate-nonterminal-non-root.rs | 4 ---- .../compile-fail/macro-incomplete-parse.rs | 4 ---- .../compile-fail/macro-inner-attributes.rs | 4 ---- .../macro-input-future-proofing.rs | 4 ---- src/test/compile-fail/macro-keyword.rs | 4 ---- .../compile-fail/macro-local-data-key-priv.rs | 4 ---- .../compile-fail/macro-match-nonterminal.rs | 4 ---- .../macro-mismatched-delim-brace-paren.rs | 4 ---- .../macro-mismatched-delim-paren-brace.rs | 4 ---- .../macro-no-implicit-reexport.rs | 4 ---- .../compile-fail/macro-outer-attributes.rs | 4 ---- .../macro-reexport-malformed-1.rs | 4 ---- .../macro-reexport-malformed-2.rs | 4 ---- .../macro-reexport-malformed-3.rs | 4 ---- .../macro-reexport-not-locally-visible.rs | 4 ---- src/test/compile-fail/macro-use-bad-args-1.rs | 4 ---- src/test/compile-fail/macro-use-bad-args-2.rs | 4 ---- src/test/compile-fail/macro-use-wrong-name.rs | 4 ---- .../compile-fail/macro-with-seps-err-msg.rs | 4 ---- .../compile-fail/macros-no-semicolon-items.rs | 4 ---- src/test/compile-fail/macros-no-semicolon.rs | 4 ---- .../compile-fail/macros-nonfatal-errors.rs | 4 ---- src/test/compile-fail/main-wrong-location.rs | 4 ---- src/test/compile-fail/main-wrong-type-2.rs | 4 ---- src/test/compile-fail/main-wrong-type.rs | 4 ---- src/test/compile-fail/manual-link-bad-form.rs | 4 ---- src/test/compile-fail/manual-link-bad-kind.rs | 4 ---- .../compile-fail/manual-link-framework.rs | 4 ---- src/test/compile-fail/map-types.rs | 4 ---- src/test/compile-fail/marker-no-copy.rs | 4 ---- src/test/compile-fail/match-arm-statics.rs | 4 ---- .../match-arrows-block-then-binop.rs | 4 ---- src/test/compile-fail/match-ill-type1.rs | 4 ---- src/test/compile-fail/match-ill-type2.rs | 4 ---- src/test/compile-fail/match-join.rs | 4 ---- src/test/compile-fail/match-non-exhaustive.rs | 4 ---- .../match-pattern-field-mismatch-2.rs | 4 ---- .../match-pattern-field-mismatch.rs | 4 ---- .../compile-fail/match-range-fail-dominate.rs | 4 ---- src/test/compile-fail/match-range-fail.rs | 4 ---- .../compile-fail/match-static-const-lc.rs | 4 ---- src/test/compile-fail/match-struct.rs | 4 ---- src/test/compile-fail/match-tag-nullary.rs | 4 ---- src/test/compile-fail/match-tag-unary.rs | 4 ---- src/test/compile-fail/match-vec-fixed.rs | 4 ---- src/test/compile-fail/match-vec-invalid.rs | 4 ---- src/test/compile-fail/match-vec-mismatch-2.rs | 4 ---- src/test/compile-fail/match-vec-mismatch.rs | 4 ---- .../compile-fail/match-vec-unreachable.rs | 4 ---- .../method-ambig-one-trait-coerce.rs | 4 ---- ...method-ambig-one-trait-unknown-int-type.rs | 4 ---- .../method-ambig-two-traits-cross-crate.rs | 4 ---- .../method-ambig-two-traits-from-bounds.rs | 4 ---- ...od-ambig-two-traits-with-default-method.rs | 4 ---- src/test/compile-fail/method-call-err-msg.rs | 4 ---- .../compile-fail/method-macro-backtrace.rs | 4 ---- src/test/compile-fail/method-missing-call.rs | 4 ---- src/test/compile-fail/method-self-arg-1.rs | 4 ---- src/test/compile-fail/method-self-arg-2.rs | 4 ---- src/test/compile-fail/minus-string.rs | 4 ---- .../compile-fail/missing-derivable-attr.rs | 4 ---- src/test/compile-fail/missing-macro-use.rs | 4 ---- src/test/compile-fail/missing-main.rs | 4 ---- src/test/compile-fail/missing-return.rs | 4 ---- src/test/compile-fail/mod_file_aux.rs | 4 ---- .../compile-fail/mod_file_correct_spans.rs | 4 ---- src/test/compile-fail/mod_file_disambig.rs | 4 ---- .../compile-fail/mod_file_disambig_aux.rs | 4 ---- .../compile-fail/mod_file_disambig_aux/mod.rs | 4 ---- src/test/compile-fail/mod_file_not_exist.rs | 4 ---- src/test/compile-fail/mod_file_not_owning.rs | 4 ---- .../compile-fail/mod_file_not_owning_aux1.rs | 4 ---- .../compile-fail/mod_file_not_owning_aux2.rs | 4 ---- .../compile-fail/mod_file_with_path_attr.rs | 4 ---- .../module-macro_use-arguments.rs | 4 ---- src/test/compile-fail/move-fragments-1.rs | 4 ---- src/test/compile-fail/move-fragments-2.rs | 4 ---- src/test/compile-fail/move-fragments-3.rs | 4 ---- src/test/compile-fail/move-fragments-4.rs | 4 ---- src/test/compile-fail/move-fragments-5.rs | 4 ---- src/test/compile-fail/move-fragments-6.rs | 4 ---- src/test/compile-fail/move-fragments-7.rs | 4 ---- src/test/compile-fail/move-fragments-8.rs | 4 ---- src/test/compile-fail/move-fragments-9.rs | 4 ---- .../compile-fail/move-out-of-tuple-field.rs | 4 ---- .../moves-based-on-type-access-to-field.rs | 4 ---- .../moves-based-on-type-block-bad.rs | 4 ---- .../moves-based-on-type-capture-clause-bad.rs | 4 ---- ...s-based-on-type-cyclic-types-issue-4821.rs | 4 ---- ...ased-on-type-distribute-copy-over-paren.rs | 4 ---- .../compile-fail/moves-based-on-type-exprs.rs | 4 ---- .../moves-based-on-type-match-bindings.rs | 4 ---- ...type-move-out-of-closure-env-issue-1965.rs | 4 ---- ...ased-on-type-no-recursive-stack-closure.rs | 4 ---- .../compile-fail/moves-based-on-type-tuple.rs | 4 ---- .../compile-fail/moves-sru-moved-field.rs | 4 ---- src/test/compile-fail/multi-plugin-attr.rs | 4 ---- .../multiline-comment-line-tracking.rs | 4 ---- src/test/compile-fail/multiple-main-2.rs | 4 ---- src/test/compile-fail/multiple-main-3.rs | 4 ---- .../multiple-plugin-registrars.rs | 4 ---- src/test/compile-fail/multitrait.rs | 4 ---- src/test/compile-fail/mut-cant-alias.rs | 4 ---- src/test/compile-fail/mut-cross-borrowing.rs | 4 ---- src/test/compile-fail/mut-not-freeze.rs | 4 ---- .../mut-pattern-internal-mutability.rs | 4 ---- .../compile-fail/mut-pattern-mismatched.rs | 4 ---- src/test/compile-fail/mut-patterns.rs | 4 ---- .../compile-fail/mut-ptr-cant-outlive-ref.rs | 4 ---- .../compile-fail/mutable-class-fields-2.rs | 4 ---- src/test/compile-fail/mutable-class-fields.rs | 4 ---- .../compile-fail/mutable-enum-indirect.rs | 4 ---- src/test/compile-fail/name-clash-nullary.rs | 4 ---- ...spaced-enum-glob-import-no-impls-xcrate.rs | 4 ---- .../namespaced-enum-glob-import-no-impls.rs | 4 ---- src/test/compile-fail/nested-ty-params.rs | 4 ---- .../compile-fail/new-unicode-escapes-1.rs | 4 ---- .../compile-fail/new-unicode-escapes-2.rs | 4 ---- .../compile-fail/new-unicode-escapes-3.rs | 4 ---- .../compile-fail/new-unicode-escapes-4.rs | 4 ---- .../compile-fail/no-binary-float-literal.rs | 4 ---- src/test/compile-fail/no-capture-arc.rs | 4 ---- src/test/compile-fail/no-hex-float-literal.rs | 4 ---- .../no-implicit-prelude-nested.rs | 4 ---- src/test/compile-fail/no-implicit-prelude.rs | 4 ---- src/test/compile-fail/no-link.rs | 4 ---- .../no-method-suggested-traits.rs | 4 ---- src/test/compile-fail/no-reuse-move-arc.rs | 4 ---- src/test/compile-fail/no-send-res-ports.rs | 4 ---- src/test/compile-fail/no-type-for-node-ice.rs | 4 ---- src/test/compile-fail/no-unsafe-self.rs | 4 ---- src/test/compile-fail/no_crate_type.rs | 4 ---- src/test/compile-fail/no_send-enum.rs | 4 ---- src/test/compile-fail/no_send-rc.rs | 4 ---- src/test/compile-fail/no_send-struct.rs | 4 ---- src/test/compile-fail/no_share-enum.rs | 4 ---- src/test/compile-fail/no_share-rc.rs | 4 ---- src/test/compile-fail/no_share-struct.rs | 4 ---- src/test/compile-fail/noexporttypeexe.rs | 4 ---- .../compile-fail/nolink-with-link-args.rs | 4 ---- .../non-constant-enum-for-vec-repeat.rs | 4 ---- .../non-constant-expr-for-fixed-len-vec.rs | 4 ---- .../non-constant-expr-for-vec-repeat.rs | 4 ---- src/test/compile-fail/non-copyable-void.rs | 4 ---- .../non-exhaustive-match-nested.rs | 4 ---- src/test/compile-fail/non-exhaustive-match.rs | 4 ---- .../non-exhaustive-pattern-witness.rs | 4 ---- src/test/compile-fail/non-str-meta.rs | 4 ---- src/test/compile-fail/noncopyable-class.rs | 4 ---- src/test/compile-fail/nonscalar-cast.rs | 4 ---- src/test/compile-fail/not-a-pred.rs | 4 ---- src/test/compile-fail/not-enough-arguments.rs | 4 ---- src/test/compile-fail/not-utf8.rs | 4 ---- .../object-does-not-impl-trait.rs | 4 ---- src/test/compile-fail/object-pointer-types.rs | 4 ---- .../object-safety-by-value-self.rs | 4 ---- .../compile-fail/object-safety-generics.rs | 4 ---- .../object-safety-mentions-Self.rs | 4 ---- .../compile-fail/object-safety-no-static.rs | 4 ---- .../compile-fail/object-safety-sized-2.rs | 4 ---- src/test/compile-fail/object-safety-sized.rs | 4 ---- src/test/compile-fail/obsolete-for-sized.rs | 4 ---- src/test/compile-fail/obsolete-proc.rs | 4 ---- src/test/compile-fail/occurs-check-2.rs | 4 ---- src/test/compile-fail/occurs-check-3.rs | 4 ---- src/test/compile-fail/occurs-check.rs | 4 ---- .../compile-fail/omitted-arg-in-item-fn.rs | 4 ---- .../compile-fail/on-unimplemented-bad-anno.rs | 4 ---- src/test/compile-fail/on-unimplemented.rs | 4 ---- .../once-cant-call-twice-on-heap.rs | 4 ---- src/test/compile-fail/opt-in-copy.rs | 4 ---- src/test/compile-fail/or-patter-mismatch.rs | 4 ---- src/test/compile-fail/osx-frameworks.rs | 4 ---- src/test/compile-fail/output-type-mismatch.rs | 4 ---- src/test/compile-fail/overloaded-calls-bad.rs | 4 ---- .../compile-fail/overloaded-calls-nontuple.rs | 4 ---- src/test/compile-fail/oversized-literal.rs | 4 ---- src/test/compile-fail/paamayim-nekudotayim.rs | 4 ---- .../packed-struct-generic-transmute.rs | 4 ---- .../compile-fail/packed-struct-transmute.rs | 4 ---- .../parenthesized-box-expr-message.rs | 4 ---- src/test/compile-fail/pat-range-bad-dots.rs | 4 ---- src/test/compile-fail/pat-ref-enum.rs | 4 ---- .../pat-shadow-in-nested-binding.rs | 4 ---- .../compile-fail/pattern-bindings-after-at.rs | 4 ---- .../compile-fail/pattern-error-continue.rs | 4 ---- .../pattern-ident-path-generics.rs | 4 ---- .../compile-fail/pattern-macro-hygiene.rs | 4 ---- src/test/compile-fail/pattern-tyvar-2.rs | 4 ---- src/test/compile-fail/pattern-tyvar.rs | 4 ---- src/test/compile-fail/pptypedef.rs | 4 ---- src/test/compile-fail/prim-with-args.rs | 4 ---- .../compile-fail/priv-in-bad-locations.rs | 4 ---- src/test/compile-fail/privacy-ns1.rs | 4 ---- src/test/compile-fail/privacy-ns2.rs | 4 ---- src/test/compile-fail/privacy1.rs | 4 ---- src/test/compile-fail/privacy2.rs | 4 ---- src/test/compile-fail/privacy3.rs | 4 ---- src/test/compile-fail/privacy4.rs | 4 ---- src/test/compile-fail/privacy5.rs | 4 ---- src/test/compile-fail/private-impl-method.rs | 4 ---- src/test/compile-fail/private-item-simple.rs | 4 ---- .../private-method-cross-crate.rs | 4 ---- .../compile-fail/private-method-inherited.rs | 4 ---- src/test/compile-fail/private-method.rs | 4 ---- .../private-struct-field-cross-crate.rs | 4 ---- .../compile-fail/private-struct-field-ctor.rs | 4 ---- .../private-struct-field-pattern.rs | 4 ---- src/test/compile-fail/private-struct-field.rs | 4 ---- src/test/compile-fail/ptr-coercion.rs | 4 ---- src/test/compile-fail/qquote-1.rs | 4 ---- src/test/compile-fail/qquote-2.rs | 4 ---- src/test/compile-fail/range-1.rs | 4 ---- src/test/compile-fail/range-2.rs | 4 ---- src/test/compile-fail/raw-byte-string-eof.rs | 4 ---- .../compile-fail/raw-byte-string-literals.rs | 4 ---- src/test/compile-fail/raw-str-delim.rs | 4 ---- src/test/compile-fail/raw-str-unbalanced.rs | 4 ---- src/test/compile-fail/raw-str-unterminated.rs | 4 ---- src/test/compile-fail/recursion.rs | 4 ---- src/test/compile-fail/recursion_limit.rs | 4 ---- src/test/compile-fail/recursive-enum.rs | 4 ---- src/test/compile-fail/redundant-link-args.rs | 4 ---- .../compile-fail/refutable-pattern-errors.rs | 4 ---- .../refutable-pattern-in-fn-arg.rs | 4 ---- .../region-bound-on-closure-outlives-call.rs | 4 ---- ...n-bounds-on-objects-and-type-parameters.rs | 4 ---- ...ion-lifetime-bounds-on-fns-where-clause.rs | 4 ---- ...ple-lifetime-bounds-on-fns-where-clause.rs | 4 ---- .../compile-fail/region-object-lifetime-1.rs | 4 ---- .../region-object-lifetime-in-coercion.rs | 4 ---- .../regionck-unboxed-closure-lifetimes.rs | 4 ---- src/test/compile-fail/regions-addr-of-arg.rs | 4 ---- src/test/compile-fail/regions-addr-of-self.rs | 4 ---- .../regions-addr-of-upvar-self.rs | 4 ---- .../regions-bound-missing-bound-in-impl.rs | 4 ---- .../compile-fail/regions-bounded-by-send.rs | 4 ---- ...gions-bounded-by-trait-requiring-static.rs | 4 ---- ...nded-method-type-parameters-cross-crate.rs | 4 ---- ...nded-method-type-parameters-trait-bound.rs | 4 ---- .../regions-bounded-method-type-parameters.rs | 4 ---- src/test/compile-fail/regions-bounds.rs | 4 ---- ...gions-close-associated-type-into-object.rs | 4 ---- .../regions-close-object-into-object.rs | 4 ---- .../regions-close-over-borrowed-ref-in-obj.rs | 4 ---- .../regions-close-over-type-parameter-1.rs | 4 ---- .../regions-close-over-type-parameter-2.rs | 4 ---- ...ions-close-over-type-parameter-multiple.rs | 4 ---- .../regions-close-param-into-object.rs | 4 ---- .../compile-fail/regions-creating-enums.rs | 4 ---- .../compile-fail/regions-creating-enums3.rs | 4 ---- .../compile-fail/regions-creating-enums4.rs | 4 ---- .../regions-early-bound-error-method.rs | 4 ---- .../compile-fail/regions-early-bound-error.rs | 4 ---- src/test/compile-fail/regions-enum-not-wf.rs | 4 ---- .../compile-fail/regions-escape-bound-fn-2.rs | 4 ---- .../compile-fail/regions-escape-bound-fn.rs | 4 ---- .../regions-escape-loop-via-variable.rs | 4 ---- .../regions-escape-loop-via-vec.rs | 4 ---- .../compile-fail/regions-escape-method.rs | 4 ---- .../regions-escape-unboxed-closure.rs | 4 ---- .../regions-escape-via-trait-or-not.rs | 4 ---- src/test/compile-fail/regions-fn-bound.rs | 14 -------------- .../regions-fn-subtyping-return-static.rs | 4 ---- .../regions-free-region-ordering-callee.rs | 4 ---- .../regions-free-region-ordering-caller.rs | 4 ---- .../regions-free-region-ordering-caller1.rs | 4 ---- .../regions-free-region-ordering-incorrect.rs | 4 ---- .../compile-fail/regions-glb-free-free.rs | 4 ---- src/test/compile-fail/regions-in-consts.rs | 4 ---- .../compile-fail/regions-in-enums-anon.rs | 4 ---- src/test/compile-fail/regions-in-enums.rs | 4 ---- .../compile-fail/regions-in-structs-anon.rs | 4 ---- src/test/compile-fail/regions-in-structs.rs | 4 ---- .../regions-infer-at-fn-not-param.rs | 4 ---- .../regions-infer-borrow-scope-too-big.rs | 4 ---- .../regions-infer-borrow-scope-within-loop.rs | 4 ---- .../regions-infer-bound-from-trait-self.rs | 4 ---- .../regions-infer-bound-from-trait.rs | 4 ---- src/test/compile-fail/regions-infer-call-3.rs | 4 ---- ...egions-infer-contravariance-due-to-decl.rs | 4 ---- .../regions-infer-covariance-due-to-decl.rs | 4 ---- .../regions-infer-invariance-due-to-decl.rs | 4 ---- ...ns-infer-invariance-due-to-mutability-3.rs | 4 ---- ...ns-infer-invariance-due-to-mutability-4.rs | 4 ---- .../compile-fail/regions-infer-not-param.rs | 4 ---- .../regions-infer-paramd-indirect.rs | 4 ---- .../regions-infer-paramd-method.rs | 14 -------------- .../regions-infer-proc-static-upvar.rs | 4 ---- .../regions-lifetime-bounds-on-fns.rs | 4 ---- ...ions-lifetime-of-struct-or-enum-variant.rs | 4 ---- .../compile-fail/regions-name-duplicated.rs | 4 ---- src/test/compile-fail/regions-name-static.rs | 4 ---- .../compile-fail/regions-name-undeclared.rs | 4 ---- src/test/compile-fail/regions-nested-fns-2.rs | 4 ---- src/test/compile-fail/regions-nested-fns.rs | 4 ---- .../regions-out-of-scope-slice.rs | 4 ---- .../regions-pattern-typing-issue-19552.rs | 4 ---- .../regions-pattern-typing-issue-19997.rs | 4 ---- .../regions-proc-bound-capture.rs | 4 ---- ...s-reborrow-from-shorter-mut-ref-mut-ref.rs | 4 ---- .../regions-reborrow-from-shorter-mut-ref.rs | 4 ---- .../compile-fail/regions-ref-in-fn-arg.rs | 4 ---- .../compile-fail/regions-ret-borrowed-1.rs | 4 ---- src/test/compile-fail/regions-ret-borrowed.rs | 4 ---- src/test/compile-fail/regions-ret.rs | 4 ---- ...regions-return-ref-to-upvar-issue-17403.rs | 4 ---- .../regions-return-stack-allocated-vec.rs | 4 ---- .../compile-fail/regions-steal-closure.rs | 4 ---- .../compile-fail/regions-struct-not-wf.rs | 4 ---- src/test/compile-fail/regions-trait-1.rs | 4 ---- src/test/compile-fail/regions-trait-2.rs | 4 ---- src/test/compile-fail/regions-trait-3.rs | 14 -------------- .../compile-fail/regions-trait-variance.rs | 4 ---- src/test/compile-fail/regions-undeclared.rs | 4 ---- .../regions-var-type-out-of-scope.rs | 4 ---- ...ariant-use-covariant-in-second-position.rs | 4 ---- ...ns-variance-contravariant-use-covariant.rs | 4 ---- ...ns-variance-covariant-use-contravariant.rs | 4 ---- ...ns-variance-invariant-use-contravariant.rs | 4 ---- ...egions-variance-invariant-use-covariant.rs | 4 ---- .../removed-syntax-closure-lifetime.rs | 4 ---- .../removed-syntax-enum-newtype.rs | 4 ---- .../removed-syntax-extern-const.rs | 4 ---- .../compile-fail/removed-syntax-field-let.rs | 4 ---- .../removed-syntax-field-semicolon.rs | 4 ---- .../compile-fail/removed-syntax-fixed-vec.rs | 4 ---- .../compile-fail/removed-syntax-fn-pure.rs | 4 ---- .../compile-fail/removed-syntax-fn-sigil.rs | 4 ---- .../removed-syntax-larrow-init.rs | 4 ---- .../removed-syntax-larrow-move.rs | 4 ---- src/test/compile-fail/removed-syntax-mode.rs | 4 ---- .../removed-syntax-mut-vec-expr.rs | 4 ---- .../compile-fail/removed-syntax-mut-vec-ty.rs | 4 ---- .../removed-syntax-ptr-lifetime.rs | 4 ---- .../compile-fail/removed-syntax-record.rs | 4 ---- .../compile-fail/removed-syntax-static-fn.rs | 4 ---- .../removed-syntax-uniq-mut-expr.rs | 4 ---- .../removed-syntax-uniq-mut-ty.rs | 4 ---- .../compile-fail/removed-syntax-with-1.rs | 4 ---- .../compile-fail/removed-syntax-with-2.rs | 4 ---- .../compile-fail/repeat-to-run-dtor-twice.rs | 4 ---- src/test/compile-fail/repeat_count.rs | 4 ---- .../require-parens-for-chained-comparison.rs | 4 ---- src/test/compile-fail/required-lang-item.rs | 4 ---- src/test/compile-fail/reserved-be.rs | 4 ---- ...e-conflict-extern-crate-vs-extern-crate.rs | 4 ---- ...resolve-conflict-import-vs-extern-crate.rs | 4 ---- .../resolve-conflict-import-vs-import.rs | 4 ---- .../resolve-conflict-item-vs-extern-crate.rs | 4 ---- .../resolve-conflict-item-vs-import.rs | 4 ---- .../resolve-conflict-type-vs-import.rs | 4 ---- .../resolve-inconsistent-binding-mode.rs | 4 ---- .../resolve-inconsistent-names.rs | 4 ---- src/test/compile-fail/resolve-label.rs | 4 ---- .../resolve-type-param-in-item-in-trait.rs | 4 ---- .../compile-fail/resolve-unknown-trait.rs | 4 ---- .../compile-fail/resolve_self_super_hint.rs | 4 ---- src/test/compile-fail/ret-non-nil.rs | 4 ---- src/test/compile-fail/seq-args.rs | 4 ---- src/test/compile-fail/shadowed-lifetime.rs | 4 ---- .../compile-fail/shadowed-type-parameter.rs | 4 ---- .../shadowing-in-the-same-pattern.rs | 4 ---- .../compile-fail/shift-various-bad-types.rs | 4 ---- src/test/compile-fail/simd-binop.rs | 4 ---- src/test/compile-fail/simd-experimental.rs | 4 ---- src/test/compile-fail/simd-type.rs | 4 ---- src/test/compile-fail/slice-1.rs | 4 ---- src/test/compile-fail/slice-2.rs | 4 ---- src/test/compile-fail/slice-borrow.rs | 4 ---- src/test/compile-fail/slice-mut-2.rs | 4 ---- src/test/compile-fail/slice-mut.rs | 4 ---- .../slightly-nice-generic-literal-messages.rs | 4 ---- src/test/compile-fail/static-assert.rs | 4 ---- src/test/compile-fail/static-assert2.rs | 4 ---- .../compile-fail/static-items-cant-move.rs | 4 ---- .../compile-fail/static-method-privacy.rs | 4 ---- src/test/compile-fail/static-mut-bad-types.rs | 4 ---- .../static-mut-foreign-requires-unsafe.rs | 4 ---- .../compile-fail/static-mut-not-constant.rs | 4 ---- src/test/compile-fail/static-mut-not-pat.rs | 4 ---- .../static-mut-requires-unsafe.rs | 4 ---- .../compile-fail/static-priv-by-default.rs | 4 ---- .../compile-fail/static-priv-by-default2.rs | 4 ---- .../compile-fail/static-reference-to-fn-1.rs | 4 ---- .../compile-fail/static-reference-to-fn-2.rs | 4 ---- src/test/compile-fail/static-region-bound.rs | 4 ---- .../static-vec-repeat-not-constant.rs | 4 ---- src/test/compile-fail/staticness-mismatch.rs | 4 ---- .../compile-fail/std-uncopyable-atomics.rs | 4 ---- src/test/compile-fail/str-idx.rs | 4 ---- .../compile-fail/struct-base-wrong-type.rs | 4 ---- .../struct-field-assignability.rs | 4 ---- src/test/compile-fail/struct-field-privacy.rs | 4 ---- .../compile-fail/struct-fields-decl-dupe.rs | 4 ---- src/test/compile-fail/struct-fields-dupe.rs | 4 ---- .../compile-fail/struct-fields-missing.rs | 4 ---- .../compile-fail/struct-fields-too-many.rs | 4 ---- .../struct-like-enum-nonexhaustive.rs | 4 ---- .../compile-fail/struct-literal-in-for.rs | 4 ---- src/test/compile-fail/struct-literal-in-if.rs | 4 ---- .../struct-literal-in-match-discriminant.rs | 4 ---- .../compile-fail/struct-literal-in-while.rs | 4 ---- src/test/compile-fail/struct-no-fields-2.rs | 4 ---- src/test/compile-fail/struct-no-fields-3.rs | 4 ---- src/test/compile-fail/struct-no-fields-4.rs | 4 ---- src/test/compile-fail/struct-no-fields-5.rs | 4 ---- .../compile-fail/struct-no-fields-enumlike.rs | 4 ---- src/test/compile-fail/struct-no-fields.rs | 4 ---- .../compile-fail/struct-pat-derived-error.rs | 4 ---- .../struct-pattern-match-useless.rs | 4 ---- .../compile-fail/struct-variant-no-fields.rs | 4 ---- .../compile-fail/struct-variant-no-pub.rs | 4 ---- .../compile-fail/struct-variant-privacy-xc.rs | 4 ---- .../compile-fail/struct-variant-privacy.rs | 4 ---- .../structure-constructor-type-mismatch.rs | 4 ---- src/test/compile-fail/super-at-top-level.rs | 4 ---- src/test/compile-fail/suppressed-error.rs | 4 ---- src/test/compile-fail/svh-change-lit.rs | 4 ---- .../svh-change-significant-cfg.rs | 4 ---- .../compile-fail/svh-change-trait-bound.rs | 4 ---- src/test/compile-fail/svh-change-type-arg.rs | 4 ---- src/test/compile-fail/svh-change-type-ret.rs | 4 ---- .../compile-fail/svh-change-type-static.rs | 4 ---- src/test/compile-fail/svh-use-trait.rs | 4 ---- .../compile-fail/syntax-extension-minor.rs | 4 ---- .../syntax-trait-polarity-feature-gate.rs | 4 ---- .../compile-fail/syntax-trait-polarity.rs | 4 ---- .../tag-that-dare-not-speak-its-name.rs | 4 ---- src/test/compile-fail/tag-type-args.rs | 4 ---- .../tag-variant-cast-non-nullary.rs | 4 ---- src/test/compile-fail/tag-variant-disr-dup.rs | 4 ---- .../tag-variant-disr-non-nullary.rs | 4 ---- src/test/compile-fail/tail-typeck.rs | 4 ---- .../compile-fail/task-rng-isnt-sendable.rs | 4 ---- src/test/compile-fail/terr-in-field.rs | 4 ---- src/test/compile-fail/terr-sorts.rs | 4 ---- src/test/compile-fail/test-cfg.rs | 4 ---- src/test/compile-fail/trace_macros-format.rs | 4 ---- .../trailing-carriage-return-in-string.rs | 4 ---- .../compile-fail/trailing-plus-in-bounds.rs | 4 ---- .../trait-as-struct-constructor.rs | 4 ---- .../compile-fail/trait-bounds-cant-coerce.rs | 4 ---- .../trait-bounds-impl-comparison-1.rs | 4 ---- .../trait-bounds-impl-comparison-2.rs | 4 ---- .../trait-bounds-not-on-bare-trait.rs | 4 ---- .../compile-fail/trait-bounds-not-on-impl.rs | 4 ---- .../trait-bounds-not-on-struct.rs | 4 ---- ...rait-bounds-on-structs-and-enums-locals.rs | 4 ---- ...rait-bounds-on-structs-and-enums-static.rs | 4 ---- .../trait-bounds-on-structs-and-enums-xc.rs | 4 ---- .../trait-bounds-on-structs-and-enums-xc1.rs | 4 ---- .../trait-bounds-on-structs-and-enums.rs | 4 ---- src/test/compile-fail/trait-bounds-sugar.rs | 4 ---- .../trait-coercion-generic-bad.rs | 4 ---- .../trait-coercion-generic-regions.rs | 4 ---- .../compile-fail/trait-duplicate-methods.rs | 4 ---- src/test/compile-fail/trait-impl-1.rs | 4 ---- src/test/compile-fail/trait-impl-2.rs | 4 ---- ...it-impl-can-not-have-untraitful-methods.rs | 4 ---- .../trait-impl-different-num-params.rs | 4 ---- .../compile-fail/trait-impl-for-module.rs | 4 ---- .../trait-impl-method-mismatch.rs | 4 ---- ...upertrait-has-wrong-lifetime-parameters.rs | 4 ---- src/test/compile-fail/trait-keyword.rs | 4 ---- .../compile-fail/trait-matching-lifetimes.rs | 4 ---- src/test/compile-fail/trait-object-safety.rs | 4 ---- .../compile-fail/trait-or-new-type-instead.rs | 4 ---- .../trait-resolution-in-overloaded-op.rs | 4 ---- src/test/compile-fail/trait-safety-fn-body.rs | 4 ---- .../trait-safety-inherent-impl.rs | 4 ---- .../trait-safety-trait-impl-cc.rs | 4 ---- .../compile-fail/trait-safety-trait-impl.rs | 4 ---- .../trait-static-method-generic-inference.rs | 4 ---- src/test/compile-fail/trait-test-2.rs | 4 ---- src/test/compile-fail/trait-test.rs | 4 ---- .../compile-fail/traits-multidispatch-bad.rs | 4 ---- ...traits-multidispatch-convert-ambig-dest.rs | 4 ---- .../compile-fail/traits-negative-impls.rs | 4 ---- .../compile-fail/transmute-different-sizes.rs | 4 ---- .../compile-fail/transmute-fat-pointers.rs | 4 ---- src/test/compile-fail/transmute-impl.rs | 4 ---- .../compile-fail/transmute-type-parameters.rs | 4 ---- src/test/compile-fail/tuple-arity-mismatch.rs | 4 ---- .../compile-fail/tuple-index-not-tuple.rs | 4 ---- .../compile-fail/tuple-index-out-of-bounds.rs | 4 ---- .../tuple-struct-nonexhaustive.rs | 4 ---- .../tutorial-suffix-inference-test.rs | 4 ---- .../compile-fail/type-arg-out-of-scope.rs | 4 ---- .../compile-fail/type-mismatch-multiple.rs | 4 ---- src/test/compile-fail/type-parameter-names.rs | 4 ---- .../type-parameters-in-field-exprs.rs | 4 ---- .../type-params-in-different-spaces-1.rs | 4 ---- .../type-params-in-different-spaces-2.rs | 4 ---- .../type-params-in-different-spaces-3.rs | 4 ---- src/test/compile-fail/type-recursive.rs | 4 ---- src/test/compile-fail/type-shadow.rs | 4 ---- .../typeck-cast-pointer-to-float.rs | 4 ---- .../typeck-negative-impls-builtin.rs | 4 ---- .../typeck-unsafe-always-share.rs | 4 ---- .../typeck_type_placeholder_item.rs | 4 ---- .../typeck_type_placeholder_lifetime_1.rs | 4 ---- .../typeck_type_placeholder_lifetime_2.rs | 4 ---- .../typeck_type_placeholder_mismatch.rs | 4 ---- .../compile-fail/ufcs-explicit-self-bad.rs | 4 ---- .../compile-fail/ufcs-qpath-missing-params.rs | 4 ---- .../compile-fail/ufcs-qpath-self-mismatch.rs | 4 ---- .../compile-fail/unbalanced-doublequote.rs | 4 ---- .../unboxed-closer-non-implicit-copyable.rs | 4 ---- .../unboxed-closure-feature-gate.rs | 4 ---- .../unboxed-closure-illegal-move.rs | 4 ---- .../unboxed-closure-immutable-capture.rs | 4 ---- .../compile-fail/unboxed-closure-region.rs | 4 ---- .../unboxed-closure-sugar-default.rs | 4 ---- .../unboxed-closure-sugar-equiv.rs | 4 ---- .../unboxed-closure-sugar-lifetime-elision.rs | 4 ---- ...unboxed-closure-sugar-nonexistent-trait.rs | 4 ---- .../unboxed-closure-sugar-not-used-on-fn.rs | 4 ---- .../unboxed-closure-sugar-region.rs | 4 ---- .../unboxed-closure-sugar-used-on-struct-1.rs | 4 ---- .../unboxed-closure-sugar-used-on-struct-3.rs | 4 ---- .../unboxed-closure-sugar-used-on-struct.rs | 4 ---- ...r-wrong-number-number-type-parameters-1.rs | 4 ---- ...r-wrong-number-number-type-parameters-3.rs | 4 ---- ...gar-wrong-number-number-type-parameters.rs | 4 ---- .../unboxed-closure-sugar-wrong-trait.rs | 4 ---- .../unboxed-closures-borrow-conflict.rs | 4 ---- .../unboxed-closures-fnmut-as-fn.rs | 4 ---- ...nfer-argument-types-two-region-pointers.rs | 4 ---- ...nboxed-closures-static-call-wrong-trait.rs | 4 ---- .../unboxed-closures-type-mismatch.rs | 4 ---- .../unboxed-closures-unsafe-extern-fn.rs | 4 ---- .../unboxed-closures-vtable-mismatch.rs | 4 ---- .../unboxed-closures-wrong-abi.rs | 4 ---- ...boxed-closures-wrong-arg-type-extern-fn.rs | 4 ---- .../unboxed-closures-wrong-trait.rs | 4 ---- src/test/compile-fail/unconstrained-none.rs | 4 ---- src/test/compile-fail/unconstrained-ref.rs | 4 ---- .../compile-fail/uninhabited-enum-cast.rs | 4 ---- .../compile-fail/unique-object-noncopyable.rs | 4 ---- src/test/compile-fail/unique-pinned-nocopy.rs | 4 ---- src/test/compile-fail/unique-unique-kind.rs | 4 ---- src/test/compile-fail/unique-vec-res.rs | 4 ---- src/test/compile-fail/unnecessary-private.rs | 4 ---- src/test/compile-fail/unop-move-semantics.rs | 4 ---- src/test/compile-fail/unop-neg-bool.rs | 4 ---- src/test/compile-fail/unreachable-arm.rs | 4 ---- src/test/compile-fail/unreachable-code.rs | 4 ---- src/test/compile-fail/unreachable-variant.rs | 4 ---- .../unresolved-extern-mod-suggestion.rs | 4 ---- src/test/compile-fail/unresolved-import.rs | 4 ---- ...unsafe-around-compiler-generated-unsafe.rs | 4 ---- .../unsafe-destructor-check-crash.rs | 4 ---- .../unsafe-fn-assign-deref-ptr.rs | 4 ---- src/test/compile-fail/unsafe-fn-autoderef.rs | 4 ---- .../unsafe-fn-called-from-safe.rs | 4 ---- src/test/compile-fail/unsafe-fn-deref-ptr.rs | 4 ---- .../compile-fail/unsafe-fn-used-as-value.rs | 4 ---- src/test/compile-fail/unsendable-class.rs | 4 ---- src/test/compile-fail/unsized-bare-typaram.rs | 4 ---- src/test/compile-fail/unsized-enum.rs | 4 ---- .../unsized-inherent-impl-self-type.rs | 4 ---- src/test/compile-fail/unsized-struct.rs | 4 ---- .../unsized-trait-impl-self-type.rs | 4 ---- .../unsized-trait-impl-trait-arg.rs | 4 ---- src/test/compile-fail/unsized.rs | 4 ---- src/test/compile-fail/unsized2.rs | 4 ---- src/test/compile-fail/unsized3.rs | 4 ---- src/test/compile-fail/unsized4.rs | 4 ---- src/test/compile-fail/unsized5.rs | 4 ---- src/test/compile-fail/unsized6.rs | 4 ---- src/test/compile-fail/unsized7.rs | 4 ---- src/test/compile-fail/unsupported-cast.rs | 4 ---- src/test/compile-fail/unused-attr.rs | 4 ---- .../unused-mut-warning-captured-var.rs | 4 ---- src/test/compile-fail/unused-result.rs | 4 ---- .../use-after-move-based-on-type.rs | 4 ---- ...use-after-move-implicity-coerced-object.rs | 4 ---- .../use-after-move-self-based-on-type.rs | 4 ---- src/test/compile-fail/use-after-move-self.rs | 4 ---- src/test/compile-fail/use-from-trait-xc.rs | 4 ---- src/test/compile-fail/use-from-trait.rs | 4 ---- src/test/compile-fail/use-meta-mismatch.rs | 4 ---- src/test/compile-fail/use-mod-2.rs | 4 ---- src/test/compile-fail/use-mod-3.rs | 4 ---- src/test/compile-fail/use-mod.rs | 4 ---- src/test/compile-fail/useless-priv.rs | 4 ---- src/test/compile-fail/useless-priv2.rs | 4 ---- src/test/compile-fail/utf8_idents.rs | 4 ---- src/test/compile-fail/variadic-ffi-1.rs | 4 ---- src/test/compile-fail/variadic-ffi-2.rs | 4 ---- src/test/compile-fail/variadic-ffi-3.rs | 4 ---- src/test/compile-fail/variadic-ffi-4.rs | 4 ---- src/test/compile-fail/variadic-ffi.rs | 4 ---- .../variance-cell-is-invariant.rs | 4 ---- .../compile-fail/variance-regions-direct.rs | 4 ---- .../compile-fail/variance-regions-indirect.rs | 4 ---- .../compile-fail/variance-trait-matching.rs | 4 ---- .../variance-trait-object-bound.rs | 4 ---- .../compile-fail/vec-macro-with-comma-only.rs | 4 ---- src/test/compile-fail/vec-mut-iter-borrow.rs | 4 ---- src/test/compile-fail/vec-res-add.rs | 4 ---- .../compile-fail/vector-cast-weirdness.rs | 4 ---- src/test/compile-fail/vector-no-ann.rs | 4 ---- src/test/compile-fail/view-items-at-top.rs | 4 ---- src/test/compile-fail/virtual-structs.rs | 4 ---- .../visible-private-types-generics.rs | 4 ---- .../visible-private-types-supertrait.rs | 4 ---- .../compile-fail/vtable-res-trait-param.rs | 4 ---- .../compile-fail/walk-struct-literal-with.rs | 4 ---- .../compile-fail/warn-foreign-int-types.rs | 4 ---- src/test/compile-fail/warn-path-statement.rs | 4 ---- src/test/compile-fail/weak-lang-item.rs | 4 ---- ...constraints-are-local-for-inherent-impl.rs | 4 ---- ...se-constraints-are-local-for-trait-impl.rs | 4 ---- .../where-clause-method-substituion.rs | 4 ---- .../where-clauses-method-unsatisfied.rs | 4 ---- .../where-clauses-no-bounds-or-predicates.rs | 4 ---- .../where-clauses-not-parameter.rs | 4 ---- .../compile-fail/where-clauses-unsatisfied.rs | 4 ---- src/test/compile-fail/while-let.rs | 4 ---- src/test/compile-fail/while-type-error.rs | 4 ---- .../compile-fail/writing-to-immutable-vec.rs | 4 ---- .../wrong-mul-method-signature.rs | 4 ---- src/test/compile-fail/wrong-ret-type.rs | 4 ---- src/test/compile-fail/xc-private-method.rs | 4 ---- src/test/compile-fail/xc-private-method2.rs | 4 ---- .../compile-fail/xcrate-private-by-default.rs | 4 ---- src/test/compile-fail/xcrate-unit-struct.rs | 4 ---- .../debuginfo/basic-types-globals-metadata.rs | 4 ---- src/test/debuginfo/basic-types-globals.rs | 4 ---- src/test/debuginfo/basic-types-metadata.rs | 4 ---- src/test/debuginfo/basic-types-mut-globals.rs | 4 ---- src/test/debuginfo/basic-types.rs | 4 ---- src/test/debuginfo/borrowed-basic.rs | 4 ---- src/test/debuginfo/borrowed-c-style-enum.rs | 4 ---- src/test/debuginfo/borrowed-enum.rs | 4 ---- src/test/debuginfo/borrowed-struct.rs | 4 ---- src/test/debuginfo/borrowed-tuple.rs | 4 ---- src/test/debuginfo/borrowed-unique-basic.rs | 4 ---- src/test/debuginfo/box.rs | 4 ---- src/test/debuginfo/boxed-struct.rs | 4 ---- .../by-value-non-immediate-argument.rs | 4 ---- .../by-value-self-argument-in-trait-impl.rs | 4 ---- .../debuginfo/c-style-enum-in-composite.rs | 4 ---- src/test/debuginfo/c-style-enum.rs | 4 ---- .../debuginfo/closure-in-generic-function.rs | 4 ---- .../debuginfo/cross-crate-type-uniquing.rs | 4 ---- .../debuginfo/destructured-fn-argument.rs | 4 ---- .../destructured-for-loop-variable.rs | 4 ---- src/test/debuginfo/destructured-local.rs | 4 ---- src/test/debuginfo/evec-in-struct.rs | 4 ---- .../debuginfo/function-arg-initialization.rs | 4 ---- src/test/debuginfo/function-arguments.rs | 4 ---- ...nction-prologue-stepping-no-stack-check.rs | 4 ---- .../function-prologue-stepping-regular.rs | 4 ---- ...gdb-pretty-struct-and-enums-pre-gdb-7-7.rs | 4 ---- .../debuginfo/gdb-pretty-struct-and-enums.rs | 4 ---- src/test/debuginfo/generic-function.rs | 4 ---- .../debuginfo/generic-functions-nested.rs | 4 ---- .../generic-method-on-generic-struct.rs | 4 ---- ...eneric-static-method-on-struct-and-enum.rs | 4 ---- .../debuginfo/generic-struct-style-enum.rs | 4 ---- src/test/debuginfo/generic-struct.rs | 4 ---- ...ric-trait-generic-static-default-method.rs | 4 ---- .../debuginfo/generic-tuple-style-enum.rs | 4 ---- src/test/debuginfo/include_string.rs | 4 ---- src/test/debuginfo/issue11600.rs | 4 ---- src/test/debuginfo/issue12886.rs | 4 ---- src/test/debuginfo/issue13213.rs | 4 ---- src/test/debuginfo/issue14411.rs | 4 ---- src/test/debuginfo/issue7712.rs | 4 ---- .../debuginfo/lexical-scope-in-for-loop.rs | 4 ---- src/test/debuginfo/lexical-scope-in-if.rs | 4 ---- src/test/debuginfo/lexical-scope-in-match.rs | 4 ---- .../lexical-scope-in-parameterless-closure.rs | 4 ---- .../lexical-scope-in-stack-closure.rs | 4 ---- .../lexical-scope-in-unconditional-loop.rs | 4 ---- .../lexical-scope-in-unique-closure.rs | 4 ---- src/test/debuginfo/lexical-scope-in-while.rs | 4 ---- .../debuginfo/lexical-scope-with-macro.rs | 4 ---- .../lexical-scopes-in-block-expression.rs | 4 ---- src/test/debuginfo/limited-debuginfo.rs | 4 ---- src/test/debuginfo/method-on-enum.rs | 4 ---- .../debuginfo/method-on-generic-struct.rs | 4 ---- src/test/debuginfo/method-on-struct.rs | 4 ---- src/test/debuginfo/method-on-trait.rs | 4 ---- src/test/debuginfo/method-on-tuple-struct.rs | 4 ---- src/test/debuginfo/multi-byte-chars.rs | 4 ---- .../multiple-functions-equal-var-names.rs | 4 ---- src/test/debuginfo/multiple-functions.rs | 4 ---- .../name-shadowing-and-scope-nesting.rs | 4 ---- src/test/debuginfo/nil-enum.rs | 4 ---- src/test/debuginfo/no-debug-attribute.rs | 4 ---- src/test/debuginfo/option-like-enum.rs | 4 ---- .../packed-struct-with-destructor.rs | 4 ---- src/test/debuginfo/packed-struct.rs | 4 ---- src/test/debuginfo/recursive-enum.rs | 4 ---- src/test/debuginfo/recursive-struct.rs | 4 ---- src/test/debuginfo/self-in-default-method.rs | 4 ---- .../self-in-generic-default-method.rs | 4 ---- src/test/debuginfo/shadowed-argument.rs | 4 ---- src/test/debuginfo/shadowed-variable.rs | 4 ---- src/test/debuginfo/simd.rs | 4 ---- src/test/debuginfo/simple-lexical-scope.rs | 4 ---- src/test/debuginfo/simple-struct.rs | 4 ---- src/test/debuginfo/simple-tuple.rs | 4 ---- .../static-method-on-struct-and-enum.rs | 4 ---- src/test/debuginfo/struct-in-enum.rs | 4 ---- src/test/debuginfo/struct-in-struct.rs | 4 ---- src/test/debuginfo/struct-style-enum.rs | 4 ---- src/test/debuginfo/struct-with-destructor.rs | 4 ---- .../trait-generic-static-default-method.rs | 4 ---- src/test/debuginfo/trait-pointers.rs | 4 ---- src/test/debuginfo/tuple-in-struct.rs | 4 ---- src/test/debuginfo/tuple-in-tuple.rs | 4 ---- src/test/debuginfo/tuple-struct.rs | 4 ---- src/test/debuginfo/tuple-style-enum.rs | 4 ---- src/test/debuginfo/type-names.rs | 4 ---- src/test/debuginfo/unique-enum.rs | 4 ---- src/test/debuginfo/unreachable-locals.rs | 4 ---- .../var-captured-in-nested-closure.rs | 4 ---- .../var-captured-in-sendable-closure.rs | 4 ---- .../var-captured-in-stack-closure.rs | 4 ---- src/test/debuginfo/vec-slices.rs | 4 ---- src/test/debuginfo/vec.rs | 4 ---- src/test/pretty/asm-clobbers.rs | 4 ---- src/test/pretty/asm-options.rs | 4 ---- src/test/pretty/attr-fn-inner.rs | 4 ---- src/test/pretty/blank-lines.rs | 4 ---- .../block-comment-multiple-asterisks.rs | 4 ---- .../block-comment-trailing-whitespace.rs | 4 ---- .../block-comment-trailing-whitespace2.rs | 4 ---- src/test/pretty/block-comment-wchar.pp | 4 ---- src/test/pretty/block-comment-wchar.rs | 4 ---- src/test/pretty/block-disambig.rs | 4 ---- src/test/pretty/closure-reform-pretty.rs | 4 ---- src/test/pretty/disamb-stmt-expr.rs | 4 ---- src/test/pretty/do1.rs | 4 ---- src/test/pretty/doc-comments.rs | 4 ---- src/test/pretty/empty-impl.rs | 4 ---- src/test/pretty/empty-lines.rs | 4 ---- src/test/pretty/example1.rs | 4 ---- src/test/pretty/example2.pp | 4 ---- src/test/pretty/example2.rs | 4 ---- src/test/pretty/fn-return.rs | 4 ---- src/test/pretty/fn-types.rs | 4 ---- src/test/pretty/for-comment.rs | 4 ---- src/test/pretty/issue-19077.rs | 4 ---- src/test/pretty/issue-4264.pp | 8 -------- src/test/pretty/issue-4264.rs | 4 ---- src/test/pretty/issue-929.rs | 4 ---- src/test/pretty/let.rs | 4 ---- src/test/pretty/match-block-expr.rs | 4 ---- src/test/pretty/match-naked-expr-medium.rs | 4 ---- src/test/pretty/match-naked-expr.rs | 4 ---- src/test/pretty/path-type-bounds.rs | 4 ---- src/test/pretty/raw-str-nonexpr.rs | 4 ---- src/test/pretty/record-trailing-comma.rs | 4 ---- src/test/pretty/struct-pattern.rs | 4 ---- src/test/pretty/struct-tuple.rs | 4 ---- src/test/pretty/tag-blank-lines.rs | 4 ---- src/test/pretty/trait-polarity.rs | 4 ---- src/test/pretty/trait-safety.rs | 4 ---- src/test/pretty/unary-op-disambig.rs | 4 ---- src/test/pretty/vec-comments.pp | 4 ---- src/test/pretty/vec-comments.rs | 4 ---- src/test/pretty/where-clauses.rs | 4 ---- src/test/run-fail/args-panic.rs | 4 ---- src/test/run-fail/assert-as-macro.rs | 4 ---- src/test/run-fail/assert-eq-macro-panic.rs | 4 ---- src/test/run-fail/assert-macro-explicit.rs | 4 ---- src/test/run-fail/assert-macro-fmt.rs | 4 ---- src/test/run-fail/assert-macro-owned.rs | 4 ---- src/test/run-fail/assert-macro-static.rs | 4 ---- src/test/run-fail/binop-panic.rs | 4 ---- src/test/run-fail/bounds-check-no-overflow.rs | 4 ---- .../bug-2470-bounds-check-overflow-2.rs | 4 ---- .../bug-2470-bounds-check-overflow-3.rs | 4 ---- .../bug-2470-bounds-check-overflow.rs | 4 ---- src/test/run-fail/bug-811.rs | 4 ---- src/test/run-fail/die-macro-expr.rs | 4 ---- src/test/run-fail/die-macro-pure.rs | 4 ---- src/test/run-fail/die-macro.rs | 4 ---- src/test/run-fail/divide-by-zero.rs | 4 ---- src/test/run-fail/doublepanic.rs | 4 ---- src/test/run-fail/dst-raw-slice.rs | 4 ---- src/test/run-fail/explicit-panic-msg.rs | 4 ---- src/test/run-fail/explicit-panic.rs | 4 ---- src/test/run-fail/expr-fn-panic.rs | 4 ---- src/test/run-fail/expr-if-panic-fn.rs | 4 ---- src/test/run-fail/expr-if-panic.rs | 4 ---- src/test/run-fail/expr-match-panic-fn.rs | 4 ---- src/test/run-fail/expr-match-panic.rs | 4 ---- src/test/run-fail/extern-panic.rs | 4 ---- src/test/run-fail/fmt-panic.rs | 4 ---- src/test/run-fail/for-each-loop-panic.rs | 4 ---- src/test/run-fail/glob-use-std.rs | 4 ---- .../run-fail/hashmap-capacity-overflow.rs | 4 ---- src/test/run-fail/if-check-panic.rs | 4 ---- src/test/run-fail/if-cond-bot.rs | 4 ---- src/test/run-fail/issue-12920.rs | 4 ---- src/test/run-fail/issue-13202.rs | 4 ---- src/test/run-fail/issue-18576.rs | 4 ---- src/test/run-fail/issue-2061.rs | 4 ---- src/test/run-fail/issue-2444.rs | 4 ---- src/test/run-fail/issue-2761.rs | 4 ---- src/test/run-fail/issue-3029.rs | 4 ---- src/test/run-fail/issue-6458-1.rs | 4 ---- src/test/run-fail/issue-948.rs | 4 ---- src/test/run-fail/main-panic.rs | 4 ---- src/test/run-fail/match-bot-panic.rs | 4 ---- src/test/run-fail/match-disc-bot.rs | 4 ---- src/test/run-fail/match-wildcards.rs | 4 ---- src/test/run-fail/mod-zero.rs | 4 ---- src/test/run-fail/panic-arg.rs | 4 ---- src/test/run-fail/panic-macro-any-wrapped.rs | 4 ---- src/test/run-fail/panic-macro-any.rs | 4 ---- src/test/run-fail/panic-macro-explicit.rs | 4 ---- src/test/run-fail/panic-macro-fmt.rs | 4 ---- src/test/run-fail/panic-macro-owned.rs | 4 ---- src/test/run-fail/panic-macro-static.rs | 4 ---- src/test/run-fail/panic-main.rs | 4 ---- src/test/run-fail/panic-parens.rs | 4 ---- src/test/run-fail/panic-task-name-none.rs | 4 ---- src/test/run-fail/panic-task-name-owned.rs | 4 ---- src/test/run-fail/panic.rs | 4 ---- src/test/run-fail/result-get-panic.rs | 4 ---- src/test/run-fail/rhs-type.rs | 4 ---- src/test/run-fail/rt-set-exit-status-panic.rs | 4 ---- .../run-fail/rt-set-exit-status-panic2.rs | 4 ---- src/test/run-fail/rt-set-exit-status.rs | 4 ---- src/test/run-fail/run-unexported-tests.rs | 4 ---- src/test/run-fail/str-overrun.rs | 4 ---- src/test/run-fail/task-spawn-barefn.rs | 4 ---- src/test/run-fail/test-panic.rs | 4 ---- .../run-fail/test-should-fail-bad-message.rs | 4 ---- src/test/run-fail/test-tasks-invalid-value.rs | 4 ---- src/test/run-fail/tls-exit-status.rs | 4 ---- .../run-fail/too-much-recursion-unwinding.rs | 4 ---- .../run-fail/unimplemented-macro-panic.rs | 4 ---- src/test/run-fail/unique-panic.rs | 4 ---- src/test/run-fail/unreachable-fmt-msg.rs | 4 ---- src/test/run-fail/unreachable-macro-panic.rs | 4 ---- src/test/run-fail/unreachable-static-msg.rs | 4 ---- src/test/run-fail/unreachable.rs | 4 ---- src/test/run-fail/unwind-interleaved.rs | 4 ---- src/test/run-fail/unwind-rec.rs | 4 ---- src/test/run-fail/unwind-rec2.rs | 4 ---- src/test/run-fail/unwind-unique.rs | 4 ---- src/test/run-fail/vec-overrun.rs | 4 ---- src/test/run-fail/while-body-panics.rs | 4 ---- src/test/run-fail/while-panic.rs | 4 ---- src/test/run-make/c-dynamic-dylib/bar.rs | 4 ---- src/test/run-make/c-dynamic-dylib/foo.rs | 4 ---- src/test/run-make/c-dynamic-rlib/bar.rs | 4 ---- src/test/run-make/c-dynamic-rlib/foo.rs | 4 ---- src/test/run-make/c-link-to-rust-dylib/foo.rs | 4 ---- .../run-make/c-link-to-rust-staticlib/foo.rs | 4 ---- src/test/run-make/c-static-dylib/bar.rs | 4 ---- src/test/run-make/c-static-dylib/foo.rs | 4 ---- src/test/run-make/c-static-rlib/bar.rs | 4 ---- src/test/run-make/c-static-rlib/foo.rs | 4 ---- .../create_and_compile.rs | 4 ---- .../run-make/codegen-options-parsing/dummy.rs | 4 ---- .../run-make/compiler-lookup-paths-2/a.rs | 4 ---- .../run-make/compiler-lookup-paths-2/b.rs | 4 ---- .../run-make/compiler-lookup-paths-2/c.rs | 4 ---- src/test/run-make/compiler-lookup-paths/a.rs | 4 ---- src/test/run-make/compiler-lookup-paths/b.rs | 4 ---- src/test/run-make/compiler-lookup-paths/c.rs | 4 ---- src/test/run-make/compiler-lookup-paths/d.rs | 4 ---- src/test/run-make/compiler-lookup-paths/e.rs | 4 ---- src/test/run-make/compiler-lookup-paths/f.rs | 4 ---- src/test/run-make/crate-data-smoke/crate.rs | 4 ---- src/test/run-make/crate-data-smoke/lib.rs | 4 ---- src/test/run-make/crate-data-smoke/rlib.rs | 4 ---- src/test/run-make/crate-name-priority/foo.rs | 4 ---- src/test/run-make/crate-name-priority/foo1.rs | 4 ---- src/test/run-make/dep-info-custom/bar.rs | 4 ---- src/test/run-make/dep-info-custom/foo.rs | 4 ---- src/test/run-make/dep-info-custom/lib.rs | 4 ---- src/test/run-make/dep-info-spaces/bar.rs | 4 ---- src/test/run-make/dep-info-spaces/foo foo.rs | 4 ---- src/test/run-make/dep-info-spaces/lib.rs | 4 ---- src/test/run-make/dep-info/bar.rs | 4 ---- src/test/run-make/dep-info/foo.rs | 4 ---- src/test/run-make/dep-info/lib.rs | 4 ---- .../run-make/duplicate-output-flavors/foo.rs | 4 ---- src/test/run-make/dylib-chain/m1.rs | 4 ---- src/test/run-make/dylib-chain/m2.rs | 4 ---- src/test/run-make/dylib-chain/m3.rs | 4 ---- src/test/run-make/dylib-chain/m4.rs | 4 ---- .../error-writing-dependencies/foo.rs | 4 ---- .../run-make/extern-diff-internal-name/lib.rs | 4 ---- .../extern-diff-internal-name/test.rs | 4 ---- .../run-make/extern-flag-disambiguates/a.rs | 4 ---- .../run-make/extern-flag-disambiguates/b.rs | 4 ---- .../run-make/extern-flag-disambiguates/c.rs | 4 ---- .../run-make/extern-flag-disambiguates/d.rs | 4 ---- src/test/run-make/extern-flag-fun/bar.rs | 4 ---- src/test/run-make/extern-flag-fun/foo.rs | 4 ---- src/test/run-make/extern-fn-generic/test.rs | 4 ---- .../run-make/extern-fn-generic/testcrate.rs | 4 ---- src/test/run-make/extern-fn-mangle/test.rs | 4 ---- .../run-make/extern-fn-reachable/dylib.rs | 4 ---- src/test/run-make/extern-fn-reachable/main.rs | 4 ---- .../extern-fn-with-packed-struct/test.rs | 4 ---- .../run-make/extern-fn-with-union/test.rs | 4 ---- .../extern-fn-with-union/testcrate.rs | 4 ---- .../extra-filename-with-temp-outputs/foo.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f00.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f01.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f02.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f03.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f04.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f05.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f06.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f07.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f08.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f09.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f10.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f11.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f12.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f13.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f14.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f15.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f16.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f17.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f18.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f19.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f20.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f21.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f22.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f23.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f24.rs | 4 ---- src/test/run-make/graphviz-flowgraph/f25.rs | 4 ---- .../interdependent-c-libraries/bar.rs | 4 ---- .../interdependent-c-libraries/foo.rs | 4 ---- .../interdependent-c-libraries/main.rs | 4 ---- .../intrinsic-unreachable/exit-ret.rs | 4 ---- .../intrinsic-unreachable/exit-unreachable.rs | 4 ---- src/test/run-make/invalid-library/foo.rs | 4 ---- src/test/run-make/issue-11908/bar.rs | 4 ---- src/test/run-make/issue-11908/foo.rs | 4 ---- src/test/run-make/issue-12446/bar.rs | 4 ---- src/test/run-make/issue-12446/foo.rs | 4 ---- src/test/run-make/issue-14500/bar.rs | 4 ---- src/test/run-make/issue-14500/foo.c | 4 ---- src/test/run-make/issue-14500/foo.rs | 4 ---- src/test/run-make/issue-15460/bar.rs | 4 ---- src/test/run-make/issue-15460/foo.rs | 4 ---- src/test/run-make/issue-19371/foo.rs | 4 ---- src/test/run-make/issue-7349/foo.rs | 4 ---- src/test/run-make/libs-and-bins/foo.rs | 4 ---- .../run-make/libs-through-symlinks/bar.rs | 4 ---- .../run-make/libs-through-symlinks/foo.rs | 4 ---- src/test/run-make/link-path-order/main.rs | 4 ---- .../run-make/linkage-attr-on-static/bar.rs | 4 ---- src/test/run-make/ls-metadata/foo.rs | 4 ---- src/test/run-make/lto-readonly-lib/lib.rs | 4 ---- src/test/run-make/lto-readonly-lib/main.rs | 4 ---- src/test/run-make/lto-smoke-c/foo.rs | 4 ---- src/test/run-make/lto-smoke/lib.rs | 4 ---- src/test/run-make/lto-smoke/main.rs | 4 ---- src/test/run-make/lto-syntax-extension/lib.rs | 4 ---- .../run-make/lto-syntax-extension/main.rs | 4 ---- src/test/run-make/manual-crate-name/bar.rs | 4 ---- src/test/run-make/manual-link/foo.rs | 4 ---- src/test/run-make/manual-link/main.rs | 4 ---- .../many-crates-but-no-match/crateA1.rs | 4 ---- .../many-crates-but-no-match/crateA2.rs | 4 ---- .../many-crates-but-no-match/crateA3.rs | 4 ---- .../many-crates-but-no-match/crateB.rs | 4 ---- .../many-crates-but-no-match/crateC.rs | 4 ---- .../metadata-flag-frobs-symbols/bar.rs | 4 ---- .../metadata-flag-frobs-symbols/foo.rs | 4 ---- .../mismatching-target-triples/bar.rs | 4 ---- .../mismatching-target-triples/foo.rs | 4 ---- .../missing-crate-dependency/crateA.rs | 4 ---- .../missing-crate-dependency/crateB.rs | 4 ---- .../missing-crate-dependency/crateC.rs | 4 ---- src/test/run-make/mixing-deps/both.rs | 4 ---- src/test/run-make/mixing-deps/dylib.rs | 4 ---- src/test/run-make/mixing-deps/prog.rs | 4 ---- src/test/run-make/mixing-formats/bar1.rs | 4 ---- src/test/run-make/mixing-formats/bar2.rs | 4 ---- src/test/run-make/mixing-formats/baz.rs | 4 ---- src/test/run-make/mixing-formats/baz2.rs | 4 ---- src/test/run-make/mixing-formats/foo.rs | 4 ---- src/test/run-make/mixing-libs/dylib.rs | 4 ---- src/test/run-make/mixing-libs/prog.rs | 4 ---- src/test/run-make/mixing-libs/rlib.rs | 4 ---- src/test/run-make/no-duplicate-libs/bar.rs | 4 ---- src/test/run-make/no-duplicate-libs/foo.rs | 4 ---- src/test/run-make/no-duplicate-libs/main.rs | 4 ---- .../run-make/no-intermediate-extras/foo.rs | 4 ---- src/test/run-make/no-stack-check/attr.rs | 4 ---- src/test/run-make/no-stack-check/flag.rs | 4 ---- .../run-make/obey-crate-type-flag/test.rs | 4 ---- .../run-make/output-type-permutations/foo.rs | 4 ---- src/test/run-make/prefer-dylib/bar.rs | 4 ---- src/test/run-make/prefer-dylib/foo.rs | 4 ---- src/test/run-make/prefer-rlib/bar.rs | 4 ---- src/test/run-make/prefer-rlib/foo.rs | 4 ---- .../pretty-expanded-hygiene/input.pp.rs | 4 ---- .../run-make/pretty-expanded-hygiene/input.rs | 4 ---- src/test/run-make/pretty-expanded/input.rs | 4 ---- .../run-make/pretty-print-path-suffix/foo.pp | 4 ---- .../pretty-print-path-suffix/foo_method.pp | 4 ---- .../pretty-print-path-suffix/input.rs | 4 ---- .../pretty-print-path-suffix/nest_foo.pp | 4 ---- .../run-make/pretty-print-to-file/input.pp | 4 ---- .../run-make/pretty-print-to-file/input.rs | 4 ---- src/test/run-make/prune-link-args/empty.rs | 4 ---- src/test/run-make/relocation-model/foo.rs | 4 ---- src/test/run-make/rlib-chain/m1.rs | 4 ---- src/test/run-make/rlib-chain/m2.rs | 4 ---- src/test/run-make/rlib-chain/m3.rs | 4 ---- src/test/run-make/rlib-chain/m4.rs | 4 ---- src/test/run-make/rustdoc-hidden-line/foo.rs | 4 ---- src/test/run-make/rustdoc-json/foo.rs | 4 ---- src/test/run-make/rustdoc-recursion/foo.rs | 4 ---- src/test/run-make/rustdoc-recursion/foo2.rs | 4 ---- src/test/run-make/rustdoc-recursion/foo3.rs | 4 ---- .../run-make/rustdoc-search-index/index.rs | 4 ---- src/test/run-make/rustdoc-smoke/foo.rs | 4 ---- src/test/run-make/rustdoc-where/foo.rs | 4 ---- src/test/run-make/save-analysis/foo.rs | 4 ---- .../run-make/sepcomp-cci-copies/cci_lib.rs | 4 ---- src/test/run-make/sepcomp-cci-copies/foo.rs | 4 ---- src/test/run-make/sepcomp-inlining/foo.rs | 4 ---- src/test/run-make/sepcomp-separate/foo.rs | 4 ---- src/test/run-make/simd-ffi/simd.rs | 4 ---- src/test/run-make/simple-dylib/bar.rs | 4 ---- src/test/run-make/simple-dylib/foo.rs | 4 ---- src/test/run-make/simple-rlib/bar.rs | 4 ---- src/test/run-make/simple-rlib/foo.rs | 4 ---- .../run-make/static-dylib-by-default/bar.rs | 4 ---- .../run-make/static-dylib-by-default/foo.rs | 4 ---- .../run-make/static-dylib-by-default/main.c | 4 ---- src/test/run-make/static-unwinding/lib.rs | 4 ---- src/test/run-make/static-unwinding/main.rs | 4 ---- src/test/run-make/staticlib-blank-lib/foo.rs | 4 ---- src/test/run-make/suspicious-library/bar.rs | 4 ---- src/test/run-make/suspicious-library/foo.rs | 4 ---- .../run-make/symbols-are-reasonable/lib.rs | 4 ---- src/test/run-make/symlinked-extern/bar.rs | 4 ---- src/test/run-make/symlinked-extern/baz.rs | 4 ---- src/test/run-make/symlinked-extern/foo.rs | 4 ---- src/test/run-make/symlinked-libraries/bar.rs | 4 ---- src/test/run-make/symlinked-libraries/foo.rs | 4 ---- src/test/run-make/target-specs/foo.rs | 4 ---- .../run-make/test-harness/test-ignore-cfg.rs | 4 ---- .../run-make/test-shard-completeness/main.rs | 4 ---- .../run-make/unicode-input/multiple_files.rs | 4 ---- .../run-make/unicode-input/span_length.rs | 4 ---- src/test/run-make/volatile-intrinsics/main.rs | 4 ---- .../run-make/weird-output-filenames/foo.rs | 4 ---- src/test/run-pass-fulldeps/issue-13560.rs | 4 ---- src/test/run-pass-fulldeps/issue-16822.rs | 4 ---- src/test/run-pass-fulldeps/issue-16992.rs | 4 ---- src/test/run-pass-fulldeps/issue-18502.rs | 4 ---- .../issue-18763-quote-token-tree.rs | 4 ---- .../issue_16723_multiple_items_syntax_ext.rs | 4 ---- .../run-pass-fulldeps/lint-group-plugin.rs | 4 ---- .../lint-plugin-cmdline-allow.rs | 4 ---- .../lint-plugin-cmdline-load.rs | 4 ---- src/test/run-pass-fulldeps/lint-plugin.rs | 4 ---- .../macro-crate-does-hygiene-work.rs | 4 ---- .../macro-crate-outlive-expansion-phase.rs | 4 ---- src/test/run-pass-fulldeps/macro-crate.rs | 4 ---- src/test/run-pass-fulldeps/plugin-args-1.rs | 4 ---- src/test/run-pass-fulldeps/plugin-args-2.rs | 4 ---- src/test/run-pass-fulldeps/plugin-args-3.rs | 4 ---- src/test/run-pass-fulldeps/plugin-args-4.rs | 4 ---- .../plugin-link-does-resolve.rs | 4 ---- src/test/run-pass-fulldeps/qquote.rs | 4 ---- src/test/run-pass-fulldeps/quote-tokens.rs | 4 ---- .../quote-unused-sp-no-warning.rs | 4 ---- .../run-pass-fulldeps/roman-numerals-macro.rs | 4 ---- .../syntax-extension-with-dll-deps.rs | 4 ---- .../cleanup-auto-borrow-obj.rs | 4 ---- src/test/run-pass-valgrind/cleanup-stdin.rs | 4 ---- src/test/run-pass-valgrind/dst-dtor-1.rs | 4 ---- src/test/run-pass-valgrind/dst-dtor-2.rs | 4 ---- src/test/run-pass/alias-uninit-value.rs | 4 ---- src/test/run-pass/alignment-gep-tup-like-1.rs | 4 ---- .../run-pass/alloca-from-derived-tydesc.rs | 4 ---- .../run-pass/anon-extern-mod-cross-crate-2.rs | 4 ---- src/test/run-pass/anon-extern-mod.rs | 4 ---- src/test/run-pass/anon-trait-static-method.rs | 4 ---- .../run-pass/anon_trait_static_method_exe.rs | 4 ---- src/test/run-pass/argument-passing.rs | 4 ---- src/test/run-pass/arith-0.rs | 4 ---- src/test/run-pass/arith-1.rs | 4 ---- src/test/run-pass/arith-2.rs | 4 ---- src/test/run-pass/arith-unsigned.rs | 4 ---- src/test/run-pass/artificial-block.rs | 4 ---- src/test/run-pass/as-precedence.rs | 4 ---- src/test/run-pass/asm-concat-src.rs | 4 ---- src/test/run-pass/asm-in-out-operand.rs | 4 ---- src/test/run-pass/asm-out-assign.rs | 4 ---- src/test/run-pass/assert-eq-macro-success.rs | 4 ---- src/test/run-pass/assign-assign.rs | 4 ---- src/test/run-pass/assignability-trait.rs | 4 ---- src/test/run-pass/associated-types-basic.rs | 4 ---- ...ssociated-types-binding-in-where-clause.rs | 4 ---- src/test/run-pass/associated-types-bound.rs | 4 ---- src/test/run-pass/associated-types-cc.rs | 4 ---- .../associated-types-conditional-dispatch.rs | 4 ---- .../associated-types-constant-type.rs | 4 ---- ...ciated-types-doubleendediterator-object.rs | 4 ---- .../associated-types-enum-field-named.rs | 4 ---- .../associated-types-enum-field-numbered.rs | 4 ---- src/test/run-pass/associated-types-eq-obj.rs | 4 ---- .../associated-types-impl-redirect.rs | 4 ---- .../associated-types-in-default-method.rs | 4 ---- src/test/run-pass/associated-types-in-fn.rs | 4 ---- .../associated-types-in-impl-generics.rs | 4 ---- .../associated-types-in-inherent-method.rs | 4 ---- .../run-pass/associated-types-issue-20371.rs | 4 ---- .../associated-types-iterator-binding.rs | 4 ---- .../associated-types-nested-projections.rs | 4 ---- ...sociated-types-normalize-in-bounds-ufcs.rs | 4 ---- .../associated-types-normalize-in-bounds.rs | 4 ---- ...ociated-types-normalize-unifield-struct.rs | 4 ---- ...d-types-projection-bound-in-supertraits.rs | 4 ---- ...ypes-projection-from-known-type-in-impl.rs | 4 ---- ...ociated-types-projection-in-object-type.rs | 4 ---- ...sociated-types-projection-in-supertrait.rs | 4 ---- ...ciated-types-projection-in-where-clause.rs | 4 ---- ...ed-path-with-trait-with-type-parameters.rs | 4 ---- .../associated-types-ref-from-struct.rs | 4 ---- .../associated-types-ref-in-struct-literal.rs | 4 ---- ...ciated-types-region-erasure-issue-20582.rs | 4 ---- .../associated-types-resolve-lifetime.rs | 4 ---- src/test/run-pass/associated-types-return.rs | 4 ---- src/test/run-pass/associated-types-simple.rs | 4 ---- .../associated-types-struct-field-named.rs | 4 ---- .../associated-types-struct-field-numbered.rs | 4 ---- .../run-pass/associated-types-sugar-path.rs | 4 ---- ...iated-types-where-clause-impl-ambiguity.rs | 4 ---- src/test/run-pass/attr-before-view-item.rs | 4 ---- src/test/run-pass/attr-before-view-item2.rs | 4 ---- src/test/run-pass/attr-main-2.rs | 4 ---- src/test/run-pass/attr-main.rs | 4 ---- src/test/run-pass/attr-mix-new.rs | 4 ---- src/test/run-pass/attr-no-drop-flag-size.rs | 4 ---- src/test/run-pass/attr-start.rs | 4 ---- src/test/run-pass/attr.rs | 4 ---- src/test/run-pass/auto-encode.rs | 4 ---- src/test/run-pass/auto-instantiate.rs | 4 ---- src/test/run-pass/auto-loop.rs | 4 ---- .../run-pass/auto-ref-bounded-ty-param.rs | 4 ---- src/test/run-pass/auto-ref-sliceable.rs | 4 ---- src/test/run-pass/auto-ref.rs | 4 ---- src/test/run-pass/autobind.rs | 4 ---- .../autoderef-and-borrow-method-receiver.rs | 4 ---- .../run-pass/autoderef-method-on-trait.rs | 4 ---- .../run-pass/autoderef-method-priority.rs | 4 ---- .../autoderef-method-twice-but-not-thrice.rs | 4 ---- src/test/run-pass/autoderef-method-twice.rs | 4 ---- src/test/run-pass/autoderef-method.rs | 4 ---- .../autoref-intermediate-types-issue-3585.rs | 4 ---- src/test/run-pass/backtrace.rs | 4 ---- .../run-pass/bare-fn-implements-fn-mut.rs | 4 ---- src/test/run-pass/bare-static-string.rs | 4 ---- src/test/run-pass/big-literals.rs | 4 ---- .../run-pass/binary-minus-without-space.rs | 4 ---- src/test/run-pass/bind-by-move.rs | 4 ---- .../bind-field-short-with-modifiers.rs | 4 ---- src/test/run-pass/binops.rs | 4 ---- src/test/run-pass/bitv-perf-test.rs | 4 ---- src/test/run-pass/bitwise.rs | 4 ---- src/test/run-pass/block-arg-call-as.rs | 4 ---- src/test/run-pass/block-arg.rs | 4 ---- src/test/run-pass/block-explicit-types.rs | 4 ---- src/test/run-pass/block-expr-precedence.rs | 4 ---- src/test/run-pass/block-fn-coerce.rs | 4 ---- src/test/run-pass/block-iter-1.rs | 4 ---- src/test/run-pass/block-iter-2.rs | 4 ---- src/test/run-pass/bool-not.rs | 4 ---- src/test/run-pass/bool.rs | 4 ---- .../run-pass/borrow-by-val-method-receiver.rs | 4 ---- src/test/run-pass/borrow-tuple-fields.rs | 4 ---- .../run-pass/borrowck-assign-to-subfield.rs | 4 ---- src/test/run-pass/borrowck-binding-mutbl.rs | 4 ---- .../borrowck-borrow-from-expr-block.rs | 4 ---- .../borrowck-borrow-of-mut-base-ptr-safe.rs | 4 ---- .../run-pass/borrowck-closures-two-imm.rs | 4 ---- .../run-pass/borrowck-field-sensitivity.rs | 4 ---- .../run-pass/borrowck-fixed-length-vecs.rs | 4 ---- .../run-pass/borrowck-freeze-frozen-mut.rs | 4 ---- src/test/run-pass/borrowck-lend-args.rs | 4 ---- .../borrowck-macro-interaction-issue-6304.rs | 4 ---- .../run-pass/borrowck-move-by-capture-ok.rs | 4 ---- src/test/run-pass/borrowck-mut-uniq.rs | 4 ---- .../run-pass/borrowck-mut-vec-as-imm-slice.rs | 4 ---- src/test/run-pass/borrowck-nested-calls.rs | 4 ---- src/test/run-pass/borrowck-pat-enum.rs | 4 ---- .../borrowck-pat-reassign-no-binding.rs | 4 ---- src/test/run-pass/borrowck-rvalues-mutable.rs | 4 ---- .../borrowck-scope-of-deref-issue-4666.rs | 4 ---- .../run-pass/borrowck-static-item-in-fn.rs | 4 ---- src/test/run-pass/borrowck-trait-lifetime.rs | 4 ---- src/test/run-pass/borrowck-uniq-via-ref.rs | 4 ---- src/test/run-pass/borrowck-univariant-enum.rs | 4 ---- src/test/run-pass/borrowck-use-mut-borrow.rs | 4 ---- src/test/run-pass/borrowed-ptr-pattern-2.rs | 4 ---- src/test/run-pass/borrowed-ptr-pattern-3.rs | 4 ---- .../borrowed-ptr-pattern-infallible.rs | 4 ---- .../run-pass/borrowed-ptr-pattern-option.rs | 4 ---- src/test/run-pass/borrowed-ptr-pattern.rs | 4 ---- src/test/run-pass/box-new.rs | 4 ---- src/test/run-pass/break-value.rs | 4 ---- src/test/run-pass/break.rs | 4 ---- src/test/run-pass/bug-7183-generics.rs | 4 ---- src/test/run-pass/bug-7295.rs | 4 ---- ...ltin-superkinds-capabilities-transitive.rs | 4 ---- .../builtin-superkinds-capabilities-xc.rs | 4 ---- .../builtin-superkinds-capabilities.rs | 4 ---- .../builtin-superkinds-in-metadata.rs | 4 ---- .../builtin-superkinds-phantom-typaram.rs | 4 ---- .../run-pass/builtin-superkinds-self-type.rs | 4 ---- .../run-pass/builtin-superkinds-simple.rs | 4 ---- .../run-pass/builtin-superkinds-typaram.rs | 4 ---- .../run-pass/by-value-self-in-mut-slot.rs | 4 ---- src/test/run-pass/byte-literals.rs | 4 ---- src/test/run-pass/c-stack-as-value.rs | 4 ---- src/test/run-pass/c-stack-returning-int64.rs | 4 ---- .../call-closure-from-overloaded-op.rs | 4 ---- src/test/run-pass/can-copy-pod.rs | 4 ---- .../cancel-clean-via-immediate-rvalue-ref.rs | 4 ---- .../capture-clauses-boxed-closures.rs | 4 ---- .../capture-clauses-unboxed-closures.rs | 4 ---- src/test/run-pass/capturing-logging.rs | 4 ---- src/test/run-pass/cast-in-array-size.rs | 4 ---- src/test/run-pass/cast-region-to-uint.rs | 4 ---- src/test/run-pass/cast.rs | 4 ---- src/test/run-pass/cci_borrow.rs | 4 ---- src/test/run-pass/cci_capture_clause.rs | 4 ---- src/test/run-pass/cci_impl_exe.rs | 4 ---- src/test/run-pass/cci_iter_exe.rs | 4 ---- src/test/run-pass/cci_nested_exe.rs | 4 ---- src/test/run-pass/cci_no_inline_exe.rs | 4 ---- src/test/run-pass/cell-does-not-clone.rs | 4 ---- src/test/run-pass/cfg-family.rs | 4 ---- src/test/run-pass/cfg-in-crate-1.rs | 4 ---- src/test/run-pass/cfg-macros-foo.rs | 4 ---- src/test/run-pass/cfg-macros-notfoo.rs | 4 ---- src/test/run-pass/cfg-match-arm.rs | 4 ---- src/test/run-pass/cfg-target-family.rs | 4 ---- src/test/run-pass/cfg_attr.rs | 4 ---- src/test/run-pass/cfg_inner_static.rs | 4 ---- src/test/run-pass/cfgs-on-items.rs | 4 ---- src/test/run-pass/char.rs | 4 ---- src/test/run-pass/check-static-mut-slices.rs | 4 ---- .../check-static-recursion-foreign.rs | 4 ---- src/test/run-pass/check-static-slice.rs | 4 ---- src/test/run-pass/child-outlives-parent.rs | 4 ---- src/test/run-pass/class-attributes-1.rs | 4 ---- src/test/run-pass/class-attributes-2.rs | 4 ---- .../class-cast-to-trait-cross-crate-2.rs | 4 ---- .../class-cast-to-trait-multiple-types.rs | 4 ---- src/test/run-pass/class-cast-to-trait.rs | 4 ---- src/test/run-pass/class-dtor.rs | 4 ---- src/test/run-pass/class-exports.rs | 4 ---- .../class-impl-very-parameterized-trait.rs | 4 ---- .../class-implement-trait-cross-crate.rs | 4 ---- src/test/run-pass/class-implement-traits.rs | 4 ---- src/test/run-pass/class-method-cross-crate.rs | 4 ---- .../run-pass/class-methods-cross-crate.rs | 4 ---- src/test/run-pass/class-methods.rs | 4 ---- .../class-poly-methods-cross-crate.rs | 4 ---- src/test/run-pass/class-poly-methods.rs | 4 ---- src/test/run-pass/class-separate-impl.rs | 4 ---- src/test/run-pass/class-str-field.rs | 4 ---- src/test/run-pass/class-typarams.rs | 4 ---- src/test/run-pass/classes-cross-crate.rs | 4 ---- src/test/run-pass/classes-self-referential.rs | 4 ---- .../run-pass/classes-simple-cross-crate.rs | 4 ---- src/test/run-pass/classes-simple-method.rs | 4 ---- src/test/run-pass/classes-simple.rs | 4 ---- src/test/run-pass/classes.rs | 4 ---- src/test/run-pass/cleanup-arm-conditional.rs | 4 ---- .../cleanup-rvalue-during-if-and-while.rs | 4 ---- src/test/run-pass/cleanup-rvalue-for-scope.rs | 4 ---- src/test/run-pass/cleanup-rvalue-scopes.rs | 4 ---- ...nup-rvalue-temp-during-incomplete-alloc.rs | 4 ---- src/test/run-pass/cleanup-shortcircuit.rs | 4 ---- src/test/run-pass/clone-with-exterior.rs | 4 ---- .../close-over-big-then-small-data.rs | 4 ---- .../closure-bounds-can-capture-chan.rs | 4 ---- src/test/run-pass/closure-inference.rs | 4 ---- src/test/run-pass/closure-inference2.rs | 4 ---- src/test/run-pass/closure-reform.rs | 4 ---- src/test/run-pass/cmp-default.rs | 4 ---- src/test/run-pass/coerce-expect-unsized.rs | 4 ---- src/test/run-pass/coerce-match-calls.rs | 4 ---- src/test/run-pass/coerce-match.rs | 4 ---- .../run-pass/coerce-reborrow-imm-ptr-arg.rs | 4 ---- .../run-pass/coerce-reborrow-imm-ptr-rcvr.rs | 4 ---- .../run-pass/coerce-reborrow-imm-vec-arg.rs | 4 ---- .../run-pass/coerce-reborrow-imm-vec-rcvr.rs | 4 ---- .../run-pass/coerce-reborrow-mut-ptr-arg.rs | 4 ---- .../run-pass/coerce-reborrow-mut-ptr-rcvr.rs | 4 ---- .../run-pass/coerce-reborrow-mut-vec-arg.rs | 4 ---- .../run-pass/coerce-reborrow-mut-vec-rcvr.rs | 4 ---- src/test/run-pass/coerce-unify-return.rs | 4 ---- src/test/run-pass/coherence-blanket.rs | 4 ---- .../coherence-covered-type-parameter.rs | 4 ---- src/test/run-pass/coherence-impl-in-fn.rs | 4 ---- .../coherence-iterator-vec-any-elem.rs | 4 ---- src/test/run-pass/coherence-iterator-vec.rs | 4 ---- src/test/run-pass/coherence-local-1.rs | 4 ---- src/test/run-pass/coherence-local-2.rs | 4 ---- .../run-pass/coherence-multidispatch-tuple.rs | 4 ---- .../run-pass/coherence-negative-impls-safe.rs | 4 ---- src/test/run-pass/coherence-where-clause.rs | 4 ---- src/test/run-pass/colorful-write-macros.rs | 4 ---- src/test/run-pass/comm.rs | 4 ---- src/test/run-pass/compare-generic-enums.rs | 4 ---- src/test/run-pass/complex.rs | 4 ---- src/test/run-pass/concat.rs | 4 ---- src/test/run-pass/conditional-compile-arch.rs | 4 ---- src/test/run-pass/conditional-compile.rs | 4 ---- .../run-pass/conditional-debug-macro-off.rs | 4 ---- .../run-pass/conditional-debug-macro-on.rs | 4 ---- src/test/run-pass/const-autoderef.rs | 4 ---- src/test/run-pass/const-big-enum.rs | 4 ---- src/test/run-pass/const-binops.rs | 4 ---- .../run-pass/const-block-cross-crate-fn.rs | 4 ---- .../const-block-item-macro-codegen.rs | 4 ---- src/test/run-pass/const-block-item.rs | 4 ---- src/test/run-pass/const-block.rs | 4 ---- src/test/run-pass/const-bound.rs | 4 ---- src/test/run-pass/const-cast-ptr-int.rs | 4 ---- src/test/run-pass/const-cast.rs | 4 ---- src/test/run-pass/const-const.rs | 4 ---- src/test/run-pass/const-contents.rs | 4 ---- src/test/run-pass/const-cross-crate-const.rs | 4 ---- src/test/run-pass/const-cross-crate-extern.rs | 4 ---- src/test/run-pass/const-deref.rs | 4 ---- src/test/run-pass/const-enum-byref-self.rs | 4 ---- src/test/run-pass/const-enum-byref.rs | 4 ---- src/test/run-pass/const-enum-cast.rs | 4 ---- src/test/run-pass/const-enum-ptr.rs | 4 ---- src/test/run-pass/const-enum-struct.rs | 4 ---- src/test/run-pass/const-enum-struct2.rs | 4 ---- src/test/run-pass/const-enum-structlike.rs | 4 ---- src/test/run-pass/const-enum-tuple.rs | 4 ---- src/test/run-pass/const-enum-tuple2.rs | 4 ---- src/test/run-pass/const-enum-tuplestruct.rs | 4 ---- src/test/run-pass/const-enum-tuplestruct2.rs | 4 ---- src/test/run-pass/const-enum-vec-index.rs | 4 ---- src/test/run-pass/const-enum-vec-ptr.rs | 4 ---- src/test/run-pass/const-enum-vector.rs | 4 ---- .../const-expr-in-fixed-length-vec.rs | 4 ---- src/test/run-pass/const-expr-in-vec-repeat.rs | 4 ---- src/test/run-pass/const-extern-function.rs | 4 ---- .../run-pass/const-fields-and-indexing.rs | 4 ---- src/test/run-pass/const-fn-val.rs | 4 ---- src/test/run-pass/const-negative.rs | 4 ---- src/test/run-pass/const-nullary-enum.rs | 4 ---- .../run-pass/const-nullary-univariant-enum.rs | 4 ---- src/test/run-pass/const-polymorphic-paths.rs | 4 ---- src/test/run-pass/const-rec-and-tup.rs | 4 ---- .../run-pass/const-region-ptrs-noncopy.rs | 4 ---- src/test/run-pass/const-region-ptrs.rs | 4 ---- src/test/run-pass/const-str-ptr.rs | 4 ---- src/test/run-pass/const-struct-offsets.rs | 4 ---- src/test/run-pass/const-struct.rs | 4 ---- src/test/run-pass/const-tuple-struct.rs | 4 ---- src/test/run-pass/const-unit-struct.rs | 4 ---- src/test/run-pass/const-vec-of-fns.rs | 4 ---- src/test/run-pass/const-vec-syntax.rs | 4 ---- src/test/run-pass/const-vecs-and-slices.rs | 4 ---- src/test/run-pass/const.rs | 4 ---- src/test/run-pass/consts-in-patterns.rs | 4 ---- src/test/run-pass/core-run-destroy.rs | 4 ---- src/test/run-pass/crate-leading-sep.rs | 4 ---- .../crate-method-reexport-grrrrrrr.rs | 4 ---- src/test/run-pass/crate-name-attr-used.rs | 4 ---- src/test/run-pass/cross-crate-const-pat.rs | 4 ---- .../cross-crate-newtype-struct-pat.rs | 4 ---- .../run-pass/dead-code-leading-underscore.rs | 4 ---- src/test/run-pass/deep-vector.rs | 4 ---- src/test/run-pass/deep-vector2.rs | 4 ---- src/test/run-pass/deep.rs | 4 ---- src/test/run-pass/default-method-parsing.rs | 4 ---- src/test/run-pass/default-method-simple.rs | 4 ---- .../default-method-supertrait-vtable.rs | 4 ---- .../run-pass/deprecated-macro_escape-inner.rs | 4 ---- src/test/run-pass/deprecated-macro_escape.rs | 4 ---- .../run-pass/deprecated-no-split-stack.rs | 4 ---- src/test/run-pass/deref-lval.rs | 4 ---- src/test/run-pass/deref-mut-on-ref.rs | 4 ---- src/test/run-pass/deref-on-ref.rs | 4 ---- src/test/run-pass/deref-rc.rs | 4 ---- src/test/run-pass/deref.rs | 4 ---- src/test/run-pass/deriving-bounds.rs | 4 ---- src/test/run-pass/deriving-clone-enum.rs | 4 ---- .../run-pass/deriving-clone-generic-enum.rs | 4 ---- .../run-pass/deriving-clone-generic-struct.rs | 4 ---- .../deriving-clone-generic-tuple-struct.rs | 4 ---- src/test/run-pass/deriving-clone-struct.rs | 4 ---- .../run-pass/deriving-clone-tuple-struct.rs | 4 ---- .../run-pass/deriving-cmp-generic-enum.rs | 4 ---- .../deriving-cmp-generic-struct-enum.rs | 4 ---- .../run-pass/deriving-cmp-generic-struct.rs | 4 ---- .../deriving-cmp-generic-tuple-struct.rs | 4 ---- .../run-pass/deriving-cmp-shortcircuit.rs | 4 ---- src/test/run-pass/deriving-default-box.rs | 4 ---- .../deriving-encodable-decodable-box.rs | 4 ---- ...riving-encodable-decodable-cell-refcell.rs | 4 ---- .../run-pass/deriving-encodable-decodable.rs | 4 ---- .../run-pass/deriving-enum-single-variant.rs | 4 ---- .../run-pass/deriving-eq-ord-boxed-slice.rs | 4 ---- src/test/run-pass/deriving-global.rs | 4 ---- src/test/run-pass/deriving-hash.rs | 4 ---- src/test/run-pass/deriving-in-fn.rs | 4 ---- src/test/run-pass/deriving-in-macro.rs | 4 ---- .../deriving-meta-empty-trait-list.rs | 4 ---- src/test/run-pass/deriving-meta-multiple.rs | 4 ---- src/test/run-pass/deriving-meta.rs | 4 ---- src/test/run-pass/deriving-primitive.rs | 4 ---- src/test/run-pass/deriving-rand.rs | 4 ---- ...deriving-self-lifetime-totalord-totaleq.rs | 4 ---- src/test/run-pass/deriving-self-lifetime.rs | 4 ---- src/test/run-pass/deriving-show-2.rs | 4 ---- src/test/run-pass/deriving-show.rs | 4 ---- .../run-pass/deriving-via-extension-c-enum.rs | 4 ---- .../run-pass/deriving-via-extension-enum.rs | 4 ---- .../deriving-via-extension-hash-enum.rs | 4 ---- .../deriving-via-extension-hash-struct.rs | 4 ---- .../deriving-via-extension-struct-empty.rs | 4 ---- ...-via-extension-struct-like-enum-variant.rs | 4 ---- .../deriving-via-extension-struct-tuple.rs | 4 ---- .../run-pass/deriving-via-extension-struct.rs | 4 ---- .../deriving-via-extension-type-params.rs | 4 ---- src/test/run-pass/die-macro.rs | 4 ---- src/test/run-pass/div-mod.rs | 4 ---- src/test/run-pass/double-ref.rs | 4 ---- src/test/run-pass/drop-on-empty-block-exit.rs | 4 ---- src/test/run-pass/drop-on-ret.rs | 4 ---- src/test/run-pass/drop-struct-as-object.rs | 4 ---- src/test/run-pass/drop-trait-enum.rs | 4 ---- src/test/run-pass/drop-trait-generic.rs | 4 ---- src/test/run-pass/drop-trait.rs | 4 ---- src/test/run-pass/drop-uninhabited-enum.rs | 4 ---- .../run-pass/drop-with-type-ascription-1.rs | 4 ---- .../run-pass/drop-with-type-ascription-2.rs | 4 ---- src/test/run-pass/dst-coercions.rs | 4 ---- src/test/run-pass/dst-deref-mut.rs | 4 ---- src/test/run-pass/dst-deref.rs | 4 ---- src/test/run-pass/dst-index.rs | 4 ---- src/test/run-pass/dst-raw.rs | 4 ---- src/test/run-pass/dst-struct-sole.rs | 4 ---- src/test/run-pass/dst-struct.rs | 4 ---- src/test/run-pass/dst-trait.rs | 4 ---- src/test/run-pass/dupe-first-attr.rc | 4 ---- src/test/run-pass/duplicated-external-mods.rs | 4 ---- src/test/run-pass/early-ret-binop-add.rs | 4 ---- src/test/run-pass/early-vtbl-resolution.rs | 4 ---- src/test/run-pass/else-if.rs | 4 ---- .../run-pass/empty-allocation-non-null.rs | 4 ---- .../empty-allocation-rvalue-non-null.rs | 4 ---- src/test/run-pass/empty-mutable-vec.rs | 4 ---- src/test/run-pass/empty-tag.rs | 4 ---- src/test/run-pass/enum-alignment.rs | 4 ---- src/test/run-pass/enum-clike-ffi-as-int.rs | 4 ---- src/test/run-pass/enum-discr.rs | 4 ---- src/test/run-pass/enum-discrim-autosizing.rs | 4 ---- .../run-pass/enum-discrim-manual-sizing.rs | 4 ---- .../run-pass/enum-discrim-range-overflow.rs | 4 ---- src/test/run-pass/enum-discrim-width-stuff.rs | 4 ---- src/test/run-pass/enum-disr-val-pretty.rs | 4 ---- src/test/run-pass/enum-export-inheritance.rs | 4 ---- src/test/run-pass/enum-null-pointer-opt.rs | 4 ---- .../enum-nullable-const-null-with-fields.rs | 4 ---- .../enum-nullable-simplifycfg-misopt.rs | 4 ---- src/test/run-pass/enum-size-variance.rs | 4 ---- src/test/run-pass/enum-variants.rs | 4 ---- src/test/run-pass/enum-vec-initializer.rs | 4 ---- src/test/run-pass/eq-multidispatch.rs | 4 ---- src/test/run-pass/estr-slice.rs | 4 ---- src/test/run-pass/estr-uniq.rs | 4 ---- src/test/run-pass/evec-internal.rs | 4 ---- src/test/run-pass/evec-slice.rs | 4 ---- src/test/run-pass/exec-env.rs | 4 ---- src/test/run-pass/explicit-i-suffix.rs | 4 ---- src/test/run-pass/explicit-self-closures.rs | 4 ---- src/test/run-pass/explicit-self-generic.rs | 4 ---- .../run-pass/explicit-self-objects-uniq.rs | 4 ---- src/test/run-pass/explicit-self.rs | 4 ---- src/test/run-pass/explicit_self_xcrate_exe.rs | 4 ---- src/test/run-pass/exponential-notation.rs | 4 ---- src/test/run-pass/export-abstract-tag.rs | 4 ---- .../run-pass/export-glob-imports-target.rs | 4 ---- src/test/run-pass/export-multi.rs | 4 ---- src/test/run-pass/export-non-interference.rs | 4 ---- src/test/run-pass/export-non-interference2.rs | 4 ---- src/test/run-pass/export-non-interference3.rs | 4 ---- src/test/run-pass/export-tag-variant.rs | 4 ---- src/test/run-pass/export-unexported-dep.rs | 4 ---- src/test/run-pass/expr-block-fn.rs | 4 ---- .../run-pass/expr-block-generic-unique1.rs | 4 ---- .../run-pass/expr-block-generic-unique2.rs | 4 ---- src/test/run-pass/expr-block-generic.rs | 4 ---- src/test/run-pass/expr-block-slot.rs | 4 ---- src/test/run-pass/expr-block-unique.rs | 4 ---- src/test/run-pass/expr-block.rs | 4 ---- src/test/run-pass/expr-copy.rs | 4 ---- src/test/run-pass/expr-empty-ret.rs | 4 ---- src/test/run-pass/expr-fn.rs | 4 ---- src/test/run-pass/expr-if-generic.rs | 4 ---- src/test/run-pass/expr-if-panic-all.rs | 4 ---- src/test/run-pass/expr-if-panic.rs | 4 ---- src/test/run-pass/expr-if-struct.rs | 4 ---- src/test/run-pass/expr-if-unique.rs | 4 ---- src/test/run-pass/expr-if.rs | 4 ---- .../run-pass/expr-match-generic-unique1.rs | 4 ---- .../run-pass/expr-match-generic-unique2.rs | 4 ---- src/test/run-pass/expr-match-generic.rs | 4 ---- src/test/run-pass/expr-match-panic-all.rs | 4 ---- src/test/run-pass/expr-match-panic.rs | 4 ---- src/test/run-pass/expr-match-struct.rs | 4 ---- src/test/run-pass/expr-match-unique.rs | 4 ---- src/test/run-pass/expr-match.rs | 4 ---- src/test/run-pass/expr-scope.rs | 4 ---- src/test/run-pass/ext-expand-inner-exprs.rs | 4 ---- src/test/run-pass/exterior.rs | 4 ---- src/test/run-pass/extern-1.rs | 4 ---- src/test/run-pass/extern-call-deep.rs | 4 ---- src/test/run-pass/extern-call-deep2.rs | 4 ---- src/test/run-pass/extern-call-direct.rs | 4 ---- src/test/run-pass/extern-call-indirect.rs | 4 ---- src/test/run-pass/extern-call-scrub.rs | 4 ---- .../extern-calling-convention-test.rs | 4 ---- .../extern-compare-with-return-type.rs | 4 ---- src/test/run-pass/extern-crosscrate.rs | 4 ---- src/test/run-pass/extern-foreign-crate.rs | 4 ---- src/test/run-pass/extern-mod-abi.rs | 4 ---- src/test/run-pass/extern-mod-ordering-exe.rs | 4 ---- src/test/run-pass/extern-mod-syntax.rs | 4 ---- src/test/run-pass/extern-pass-TwoU16s.rs | 4 ---- src/test/run-pass/extern-pass-TwoU32s.rs | 4 ---- src/test/run-pass/extern-pass-TwoU64s.rs | 4 ---- src/test/run-pass/extern-pass-TwoU8s.rs | 4 ---- src/test/run-pass/extern-pass-char.rs | 4 ---- src/test/run-pass/extern-pass-double.rs | 4 ---- src/test/run-pass/extern-pass-empty.rs | 4 ---- src/test/run-pass/extern-pass-u32.rs | 4 ---- src/test/run-pass/extern-pass-u64.rs | 4 ---- src/test/run-pass/extern-pub.rs | 4 ---- src/test/run-pass/extern-return-TwoU16s.rs | 4 ---- src/test/run-pass/extern-return-TwoU32s.rs | 4 ---- src/test/run-pass/extern-return-TwoU64s.rs | 4 ---- src/test/run-pass/extern-return-TwoU8s.rs | 4 ---- src/test/run-pass/extern-stress.rs | 4 ---- src/test/run-pass/extern-take-value.rs | 4 ---- src/test/run-pass/extern-yield.rs | 4 ---- .../run-pass/extoption_env-not-defined.rs | 4 ---- src/test/run-pass/fact.rs | 4 ---- src/test/run-pass/fat-arrow-match.rs | 4 ---- src/test/run-pass/field-destruction-order.rs | 4 ---- src/test/run-pass/filter-block-view-items.rs | 4 ---- src/test/run-pass/fixed_length_copy.rs | 4 ---- src/test/run-pass/fixup-deref-mut.rs | 4 ---- src/test/run-pass/float-literal-inference.rs | 4 ---- src/test/run-pass/float-nan.rs | 4 ---- src/test/run-pass/float-signature.rs | 4 ---- src/test/run-pass/float.rs | 4 ---- src/test/run-pass/float2.rs | 4 ---- src/test/run-pass/floatlits.rs | 4 ---- src/test/run-pass/fn-abi.rs | 4 ---- src/test/run-pass/fn-bare-assign.rs | 4 ---- src/test/run-pass/fn-bare-coerce-to-block.rs | 4 ---- src/test/run-pass/fn-bare-item.rs | 4 ---- src/test/run-pass/fn-bare-size.rs | 4 ---- src/test/run-pass/fn-bare-spawn.rs | 4 ---- src/test/run-pass/fn-coerce-field.rs | 4 ---- src/test/run-pass/fn-item-type-cast.rs | 4 ---- src/test/run-pass/fn-item-type-coerce.rs | 4 ---- src/test/run-pass/fn-lval.rs | 4 ---- .../run-pass/fn-pattern-expected-type-2.rs | 4 ---- src/test/run-pass/fn-pattern-expected-type.rs | 4 ---- src/test/run-pass/fn-type-infer.rs | 4 ---- src/test/run-pass/for-destruct.rs | 4 ---- src/test/run-pass/for-loop-goofiness.rs | 4 ---- src/test/run-pass/for-loop-panic.rs | 4 ---- .../foreach-external-iterators-break.rs | 4 ---- ...xternal-iterators-hashmap-break-restart.rs | 4 ---- .../foreach-external-iterators-hashmap.rs | 4 ---- .../foreach-external-iterators-loop.rs | 4 ---- .../foreach-external-iterators-nested.rs | 4 ---- .../run-pass/foreach-external-iterators.rs | 4 ---- src/test/run-pass/foreach-nested.rs | 4 ---- src/test/run-pass/foreach-put-structured.rs | 4 ---- .../run-pass/foreach-simple-outer-slot.rs | 4 ---- src/test/run-pass/foreign-call-no-runtime.rs | 4 ---- src/test/run-pass/foreign-dupe.rs | 4 ---- src/test/run-pass/foreign-fn-linkname.rs | 4 ---- src/test/run-pass/foreign-fn-with-byval.rs | 4 ---- src/test/run-pass/foreign-mod-src/inner.rs | 4 ---- src/test/run-pass/foreign-mod-unused-const.rs | 4 ---- src/test/run-pass/foreign-no-abi.rs | 4 ---- src/test/run-pass/foreign-src/foreign.rs | 4 ---- src/test/run-pass/foreign-struct.rs | 4 ---- src/test/run-pass/foreign2.rs | 4 ---- src/test/run-pass/format-nan.rs | 4 ---- src/test/run-pass/format-ref-cell.rs | 4 ---- src/test/run-pass/fsu-moves-and-copies.rs | 4 ---- src/test/run-pass/fun-call-variants.rs | 4 ---- src/test/run-pass/fun-indirect-call.rs | 4 ---- .../run-pass/func-arg-incomplete-pattern.rs | 4 ---- src/test/run-pass/func-arg-ref-pattern.rs | 4 ---- src/test/run-pass/func-arg-wild-pattern.rs | 4 ---- src/test/run-pass/functional-struct-upd.rs | 4 ---- src/test/run-pass/generic-alias-unique.rs | 4 ---- ...generic-default-type-params-cross-crate.rs | 4 ---- .../run-pass/generic-default-type-params.rs | 4 ---- src/test/run-pass/generic-derived-type.rs | 4 ---- src/test/run-pass/generic-exterior-unique.rs | 4 ---- src/test/run-pass/generic-extern-mangle.rs | 4 ---- src/test/run-pass/generic-fn-infer.rs | 4 ---- src/test/run-pass/generic-fn-twice.rs | 4 ---- src/test/run-pass/generic-fn-unique.rs | 4 ---- src/test/run-pass/generic-fn.rs | 4 ---- src/test/run-pass/generic-ivec-leak.rs | 4 ---- src/test/run-pass/generic-newtype-struct.rs | 4 ---- src/test/run-pass/generic-object.rs | 4 ---- src/test/run-pass/generic-recursive-tag.rs | 4 ---- src/test/run-pass/generic-static-methods.rs | 4 ---- src/test/run-pass/generic-tag-corruption.rs | 4 ---- src/test/run-pass/generic-tag-local.rs | 4 ---- src/test/run-pass/generic-tag-match.rs | 4 ---- src/test/run-pass/generic-tag-values.rs | 4 ---- src/test/run-pass/generic-tag.rs | 4 ---- src/test/run-pass/generic-temporary.rs | 4 ---- src/test/run-pass/generic-tup.rs | 4 ---- src/test/run-pass/generic-type-synonym.rs | 4 ---- src/test/run-pass/generic-type.rs | 4 ---- src/test/run-pass/generic-unique.rs | 4 ---- src/test/run-pass/getopts_ref.rs | 4 ---- src/test/run-pass/global-scope.rs | 4 ---- src/test/run-pass/guards-not-exhaustive.rs | 4 ---- src/test/run-pass/guards.rs | 4 ---- src/test/run-pass/hashmap-memory.rs | 4 ---- src/test/run-pass/hello.rs | 4 ---- .../hrtb-binder-levels-in-object-types.rs | 4 ---- .../hrtb-debruijn-object-types-in-closures.rs | 4 ---- .../run-pass/hrtb-fn-like-trait-object.rs | 4 ---- src/test/run-pass/hrtb-fn-like-trait.rs | 4 ---- src/test/run-pass/hrtb-opt-in-copy.rs | 4 ---- src/test/run-pass/hrtb-parse.rs | 4 ---- .../hrtb-precedence-of-plus-where-clause.rs | 4 ---- src/test/run-pass/hrtb-precedence-of-plus.rs | 4 ---- src/test/run-pass/hrtb-resolve-lifetime.rs | 4 ---- .../hrtb-trait-object-paren-notation.rs | 4 ---- .../hrtb-trait-object-passed-to-closure.rs | 4 ---- .../run-pass/hrtb-unboxed-closure-trait.rs | 4 ---- src/test/run-pass/html-literals.rs | 4 ---- src/test/run-pass/huge-largest-array.rs | 4 ---- src/test/run-pass/hygiene-dodging-1.rs | 4 ---- src/test/run-pass/hygienic-labels-in-let.rs | 4 ---- src/test/run-pass/hygienic-labels.rs | 4 ---- src/test/run-pass/i32-sub.rs | 4 ---- src/test/run-pass/i8-incr.rs | 4 ---- src/test/run-pass/if-bot.rs | 4 ---- src/test/run-pass/if-check.rs | 4 ---- src/test/run-pass/if-let.rs | 4 ---- src/test/run-pass/if-ret.rs | 4 ---- src/test/run-pass/ifmt.rs | 4 ---- src/test/run-pass/ignore-all-the-things.rs | 4 ---- src/test/run-pass/impl-implicit-trait.rs | 4 ---- src/test/run-pass/impl-privacy-xc-1.rs | 4 ---- src/test/run-pass/impl-privacy-xc-2.rs | 4 ---- src/test/run-pass/import-from.rs | 4 ---- src/test/run-pass/import-glob-0.rs | 4 ---- src/test/run-pass/import-glob-crate.rs | 4 ---- src/test/run-pass/import-in-block.rs | 4 ---- src/test/run-pass/import-trailing-comma.rs | 4 ---- src/test/run-pass/import.rs | 4 ---- src/test/run-pass/import2.rs | 4 ---- src/test/run-pass/import3.rs | 4 ---- src/test/run-pass/import4.rs | 4 ---- src/test/run-pass/import5.rs | 4 ---- src/test/run-pass/import6.rs | 4 ---- src/test/run-pass/import7.rs | 4 ---- src/test/run-pass/import8.rs | 4 ---- .../inconsistent-lifetime-mismatch.rs | 4 ---- src/test/run-pass/infer-fn-tail-expr.rs | 4 ---- .../inferred-suffix-in-pattern-range.rs | 4 ---- src/test/run-pass/infinite-loops.rs | 4 ---- .../run-pass/inherent-trait-method-order.rs | 4 ---- src/test/run-pass/init-large-type.rs | 4 ---- src/test/run-pass/init-res-into-things.rs | 4 ---- src/test/run-pass/inner-attrs-on-impl.rs | 4 ---- src/test/run-pass/inner-module.rs | 4 ---- src/test/run-pass/inner-static.rs | 4 ---- src/test/run-pass/instantiable.rs | 4 ---- src/test/run-pass/int.rs | 4 ---- src/test/run-pass/integer-literal-radix.rs | 4 ---- .../integer-literal-suffix-inference-2.rs | 4 ---- .../integer-literal-suffix-inference-3.rs | 4 ---- .../integer-literal-suffix-inference.rs | 4 ---- src/test/run-pass/intrinsic-alignment.rs | 4 ---- src/test/run-pass/intrinsic-assume.rs | 4 ---- src/test/run-pass/intrinsic-atomics-cc.rs | 4 ---- src/test/run-pass/intrinsic-atomics.rs | 4 ---- src/test/run-pass/intrinsic-move-val.rs | 4 ---- src/test/run-pass/intrinsic-return-address.rs | 4 ---- src/test/run-pass/intrinsic-uninit.rs | 4 ---- src/test/run-pass/intrinsic-unreachable.rs | 4 ---- src/test/run-pass/intrinsics-integer.rs | 4 ---- src/test/run-pass/intrinsics-math.rs | 4 ---- src/test/run-pass/invoke-external-foreign.rs | 4 ---- src/test/run-pass/irrefutable-unit.rs | 4 ---- src/test/run-pass/issue-10025.rs | 4 ---- src/test/run-pass/issue-10028.rs | 4 ---- src/test/run-pass/issue-10031.rs | 4 ---- src/test/run-pass/issue-10228.rs | 4 ---- src/test/run-pass/issue-10392.rs | 4 ---- src/test/run-pass/issue-10396.rs | 4 ---- src/test/run-pass/issue-10456.rs | 4 ---- src/test/run-pass/issue-10626.rs | 4 ---- src/test/run-pass/issue-10638.rs | 4 ---- src/test/run-pass/issue-10682.rs | 4 ---- src/test/run-pass/issue-10683.rs | 4 ---- src/test/run-pass/issue-10714.rs | 4 ---- src/test/run-pass/issue-10718.rs | 4 ---- src/test/run-pass/issue-10734.rs | 4 ---- src/test/run-pass/issue-10763.rs | 4 ---- src/test/run-pass/issue-10764.rs | 4 ---- src/test/run-pass/issue-10767.rs | 4 ---- src/test/run-pass/issue-10802.rs | 4 ---- src/test/run-pass/issue-10806.rs | 4 ---- src/test/run-pass/issue-10853.rs | 4 ---- src/test/run-pass/issue-10902.rs | 4 ---- src/test/run-pass/issue-11085.rs | 4 ---- src/test/run-pass/issue-1112.rs | 4 ---- src/test/run-pass/issue-11205.rs | 4 ---- src/test/run-pass/issue-11224.rs | 4 ---- src/test/run-pass/issue-11225-1.rs | 4 ---- src/test/run-pass/issue-11225-2.rs | 4 ---- src/test/run-pass/issue-11267.rs | 4 ---- src/test/run-pass/issue-11382.rs | 4 ---- src/test/run-pass/issue-11384.rs | 4 ---- src/test/run-pass/issue-11508.rs | 4 ---- src/test/run-pass/issue-11529.rs | 4 ---- src/test/run-pass/issue-11552.rs | 4 ---- src/test/run-pass/issue-11577.rs | 4 ---- src/test/run-pass/issue-11612.rs | 4 ---- src/test/run-pass/issue-11677.rs | 4 ---- src/test/run-pass/issue-11709.rs | 4 ---- src/test/run-pass/issue-11736.rs | 4 ---- src/test/run-pass/issue-11869.rs | 4 ---- src/test/run-pass/issue-11881.rs | 4 ---- src/test/run-pass/issue-11940.rs | 4 ---- src/test/run-pass/issue-11958.rs | 4 ---- src/test/run-pass/issue-12133-1.rs | 4 ---- src/test/run-pass/issue-12133-2.rs | 4 ---- src/test/run-pass/issue-12133-3.rs | 4 ---- src/test/run-pass/issue-12285.rs | 4 ---- src/test/run-pass/issue-1251.rs | 4 ---- src/test/run-pass/issue-1257.rs | 4 ---- src/test/run-pass/issue-12582.rs | 4 ---- src/test/run-pass/issue-12612.rs | 4 ---- src/test/run-pass/issue-12660.rs | 4 ---- src/test/run-pass/issue-12677.rs | 4 ---- src/test/run-pass/issue-12684.rs | 4 ---- src/test/run-pass/issue-12699.rs | 4 ---- src/test/run-pass/issue-12744.rs | 4 ---- src/test/run-pass/issue-12860.rs | 4 ---- src/test/run-pass/issue-12909.rs | 4 ---- src/test/run-pass/issue-13027.rs | 4 ---- src/test/run-pass/issue-13105.rs | 4 ---- src/test/run-pass/issue-13167.rs | 4 ---- src/test/run-pass/issue-13204.rs | 4 ---- src/test/run-pass/issue-13214.rs | 4 ---- .../run-pass/issue-13259-windows-tcb-trash.rs | 4 ---- src/test/run-pass/issue-13264.rs | 4 ---- src/test/run-pass/issue-13304.rs | 4 ---- src/test/run-pass/issue-13323.rs | 4 ---- src/test/run-pass/issue-13352.rs | 4 ---- src/test/run-pass/issue-13405.rs | 4 ---- src/test/run-pass/issue-13434.rs | 4 ---- src/test/run-pass/issue-13494.rs | 4 ---- src/test/run-pass/issue-13507-2.rs | 4 ---- src/test/run-pass/issue-13620.rs | 4 ---- src/test/run-pass/issue-13655.rs | 4 ---- src/test/run-pass/issue-13665.rs | 4 ---- src/test/run-pass/issue-13703.rs | 4 ---- src/test/run-pass/issue-13763.rs | 4 ---- src/test/run-pass/issue-13775.rs | 4 ---- src/test/run-pass/issue-13808.rs | 4 ---- src/test/run-pass/issue-13837.rs | 4 ---- src/test/run-pass/issue-13867.rs | 4 ---- src/test/run-pass/issue-13872.rs | 4 ---- src/test/run-pass/issue-14021.rs | 4 ---- src/test/run-pass/issue-14082.rs | 4 ---- src/test/run-pass/issue-14254.rs | 4 ---- src/test/run-pass/issue-14308.rs | 4 ---- src/test/run-pass/issue-14330.rs | 4 ---- src/test/run-pass/issue-14393.rs | 4 ---- src/test/run-pass/issue-14399.rs | 4 ---- src/test/run-pass/issue-14421.rs | 4 ---- src/test/run-pass/issue-14422.rs | 4 ---- src/test/run-pass/issue-14456.rs | 4 ---- src/test/run-pass/issue-1451.rs | 4 ---- src/test/run-pass/issue-14589.rs | 4 ---- src/test/run-pass/issue-1460.rs | 4 ---- src/test/run-pass/issue-14837.rs | 4 ---- src/test/run-pass/issue-14865.rs | 4 ---- src/test/run-pass/issue-14901.rs | 4 ---- src/test/run-pass/issue-14919.rs | 4 ---- src/test/run-pass/issue-14933.rs | 4 ---- src/test/run-pass/issue-14936.rs | 4 ---- src/test/run-pass/issue-14940.rs | 4 ---- src/test/run-pass/issue-14958.rs | 4 ---- src/test/run-pass/issue-14959.rs | 4 ---- src/test/run-pass/issue-15043.rs | 4 ---- src/test/run-pass/issue-15063.rs | 4 ---- src/test/run-pass/issue-15080.rs | 4 ---- src/test/run-pass/issue-15104.rs | 4 ---- src/test/run-pass/issue-15108.rs | 4 ---- src/test/run-pass/issue-15129.rs | 4 ---- src/test/run-pass/issue-15149.rs | 4 ---- src/test/run-pass/issue-15155.rs | 4 ---- src/test/run-pass/issue-15189.rs | 4 ---- src/test/run-pass/issue-15221.rs | 4 ---- src/test/run-pass/issue-15261.rs | 4 ---- src/test/run-pass/issue-15444.rs | 4 ---- src/test/run-pass/issue-15487.rs | 4 ---- src/test/run-pass/issue-15562.rs | 4 ---- src/test/run-pass/issue-15571.rs | 4 ---- src/test/run-pass/issue-15673.rs | 4 ---- src/test/run-pass/issue-15689-1.rs | 4 ---- src/test/run-pass/issue-15689-2.rs | 4 ---- src/test/run-pass/issue-15730.rs | 4 ---- src/test/run-pass/issue-15734.rs | 4 ---- src/test/run-pass/issue-15763.rs | 4 ---- src/test/run-pass/issue-15774.rs | 4 ---- src/test/run-pass/issue-15793.rs | 4 ---- src/test/run-pass/issue-15858.rs | 4 ---- src/test/run-pass/issue-15924.rs | 4 ---- src/test/run-pass/issue-16151.rs | 4 ---- src/test/run-pass/issue-16256.rs | 4 ---- src/test/run-pass/issue-16272.rs | 4 ---- src/test/run-pass/issue-16278.rs | 4 ---- src/test/run-pass/issue-16441.rs | 4 ---- src/test/run-pass/issue-16452.rs | 4 ---- src/test/run-pass/issue-16492.rs | 4 ---- src/test/run-pass/issue-16530.rs | 4 ---- src/test/run-pass/issue-16560.rs | 4 ---- src/test/run-pass/issue-16596.rs | 4 ---- src/test/run-pass/issue-16597-empty.rs | 4 ---- src/test/run-pass/issue-16597.rs | 4 ---- src/test/run-pass/issue-1660.rs | 4 ---- src/test/run-pass/issue-16643.rs | 4 ---- src/test/run-pass/issue-16648.rs | 4 ---- src/test/run-pass/issue-16668.rs | 4 ---- src/test/run-pass/issue-16671.rs | 4 ---- src/test/run-pass/issue-16739.rs | 4 ---- src/test/run-pass/issue-16774.rs | 4 ---- src/test/run-pass/issue-16783.rs | 4 ---- src/test/run-pass/issue-1696.rs | 4 ---- src/test/run-pass/issue-1701.rs | 4 ---- src/test/run-pass/issue-17068.rs | 4 ---- src/test/run-pass/issue-17074.rs | 4 ---- src/test/run-pass/issue-17121.rs | 4 ---- src/test/run-pass/issue-17216.rs | 4 ---- src/test/run-pass/issue-17302.rs | 4 ---- src/test/run-pass/issue-17322.rs | 4 ---- src/test/run-pass/issue-17351.rs | 4 ---- src/test/run-pass/issue-17361.rs | 4 ---- src/test/run-pass/issue-17503.rs | 4 ---- src/test/run-pass/issue-17662.rs | 4 ---- src/test/run-pass/issue-17718-parse-const.rs | 4 ---- .../issue-17718-static-unsafe-interior.rs | 4 ---- src/test/run-pass/issue-17718.rs | 4 ---- src/test/run-pass/issue-17732.rs | 4 ---- src/test/run-pass/issue-17734.rs | 4 ---- src/test/run-pass/issue-17771.rs | 4 ---- src/test/run-pass/issue-17816.rs | 4 ---- src/test/run-pass/issue-17877.rs | 4 ---- src/test/run-pass/issue-17897.rs | 4 ---- src/test/run-pass/issue-17904.rs | 4 ---- src/test/run-pass/issue-18110.rs | 4 ---- src/test/run-pass/issue-18188.rs | 4 ---- src/test/run-pass/issue-1821.rs | 4 ---- src/test/run-pass/issue-18232.rs | 4 ---- src/test/run-pass/issue-18352.rs | 4 ---- src/test/run-pass/issue-18353.rs | 4 ---- src/test/run-pass/issue-18412.rs | 4 ---- src/test/run-pass/issue-18425.rs | 4 ---- src/test/run-pass/issue-18464.rs | 4 ---- src/test/run-pass/issue-18501.rs | 4 ---- src/test/run-pass/issue-18514.rs | 4 ---- src/test/run-pass/issue-18539.rs | 4 ---- src/test/run-pass/issue-18619.rs | 4 ---- src/test/run-pass/issue-18652.rs | 4 ---- src/test/run-pass/issue-1866.rs | 4 ---- src/test/run-pass/issue-18661.rs | 4 ---- src/test/run-pass/issue-18685.rs | 4 ---- src/test/run-pass/issue-18711.rs | 4 ---- src/test/run-pass/issue-18738.rs | 4 ---- src/test/run-pass/issue-18767.rs | 4 ---- src/test/run-pass/issue-18859.rs | 4 ---- src/test/run-pass/issue-18906.rs | 4 ---- src/test/run-pass/issue-19037.rs | 4 ---- src/test/run-pass/issue-19081.rs | 4 ---- src/test/run-pass/issue-19098.rs | 4 ---- src/test/run-pass/issue-19100.rs | 4 ---- src/test/run-pass/issue-19121.rs | 4 ---- src/test/run-pass/issue-19127.rs | 4 ---- src/test/run-pass/issue-19129-1.rs | 4 ---- src/test/run-pass/issue-19129-2.rs | 4 ---- src/test/run-pass/issue-19135.rs | 4 ---- src/test/run-pass/issue-19244.rs | 4 ---- src/test/run-pass/issue-19293.rs | 4 ---- src/test/run-pass/issue-19340-1.rs | 4 ---- src/test/run-pass/issue-19340-2.rs | 4 ---- src/test/run-pass/issue-19358.rs | 4 ---- src/test/run-pass/issue-19367.rs | 4 ---- src/test/run-pass/issue-19398.rs | 4 ---- src/test/run-pass/issue-19479.rs | 4 ---- src/test/run-pass/issue-19631.rs | 4 ---- src/test/run-pass/issue-19632.rs | 4 ---- src/test/run-pass/issue-1974.rs | 4 ---- .../run-pass/issue-19811-escape-unicode.rs | 4 ---- src/test/run-pass/issue-19850.rs | 4 ---- src/test/run-pass/issue-20009.rs | 4 ---- src/test/run-pass/issue-20091.rs | 4 ---- src/test/run-pass/issue-20313.rs | 4 ---- src/test/run-pass/issue-20389.rs | 4 ---- src/test/run-pass/issue-20414.rs | 4 ---- src/test/run-pass/issue-20575.rs | 4 ---- src/test/run-pass/issue-20644.rs | 4 ---- src/test/run-pass/issue-20676.rs | 4 ---- src/test/run-pass/issue-2074.rs | 4 ---- src/test/run-pass/issue-20823.rs | 4 ---- src/test/run-pass/issue-21033.rs | 4 ---- src/test/run-pass/issue-21058.rs | 4 ---- src/test/run-pass/issue-21350.rs | 4 ---- src/test/run-pass/issue-21384.rs | 4 ---- src/test/run-pass/issue-21402.rs | 4 ---- src/test/run-pass/issue-2185.rs | 4 ---- src/test/run-pass/issue-2190-1.rs | 4 ---- src/test/run-pass/issue-2190-2.rs | 4 ---- src/test/run-pass/issue-2214.rs | 4 ---- src/test/run-pass/issue-2216.rs | 4 ---- src/test/run-pass/issue-2284.rs | 4 ---- src/test/run-pass/issue-2288.rs | 4 ---- src/test/run-pass/issue-2311-2.rs | 4 ---- src/test/run-pass/issue-2311.rs | 4 ---- src/test/run-pass/issue-2312.rs | 4 ---- src/test/run-pass/issue-2316-c.rs | 4 ---- src/test/run-pass/issue-2380-b.rs | 4 ---- src/test/run-pass/issue-2383.rs | 4 ---- src/test/run-pass/issue-2414-c.rs | 4 ---- src/test/run-pass/issue-2428.rs | 4 ---- src/test/run-pass/issue-2445-b.rs | 4 ---- src/test/run-pass/issue-2445.rs | 4 ---- src/test/run-pass/issue-2463.rs | 4 ---- src/test/run-pass/issue-2472.rs | 4 ---- src/test/run-pass/issue-2487-a.rs | 4 ---- src/test/run-pass/issue-2502.rs | 4 ---- src/test/run-pass/issue-2526-a.rs | 4 ---- src/test/run-pass/issue-2550.rs | 4 ---- src/test/run-pass/issue-2611-3.rs | 4 ---- src/test/run-pass/issue-2631-b.rs | 4 ---- src/test/run-pass/issue-2633-2.rs | 4 ---- src/test/run-pass/issue-2633.rs | 4 ---- src/test/run-pass/issue-2642.rs | 4 ---- src/test/run-pass/issue-2708.rs | 4 ---- src/test/run-pass/issue-2718.rs | 4 ---- src/test/run-pass/issue-2723-b.rs | 4 ---- src/test/run-pass/issue-2734.rs | 4 ---- src/test/run-pass/issue-2735-2.rs | 4 ---- src/test/run-pass/issue-2735-3.rs | 4 ---- src/test/run-pass/issue-2735.rs | 4 ---- src/test/run-pass/issue-2748-a.rs | 4 ---- src/test/run-pass/issue-2748-b.rs | 4 ---- src/test/run-pass/issue-2804-2.rs | 4 ---- src/test/run-pass/issue-2804.rs | 4 ---- src/test/run-pass/issue-2895.rs | 4 ---- src/test/run-pass/issue-2904.rs | 4 ---- src/test/run-pass/issue-2935.rs | 4 ---- src/test/run-pass/issue-2936.rs | 4 ---- src/test/run-pass/issue-2989.rs | 4 ---- src/test/run-pass/issue-3012-2.rs | 4 ---- src/test/run-pass/issue-3026.rs | 4 ---- src/test/run-pass/issue-3037.rs | 4 ---- src/test/run-pass/issue-3052.rs | 4 ---- src/test/run-pass/issue-3091.rs | 4 ---- src/test/run-pass/issue-3109.rs | 4 ---- src/test/run-pass/issue-3121.rs | 4 ---- src/test/run-pass/issue-3149.rs | 4 ---- src/test/run-pass/issue-3211.rs | 4 ---- src/test/run-pass/issue-3220.rs | 4 ---- src/test/run-pass/issue-3290.rs | 4 ---- src/test/run-pass/issue-333.rs | 4 ---- src/test/run-pass/issue-3389.rs | 4 ---- src/test/run-pass/issue-3424.rs | 4 ---- src/test/run-pass/issue-3429.rs | 4 ---- src/test/run-pass/issue-3447.rs | 4 ---- src/test/run-pass/issue-3500.rs | 4 ---- src/test/run-pass/issue-3556.rs | 4 ---- src/test/run-pass/issue-3559.rs | 4 ---- src/test/run-pass/issue-3563-2.rs | 4 ---- src/test/run-pass/issue-3563-3.rs | 4 ---- src/test/run-pass/issue-3574.rs | 4 ---- src/test/run-pass/issue-3609.rs | 4 ---- src/test/run-pass/issue-3656.rs | 4 ---- src/test/run-pass/issue-3683.rs | 4 ---- src/test/run-pass/issue-3702.rs | 4 ---- src/test/run-pass/issue-3743.rs | 4 ---- src/test/run-pass/issue-3753.rs | 4 ---- src/test/run-pass/issue-3794.rs | 4 ---- src/test/run-pass/issue-3847.rs | 4 ---- src/test/run-pass/issue-3874.rs | 4 ---- src/test/run-pass/issue-3878.rs | 4 ---- src/test/run-pass/issue-3888-2.rs | 4 ---- src/test/run-pass/issue-3895.rs | 4 ---- src/test/run-pass/issue-3904.rs | 4 ---- src/test/run-pass/issue-3935.rs | 4 ---- src/test/run-pass/issue-3979-2.rs | 4 ---- src/test/run-pass/issue-3979-generics.rs | 4 ---- src/test/run-pass/issue-3979-xcrate.rs | 4 ---- src/test/run-pass/issue-3979.rs | 4 ---- src/test/run-pass/issue-3991.rs | 4 ---- src/test/run-pass/issue-4016.rs | 4 ---- src/test/run-pass/issue-4025.rs | 4 ---- src/test/run-pass/issue-4036.rs | 4 ---- src/test/run-pass/issue-4107.rs | 4 ---- src/test/run-pass/issue-4120.rs | 4 ---- src/test/run-pass/issue-4208.rs | 4 ---- src/test/run-pass/issue-4228.rs | 4 ---- src/test/run-pass/issue-4241.rs | 4 ---- src/test/run-pass/issue-4252.rs | 4 ---- src/test/run-pass/issue-4333.rs | 4 ---- src/test/run-pass/issue-4387.rs | 4 ---- src/test/run-pass/issue-4401.rs | 4 ---- src/test/run-pass/issue-4446.rs | 4 ---- src/test/run-pass/issue-4448.rs | 4 ---- src/test/run-pass/issue-4464.rs | 4 ---- src/test/run-pass/issue-4541.rs | 4 ---- src/test/run-pass/issue-4542.rs | 4 ---- src/test/run-pass/issue-4545.rs | 4 ---- src/test/run-pass/issue-4734.rs | 4 ---- src/test/run-pass/issue-4735.rs | 4 ---- src/test/run-pass/issue-4759-1.rs | 4 ---- src/test/run-pass/issue-4759.rs | 4 ---- src/test/run-pass/issue-4830.rs | 4 ---- src/test/run-pass/issue-4875.rs | 4 ---- ...e-5008-borrowed-traitobject-method-call.rs | 4 ---- src/test/run-pass/issue-5060.rs | 4 ---- src/test/run-pass/issue-5192.rs | 4 ---- src/test/run-pass/issue-5239-2.rs | 4 ---- src/test/run-pass/issue-5243.rs | 4 ---- src/test/run-pass/issue-5280.rs | 4 ---- src/test/run-pass/issue-5315.rs | 4 ---- .../issue-5321-immediates-with-bare-self.rs | 4 ---- src/test/run-pass/issue-5353.rs | 4 ---- src/test/run-pass/issue-5518.rs | 4 ---- src/test/run-pass/issue-5521.rs | 4 ---- src/test/run-pass/issue-5530.rs | 4 ---- src/test/run-pass/issue-5550.rs | 4 ---- src/test/run-pass/issue-5554.rs | 4 ---- src/test/run-pass/issue-5572.rs | 4 ---- src/test/run-pass/issue-5666.rs | 4 ---- src/test/run-pass/issue-5688.rs | 4 ---- src/test/run-pass/issue-5708.rs | 4 ---- src/test/run-pass/issue-5718.rs | 4 ---- src/test/run-pass/issue-5741.rs | 4 ---- src/test/run-pass/issue-5754.rs | 4 ---- src/test/run-pass/issue-5791.rs | 4 ---- src/test/run-pass/issue-5884.rs | 4 ---- src/test/run-pass/issue-5900.rs | 4 ---- src/test/run-pass/issue-5917.rs | 4 ---- src/test/run-pass/issue-5950.rs | 4 ---- src/test/run-pass/issue-5988.rs | 4 ---- src/test/run-pass/issue-5997.rs | 4 ---- src/test/run-pass/issue-6117.rs | 4 ---- src/test/run-pass/issue-6128.rs | 4 ---- src/test/run-pass/issue-6130.rs | 4 ---- src/test/run-pass/issue-6153.rs | 4 ---- src/test/run-pass/issue-6157.rs | 4 ---- src/test/run-pass/issue-6318.rs | 4 ---- src/test/run-pass/issue-6334.rs | 4 ---- src/test/run-pass/issue-6341.rs | 4 ---- src/test/run-pass/issue-6344-let.rs | 4 ---- src/test/run-pass/issue-6344-match.rs | 4 ---- src/test/run-pass/issue-6449.rs | 4 ---- src/test/run-pass/issue-6470.rs | 4 ---- src/test/run-pass/issue-6557.rs | 4 ---- src/test/run-pass/issue-6892.rs | 4 ---- src/test/run-pass/issue-6898.rs | 4 ---- src/test/run-pass/issue-6919.rs | 4 ---- src/test/run-pass/issue-7012.rs | 4 ---- src/test/run-pass/issue-7178.rs | 4 ---- src/test/run-pass/issue-7222.rs | 4 ---- src/test/run-pass/issue-7268.rs | 4 ---- src/test/run-pass/issue-7344.rs | 4 ---- .../run-pass/issue-7519-match-unit-in-arg.rs | 4 ---- src/test/run-pass/issue-7563.rs | 4 ---- src/test/run-pass/issue-7575.rs | 4 ---- src/test/run-pass/issue-7660.rs | 4 ---- src/test/run-pass/issue-7663.rs | 4 ---- ...7673-cast-generically-implemented-trait.rs | 4 ---- src/test/run-pass/issue-7784.rs | 4 ---- src/test/run-pass/issue-7899.rs | 4 ---- src/test/run-pass/issue-7911.rs | 4 ---- src/test/run-pass/issue-8044.rs | 4 ---- ...fault-method-self-inherit-builtin-trait.rs | 4 ---- src/test/run-pass/issue-8248.rs | 4 ---- src/test/run-pass/issue-8249.rs | 4 ---- src/test/run-pass/issue-8259.rs | 4 ---- src/test/run-pass/issue-8351-1.rs | 4 ---- src/test/run-pass/issue-8351-2.rs | 4 ---- src/test/run-pass/issue-8391.rs | 4 ---- src/test/run-pass/issue-8398.rs | 4 ---- src/test/run-pass/issue-8401.rs | 4 ---- src/test/run-pass/issue-8460.rs | 4 ---- src/test/run-pass/issue-8498.rs | 4 ---- src/test/run-pass/issue-8506.rs | 4 ---- src/test/run-pass/issue-8578.rs | 4 ---- src/test/run-pass/issue-868.rs | 4 ---- src/test/run-pass/issue-8709.rs | 4 ---- src/test/run-pass/issue-8783.rs | 4 ---- src/test/run-pass/issue-8827.rs | 4 ---- src/test/run-pass/issue-8851.rs | 4 ---- src/test/run-pass/issue-8860.rs | 4 ---- src/test/run-pass/issue-8898.rs | 4 ---- src/test/run-pass/issue-9047.rs | 4 ---- src/test/run-pass/issue-9110.rs | 4 ---- src/test/run-pass/issue-9123.rs | 4 ---- src/test/run-pass/issue-9129.rs | 4 ---- src/test/run-pass/issue-9188.rs | 4 ---- src/test/run-pass/issue-9249.rs | 4 ---- src/test/run-pass/issue-9259.rs | 4 ---- src/test/run-pass/issue-9382.rs | 4 ---- .../issue-9394-inherited-trait-calls.rs | 4 ---- src/test/run-pass/issue-9396.rs | 4 ---- src/test/run-pass/issue-9446.rs | 4 ---- src/test/run-pass/issue-9719.rs | 4 ---- src/test/run-pass/issue-9737.rs | 4 ---- src/test/run-pass/issue-979.rs | 4 ---- src/test/run-pass/issue-9906.rs | 4 ---- src/test/run-pass/issue-9918.rs | 4 ---- src/test/run-pass/issue-9942.rs | 4 ---- src/test/run-pass/issue-9968.rs | 4 ---- src/test/run-pass/issue2170exe.rs | 4 ---- src/test/run-pass/issue_3136_b.rs | 4 ---- src/test/run-pass/issue_9155.rs | 4 ---- src/test/run-pass/istr.rs | 4 ---- src/test/run-pass/item-attributes.rs | 4 ---- src/test/run-pass/item-name-overload.rs | 4 ---- src/test/run-pass/iter-range.rs | 4 ---- src/test/run-pass/ivec-pass-by-value.rs | 4 ---- src/test/run-pass/ivec-tag.rs | 4 ---- .../run-pass/keyword-changes-2012-07-31.rs | 4 ---- .../kindck-implicit-close-over-mut-var.rs | 4 ---- .../run-pass/kindck-owned-trait-contains-1.rs | 4 ---- src/test/run-pass/kinds-in-metadata.rs | 4 ---- src/test/run-pass/labeled-break.rs | 4 ---- src/test/run-pass/lambda-infer-unresolved.rs | 4 ---- src/test/run-pass/lambda-var-hygiene.rs | 4 ---- src/test/run-pass/lang-item-public.rs | 4 ---- src/test/run-pass/large-records.rs | 4 ---- src/test/run-pass/last-use-in-block.rs | 4 ---- src/test/run-pass/last-use-in-cap-clause.rs | 4 ---- src/test/run-pass/last-use-is-capture.rs | 4 ---- src/test/run-pass/lazy-and-or.rs | 4 ---- src/test/run-pass/lazy-init.rs | 4 ---- src/test/run-pass/leak-unique-as-tydesc.rs | 4 ---- src/test/run-pass/let-assignability.rs | 4 ---- src/test/run-pass/let-destruct-ref.rs | 4 ---- src/test/run-pass/let-var-hygiene.rs | 4 ---- ...line-endings-string-literal-doc-comment.rs | 8 -------- src/test/run-pass/linear-for-loop.rs | 4 ---- src/test/run-pass/link-section.rs | 4 ---- src/test/run-pass/linkage-visibility.rs | 4 ---- src/test/run-pass/linkage1.rs | 4 ---- src/test/run-pass/lint-cstack.rs | 4 ---- ...ase-types-non-uppercase-statics-unicode.rs | 4 ---- ...on-camel-case-with-trailing-underscores.rs | 4 ---- ...uppercase-statics-lowercase-mut-statics.rs | 4 ---- src/test/run-pass/list.rs | 4 ---- .../liveness-assign-imm-local-after-loop.rs | 4 ---- .../liveness-assign-imm-local-after-ret.rs | 4 ---- src/test/run-pass/liveness-loop-break.rs | 4 ---- src/test/run-pass/liveness-move-in-loop.rs | 4 ---- src/test/run-pass/log-err-phi.rs | 4 ---- .../log-knows-the-names-of-variants-in-std.rs | 4 ---- .../log-knows-the-names-of-variants.rs | 4 ---- src/test/run-pass/log-poly.rs | 4 ---- ...log_syntax-trace_macros-macro-locations.rs | 4 ---- src/test/run-pass/logging-enabled-debug.rs | 4 ---- src/test/run-pass/logging-enabled.rs | 4 ---- src/test/run-pass/logging-only-prints-once.rs | 4 ---- src/test/run-pass/logging-right-crate.rs | 4 ---- src/test/run-pass/logging-separate-lines.rs | 4 ---- .../run-pass/logging_before_rt_started.rs | 4 ---- src/test/run-pass/long-while.rs | 4 ---- src/test/run-pass/loop-break-cont-1.rs | 4 ---- src/test/run-pass/loop-break-cont.rs | 4 ---- src/test/run-pass/loop-diverges.rs | 4 ---- src/test/run-pass/loop-label-shadowing.rs | 4 ---- .../loop-no-reinit-needed-post-bot.rs | 4 ---- src/test/run-pass/loop-scope.rs | 4 ---- src/test/run-pass/macro-2.rs | 4 ---- .../run-pass/macro-attribute-expansion.rs | 4 ---- src/test/run-pass/macro-attributes.rs | 4 ---- src/test/run-pass/macro-block-nonterminal.rs | 4 ---- src/test/run-pass/macro-crate-def-only.rs | 4 ---- .../macro-crate-nonterminal-renamed.rs | 4 ---- src/test/run-pass/macro-crate-nonterminal.rs | 4 ---- src/test/run-pass/macro-crate-use.rs | 4 ---- src/test/run-pass/macro-deep_expansion.rs | 4 ---- .../run-pass/macro-delimiter-significance.rs | 4 ---- .../run-pass/macro-export-inner-module.rs | 4 ---- src/test/run-pass/macro-include-items.rs | 4 ---- src/test/run-pass/macro-interpolation.rs | 4 ---- ...vocation-in-count-expr-fixed-array-type.rs | 4 ---- src/test/run-pass/macro-meta-items.rs | 4 ---- src/test/run-pass/macro-method-issue-4621.rs | 4 ---- src/test/run-pass/macro-multiple-items.rs | 4 ---- src/test/run-pass/macro-nt-list.rs | 4 ---- src/test/run-pass/macro-of-higher-order.rs | 4 ---- src/test/run-pass/macro-pat.rs | 4 ---- src/test/run-pass/macro-path.rs | 4 ---- .../macro-reexport-no-intermediate-use.rs | 4 ---- src/test/run-pass/macro-reexport.rs | 4 ---- src/test/run-pass/macro-stmt.rs | 4 ---- src/test/run-pass/macro-use-all-and-none.rs | 4 ---- src/test/run-pass/macro-use-all.rs | 4 ---- src/test/run-pass/macro-use-both.rs | 4 ---- src/test/run-pass/macro-use-one.rs | 4 ---- src/test/run-pass/macro-with-attrs1.rs | 4 ---- src/test/run-pass/macro-with-attrs2.rs | 4 ---- .../macro-with-braces-in-expr-position.rs | 4 ---- src/test/run-pass/match-arm-statics.rs | 4 ---- src/test/run-pass/match-borrowed_str.rs | 4 ---- src/test/run-pass/match-bot-2.rs | 4 ---- src/test/run-pass/match-bot.rs | 4 ---- src/test/run-pass/match-enum-struct-0.rs | 4 ---- src/test/run-pass/match-enum-struct-1.rs | 4 ---- .../run-pass/match-implicit-copy-unique.rs | 4 ---- src/test/run-pass/match-in-macro.rs | 4 ---- src/test/run-pass/match-join.rs | 4 ---- src/test/run-pass/match-naked-record-expr.rs | 4 ---- src/test/run-pass/match-naked-record.rs | 4 ---- src/test/run-pass/match-path.rs | 4 ---- src/test/run-pass/match-pattern-bindings.rs | 4 ---- src/test/run-pass/match-pattern-lit.rs | 4 ---- .../run-pass/match-pattern-no-type-params.rs | 4 ---- src/test/run-pass/match-pattern-simple.rs | 4 ---- src/test/run-pass/match-phi.rs | 4 ---- src/test/run-pass/match-pipe-binding.rs | 4 ---- src/test/run-pass/match-range-static.rs | 4 ---- src/test/run-pass/match-range.rs | 4 ---- .../match-ref-binding-in-guard-3256.rs | 4 ---- .../run-pass/match-ref-binding-mut-option.rs | 4 ---- src/test/run-pass/match-ref-binding-mut.rs | 4 ---- src/test/run-pass/match-ref-binding.rs | 4 ---- .../run-pass/match-static-const-rename.rs | 4 ---- src/test/run-pass/match-str.rs | 4 ---- src/test/run-pass/match-struct-0.rs | 4 ---- src/test/run-pass/match-tag.rs | 4 ---- src/test/run-pass/match-unique-bind.rs | 4 ---- .../match-value-binding-in-guard-3291.rs | 4 ---- src/test/run-pass/match-var-hygiene.rs | 4 ---- src/test/run-pass/match-vec-alternatives.rs | 4 ---- src/test/run-pass/match-vec-rvalue.rs | 4 ---- src/test/run-pass/match-with-ret-arm.rs | 4 ---- src/test/run-pass/max-min-classes.rs | 4 ---- src/test/run-pass/method-attributes.rs | 4 ---- .../method-early-bound-lifetimes-on-self.rs | 4 ---- ...thod-mut-self-modifies-mut-slice-lvalue.rs | 4 ---- .../method-normalize-bounds-issue-20604.rs | 4 ---- src/test/run-pass/method-projection.rs | 4 ---- .../run-pass/method-recursive-blanket-impl.rs | 4 ---- src/test/run-pass/method-self-arg-aux1.rs | 4 ---- src/test/run-pass/method-self-arg-aux2.rs | 4 ---- src/test/run-pass/method-self-arg-trait.rs | 4 ---- src/test/run-pass/method-self-arg.rs | 4 ---- .../method-two-trait-defer-resolution-1.rs | 4 ---- .../method-two-trait-defer-resolution-2.rs | 4 ---- ...o-traits-distinguished-via-where-clause.rs | 4 ---- src/test/run-pass/method-where-clause.rs | 4 ---- src/test/run-pass/mid-path-type-params.rs | 4 ---- src/test/run-pass/mod-inside-fn.rs | 4 ---- src/test/run-pass/mod-view-items.rs | 4 ---- src/test/run-pass/mod_dir_implicit.rs | 4 ---- src/test/run-pass/mod_dir_implicit_aux/mod.rs | 4 ---- src/test/run-pass/mod_dir_path.rs | 4 ---- src/test/run-pass/mod_dir_path2.rs | 4 ---- src/test/run-pass/mod_dir_path3.rs | 4 ---- src/test/run-pass/mod_dir_path_multi.rs | 4 ---- src/test/run-pass/mod_dir_recursive.rs | 4 ---- src/test/run-pass/mod_dir_simple.rs | 4 ---- .../mod_dir_simple/load_another_mod.rs | 4 ---- src/test/run-pass/mod_dir_simple/test.rs | 4 ---- src/test/run-pass/mod_file.rs | 4 ---- src/test/run-pass/mod_file_aux.rs | 4 ---- src/test/run-pass/mod_file_with_path_attr.rs | 4 ---- .../float-template/inst_f32.rs | 4 ---- .../float-template/inst_f64.rs | 4 ---- .../float-template/inst_float.rs | 4 ---- .../module-qualified-struct-destructure.rs | 4 ---- src/test/run-pass/monad.rs | 4 ---- .../run-pass/monomorphize-abi-alignment.rs | 4 ---- ...nomorphized-callees-with-ty-params-3314.rs | 4 ---- src/test/run-pass/move-1-unique.rs | 4 ---- src/test/run-pass/move-2-unique.rs | 4 ---- src/test/run-pass/move-2.rs | 4 ---- src/test/run-pass/move-3-unique.rs | 4 ---- src/test/run-pass/move-4-unique.rs | 4 ---- src/test/run-pass/move-4.rs | 4 ---- src/test/run-pass/move-arg-2-unique.rs | 4 ---- src/test/run-pass/move-arg-2.rs | 4 ---- src/test/run-pass/move-arg.rs | 4 ---- src/test/run-pass/move-nullary-fn.rs | 4 ---- src/test/run-pass/move-out-of-field.rs | 4 ---- src/test/run-pass/move-scalar.rs | 4 ---- src/test/run-pass/move-self.rs | 4 ---- .../moves-based-on-type-capture-clause.rs | 4 ---- .../moves-based-on-type-cross-crate.rs | 4 ---- src/test/run-pass/multi-let.rs | 4 ---- src/test/run-pass/multibyte.rs | 4 ---- ...ispatch-conditional-impl-not-considered.rs | 4 ---- src/test/run-pass/multidispatch1.rs | 4 ---- src/test/run-pass/multidispatch2.rs | 4 ---- src/test/run-pass/multiline-comment.rs | 4 ---- src/test/run-pass/multiple-trait-bounds.rs | 4 ---- src/test/run-pass/mut-function-arguments.rs | 4 ---- src/test/run-pass/mut-in-ident-patterns.rs | 4 ---- src/test/run-pass/mut-vstore-expr.rs | 4 ---- ...ility-inherits-through-fixed-length-vec.rs | 4 ---- src/test/run-pass/mutable-alias-vec.rs | 4 ---- src/test/run-pass/mutual-recursion-group.rs | 4 ---- .../namespaced-enum-emulate-flat-xc.rs | 4 ---- .../run-pass/namespaced-enum-emulate-flat.rs | 4 ---- .../namespaced-enum-glob-import-xcrate.rs | 4 ---- .../run-pass/namespaced-enum-glob-import.rs | 4 ---- src/test/run-pass/namespaced-enums-xcrate.rs | 4 ---- src/test/run-pass/namespaced-enums.rs | 4 ---- src/test/run-pass/native-print-no-runtime.rs | 4 ---- src/test/run-pass/negative.rs | 4 ---- src/test/run-pass/nested-block-comment.rs | 4 ---- src/test/run-pass/nested-class.rs | 4 ---- src/test/run-pass/nested-enum-same-names.rs | 4 ---- src/test/run-pass/nested-exhaustive-match.rs | 4 ---- .../nested-function-names-issue-8587.rs | 4 ---- src/test/run-pass/nested-matchs.rs | 4 ---- src/test/run-pass/nested-pattern.rs | 4 ---- src/test/run-pass/nested_item_main.rs | 4 ---- src/test/run-pass/new-box-syntax.rs | 4 ---- src/test/run-pass/new-box.rs | 4 ---- src/test/run-pass/new-impl-syntax.rs | 4 ---- src/test/run-pass/new-import-syntax.rs | 4 ---- src/test/run-pass/new-style-constants.rs | 4 ---- .../run-pass/new-style-fixed-length-vec.rs | 4 ---- src/test/run-pass/new-unicode-escapes.rs | 4 ---- src/test/run-pass/new-unsafe-pointers.rs | 4 ---- src/test/run-pass/newlambdas-ret-infer.rs | 4 ---- src/test/run-pass/newlambdas-ret-infer2.rs | 4 ---- src/test/run-pass/newlambdas.rs | 4 ---- src/test/run-pass/newtype-polymorphic.rs | 4 ---- src/test/run-pass/newtype-struct-drop-run.rs | 4 ---- src/test/run-pass/newtype-struct-with-dtor.rs | 4 ---- src/test/run-pass/newtype-struct-xc-2.rs | 4 ---- src/test/run-pass/newtype-struct-xc.rs | 4 ---- src/test/run-pass/newtype-temporary.rs | 4 ---- src/test/run-pass/newtype.rs | 4 ---- src/test/run-pass/nil-decl-in-foreign.rs | 4 ---- src/test/run-pass/nil-pattern.rs | 4 ---- src/test/run-pass/no-landing-pads.rs | 4 ---- src/test/run-pass/no-std-xcrate.rs | 4 ---- src/test/run-pass/no-std-xcrate2.rs | 4 ---- src/test/run-pass/non-built-in-quote.rs | 4 ---- src/test/run-pass/non-legacy-modes.rs | 4 ---- src/test/run-pass/nul-characters.rs | 4 ---- .../run-pass/nullable-pointer-ffi-compat.rs | 4 ---- .../nullable-pointer-iotareduction.rs | 4 ---- src/test/run-pass/nullable-pointer-size.rs | 4 ---- src/test/run-pass/nullary-or-pattern.rs | 4 ---- .../run-pass/numeric-method-autoexport.rs | 4 ---- .../run-pass/object-one-type-two-traits.rs | 4 ---- .../objects-coerce-freeze-borrored.rs | 4 ---- ...owned-object-borrowed-method-headerless.rs | 4 ---- .../objects-owned-object-owned-method.rs | 4 ---- src/test/run-pass/once-move-out-on-heap.rs | 4 ---- src/test/run-pass/one-tuple.rs | 4 ---- src/test/run-pass/opeq.rs | 4 ---- src/test/run-pass/operator-associativity.rs | 4 ---- src/test/run-pass/operator-multidispatch.rs | 4 ---- src/test/run-pass/operator-overloading.rs | 4 ---- src/test/run-pass/option-ext.rs | 4 ---- src/test/run-pass/option-unwrap.rs | 4 ---- src/test/run-pass/or-pattern.rs | 4 ---- src/test/run-pass/order-drop-with-match.rs | 4 ---- src/test/run-pass/osx-frameworks.rs | 4 ---- .../out-of-stack-new-thread-no-split.rs | 4 ---- src/test/run-pass/out-of-stack-no-split.rs | 4 ---- src/test/run-pass/out-of-stack.rs | 4 ---- src/test/run-pass/out-pointer-aliasing.rs | 4 ---- src/test/run-pass/output-slot-variants.rs | 4 ---- src/test/run-pass/over-constrained-vregs.rs | 4 ---- .../run-pass/overloaded-autoderef-count.rs | 4 ---- .../run-pass/overloaded-autoderef-indexing.rs | 4 ---- .../run-pass/overloaded-autoderef-order.rs | 4 ---- .../run-pass/overloaded-autoderef-vtable.rs | 4 ---- .../run-pass/overloaded-autoderef-xcrate.rs | 4 ---- src/test/run-pass/overloaded-autoderef.rs | 4 ---- .../overloaded-calls-object-one-arg.rs | 4 ---- .../overloaded-calls-object-two-args.rs | 4 ---- .../overloaded-calls-object-zero-args.rs | 4 ---- .../overloaded-calls-param-vtables.rs | 4 ---- src/test/run-pass/overloaded-calls-simple.rs | 4 ---- .../run-pass/overloaded-calls-zero-args.rs | 4 ---- src/test/run-pass/overloaded-deref-count.rs | 4 ---- src/test/run-pass/overloaded-deref.rs | 4 ---- .../run-pass/overloaded-index-assoc-list.rs | 4 ---- .../run-pass/overloaded-index-autoderef.rs | 4 ---- .../run-pass/overloaded-index-in-field.rs | 4 ---- src/test/run-pass/overloaded-index.rs | 4 ---- src/test/run-pass/owned-implies-static.rs | 4 ---- .../run-pass/packed-struct-borrow-element.rs | 4 ---- .../run-pass/packed-struct-generic-layout.rs | 4 ---- .../run-pass/packed-struct-generic-size.rs | 4 ---- src/test/run-pass/packed-struct-layout.rs | 4 ---- src/test/run-pass/packed-struct-match.rs | 4 ---- src/test/run-pass/packed-struct-size-xc.rs | 4 ---- src/test/run-pass/packed-struct-size.rs | 4 ---- src/test/run-pass/packed-struct-vec.rs | 4 ---- .../run-pass/packed-tuple-struct-layout.rs | 4 ---- src/test/run-pass/packed-tuple-struct-size.rs | 4 ---- .../run-pass/panic-in-dtor-drops-fields.rs | 4 ---- .../parameterized-trait-with-bounds.rs | 4 ---- src/test/run-pass/paren-free.rs | 4 ---- src/test/run-pass/parse-assoc-type-lt.rs | 4 ---- .../run-pass/parse-complex-macro-invoc-op.rs | 4 ---- src/test/run-pass/parse-panic.rs | 4 ---- src/test/run-pass/path.rs | 4 ---- .../run-pass/pattern-bound-var-in-for-each.rs | 4 ---- src/test/run-pass/pattern-in-closure.rs | 4 ---- src/test/run-pass/placement-new-arena.rs | 4 ---- src/test/run-pass/pred-not-bool.rs | 4 ---- src/test/run-pass/preempt.rs | 4 ---- src/test/run-pass/priv-impl-prim-ty.rs | 4 ---- src/test/run-pass/privacy-ns.rs | 4 ---- src/test/run-pass/privacy-reexport.rs | 4 ---- src/test/run-pass/privacy1.rs | 4 ---- src/test/run-pass/private-class-field.rs | 4 ---- src/test/run-pass/private-method.rs | 4 ---- src/test/run-pass/process-detach.rs | 4 ---- src/test/run-pass/process-remove-from-env.rs | 4 ---- .../process-spawn-with-unicode-params.rs | 4 ---- src/test/run-pass/ptr-coercion.rs | 4 ---- src/test/run-pass/pub-extern-privacy.rs | 4 ---- src/test/run-pass/pub-use-xcrate.rs | 4 ---- src/test/run-pass/pub_use_mods_xcrate_exe.rs | 4 ---- src/test/run-pass/pure-sum.rs | 4 ---- src/test/run-pass/purity-infer.rs | 4 ---- src/test/run-pass/range.rs | 4 ---- src/test/run-pass/ranges-precedence.rs | 4 ---- src/test/run-pass/raw-str.rs | Bin 1339 -> 1168 bytes src/test/run-pass/rcvr-borrowed-to-region.rs | 4 ---- src/test/run-pass/rcvr-borrowed-to-slice.rs | 4 ---- src/test/run-pass/readalias.rs | 4 ---- src/test/run-pass/realloc-16687.rs | 4 ---- src/test/run-pass/rec-align-u32.rs | 4 ---- src/test/run-pass/rec-align-u64.rs | 4 ---- src/test/run-pass/rec-auto.rs | 4 ---- src/test/run-pass/rec-extend.rs | 4 ---- src/test/run-pass/rec-tup.rs | 4 ---- src/test/run-pass/rec.rs | 4 ---- src/test/run-pass/record-pat.rs | 4 ---- .../run-pass/reexport-should-still-link.rs | 4 ---- src/test/run-pass/reexport-star.rs | 4 ---- .../run-pass/reexport-test-harness-main.rs | 4 ---- .../reexported-static-methods-cross-crate.rs | 4 ---- .../regions-addr-of-interior-of-unique-box.rs | 4 ---- src/test/run-pass/regions-addr-of-ret.rs | 4 ---- src/test/run-pass/regions-borrow-at.rs | 4 ---- .../run-pass/regions-borrow-evec-fixed.rs | 4 ---- src/test/run-pass/regions-borrow-evec-uniq.rs | 4 ---- src/test/run-pass/regions-borrow-uniq.rs | 4 ---- src/test/run-pass/regions-bot.rs | 4 ---- .../regions-bound-lists-feature-gate-2.rs | 4 ---- .../regions-bound-lists-feature-gate.rs | 4 ---- ...-close-over-type-parameter-successfully.rs | 4 ---- src/test/run-pass/regions-copy-closure.rs | 4 ---- src/test/run-pass/regions-creating-enums2.rs | 4 ---- src/test/run-pass/regions-creating-enums5.rs | 4 ---- .../run-pass/regions-debruijn-of-object.rs | 4 ---- .../run-pass/regions-dependent-addr-of.rs | 4 ---- src/test/run-pass/regions-dependent-autofn.rs | 4 ---- .../run-pass/regions-dependent-autoslice.rs | 4 ---- .../run-pass/regions-dependent-let-ref.rs | 4 ---- ...egions-early-bound-lifetime-in-assoc-fn.rs | 4 ---- .../regions-early-bound-trait-param.rs | 4 ---- ...egions-early-bound-used-in-bound-method.rs | 4 ---- .../regions-early-bound-used-in-bound.rs | 4 ---- .../regions-early-bound-used-in-type-param.rs | 4 ---- .../run-pass/regions-escape-into-other-fn.rs | 4 ---- src/test/run-pass/regions-expl-self.rs | 4 ---- src/test/run-pass/regions-fn-subtyping-2.rs | 4 ---- src/test/run-pass/regions-fn-subtyping.rs | 4 ---- src/test/run-pass/regions-infer-bivariance.rs | 4 ---- .../regions-infer-borrow-scope-addr-of.rs | 4 ---- .../regions-infer-borrow-scope-view.rs | 4 ---- ...gions-infer-borrow-scope-within-loop-ok.rs | 4 ---- .../run-pass/regions-infer-borrow-scope.rs | 4 ---- src/test/run-pass/regions-infer-call-2.rs | 4 ---- src/test/run-pass/regions-infer-call.rs | 4 ---- ...regions-infer-contravariance-due-to-ret.rs | 4 ---- .../regions-infer-reborrow-ref-mut-recurse.rs | 4 ---- ...regions-infer-region-in-fn-but-not-type.rs | 4 ---- .../regions-infer-static-from-proc.rs | 4 ---- .../regions-lifetime-nonfree-late-bound.rs | 4 ---- ...-lifetime-static-items-enclosing-scopes.rs | 4 ---- src/test/run-pass/regions-link-fn-args.rs | 4 ---- src/test/run-pass/regions-mock-tcx.rs | 4 ---- src/test/run-pass/regions-mock-trans.rs | 4 ---- .../regions-no-bound-in-argument-cleanup.rs | 4 ---- .../regions-no-variance-from-fn-generics.rs | 4 ---- src/test/run-pass/regions-nullary-variant.rs | 4 ---- src/test/run-pass/regions-params.rs | 4 ---- .../regions-reassign-let-bound-pointer.rs | 4 ---- .../regions-reassign-match-bound-pointer.rs | 4 ---- ...ions-on-closures-to-inference-variables.rs | 4 ---- .../regions-return-interior-of-option.rs | 4 ---- .../run-pass/regions-scope-chain-example.rs | 4 ---- src/test/run-pass/regions-self-impls.rs | 4 ---- src/test/run-pass/regions-self-in-enums.rs | 4 ---- src/test/run-pass/regions-simple.rs | 4 ---- src/test/run-pass/regions-static-closure.rs | 4 ---- ...ariance-contravariant-use-contravariant.rs | 4 ---- ...egions-variance-covariant-use-covariant.rs | 4 ---- src/test/run-pass/rename-directory.rs | 4 ---- src/test/run-pass/repeat-expr-in-static.rs | 4 ---- src/test/run-pass/repeated-vector-syntax.rs | 4 ---- src/test/run-pass/resolve-issue-2428.rs | 4 ---- .../run-pass/resource-assign-is-not-copy.rs | 4 ---- src/test/run-pass/resource-destruct.rs | 4 ---- src/test/run-pass/resource-in-struct.rs | 4 ---- src/test/run-pass/ret-bang.rs | 4 ---- src/test/run-pass/ret-none.rs | 4 ---- src/test/run-pass/return-from-closure.rs | 4 ---- src/test/run-pass/return-nil.rs | 4 ---- src/test/run-pass/running-with-no-runtime.rs | 4 ---- src/test/run-pass/rust-log-filter.rs | 4 ---- src/test/run-pass/segfault-no-out-of-stack.rs | 4 ---- src/test/run-pass/self-impl.rs | 4 ---- .../self-in-mut-slot-default-method.rs | 4 ---- .../self-in-mut-slot-immediate-value.rs | 4 ---- src/test/run-pass/self-re-assign.rs | 4 ---- src/test/run-pass/self-shadowing-import.rs | 4 ---- src/test/run-pass/self-type-param.rs | 4 ---- src/test/run-pass/send-resource.rs | 4 ---- src/test/run-pass/send-type-inference.rs | 4 ---- src/test/run-pass/send_str_hashmap.rs | 4 ---- src/test/run-pass/send_str_treemap.rs | 4 ---- src/test/run-pass/sendable-class.rs | 4 ---- src/test/run-pass/sendfn-is-a-block.rs | 4 ---- src/test/run-pass/sendfn-spawn-with-fn-arg.rs | 4 ---- src/test/run-pass/sepcomp-cci.rs | 4 ---- src/test/run-pass/sepcomp-extern.rs | 4 ---- src/test/run-pass/sepcomp-fns-backwards.rs | 4 ---- src/test/run-pass/sepcomp-fns.rs | 4 ---- src/test/run-pass/sepcomp-lib-lto.rs | 4 ---- src/test/run-pass/sepcomp-lib.rs | 4 ---- src/test/run-pass/sepcomp-statics.rs | 4 ---- src/test/run-pass/sepcomp-unwind.rs | 4 ---- src/test/run-pass/seq-compare.rs | 4 ---- src/test/run-pass/shadow.rs | 4 ---- src/test/run-pass/shebang.rs | 4 ---- src/test/run-pass/shift-various-types.rs | 4 ---- src/test/run-pass/shift.rs | 4 ---- src/test/run-pass/show-boxed-slice.rs | 4 ---- src/test/run-pass/signal-exit-status.rs | 4 ---- src/test/run-pass/signed-shift-const-eval.rs | 4 ---- .../run-pass/sigpipe-should-be-ignored.rs | 4 ---- src/test/run-pass/simd-binop.rs | 4 ---- src/test/run-pass/simd-generics.rs | 4 ---- src/test/run-pass/simd-issue-10604.rs | 4 ---- src/test/run-pass/simd-size-align.rs | 4 ---- src/test/run-pass/simd-type.rs | 4 ---- src/test/run-pass/simple-generic-match.rs | 4 ---- src/test/run-pass/simple-generic-tag.rs | 4 ---- src/test/run-pass/simple-infer.rs | 4 ---- src/test/run-pass/simple-match-generic-tag.rs | 4 ---- src/test/run-pass/size-and-align.rs | 4 ---- src/test/run-pass/sized-borrowed-pointer.rs | 4 ---- src/test/run-pass/sized-owned-pointer.rs | 4 ---- src/test/run-pass/slice-2.rs | 4 ---- src/test/run-pass/slice-panic-1.rs | 4 ---- src/test/run-pass/slice-panic-2.rs | 4 ---- src/test/run-pass/slice.rs | 4 ---- src/test/run-pass/slowparse-bstring.rs | 4 ---- src/test/run-pass/slowparse-string.rs | 4 ---- src/test/run-pass/small-enum-range-edge.rs | 4 ---- src/test/run-pass/small-enums-with-fields.rs | 4 ---- src/test/run-pass/smallest-hello-world.rs | 4 ---- src/test/run-pass/spawn-fn.rs | 4 ---- src/test/run-pass/spawn-types.rs | 4 ---- src/test/run-pass/spawn.rs | 4 ---- src/test/run-pass/spawn2.rs | 4 ---- src/test/run-pass/spawning-with-debug.rs | 4 ---- src/test/run-pass/stable-addr-of.rs | 4 ---- src/test/run-pass/stat.rs | 4 ---- src/test/run-pass/static-assert.rs | 4 ---- src/test/run-pass/static-fn-inline-xc.rs | 4 ---- src/test/run-pass/static-fn-trait-xc.rs | 4 ---- .../run-pass/static-function-pointer-xc.rs | 4 ---- src/test/run-pass/static-function-pointer.rs | 4 ---- src/test/run-pass/static-impl.rs | 4 ---- ...tic-method-in-trait-with-tps-intracrate.rs | 4 ---- src/test/run-pass/static-method-xcrate.rs | 4 ---- src/test/run-pass/static-methods-in-traits.rs | 4 ---- .../run-pass/static-methods-in-traits2.rs | 4 ---- src/test/run-pass/static-mut-foreign.rs | 4 ---- src/test/run-pass/static-mut-xc.rs | 4 ---- src/test/run-pass/str-concat.rs | 4 ---- src/test/run-pass/str-multiline.rs | 4 ---- src/test/run-pass/string-escapes.rs | 4 ---- src/test/run-pass/string-self-append.rs | 4 ---- src/test/run-pass/struct-aliases-xcrate.rs | 4 ---- src/test/run-pass/struct-aliases.rs | 4 ---- .../struct-destructuring-cross-crate.rs | 4 ---- .../run-pass/struct-like-variant-construct.rs | 4 ---- .../run-pass/struct-like-variant-match.rs | 4 ---- .../struct-lit-functional-no-fields.rs | 4 ---- src/test/run-pass/struct-literal-dtor.rs | 4 ---- src/test/run-pass/struct-new-as-field-name.rs | 4 ---- src/test/run-pass/struct-order-of-eval-1.rs | 4 ---- src/test/run-pass/struct-order-of-eval-2.rs | 4 ---- src/test/run-pass/struct-partial-move-1.rs | 4 ---- src/test/run-pass/struct-partial-move-2.rs | 4 ---- src/test/run-pass/struct-pattern-matching.rs | 4 ---- src/test/run-pass/struct-return.rs | 4 ---- .../struct-variant-field-visibility.rs | 4 ---- src/test/run-pass/struct_variant_xc.rs | 4 ---- src/test/run-pass/struct_variant_xc_match.rs | 4 ---- src/test/run-pass/structured-compare.rs | 4 ---- src/test/run-pass/super-fast-paren-parsing.rs | 4 ---- src/test/run-pass/super.rs | 4 ---- .../run-pass/supertrait-default-generics.rs | 4 ---- src/test/run-pass/supported-cast.rs | 4 ---- src/test/run-pass/svh-add-comment.rs | 4 ---- src/test/run-pass/svh-add-doc.rs | 4 ---- src/test/run-pass/svh-add-macro.rs | 4 ---- src/test/run-pass/svh-add-nothing.rs | 4 ---- src/test/run-pass/svh-add-redundant-cfg.rs | 4 ---- src/test/run-pass/svh-add-whitespace.rs | 4 ---- src/test/run-pass/swap-1.rs | 4 ---- src/test/run-pass/swap-2.rs | 4 ---- src/test/run-pass/swap-overlapping.rs | 4 ---- src/test/run-pass/syntax-extension-cfg.rs | 4 ---- .../run-pass/syntax-extension-source-utils.rs | 4 ---- src/test/run-pass/syntax-trait-polarity.rs | 4 ---- src/test/run-pass/tag-align-dyn-u64.rs | 4 ---- src/test/run-pass/tag-align-dyn-variants.rs | 4 ---- src/test/run-pass/tag-align-shape.rs | 4 ---- src/test/run-pass/tag-align-u64.rs | 4 ---- src/test/run-pass/tag-disr-val-shape.rs | 4 ---- src/test/run-pass/tag-exports.rs | 4 ---- src/test/run-pass/tag-in-block.rs | 4 ---- .../tag-variant-disr-type-mismatch.rs | 4 ---- src/test/run-pass/tag-variant-disr-val.rs | 4 ---- src/test/run-pass/tag.rs | 4 ---- src/test/run-pass/tail-call-arg-leak.rs | 4 ---- src/test/run-pass/tail-cps.rs | 4 ---- src/test/run-pass/tail-direct.rs | 4 ---- src/test/run-pass/task-comm-0.rs | 4 ---- src/test/run-pass/task-comm-1.rs | 4 ---- src/test/run-pass/task-comm-10.rs | 4 ---- src/test/run-pass/task-comm-11.rs | 4 ---- src/test/run-pass/task-comm-12.rs | 4 ---- src/test/run-pass/task-comm-13.rs | 4 ---- src/test/run-pass/task-comm-14.rs | 4 ---- src/test/run-pass/task-comm-15.rs | 4 ---- src/test/run-pass/task-comm-16.rs | 4 ---- src/test/run-pass/task-comm-17.rs | 4 ---- src/test/run-pass/task-comm-3.rs | 4 ---- src/test/run-pass/task-comm-4.rs | 4 ---- src/test/run-pass/task-comm-5.rs | 4 ---- src/test/run-pass/task-comm-6.rs | 4 ---- src/test/run-pass/task-comm-7.rs | 4 ---- src/test/run-pass/task-comm-9.rs | 4 ---- src/test/run-pass/task-comm-chan-nil.rs | 4 ---- src/test/run-pass/task-life-0.rs | 4 ---- src/test/run-pass/task-spawn-move-and-copy.rs | 4 ---- src/test/run-pass/task-stderr.rs | 4 ---- src/test/run-pass/tcp-accept-stress.rs | 4 ---- src/test/run-pass/tcp-connect-timeouts.rs | 4 ---- src/test/run-pass/tcp-stress.rs | 4 ---- src/test/run-pass/tempfile.rs | 4 ---- src/test/run-pass/terminate-in-initializer.rs | 4 ---- src/test/run-pass/test-runner-hides-main.rs | 4 ---- .../run-pass/test-should-fail-good-message.rs | 4 ---- src/test/run-pass/threads.rs | 4 ---- src/test/run-pass/trailing-comma.rs | 4 ---- src/test/run-pass/trait-bounds-basic.rs | 4 ---- ...trait-bounds-impl-comparison-duplicates.rs | 4 ---- src/test/run-pass/trait-bounds-in-arc.rs | 4 ---- .../trait-bounds-on-structs-and-enums.rs | 4 ---- src/test/run-pass/trait-bounds-recursion.rs | 4 ---- src/test/run-pass/trait-bounds.rs | 4 ---- src/test/run-pass/trait-cache-issue-18209.rs | 4 ---- src/test/run-pass/trait-coercion-generic.rs | 4 ---- src/test/run-pass/trait-coercion.rs | 4 ---- .../run-pass/trait-composition-trivial.rs | 4 ---- src/test/run-pass/trait-contravariant-self.rs | 4 ---- .../trait-default-method-bound-subst.rs | 4 ---- .../trait-default-method-bound-subst2.rs | 4 ---- .../trait-default-method-bound-subst3.rs | 4 ---- .../trait-default-method-bound-subst4.rs | 4 ---- .../run-pass/trait-default-method-bound.rs | 4 ---- .../run-pass/trait-default-method-xc-2.rs | 4 ---- src/test/run-pass/trait-default-method-xc.rs | 4 ---- ...se-ambiguity-where-clause-builtin-bound.rs | 4 ---- src/test/run-pass/trait-generic.rs | 4 ---- src/test/run-pass/trait-impl.rs | 4 ---- .../run-pass/trait-inheritance-auto-xc-2.rs | 4 ---- .../run-pass/trait-inheritance-auto-xc.rs | 4 ---- src/test/run-pass/trait-inheritance-auto.rs | 4 ---- .../trait-inheritance-call-bound-inherited.rs | 4 ---- ...trait-inheritance-call-bound-inherited2.rs | 4 ---- ...ritance-cast-without-call-to-supertrait.rs | 4 ---- src/test/run-pass/trait-inheritance-cast.rs | 4 ---- .../trait-inheritance-cross-trait-call-xc.rs | 4 ---- .../trait-inheritance-cross-trait-call.rs | 4 ---- .../run-pass/trait-inheritance-diamond.rs | 4 ---- .../trait-inheritance-multiple-inheritors.rs | 4 ---- .../trait-inheritance-multiple-params.rs | 4 ---- src/test/run-pass/trait-inheritance-num.rs | 4 ---- src/test/run-pass/trait-inheritance-num0.rs | 4 ---- src/test/run-pass/trait-inheritance-num1.rs | 4 ---- src/test/run-pass/trait-inheritance-num2.rs | 4 ---- src/test/run-pass/trait-inheritance-num3.rs | 4 ---- src/test/run-pass/trait-inheritance-num5.rs | 4 ---- .../trait-inheritance-overloading-simple.rs | 4 ---- .../trait-inheritance-overloading-xc-exe.rs | 4 ---- .../run-pass/trait-inheritance-overloading.rs | 4 ---- .../trait-inheritance-self-in-supertype.rs | 4 ---- src/test/run-pass/trait-inheritance-self.rs | 4 ---- src/test/run-pass/trait-inheritance-simple.rs | 4 ---- src/test/run-pass/trait-inheritance-static.rs | 4 ---- .../run-pass/trait-inheritance-static2.rs | 4 ---- src/test/run-pass/trait-inheritance-subst.rs | 4 ---- src/test/run-pass/trait-inheritance-subst2.rs | 4 ---- .../run-pass/trait-inheritance-visibility.rs | 4 ---- src/test/run-pass/trait-inheritance2.rs | 4 ---- src/test/run-pass/trait-object-generics.rs | 4 ---- .../run-pass/trait-region-pointer-simple.rs | 4 ---- src/test/run-pass/trait-safety-ok-cc.rs | 4 ---- src/test/run-pass/trait-safety-ok.rs | 4 ---- .../trait-static-method-overwriting.rs | 4 ---- src/test/run-pass/trait-to-str.rs | 4 ---- .../run-pass/trait-where-clause-vs-impl.rs | 4 ---- .../run-pass/trait-with-bounds-default.rs | 4 ---- .../run-pass/traits-conditional-dispatch.rs | 4 ---- .../run-pass/traits-conditional-model-fn.rs | 4 ---- .../run-pass/traits-default-method-macro.rs | 4 ---- .../run-pass/traits-default-method-mut.rs | 4 ---- .../run-pass/traits-default-method-self.rs | 4 ---- .../run-pass/traits-default-method-trivial.rs | 4 ---- ...aits-multidispatch-infer-convert-target.rs | 4 ---- src/test/run-pass/traits-negative-impls.rs | 4 ---- src/test/run-pass/trans-tag-static-padding.rs | 4 ---- .../transmute-non-immediate-to-immediate.rs | 4 ---- src/test/run-pass/trivial-message.rs | 4 ---- src/test/run-pass/tup.rs | 4 ---- src/test/run-pass/tuple-index-fat-types.rs | 4 ---- src/test/run-pass/tuple-index.rs | 4 ---- src/test/run-pass/tuple-struct-construct.rs | 4 ---- .../tuple-struct-constructor-pointer.rs | 4 ---- .../run-pass/tuple-struct-destructuring.rs | 4 ---- src/test/run-pass/tuple-struct-matching.rs | 4 ---- src/test/run-pass/tuple-struct-trivial.rs | 4 ---- src/test/run-pass/two-macro-use.rs | 4 ---- src/test/run-pass/tydesc-name.rs | 4 ---- src/test/run-pass/type-id-higher-rank.rs | 4 ---- src/test/run-pass/type-in-nested-module.rs | 4 ---- src/test/run-pass/type-namespace.rs | 4 ---- src/test/run-pass/type-param-constraints.rs | 4 ---- src/test/run-pass/type-param.rs | 4 ---- src/test/run-pass/type-params-in-for-each.rs | 4 ---- src/test/run-pass/type-ptr.rs | 4 ---- src/test/run-pass/type-sizes.rs | 4 ---- src/test/run-pass/type-use-i1-versus-i8.rs | 4 ---- .../typeck-macro-interaction-issue-8852.rs | 4 ---- .../run-pass/typeck_type_placeholder_1.rs | 4 ---- .../run-pass/typeclasses-eq-example-static.rs | 4 ---- src/test/run-pass/typeclasses-eq-example.rs | 4 ---- src/test/run-pass/typeid-intrinsic.rs | 4 ---- src/test/run-pass/typestate-cfg-nesting.rs | 4 ---- src/test/run-pass/typestate-multi-decl.rs | 4 ---- src/test/run-pass/u32-decr.rs | 4 ---- src/test/run-pass/u8-incr-decr.rs | 4 ---- src/test/run-pass/u8-incr.rs | 4 ---- src/test/run-pass/ufcs-explicit-self.rs | 4 ---- src/test/run-pass/ufcs-trait-object.rs | 4 ---- src/test/run-pass/ufcs-type-params.rs | 4 ---- src/test/run-pass/uint.rs | 4 ---- .../run-pass/unary-minus-suffix-inference.rs | 4 ---- .../run-pass/unboxed-closures-all-traits.rs | 4 ---- src/test/run-pass/unboxed-closures-boxed.rs | 4 ---- src/test/run-pass/unboxed-closures-by-ref.rs | 4 ---- .../unboxed-closures-call-fn-autoderef.rs | 4 ---- .../unboxed-closures-call-sugar-autoderef.rs | 4 ---- ...ed-closures-call-sugar-object-autoderef.rs | 4 ---- .../unboxed-closures-call-sugar-object.rs | 4 ---- .../run-pass/unboxed-closures-cross-crate.rs | 4 ---- .../unboxed-closures-direct-sugary-call.rs | 4 ---- src/test/run-pass/unboxed-closures-drop.rs | 4 ---- .../run-pass/unboxed-closures-extern-fn-hr.rs | 4 ---- .../run-pass/unboxed-closures-extern-fn.rs | 4 ---- ...unboxed-closures-fn-as-fnmut-and-fnonce.rs | 4 ---- .../unboxed-closures-fnmut-as-fnonce.rs | 4 ---- src/test/run-pass/unboxed-closures-generic.rs | 4 ---- ...nfer-argument-types-from-expected-bound.rs | 4 ---- ...rgument-types-from-expected-object-type.rs | 4 ---- ...-with-bound-regions-from-expected-bound.rs | 4 ---- .../run-pass/unboxed-closures-infer-kind.rs | 4 ---- .../run-pass/unboxed-closures-manual-impl.rs | 4 ---- .../unboxed-closures-monomorphization.rs | 4 ---- .../run-pass/unboxed-closures-move-mutable.rs | 4 ---- src/test/run-pass/unboxed-closures-prelude.rs | 4 ---- src/test/run-pass/unboxed-closures-simple.rs | 4 ---- .../unboxed-closures-single-word-env.rs | 4 ---- .../unboxed-closures-static-call-fn-once.rs | 4 ---- .../run-pass/unboxed-closures-sugar-object.rs | 4 ---- .../unboxed-closures-unique-type-id.rs | 4 ---- .../run-pass/unboxed-closures-zero-args.rs | 4 ---- src/test/run-pass/unfold-cross-crate.rs | 4 ---- src/test/run-pass/unify-return-ty.rs | 4 ---- src/test/run-pass/uninit-empty-types.rs | 4 ---- src/test/run-pass/uniq-self-in-mut-slot.rs | 4 ---- src/test/run-pass/unique-assign-copy.rs | 4 ---- src/test/run-pass/unique-assign-drop.rs | 4 ---- src/test/run-pass/unique-assign-generic.rs | 4 ---- src/test/run-pass/unique-assign.rs | 4 ---- src/test/run-pass/unique-autoderef-field.rs | 4 ---- src/test/run-pass/unique-autoderef-index.rs | 4 ---- src/test/run-pass/unique-cmp.rs | 4 ---- src/test/run-pass/unique-containing-tag.rs | 4 ---- src/test/run-pass/unique-create.rs | 4 ---- src/test/run-pass/unique-decl-init-copy.rs | 4 ---- src/test/run-pass/unique-decl-init.rs | 4 ---- src/test/run-pass/unique-decl-move.rs | 4 ---- src/test/run-pass/unique-decl.rs | 4 ---- src/test/run-pass/unique-deref.rs | 4 ---- src/test/run-pass/unique-destructure.rs | 4 ---- src/test/run-pass/unique-drop-complex.rs | 4 ---- src/test/run-pass/unique-fn-arg-move.rs | 4 ---- src/test/run-pass/unique-fn-arg-mut.rs | 4 ---- src/test/run-pass/unique-fn-arg.rs | 4 ---- src/test/run-pass/unique-fn-ret.rs | 4 ---- src/test/run-pass/unique-generic-assign.rs | 4 ---- src/test/run-pass/unique-in-tag.rs | 4 ---- src/test/run-pass/unique-in-vec-copy.rs | 4 ---- src/test/run-pass/unique-in-vec.rs | 4 ---- src/test/run-pass/unique-init.rs | 4 ---- src/test/run-pass/unique-kinds.rs | 4 ---- src/test/run-pass/unique-log.rs | 4 ---- src/test/run-pass/unique-match-discrim.rs | 4 ---- src/test/run-pass/unique-move-drop.rs | 4 ---- src/test/run-pass/unique-move-temp.rs | 4 ---- src/test/run-pass/unique-move.rs | 4 ---- src/test/run-pass/unique-mutable.rs | 4 ---- src/test/run-pass/unique-object-move.rs | 4 ---- src/test/run-pass/unique-pat-2.rs | 4 ---- src/test/run-pass/unique-pat-3.rs | 4 ---- src/test/run-pass/unique-pat.rs | 4 ---- src/test/run-pass/unique-rec.rs | 4 ---- src/test/run-pass/unique-send-2.rs | 4 ---- src/test/run-pass/unique-send.rs | 4 ---- src/test/run-pass/unique-swap.rs | 4 ---- .../run-pass/unit-like-struct-drop-run.rs | 4 ---- src/test/run-pass/unit-like-struct.rs | 4 ---- src/test/run-pass/unit.rs | 4 ---- src/test/run-pass/unnamed_argument_mode.rs | 4 ---- src/test/run-pass/unreachable-code-1.rs | 4 ---- src/test/run-pass/unreachable-code.rs | 4 ---- .../unsafe-fn-called-from-unsafe-blk.rs | 4 ---- .../unsafe-fn-called-from-unsafe-fn.rs | 4 ---- .../run-pass/unsafe-pointer-assignability.rs | 4 ---- src/test/run-pass/unsized.rs | 4 ---- src/test/run-pass/unsized2.rs | 4 ---- src/test/run-pass/unsized3.rs | 4 ---- src/test/run-pass/unused-move-capture.rs | 4 ---- src/test/run-pass/unused-move.rs | 4 ---- src/test/run-pass/unwind-resource.rs | 4 ---- src/test/run-pass/unwind-unique.rs | 4 ---- src/test/run-pass/use-crate-name-alias.rs | 4 ---- src/test/run-pass/use-import-export.rs | 4 ---- src/test/run-pass/use-mod.rs | 4 ---- src/test/run-pass/use-trait-before-def.rs | 4 ---- src/test/run-pass/use-uninit-match.rs | 4 ---- src/test/run-pass/use-uninit-match2.rs | 4 ---- src/test/run-pass/use.rs | 4 ---- src/test/run-pass/use_inline_dtor.rs | 4 ---- src/test/run-pass/utf8-bom.rs | 4 ---- src/test/run-pass/utf8.rs | 4 ---- src/test/run-pass/utf8_chars.rs | 4 ---- src/test/run-pass/utf8_idents.rs | 4 ---- src/test/run-pass/variadic-ffi.rs | 4 ---- src/test/run-pass/variant-attributes.rs | 4 ---- src/test/run-pass/variant-structs-trivial.rs | 4 ---- src/test/run-pass/vec-concat.rs | 4 ---- src/test/run-pass/vec-dst.rs | 4 ---- src/test/run-pass/vec-fixed-length.rs | 4 ---- src/test/run-pass/vec-growth.rs | 4 ---- src/test/run-pass/vec-late-init.rs | 4 ---- src/test/run-pass/vec-macro-no-std.rs | 4 ---- src/test/run-pass/vec-macro-repeat.rs | 4 ---- src/test/run-pass/vec-macro-with-brackets.rs | 4 ---- .../run-pass/vec-macro-with-trailing-comma.rs | 4 ---- src/test/run-pass/vec-matching-autoslice.rs | 4 ---- src/test/run-pass/vec-matching-fixed.rs | 4 ---- src/test/run-pass/vec-matching-fold.rs | 4 ---- .../vec-matching-legal-tail-element-borrow.rs | 4 ---- src/test/run-pass/vec-matching.rs | 4 ---- src/test/run-pass/vec-push.rs | 4 ---- src/test/run-pass/vec-repeat-with-cast.rs | 4 ---- src/test/run-pass/vec-slice-drop.rs | 4 ---- src/test/run-pass/vec-slice.rs | 4 ---- src/test/run-pass/vec-tail-matching.rs | 4 ---- src/test/run-pass/vec-to_str.rs | 4 ---- src/test/run-pass/vec.rs | 4 ---- src/test/run-pass/vector-no-ann-2.rs | 4 ---- src/test/run-pass/vector-sort-panic-safe.rs | 4 ---- .../visible-private-types-feature-gate.rs | 4 ---- .../run-pass/wait-forked-but-failed-child.rs | 4 ---- src/test/run-pass/warn-ctypes-inhibit.rs | 4 ---- src/test/run-pass/weak-lang-item.rs | 4 ---- src/test/run-pass/weird-exprs.rs | 4 ---- .../wf-bound-region-in-object-type.rs | 4 ---- .../where-clause-bounds-inconsistency.rs | 4 ---- .../where-clause-early-bound-lifetimes.rs | 4 ---- .../where-clause-method-substituion.rs | 4 ---- .../run-pass/where-clause-region-outlives.rs | 4 ---- .../run-pass/where-clauses-cross-crate.rs | 4 ---- src/test/run-pass/where-clauses-lifetimes.rs | 4 ---- src/test/run-pass/where-clauses-method.rs | 4 ---- .../where-clauses-unboxed-closures.rs | 4 ---- src/test/run-pass/where-clauses.rs | 4 ---- src/test/run-pass/while-cont.rs | 4 ---- src/test/run-pass/while-flow-graph.rs | 4 ---- src/test/run-pass/while-label.rs | 4 ---- src/test/run-pass/while-let.rs | 4 ---- src/test/run-pass/while-loop-constraints-2.rs | 4 ---- src/test/run-pass/while-prelude-drop.rs | 4 ---- src/test/run-pass/while-with-break.rs | 4 ---- src/test/run-pass/while.rs | 4 ---- src/test/run-pass/writealias.rs | 4 ---- src/test/run-pass/x86stdcall.rs | 4 ---- src/test/run-pass/x86stdcall2.rs | 4 ---- .../run-pass/xcrate-address-insignificant.rs | 4 ---- src/test/run-pass/xcrate-static-addresses.rs | 4 ---- .../run-pass/xcrate-trait-lifetime-param.rs | 4 ---- src/test/run-pass/xcrate-unit-struct.rs | 4 ---- src/test/run-pass/yield.rs | 4 ---- src/test/run-pass/yield1.rs | 4 ---- src/test/run-pass/yield2.rs | 4 ---- .../run-pass/zero-size-type-destructors.rs | 4 ---- .../run-pass/zero_sized_subslice_match.rs | 4 ---- 5006 files changed, 9 insertions(+), 20067 deletions(-) diff --git a/Makefile.in b/Makefile.in index 63c5742a540d4..b63e2d6d5b852 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/clean.mk b/mk/clean.mk index 5b90d41ceeceb..0f7bcce1b07fa 100644 --- a/mk/clean.mk +++ b/mk/clean.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/crates.mk b/mk/crates.mk index 5957405f0f9ec..4b9f91c925058 100644 --- a/mk/crates.mk +++ b/mk/crates.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/ctags.mk b/mk/ctags.mk index c7a3406a9e746..9e63aa74aae19 100644 --- a/mk/ctags.mk +++ b/mk/ctags.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/debuggers.mk b/mk/debuggers.mk index 899cc42d066e4..fb84bb840c015 100644 --- a/mk/debuggers.mk +++ b/mk/debuggers.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/dist.mk b/mk/dist.mk index 05af3f2123227..fa737ecf209f1 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/docs.mk b/mk/docs.mk index 8af47700f25dc..1c8e9c588c3f2 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -1,7 +1,3 @@ -# Copyright 2012-2013 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 or the MIT license # , at your diff --git a/mk/grammar.mk b/mk/grammar.mk index 93e40302f5176..290a9f4978777 100644 --- a/mk/grammar.mk +++ b/mk/grammar.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/host.mk b/mk/host.mk index 59a00950b5cfd..4a8d5eb140a52 100644 --- a/mk/host.mk +++ b/mk/host.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/install.mk b/mk/install.mk index 60c0a6bb4c764..55d63f0a76a61 100644 --- a/mk/install.mk +++ b/mk/install.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/llvm.mk b/mk/llvm.mk index ba2e073803935..3fbb483f2db4e 100644 --- a/mk/llvm.mk +++ b/mk/llvm.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/main.mk b/mk/main.mk index 8c910f4759610..1131fcb3b3b2e 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -1,7 +1,3 @@ -# Copyright 2014-2015 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 or the MIT license # , at your diff --git a/mk/perf.mk b/mk/perf.mk index 16cbaab495d82..2859266e193c4 100644 --- a/mk/perf.mk +++ b/mk/perf.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/platform.mk b/mk/platform.mk index 78c1057c2fe52..bd57223f36012 100644 --- a/mk/platform.mk +++ b/mk/platform.mk @@ -1,7 +1,3 @@ -# Copyright 2012-2015 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 or the MIT license # , at your diff --git a/mk/prepare.mk b/mk/prepare.mk index f1c4aa65f5ffe..27e95cce67060 100644 --- a/mk/prepare.mk +++ b/mk/prepare.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/reconfig.mk b/mk/reconfig.mk index 6c14a885b9146..bd43f5342e676 100644 --- a/mk/reconfig.mk +++ b/mk/reconfig.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/rt.mk b/mk/rt.mk index 6a7be26c7a686..962b51ab269c2 100644 --- a/mk/rt.mk +++ b/mk/rt.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/mk/rustllvm.mk b/mk/rustllvm.mk index 44225020811c0..12d36c9de92b9 100644 --- a/mk/rustllvm.mk +++ b/mk/rustllvm.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/snap.mk b/mk/snap.mk index 86c89cf0210ee..75ec92a079bb9 100644 --- a/mk/snap.mk +++ b/mk/snap.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/target.mk b/mk/target.mk index 1f67d9ed8da29..ed8747fc541b8 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -1,7 +1,3 @@ -# Copyright 2012 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 or the MIT license # , at your diff --git a/mk/tests.mk b/mk/tests.mk index 02cc745803fea..36e3e0f97b6be 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -1,7 +1,3 @@ -# Copyright 2012-2014 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 or the MIT license # , at your diff --git a/mk/util.mk b/mk/util.mk index 3bbc8f413aec5..b839990bf0c14 100644 --- a/mk/util.mk +++ b/mk/util.mk @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/src/compiletest/common.rs b/src/compiletest/common.rs index c29f74d741810..e356d7af9523c 100644 --- a/src/compiletest/common.rs +++ b/src/compiletest/common.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/compiletest/compiletest.rs b/src/compiletest/compiletest.rs index f3514c6e7bc82..6ddcb712b0b25 100644 --- a/src/compiletest/compiletest.rs +++ b/src/compiletest/compiletest.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/compiletest/errors.rs b/src/compiletest/errors.rs index dcfac688c7f62..8ab5dd0b17848 100644 --- a/src/compiletest/errors.rs +++ b/src/compiletest/errors.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/compiletest/header.rs b/src/compiletest/header.rs index 2413a001ee805..d6cf4af25633b 100644 --- a/src/compiletest/header.rs +++ b/src/compiletest/header.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/compiletest/procsrv.rs b/src/compiletest/procsrv.rs index f3f860d470d93..d80268a08eb95 100644 --- a/src/compiletest/procsrv.rs +++ b/src/compiletest/procsrv.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/compiletest/runtest.rs b/src/compiletest/runtest.rs index 5579479c5e5ac..2625fbe16c21b 100644 --- a/src/compiletest/runtest.rs +++ b/src/compiletest/runtest.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/compiletest/util.rs b/src/compiletest/util.rs index a116cc33690db..28ebd54c8435e 100644 --- a/src/compiletest/util.rs +++ b/src/compiletest/util.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/doc/rust.css b/src/doc/rust.css index 3f59f12e74ca3..82ed4b17fddcf 100644 --- a/src/doc/rust.css +++ b/src/doc/rust.css @@ -1,7 +1,3 @@ -/** - * Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT - * file at the top-level directory of this distribution and at - * http://rust-lang.org/COPYRIGHT. * With elements taken from Bootstrap v3.0.2 (MIT licensed). * * Licensed under the Apache License, Version 2.0 or the MIT license // , at your diff --git a/src/etc/2014-06-rewrite-bytes-macros.py b/src/etc/2014-06-rewrite-bytes-macros.py index 73ddfcb04cb2f..626ee7969f20b 100755 --- a/src/etc/2014-06-rewrite-bytes-macros.py +++ b/src/etc/2014-06-rewrite-bytes-macros.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2014 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 or the MIT license # , at your diff --git a/src/etc/check-binaries.py b/src/etc/check-binaries.py index 91c01b178075d..1979947dcf47c 100755 --- a/src/etc/check-binaries.py +++ b/src/etc/check-binaries.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/etc/emacs/run_rust_emacs_tests.sh b/src/etc/emacs/run_rust_emacs_tests.sh index b35fcf870c4d3..ed8b55d49c73d 100755 --- a/src/etc/emacs/run_rust_emacs_tests.sh +++ b/src/etc/emacs/run_rust_emacs_tests.sh @@ -1,7 +1,3 @@ -#!/bin/sh -# Copyright 2014 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 or the MIT license diff --git a/src/etc/extract_grammar.py b/src/etc/extract_grammar.py index 53781652902f5..79570094c8ed6 100755 --- a/src/etc/extract_grammar.py +++ b/src/etc/extract_grammar.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2012-2013 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 or the MIT license # , at your diff --git a/src/etc/gdb_rust_pretty_printing.py b/src/etc/gdb_rust_pretty_printing.py index b6770c99975f1..76203c091c021 100755 --- a/src/etc/gdb_rust_pretty_printing.py +++ b/src/etc/gdb_rust_pretty_printing.py @@ -1,7 +1,3 @@ -# Copyright 2013-2014 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 or the MIT license # , at your diff --git a/src/etc/generate-deriving-span-tests.py b/src/etc/generate-deriving-span-tests.py index eeb1b89472b3d..4b7a58804ec38 100755 --- a/src/etc/generate-deriving-span-tests.py +++ b/src/etc/generate-deriving-span-tests.py @@ -1,9 +1,5 @@ #!/usr/bin/env python -# -# Copyright 2013 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 or the MIT license # , at your diff --git a/src/etc/generate-keyword-tests.py b/src/etc/generate-keyword-tests.py index bf421513cba75..09faf2debf79d 100755 --- a/src/etc/generate-keyword-tests.py +++ b/src/etc/generate-keyword-tests.py @@ -1,9 +1,5 @@ #!/usr/bin/env python -# -# Copyright 2013 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 or the MIT license # , at your diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py index 886a84bd819a9..1960dbcc4a981 100755 --- a/src/etc/get-snapshot.py +++ b/src/etc/get-snapshot.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2011-2014 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 or the MIT license # , at your diff --git a/src/etc/latest-unix-snaps.py b/src/etc/latest-unix-snaps.py index 32e9691f8153b..df912829e794b 100755 --- a/src/etc/latest-unix-snaps.py +++ b/src/etc/latest-unix-snaps.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/etc/licenseck.py b/src/etc/licenseck.py index 9ac0acc38a73e..088492a563765 100644 --- a/src/etc/licenseck.py +++ b/src/etc/licenseck.py @@ -1,7 +1,5 @@ -# Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT -# file at the top-level directory of this distribution and at -# http://rust-lang.org/COPYRIGHT. -# +#!/usr/bin/env python + # Licensed under the Apache License, Version 2.0 or the MIT license # , at your diff --git a/src/etc/lldb_batchmode.py b/src/etc/lldb_batchmode.py index 25e5661ca49da..b882ae5cdc0b3 100644 --- a/src/etc/lldb_batchmode.py +++ b/src/etc/lldb_batchmode.py @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/src/etc/lldb_rust_formatters.py b/src/etc/lldb_rust_formatters.py index 05d71902904b4..26110c17c6417 100644 --- a/src/etc/lldb_rust_formatters.py +++ b/src/etc/lldb_rust_formatters.py @@ -1,7 +1,3 @@ -# Copyright 2014 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 or the MIT license # , at your diff --git a/src/etc/local_stage0.sh b/src/etc/local_stage0.sh index 56ebd4f140f52..19498380d735a 100755 --- a/src/etc/local_stage0.sh +++ b/src/etc/local_stage0.sh @@ -1,7 +1,3 @@ -#!/bin/sh -# Copyright 2014 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 or the MIT license diff --git a/src/etc/make-snapshot.py b/src/etc/make-snapshot.py index 31a69a581e4e2..eed84b3f8857c 100755 --- a/src/etc/make-snapshot.py +++ b/src/etc/make-snapshot.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2011-2014 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 or the MIT license # , at your diff --git a/src/etc/maketest.py b/src/etc/maketest.py index 3f29c0b2f12ff..7e336e20487c6 100644 --- a/src/etc/maketest.py +++ b/src/etc/maketest.py @@ -1,7 +1,3 @@ -# Copyright 2013-2014 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 or the MIT license # , at your diff --git a/src/etc/mingw-fix-include/bits/c++config.h b/src/etc/mingw-fix-include/bits/c++config.h index 57533ef522455..8514bc18de5aa 100644 --- a/src/etc/mingw-fix-include/bits/c++config.h +++ b/src/etc/mingw-fix-include/bits/c++config.h @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/etc/mingw-fix-include/winbase.h b/src/etc/mingw-fix-include/winbase.h index b1674f5f5673a..703558ddfc24a 100644 --- a/src/etc/mingw-fix-include/winbase.h +++ b/src/etc/mingw-fix-include/winbase.h @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/etc/mingw-fix-include/winsock2.h b/src/etc/mingw-fix-include/winsock2.h index 5096c2f67026c..49117bd657213 100644 --- a/src/etc/mingw-fix-include/winsock2.h +++ b/src/etc/mingw-fix-include/winsock2.h @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/etc/mirror-all-snapshots.py b/src/etc/mirror-all-snapshots.py index 3934c235e8c1e..1f8982cdba4a2 100644 --- a/src/etc/mirror-all-snapshots.py +++ b/src/etc/mirror-all-snapshots.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2011-2013 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 or the MIT license # , at your diff --git a/src/etc/regex-match-tests.py b/src/etc/regex-match-tests.py index ea7f51c86f817..b21c8c47a0a82 100755 --- a/src/etc/regex-match-tests.py +++ b/src/etc/regex-match-tests.py @@ -1,9 +1,5 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python -# Copyright 2014 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 or the MIT license # , at your diff --git a/src/etc/rust-gdb b/src/etc/rust-gdb index 520a108da914c..756b7ae1801dc 100755 --- a/src/etc/rust-gdb +++ b/src/etc/rust-gdb @@ -1,7 +1,3 @@ -#!/bin/sh -# Copyright 2014 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 or the MIT license diff --git a/src/etc/rust-lldb b/src/etc/rust-lldb index 42902b06aee13..9b980df948bf6 100755 --- a/src/etc/rust-lldb +++ b/src/etc/rust-lldb @@ -1,7 +1,3 @@ -#!/bin/sh -# Copyright 2014 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 or the MIT license diff --git a/src/etc/rustup.sh b/src/etc/rustup.sh index 749d9eaa173e8..7ad54894c41cc 100755 --- a/src/etc/rustup.sh +++ b/src/etc/rustup.sh @@ -1,7 +1,3 @@ -#!/bin/sh -# Copyright 2014 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 or the MIT license diff --git a/src/etc/snapshot.py b/src/etc/snapshot.py index 8f45f7f1af20d..4a53b58979156 100644 --- a/src/etc/snapshot.py +++ b/src/etc/snapshot.py @@ -1,7 +1,3 @@ -# Copyright 2011-2014 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 or the MIT license # , at your diff --git a/src/etc/sugarise-doc-comments.py b/src/etc/sugarise-doc-comments.py index 7d4ad749fe3fb..da0e0dbe95478 100755 --- a/src/etc/sugarise-doc-comments.py +++ b/src/etc/sugarise-doc-comments.py @@ -1,7 +1,3 @@ -#!/usr/bin/env python -# -# Copyright 2012-2013 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 or the MIT license # , at your diff --git a/src/etc/unicode.py b/src/etc/unicode.py index 4a0bb992fd989..b64e13b647b0a 100755 --- a/src/etc/unicode.py +++ b/src/etc/unicode.py @@ -1,9 +1,5 @@ #!/usr/bin/env python -# -# Copyright 2011-2013 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 or the MIT license # , at your diff --git a/src/etc/ziggurat_tables.py b/src/etc/ziggurat_tables.py index 762f9565b7802..bf69d561226d5 100755 --- a/src/etc/ziggurat_tables.py +++ b/src/etc/ziggurat_tables.py @@ -1,9 +1,5 @@ #!/usr/bin/env python -# -# Copyright 2013 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 or the MIT license # , at your diff --git a/src/grammar/verify.rs b/src/grammar/verify.rs index e9409a6106131..248d77f807f0c 100644 --- a/src/grammar/verify.rs +++ b/src/grammar/verify.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index c0cd034abfa4a..c413e49694afb 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index a2cc98c7d0129..fd4343683e732 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/liballoc/heap.rs b/src/liballoc/heap.rs index bd5b43b782e8d..b40354801fc21 100644 --- a/src/liballoc/heap.rs +++ b/src/liballoc/heap.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 811e32e747dfd..b0be46c4cc932 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/liballoc/rc.rs b/src/liballoc/rc.rs index 7191a7af346b0..ac0e6cfd2b08a 100644 --- a/src/liballoc/rc.rs +++ b/src/liballoc/rc.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libarena/lib.rs b/src/libarena/lib.rs index 7458cc60c15c2..6707e8ff77f33 100644 --- a/src/libarena/lib.rs +++ b/src/libarena/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcollections/bench.rs b/src/libcollections/bench.rs index cd4f8d203dfe9..ff70b5e44f4f8 100644 --- a/src/libcollections/bench.rs +++ b/src/libcollections/bench.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcollections/binary_heap.rs b/src/libcollections/binary_heap.rs index 01693391abed5..67bad48bdd453 100644 --- a/src/libcollections/binary_heap.rs +++ b/src/libcollections/binary_heap.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcollections/bit.rs b/src/libcollections/bit.rs index efd056b0d66a5..ad42cdcbd272e 100644 --- a/src/libcollections/bit.rs +++ b/src/libcollections/bit.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcollections/btree/map.rs b/src/libcollections/btree/map.rs index c56592177b49a..0cb9389284fa6 100644 --- a/src/libcollections/btree/map.rs +++ b/src/libcollections/btree/map.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcollections/btree/mod.rs b/src/libcollections/btree/mod.rs index 282128099da0a..f079f09e15be2 100644 --- a/src/libcollections/btree/mod.rs +++ b/src/libcollections/btree/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcollections/btree/node.rs b/src/libcollections/btree/node.rs index fa8906430894f..165748ce2164c 100644 --- a/src/libcollections/btree/node.rs +++ b/src/libcollections/btree/node.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcollections/btree/set.rs b/src/libcollections/btree/set.rs index 4d71f9dbea8be..ef1849b1ab07b 100644 --- a/src/libcollections/btree/set.rs +++ b/src/libcollections/btree/set.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcollections/dlist.rs b/src/libcollections/dlist.rs index cce8cf398e12e..f0890620a2e0f 100644 --- a/src/libcollections/dlist.rs +++ b/src/libcollections/dlist.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libcollections/enum_set.rs b/src/libcollections/enum_set.rs index 1b852d0ba680d..e00d742f6713c 100644 --- a/src/libcollections/enum_set.rs +++ b/src/libcollections/enum_set.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 6a182add00064..943216e0f581c 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcollections/macros.rs b/src/libcollections/macros.rs index c078db7d46fb7..be87f334cdfb1 100644 --- a/src/libcollections/macros.rs +++ b/src/libcollections/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libcollections/ring_buf.rs b/src/libcollections/ring_buf.rs index b9cb4be7c1891..9077c539ed378 100644 --- a/src/libcollections/ring_buf.rs +++ b/src/libcollections/ring_buf.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcollections/slice.rs b/src/libcollections/slice.rs index 988ec4c661faa..36a65e2bfda72 100644 --- a/src/libcollections/slice.rs +++ b/src/libcollections/slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcollections/str.rs b/src/libcollections/str.rs index f7668930660b0..570cf61db5609 100644 --- a/src/libcollections/str.rs +++ b/src/libcollections/str.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcollections/string.rs b/src/libcollections/string.rs index 5d35d8a86795a..c6ed0af9a766c 100644 --- a/src/libcollections/string.rs +++ b/src/libcollections/string.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcollections/vec.rs b/src/libcollections/vec.rs index 4ddab8c533aab..8bf704ce4b47e 100644 --- a/src/libcollections/vec.rs +++ b/src/libcollections/vec.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcollections/vec_map.rs b/src/libcollections/vec_map.rs index 7ff2e9535886c..e7859709ce407 100644 --- a/src/libcollections/vec_map.rs +++ b/src/libcollections/vec_map.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/any.rs b/src/libcore/any.rs index 20ed2253861ce..ff14ae993cc17 100644 --- a/src/libcore/any.rs +++ b/src/libcore/any.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcore/array.rs b/src/libcore/array.rs index 0cc31bf70dee6..0a589495c2ec3 100644 --- a/src/libcore/array.rs +++ b/src/libcore/array.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/atomic.rs b/src/libcore/atomic.rs index 18f7fff9053ce..314ed8266c81c 100644 --- a/src/libcore/atomic.rs +++ b/src/libcore/atomic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/borrow.rs b/src/libcore/borrow.rs index 4363a0a444113..852beb89ef30b 100644 --- a/src/libcore/borrow.rs +++ b/src/libcore/borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/cell.rs b/src/libcore/cell.rs index 963cb48db0701..0a408eee1e69e 100644 --- a/src/libcore/cell.rs +++ b/src/libcore/cell.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libcore/char.rs b/src/libcore/char.rs index caac894c0daa3..2406933bc8a54 100644 --- a/src/libcore/char.rs +++ b/src/libcore/char.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/clone.rs b/src/libcore/clone.rs index ffa6d0855435e..7d2c0f1678443 100644 --- a/src/libcore/clone.rs +++ b/src/libcore/clone.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libcore/cmp.rs b/src/libcore/cmp.rs index c1f1997df740e..2062ae0e64e18 100644 --- a/src/libcore/cmp.rs +++ b/src/libcore/cmp.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/default.rs b/src/libcore/default.rs index 8d4ecf7224339..d3e9b9b2389c7 100644 --- a/src/libcore/default.rs +++ b/src/libcore/default.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libcore/finally.rs b/src/libcore/finally.rs index ed3612bded05e..a500063494c4e 100644 --- a/src/libcore/finally.rs +++ b/src/libcore/finally.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libcore/fmt/float.rs b/src/libcore/fmt/float.rs index f1b9ebe6d905d..4806e9f557475 100644 --- a/src/libcore/fmt/float.rs +++ b/src/libcore/fmt/float.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcore/fmt/mod.rs b/src/libcore/fmt/mod.rs index 535722f93bfd6..50150e5eabc47 100644 --- a/src/libcore/fmt/mod.rs +++ b/src/libcore/fmt/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcore/fmt/num.rs b/src/libcore/fmt/num.rs index 1df6f8452258b..6ca55e005418e 100644 --- a/src/libcore/fmt/num.rs +++ b/src/libcore/fmt/num.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/fmt/rt.rs b/src/libcore/fmt/rt.rs index bea322191552b..7d1a09d68541d 100644 --- a/src/libcore/fmt/rt.rs +++ b/src/libcore/fmt/rt.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libcore/hash/mod.rs b/src/libcore/hash/mod.rs index 742e623901777..4cab32855c8fd 100644 --- a/src/libcore/hash/mod.rs +++ b/src/libcore/hash/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/hash/sip.rs b/src/libcore/hash/sip.rs index c20fb8457d26e..9c8ed85fb0155 100644 --- a/src/libcore/hash/sip.rs +++ b/src/libcore/hash/sip.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs index 73be68289c9b7..5ffde7a7e8b21 100644 --- a/src/libcore/intrinsics.rs +++ b/src/libcore/intrinsics.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index 0005db36c278a..17f3205b19c94 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 0b150d1ecf90b..3093900e653ab 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/macros.rs b/src/libcore/macros.rs index 1c37126e8e902..56a4f5e9c6f5d 100644 --- a/src/libcore/macros.rs +++ b/src/libcore/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index 99ba9666cd296..640ac9786d56f 100644 --- a/src/libcore/marker.rs +++ b/src/libcore/marker.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libcore/mem.rs b/src/libcore/mem.rs index 8438c9b206ee7..dae9e3a6a458e 100644 --- a/src/libcore/mem.rs +++ b/src/libcore/mem.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/nonzero.rs b/src/libcore/nonzero.rs index abaf252932300..da59e56dffb21 100644 --- a/src/libcore/nonzero.rs +++ b/src/libcore/nonzero.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/f32.rs b/src/libcore/num/f32.rs index f8a85e788e9e5..f415f207c1311 100644 --- a/src/libcore/num/f32.rs +++ b/src/libcore/num/f32.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/f64.rs b/src/libcore/num/f64.rs index 840428179cdce..f4c906eed8be5 100644 --- a/src/libcore/num/f64.rs +++ b/src/libcore/num/f64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/float_macros.rs b/src/libcore/num/float_macros.rs index 20300d29fa0c5..d445667065587 100644 --- a/src/libcore/num/float_macros.rs +++ b/src/libcore/num/float_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/num/i16.rs b/src/libcore/num/i16.rs index eb2a4c3835d5a..7b45c8c5c2c22 100644 --- a/src/libcore/num/i16.rs +++ b/src/libcore/num/i16.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/i32.rs b/src/libcore/num/i32.rs index 849fa205756bb..f699fc275fdbf 100644 --- a/src/libcore/num/i32.rs +++ b/src/libcore/num/i32.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/i64.rs b/src/libcore/num/i64.rs index b6cba728e447f..e9d61eef4d286 100644 --- a/src/libcore/num/i64.rs +++ b/src/libcore/num/i64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/i8.rs b/src/libcore/num/i8.rs index fd0759898ea2d..d37883ecef362 100644 --- a/src/libcore/num/i8.rs +++ b/src/libcore/num/i8.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/int.rs b/src/libcore/num/int.rs index 83011db35cec8..8d5eae4d0945d 100644 --- a/src/libcore/num/int.rs +++ b/src/libcore/num/int.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/int_macros.rs b/src/libcore/num/int_macros.rs index 61cd8cbf7c101..a89eff0b57750 100644 --- a/src/libcore/num/int_macros.rs +++ b/src/libcore/num/int_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/isize.rs b/src/libcore/num/isize.rs index e4711c92c599c..d88b6a24fc00e 100644 --- a/src/libcore/num/isize.rs +++ b/src/libcore/num/isize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index 599a5515e3b48..7811b6e1992ea 100644 --- a/src/libcore/num/mod.rs +++ b/src/libcore/num/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/u16.rs b/src/libcore/num/u16.rs index 730a24a963a56..a937dd3946568 100644 --- a/src/libcore/num/u16.rs +++ b/src/libcore/num/u16.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/u32.rs b/src/libcore/num/u32.rs index f308122af438d..21bb810ad3379 100644 --- a/src/libcore/num/u32.rs +++ b/src/libcore/num/u32.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/u64.rs b/src/libcore/num/u64.rs index a55868eb7468f..6abb1a1ccc770 100644 --- a/src/libcore/num/u64.rs +++ b/src/libcore/num/u64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/u8.rs b/src/libcore/num/u8.rs index 8643f8ad65028..3309d28a3abac 100644 --- a/src/libcore/num/u8.rs +++ b/src/libcore/num/u8.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/num/uint.rs b/src/libcore/num/uint.rs index 7931890ca5efb..fd9377139fadd 100644 --- a/src/libcore/num/uint.rs +++ b/src/libcore/num/uint.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/uint_macros.rs b/src/libcore/num/uint_macros.rs index 535765840a0fc..ba5efbf78d3eb 100644 --- a/src/libcore/num/uint_macros.rs +++ b/src/libcore/num/uint_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/num/usize.rs b/src/libcore/num/usize.rs index 5eebcd51a7765..feaea39a4971e 100644 --- a/src/libcore/num/usize.rs +++ b/src/libcore/num/usize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libcore/ops.rs b/src/libcore/ops.rs index 905de9ef615dc..f54a94917a710 100644 --- a/src/libcore/ops.rs +++ b/src/libcore/ops.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/option.rs b/src/libcore/option.rs index af7fc875389c0..35ad8ad92f7a9 100644 --- a/src/libcore/option.rs +++ b/src/libcore/option.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/panicking.rs b/src/libcore/panicking.rs index 61b4284e1dd9c..31e722f87f0c8 100644 --- a/src/libcore/panicking.rs +++ b/src/libcore/panicking.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/prelude.rs b/src/libcore/prelude.rs index da3f180d7e127..f20c8854ba0f7 100644 --- a/src/libcore/prelude.rs +++ b/src/libcore/prelude.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcore/ptr.rs b/src/libcore/ptr.rs index 0b89467d63b83..c827401d3e993 100644 --- a/src/libcore/ptr.rs +++ b/src/libcore/ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/raw.rs b/src/libcore/raw.rs index 13a387c7cb0ed..2f4965797d426 100644 --- a/src/libcore/raw.rs +++ b/src/libcore/raw.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libcore/result.rs b/src/libcore/result.rs index 1ab810f937de9..def59be0dda41 100644 --- a/src/libcore/result.rs +++ b/src/libcore/result.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/simd.rs b/src/libcore/simd.rs index b73910d7c068c..bb9bbc1518295 100644 --- a/src/libcore/simd.rs +++ b/src/libcore/simd.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libcore/slice.rs b/src/libcore/slice.rs index 50cbb7a61dce3..3f0d5f8e84e9a 100644 --- a/src/libcore/slice.rs +++ b/src/libcore/slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 6a542b2c45882..7f757e4eebcc3 100644 --- a/src/libcore/str/mod.rs +++ b/src/libcore/str/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcore/tuple.rs b/src/libcore/tuple.rs index 5baeae236b33e..fc7fe0ff97fe0 100644 --- a/src/libcore/tuple.rs +++ b/src/libcore/tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libcore/ty.rs b/src/libcore/ty.rs index 35c1cb09281f4..14aa35cf0594b 100644 --- a/src/libcore/ty.rs +++ b/src/libcore/ty.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libcoretest/any.rs b/src/libcoretest/any.rs index e6a7170aceafb..558fd7232dd28 100644 --- a/src/libcoretest/any.rs +++ b/src/libcoretest/any.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/atomic.rs b/src/libcoretest/atomic.rs index 8e3c7f4595a48..3f6e0d4ddd359 100644 --- a/src/libcoretest/atomic.rs +++ b/src/libcoretest/atomic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/cell.rs b/src/libcoretest/cell.rs index a808593ffbd7d..5952d8b128d54 100644 --- a/src/libcoretest/cell.rs +++ b/src/libcoretest/cell.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/char.rs b/src/libcoretest/char.rs index 2e29b1c41c418..826f316cd9845 100644 --- a/src/libcoretest/char.rs +++ b/src/libcoretest/char.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/clone.rs b/src/libcoretest/clone.rs index 67c30d945d497..287fb7deb08ce 100644 --- a/src/libcoretest/clone.rs +++ b/src/libcoretest/clone.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/cmp.rs b/src/libcoretest/cmp.rs index 992c99f1f9fe0..a9a6351d531a0 100644 --- a/src/libcoretest/cmp.rs +++ b/src/libcoretest/cmp.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/finally.rs b/src/libcoretest/finally.rs index 979ddaecb4ae3..eef440a4ce3c3 100644 --- a/src/libcoretest/finally.rs +++ b/src/libcoretest/finally.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/fmt/mod.rs b/src/libcoretest/fmt/mod.rs index 3f2208e6c2dad..b384cfcae90d7 100644 --- a/src/libcoretest/fmt/mod.rs +++ b/src/libcoretest/fmt/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/fmt/num.rs b/src/libcoretest/fmt/num.rs index c259e4cbb686d..52aad15eb64bb 100644 --- a/src/libcoretest/fmt/num.rs +++ b/src/libcoretest/fmt/num.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/hash/mod.rs b/src/libcoretest/hash/mod.rs index d48820aee0640..c5eb9858d06e7 100644 --- a/src/libcoretest/hash/mod.rs +++ b/src/libcoretest/hash/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/hash/sip.rs b/src/libcoretest/hash/sip.rs index 431f7e748f6db..b898f0295f84d 100644 --- a/src/libcoretest/hash/sip.rs +++ b/src/libcoretest/hash/sip.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/intrinsics.rs b/src/libcoretest/intrinsics.rs index b836f5f3f69f4..5f884832eb189 100644 --- a/src/libcoretest/intrinsics.rs +++ b/src/libcoretest/intrinsics.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/libcoretest/iter.rs b/src/libcoretest/iter.rs index 26819bf920986..33a7307ee5bae 100644 --- a/src/libcoretest/iter.rs +++ b/src/libcoretest/iter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs index 0c7b72612fae1..73ac11f069a84 100644 --- a/src/libcoretest/lib.rs +++ b/src/libcoretest/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/mem.rs b/src/libcoretest/mem.rs index 3dc209e6fcb24..92e1d1f6d1abf 100644 --- a/src/libcoretest/mem.rs +++ b/src/libcoretest/mem.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libcoretest/nonzero.rs b/src/libcoretest/nonzero.rs index ab2f6da1cf7d9..98359090bc350 100644 --- a/src/libcoretest/nonzero.rs +++ b/src/libcoretest/nonzero.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/i16.rs b/src/libcoretest/num/i16.rs index 7435831ac6dba..2c61fb2423a49 100644 --- a/src/libcoretest/num/i16.rs +++ b/src/libcoretest/num/i16.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/i32.rs b/src/libcoretest/num/i32.rs index 3b3407e1ada52..f37b79f4cb1f2 100644 --- a/src/libcoretest/num/i32.rs +++ b/src/libcoretest/num/i32.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/i64.rs b/src/libcoretest/num/i64.rs index 9e1aec256eed0..a818f02196f46 100644 --- a/src/libcoretest/num/i64.rs +++ b/src/libcoretest/num/i64.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/i8.rs b/src/libcoretest/num/i8.rs index f72244239b260..c87296189c601 100644 --- a/src/libcoretest/num/i8.rs +++ b/src/libcoretest/num/i8.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/int.rs b/src/libcoretest/num/int.rs index be8dfd02ee196..9f756de68c9a5 100644 --- a/src/libcoretest/num/int.rs +++ b/src/libcoretest/num/int.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/int_macros.rs b/src/libcoretest/num/int_macros.rs index b98432e26b215..a29b3dc308fdd 100644 --- a/src/libcoretest/num/int_macros.rs +++ b/src/libcoretest/num/int_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/mod.rs b/src/libcoretest/num/mod.rs index 8186a4f0904af..00d0e657db04b 100644 --- a/src/libcoretest/num/mod.rs +++ b/src/libcoretest/num/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/u16.rs b/src/libcoretest/num/u16.rs index 8455207583cc1..3f0e32228abd7 100644 --- a/src/libcoretest/num/u16.rs +++ b/src/libcoretest/num/u16.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/u32.rs b/src/libcoretest/num/u32.rs index b44e60f652979..287a5e4a28671 100644 --- a/src/libcoretest/num/u32.rs +++ b/src/libcoretest/num/u32.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/u64.rs b/src/libcoretest/num/u64.rs index ffcd1015d58d6..99e702a7bbe6e 100644 --- a/src/libcoretest/num/u64.rs +++ b/src/libcoretest/num/u64.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/u8.rs b/src/libcoretest/num/u8.rs index 4ee14e22f2d57..0f99521790622 100644 --- a/src/libcoretest/num/u8.rs +++ b/src/libcoretest/num/u8.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/uint.rs b/src/libcoretest/num/uint.rs index 395e55cf255d2..1ffea05f03fdf 100644 --- a/src/libcoretest/num/uint.rs +++ b/src/libcoretest/num/uint.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/num/uint_macros.rs b/src/libcoretest/num/uint_macros.rs index 04d8fb15cf5aa..27371d1c1960a 100644 --- a/src/libcoretest/num/uint_macros.rs +++ b/src/libcoretest/num/uint_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/ops.rs b/src/libcoretest/ops.rs index 430188c7e4322..3540ab81e51b0 100644 --- a/src/libcoretest/ops.rs +++ b/src/libcoretest/ops.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/option.rs b/src/libcoretest/option.rs index 1169f91023802..f36bce51e0766 100644 --- a/src/libcoretest/option.rs +++ b/src/libcoretest/option.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/ptr.rs b/src/libcoretest/ptr.rs index 875affe0ac780..250fe5f3bee2e 100644 --- a/src/libcoretest/ptr.rs +++ b/src/libcoretest/ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/result.rs b/src/libcoretest/result.rs index 485549cc552ac..01e9b381883b9 100644 --- a/src/libcoretest/result.rs +++ b/src/libcoretest/result.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/slice.rs b/src/libcoretest/slice.rs index 6fae384763f84..129824cedcd26 100644 --- a/src/libcoretest/slice.rs +++ b/src/libcoretest/slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/str.rs b/src/libcoretest/str.rs index 1c0af55370d39..4ab624e730641 100644 --- a/src/libcoretest/str.rs +++ b/src/libcoretest/str.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libcoretest/tuple.rs b/src/libcoretest/tuple.rs index 62eb9f4ad3480..ab81af02eaad3 100644 --- a/src/libcoretest/tuple.rs +++ b/src/libcoretest/tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index f0a2ab3d1d6cc..ed1f863394892 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs index 0ff153274410a..8e886a7d69d1e 100644 --- a/src/libfmt_macros/lib.rs +++ b/src/libfmt_macros/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index c2114d4c6df6d..e873b3535f6c3 100644 --- a/src/libgetopts/lib.rs +++ b/src/libgetopts/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libgraphviz/lib.rs b/src/libgraphviz/lib.rs index 2d7d88f0f35e0..c979a580a2641 100644 --- a/src/libgraphviz/lib.rs +++ b/src/libgraphviz/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libgraphviz/maybe_owned_vec.rs b/src/libgraphviz/maybe_owned_vec.rs index 567fe04c5afbc..720d51c5db3af 100644 --- a/src/libgraphviz/maybe_owned_vec.rs +++ b/src/libgraphviz/maybe_owned_vec.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs index fa6468517e699..c5c375aa5cee1 100644 --- a/src/liblibc/lib.rs +++ b/src/liblibc/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/liblog/directive.rs b/src/liblog/directive.rs index d741019aa7b9c..a3863735ae29a 100644 --- a/src/liblog/directive.rs +++ b/src/liblog/directive.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs index dbd8843412785..3ec54b801e5b6 100644 --- a/src/liblog/lib.rs +++ b/src/liblog/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/liblog/macros.rs b/src/liblog/macros.rs index 5249e971439cd..2768e4332b380 100644 --- a/src/liblog/macros.rs +++ b/src/liblog/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librand/chacha.rs b/src/librand/chacha.rs index 815fc0e7ec7ad..4da7201f6efe6 100644 --- a/src/librand/chacha.rs +++ b/src/librand/chacha.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librand/distributions/exponential.rs b/src/librand/distributions/exponential.rs index 580f8897885f6..fc49f4df670b8 100644 --- a/src/librand/distributions/exponential.rs +++ b/src/librand/distributions/exponential.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/distributions/gamma.rs b/src/librand/distributions/gamma.rs index 378029d1f9b37..a21609fe3fd8c 100644 --- a/src/librand/distributions/gamma.rs +++ b/src/librand/distributions/gamma.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/distributions/mod.rs b/src/librand/distributions/mod.rs index e248de10df496..b428e40e73c70 100644 --- a/src/librand/distributions/mod.rs +++ b/src/librand/distributions/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/distributions/normal.rs b/src/librand/distributions/normal.rs index 2e1a433eb075e..fbba0cb254af2 100644 --- a/src/librand/distributions/normal.rs +++ b/src/librand/distributions/normal.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/distributions/range.rs b/src/librand/distributions/range.rs index 1002d9693ba69..4e590f4eb1716 100644 --- a/src/librand/distributions/range.rs +++ b/src/librand/distributions/range.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/distributions/ziggurat_tables.rs b/src/librand/distributions/ziggurat_tables.rs index a108fd70d1ca9..9d3a2d468a594 100644 --- a/src/librand/distributions/ziggurat_tables.rs +++ b/src/librand/distributions/ziggurat_tables.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/isaac.rs b/src/librand/isaac.rs index 84328360ce324..fcc17a6e6e537 100644 --- a/src/librand/isaac.rs +++ b/src/librand/isaac.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librand/lib.rs b/src/librand/lib.rs index 853eb41d011b4..e6a97103e88d6 100644 --- a/src/librand/lib.rs +++ b/src/librand/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librand/rand_impls.rs b/src/librand/rand_impls.rs index c331807c1b9d3..098488f138f63 100644 --- a/src/librand/rand_impls.rs +++ b/src/librand/rand_impls.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librand/reseeding.rs b/src/librand/reseeding.rs index 63de49ac5cd81..b74cd61071a2a 100644 --- a/src/librand/reseeding.rs +++ b/src/librand/reseeding.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librbml/io.rs b/src/librbml/io.rs index f39860c8695c9..4ce2d55f98a68 100644 --- a/src/librbml/io.rs +++ b/src/librbml/io.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librbml/lib.rs b/src/librbml/lib.rs index 25279796c03c0..ffabf6c642a85 100644 --- a/src/librbml/lib.rs +++ b/src/librbml/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libregex/compile.rs b/src/libregex/compile.rs index d29a7a425c116..0c22eea7c179a 100644 --- a/src/libregex/compile.rs +++ b/src/libregex/compile.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/lib.rs b/src/libregex/lib.rs index 002b74cf1efa4..84ec8229dc49a 100644 --- a/src/libregex/lib.rs +++ b/src/libregex/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/parse.rs b/src/libregex/parse.rs index 1cc2b271e9ccd..76495d3fe94f4 100644 --- a/src/libregex/parse.rs +++ b/src/libregex/parse.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/re.rs b/src/libregex/re.rs index abc51d6240409..5520009ffa0f5 100644 --- a/src/libregex/re.rs +++ b/src/libregex/re.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/test/bench.rs b/src/libregex/test/bench.rs index 17521ff7ea54b..04b65728cc93b 100644 --- a/src/libregex/test/bench.rs +++ b/src/libregex/test/bench.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/test/matches.rs b/src/libregex/test/matches.rs index 7508f4c50a2c3..d3af711125792 100644 --- a/src/libregex/test/matches.rs +++ b/src/libregex/test/matches.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/test/mod.rs b/src/libregex/test/mod.rs index e11094b117471..46352f2ba28f2 100644 --- a/src/libregex/test/mod.rs +++ b/src/libregex/test/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/test/native_static.rs b/src/libregex/test/native_static.rs index 62e14731c207b..4485e6e47b728 100644 --- a/src/libregex/test/native_static.rs +++ b/src/libregex/test/native_static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/test/tests.rs b/src/libregex/test/tests.rs index b69420ac05bd1..74665f926452a 100644 --- a/src/libregex/test/tests.rs +++ b/src/libregex/test/tests.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libregex/vm.rs b/src/libregex/vm.rs index 9605536a052c0..2a466317931f6 100644 --- a/src/libregex/vm.rs +++ b/src/libregex/vm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 1ea79bdf606da..e3ef88ed56265 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 628690645514a..148607d00c75d 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index 8a27cfc510f4a..bad3ebe3e2945 100644 --- a/src/librustc/lint/builtin.rs +++ b/src/librustc/lint/builtin.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/lint/context.rs b/src/librustc/lint/context.rs index de4efe09f2725..ee63a52409669 100644 --- a/src/librustc/lint/context.rs +++ b/src/librustc/lint/context.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/lint/mod.rs b/src/librustc/lint/mod.rs index 826a35e3bb529..6fef945861993 100644 --- a/src/librustc/lint/mod.rs +++ b/src/librustc/lint/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/common.rs b/src/librustc/metadata/common.rs index de9a09ffe44c1..d7b27ac4af80c 100644 --- a/src/librustc/metadata/common.rs +++ b/src/librustc/metadata/common.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/creader.rs b/src/librustc/metadata/creader.rs index 5de683f8a4f07..7761fec2ba3b6 100644 --- a/src/librustc/metadata/creader.rs +++ b/src/librustc/metadata/creader.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/csearch.rs b/src/librustc/metadata/csearch.rs index e34fb37e1c555..cc3447e5e5c12 100644 --- a/src/librustc/metadata/csearch.rs +++ b/src/librustc/metadata/csearch.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/cstore.rs b/src/librustc/metadata/cstore.rs index a928d1c902285..e95f7607b6554 100644 --- a/src/librustc/metadata/cstore.rs +++ b/src/librustc/metadata/cstore.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/decoder.rs b/src/librustc/metadata/decoder.rs index 6bf1798d246a4..b4cbf6e5394cf 100644 --- a/src/librustc/metadata/decoder.rs +++ b/src/librustc/metadata/decoder.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/encoder.rs b/src/librustc/metadata/encoder.rs index 5cbe97504281d..c03ece5f069ed 100644 --- a/src/librustc/metadata/encoder.rs +++ b/src/librustc/metadata/encoder.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/filesearch.rs b/src/librustc/metadata/filesearch.rs index ddee1f79d6a68..f260d6b8d55ae 100644 --- a/src/librustc/metadata/filesearch.rs +++ b/src/librustc/metadata/filesearch.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/loader.rs b/src/librustc/metadata/loader.rs index 70b6ddf23fd8d..f118b9f5802f9 100644 --- a/src/librustc/metadata/loader.rs +++ b/src/librustc/metadata/loader.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/mod.rs b/src/librustc/metadata/mod.rs index 24007380feec1..8700470c0f8bb 100644 --- a/src/librustc/metadata/mod.rs +++ b/src/librustc/metadata/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/metadata/tydecode.rs b/src/librustc/metadata/tydecode.rs index 5aacaa04e46d0..554f0d51ce47b 100644 --- a/src/librustc/metadata/tydecode.rs +++ b/src/librustc/metadata/tydecode.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/metadata/tyencode.rs b/src/librustc/metadata/tyencode.rs index bdd08ad6c4952..0ff7529d1db83 100644 --- a/src/librustc/metadata/tyencode.rs +++ b/src/librustc/metadata/tyencode.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/astconv_util.rs b/src/librustc/middle/astconv_util.rs index 8cd3795580e8b..bc65238e34ae0 100644 --- a/src/librustc/middle/astconv_util.rs +++ b/src/librustc/middle/astconv_util.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/astencode.rs b/src/librustc/middle/astencode.rs index 550c0f34cafec..ffae15580d009 100644 --- a/src/librustc/middle/astencode.rs +++ b/src/librustc/middle/astencode.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/cfg/construct.rs b/src/librustc/middle/cfg/construct.rs index a1ac25a5650ef..b9d6dc1043161 100644 --- a/src/librustc/middle/cfg/construct.rs +++ b/src/librustc/middle/cfg/construct.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/cfg/graphviz.rs b/src/librustc/middle/cfg/graphviz.rs index 3d8348e8f5a99..b735410332e18 100644 --- a/src/librustc/middle/cfg/graphviz.rs +++ b/src/librustc/middle/cfg/graphviz.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/cfg/mod.rs b/src/librustc/middle/cfg/mod.rs index 0ca146a295e13..1cf0d1803eeea 100644 --- a/src/librustc/middle/cfg/mod.rs +++ b/src/librustc/middle/cfg/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/check_const.rs b/src/librustc/middle/check_const.rs index 202020a9033ed..d3a05ae94adf6 100644 --- a/src/librustc/middle/check_const.rs +++ b/src/librustc/middle/check_const.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/check_loop.rs b/src/librustc/middle/check_loop.rs index 1f779acac2503..04f2263a6b9d6 100644 --- a/src/librustc/middle/check_loop.rs +++ b/src/librustc/middle/check_loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/check_match.rs b/src/librustc/middle/check_match.rs index a1a90395b3b78..47f82eec75ff1 100644 --- a/src/librustc/middle/check_match.rs +++ b/src/librustc/middle/check_match.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/check_rvalues.rs b/src/librustc/middle/check_rvalues.rs index 5ff1f36f0e06a..788dfae0be2ce 100644 --- a/src/librustc/middle/check_rvalues.rs +++ b/src/librustc/middle/check_rvalues.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/check_static.rs b/src/librustc/middle/check_static.rs index 9d3180864f283..0bd55e244616b 100644 --- a/src/librustc/middle/check_static.rs +++ b/src/librustc/middle/check_static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/check_static_recursion.rs b/src/librustc/middle/check_static_recursion.rs index 86a58dae45aa4..7b8ff5941a8ea 100644 --- a/src/librustc/middle/check_static_recursion.rs +++ b/src/librustc/middle/check_static_recursion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/const_eval.rs b/src/librustc/middle/const_eval.rs index 05dd47f5a367f..dbc506ceb1cc6 100644 --- a/src/librustc/middle/const_eval.rs +++ b/src/librustc/middle/const_eval.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/dataflow.rs b/src/librustc/middle/dataflow.rs index 2b9bd1cd09fdb..e60b63aea01a0 100644 --- a/src/librustc/middle/dataflow.rs +++ b/src/librustc/middle/dataflow.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/dead.rs b/src/librustc/middle/dead.rs index 2e40bdd001a17..eb62692f27a5a 100644 --- a/src/librustc/middle/dead.rs +++ b/src/librustc/middle/dead.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/def.rs b/src/librustc/middle/def.rs index 2e4aa787e844b..bf274543d69c8 100644 --- a/src/librustc/middle/def.rs +++ b/src/librustc/middle/def.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/dependency_format.rs b/src/librustc/middle/dependency_format.rs index 95e6edd6dfe28..ed79c3683bf70 100644 --- a/src/librustc/middle/dependency_format.rs +++ b/src/librustc/middle/dependency_format.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/effect.rs b/src/librustc/middle/effect.rs index abb8f35f662b5..d427dd65337cf 100644 --- a/src/librustc/middle/effect.rs +++ b/src/librustc/middle/effect.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/entry.rs b/src/librustc/middle/entry.rs index 417e533624984..3bda3e29cae10 100644 --- a/src/librustc/middle/entry.rs +++ b/src/librustc/middle/entry.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/expr_use_visitor.rs b/src/librustc/middle/expr_use_visitor.rs index a5f2dc398e9e2..ed583ce10a822 100644 --- a/src/librustc/middle/expr_use_visitor.rs +++ b/src/librustc/middle/expr_use_visitor.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/fast_reject.rs b/src/librustc/middle/fast_reject.rs index 42bc70b5b561f..97eb051e662c9 100644 --- a/src/librustc/middle/fast_reject.rs +++ b/src/librustc/middle/fast_reject.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/graph.rs b/src/librustc/middle/graph.rs index 30e0ce33018d0..a988d8f8ee20e 100644 --- a/src/librustc/middle/graph.rs +++ b/src/librustc/middle/graph.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/coercion.rs b/src/librustc/middle/infer/coercion.rs index e8b8ecc701f91..26411b2bfd506 100644 --- a/src/librustc/middle/infer/coercion.rs +++ b/src/librustc/middle/infer/coercion.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/combine.rs b/src/librustc/middle/infer/combine.rs index 4a4328fa98baf..c0d94a89b8551 100644 --- a/src/librustc/middle/infer/combine.rs +++ b/src/librustc/middle/infer/combine.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/doc.rs b/src/librustc/middle/infer/doc.rs index 814eaa873472a..b05d16221e200 100644 --- a/src/librustc/middle/infer/doc.rs +++ b/src/librustc/middle/infer/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/equate.rs b/src/librustc/middle/infer/equate.rs index f6ac746156700..72540050b2681 100644 --- a/src/librustc/middle/infer/equate.rs +++ b/src/librustc/middle/infer/equate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/error_reporting.rs b/src/librustc/middle/infer/error_reporting.rs index 1b9d6ec6c33b6..9c66348d7634f 100644 --- a/src/librustc/middle/infer/error_reporting.rs +++ b/src/librustc/middle/infer/error_reporting.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/freshen.rs b/src/librustc/middle/infer/freshen.rs index 6bc424fdf9528..8ca316cd904ff 100644 --- a/src/librustc/middle/infer/freshen.rs +++ b/src/librustc/middle/infer/freshen.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/glb.rs b/src/librustc/middle/infer/glb.rs index 2683d00b858c1..ba06c382199cd 100644 --- a/src/librustc/middle/infer/glb.rs +++ b/src/librustc/middle/infer/glb.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/higher_ranked/doc.rs b/src/librustc/middle/infer/higher_ranked/doc.rs index 6b520ab665c22..92f847ca2fa01 100644 --- a/src/librustc/middle/infer/higher_ranked/doc.rs +++ b/src/librustc/middle/infer/higher_ranked/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/higher_ranked/mod.rs b/src/librustc/middle/infer/higher_ranked/mod.rs index 0df84323ae53f..66ece1da48a4f 100644 --- a/src/librustc/middle/infer/higher_ranked/mod.rs +++ b/src/librustc/middle/infer/higher_ranked/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/lattice.rs b/src/librustc/middle/infer/lattice.rs index 121e5405f26dc..b319ca54e20b6 100644 --- a/src/librustc/middle/infer/lattice.rs +++ b/src/librustc/middle/infer/lattice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/lub.rs b/src/librustc/middle/infer/lub.rs index e4cab0f88990d..f68068e1d14d2 100644 --- a/src/librustc/middle/infer/lub.rs +++ b/src/librustc/middle/infer/lub.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/mod.rs b/src/librustc/middle/infer/mod.rs index 8fd44f144e1ea..66687f12e28f2 100644 --- a/src/librustc/middle/infer/mod.rs +++ b/src/librustc/middle/infer/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/region_inference/doc.rs b/src/librustc/middle/infer/region_inference/doc.rs index 2dc46af9084b3..b432ff652fd8c 100644 --- a/src/librustc/middle/infer/region_inference/doc.rs +++ b/src/librustc/middle/infer/region_inference/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/region_inference/graphviz.rs b/src/librustc/middle/infer/region_inference/graphviz.rs index f8f962cd86d29..04cf39bf57d21 100644 --- a/src/librustc/middle/infer/region_inference/graphviz.rs +++ b/src/librustc/middle/infer/region_inference/graphviz.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/region_inference/mod.rs b/src/librustc/middle/infer/region_inference/mod.rs index 0f487fffe5cb9..1941338b5bca0 100644 --- a/src/librustc/middle/infer/region_inference/mod.rs +++ b/src/librustc/middle/infer/region_inference/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/resolve.rs b/src/librustc/middle/infer/resolve.rs index 7bb3106b0ba6c..0a0eddee19bdc 100644 --- a/src/librustc/middle/infer/resolve.rs +++ b/src/librustc/middle/infer/resolve.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/sub.rs b/src/librustc/middle/infer/sub.rs index 4f8364fa44a95..0b7597987128f 100644 --- a/src/librustc/middle/infer/sub.rs +++ b/src/librustc/middle/infer/sub.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/type_variable.rs b/src/librustc/middle/infer/type_variable.rs index 3f3e4c50e7047..b0b2910ad7c5e 100644 --- a/src/librustc/middle/infer/type_variable.rs +++ b/src/librustc/middle/infer/type_variable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/infer/unify.rs b/src/librustc/middle/infer/unify.rs index 4fa8e07ddd4f1..150c3cc54732f 100644 --- a/src/librustc/middle/infer/unify.rs +++ b/src/librustc/middle/infer/unify.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/intrinsicck.rs b/src/librustc/middle/intrinsicck.rs index bd96a8a0f2cd7..8c4c67b29e143 100644 --- a/src/librustc/middle/intrinsicck.rs +++ b/src/librustc/middle/intrinsicck.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/lang_items.rs b/src/librustc/middle/lang_items.rs index ff79ace992409..a2b6a2dcd7fd6 100644 --- a/src/librustc/middle/lang_items.rs +++ b/src/librustc/middle/lang_items.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/liveness.rs b/src/librustc/middle/liveness.rs index 27a0324a3c413..da13bfc68d815 100644 --- a/src/librustc/middle/liveness.rs +++ b/src/librustc/middle/liveness.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/mem_categorization.rs b/src/librustc/middle/mem_categorization.rs index 90fe6b4991138..f0eae5e98b996 100644 --- a/src/librustc/middle/mem_categorization.rs +++ b/src/librustc/middle/mem_categorization.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/pat_util.rs b/src/librustc/middle/pat_util.rs index 01dc55c3eeec0..e03ccad3c066a 100644 --- a/src/librustc/middle/pat_util.rs +++ b/src/librustc/middle/pat_util.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/privacy.rs b/src/librustc/middle/privacy.rs index 74797dfd77a42..5f34f172deaef 100644 --- a/src/librustc/middle/privacy.rs +++ b/src/librustc/middle/privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/reachable.rs b/src/librustc/middle/reachable.rs index d6e652f16c654..4f5ef51068ed1 100644 --- a/src/librustc/middle/reachable.rs +++ b/src/librustc/middle/reachable.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/recursion_limit.rs b/src/librustc/middle/recursion_limit.rs index 017641bd3b71a..6fc415b834ef7 100644 --- a/src/librustc/middle/recursion_limit.rs +++ b/src/librustc/middle/recursion_limit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/region.rs b/src/librustc/middle/region.rs index 90ba442ee394e..5d862420f795e 100644 --- a/src/librustc/middle/region.rs +++ b/src/librustc/middle/region.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/resolve_lifetime.rs b/src/librustc/middle/resolve_lifetime.rs index eff0018becc01..067d6a8e272dc 100644 --- a/src/librustc/middle/resolve_lifetime.rs +++ b/src/librustc/middle/resolve_lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/stability.rs b/src/librustc/middle/stability.rs index 1a00e175e0f6f..34e45aea87100 100644 --- a/src/librustc/middle/stability.rs +++ b/src/librustc/middle/stability.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/subst.rs b/src/librustc/middle/subst.rs index 9ad2dd499cc9d..916d6769f99a9 100644 --- a/src/librustc/middle/subst.rs +++ b/src/librustc/middle/subst.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/coherence.rs b/src/librustc/middle/traits/coherence.rs index b6d45ab89e70a..97f4f236375ff 100644 --- a/src/librustc/middle/traits/coherence.rs +++ b/src/librustc/middle/traits/coherence.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/doc.rs b/src/librustc/middle/traits/doc.rs index 4a01e964fd2f1..09f5e13d46e34 100644 --- a/src/librustc/middle/traits/doc.rs +++ b/src/librustc/middle/traits/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/error_reporting.rs b/src/librustc/middle/traits/error_reporting.rs index 6d0e60ec495a7..52fb3fad66650 100644 --- a/src/librustc/middle/traits/error_reporting.rs +++ b/src/librustc/middle/traits/error_reporting.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/fulfill.rs b/src/librustc/middle/traits/fulfill.rs index 42624555ae475..915e11eaff308 100644 --- a/src/librustc/middle/traits/fulfill.rs +++ b/src/librustc/middle/traits/fulfill.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/mod.rs b/src/librustc/middle/traits/mod.rs index 425765edf870c..e184d28f23118 100644 --- a/src/librustc/middle/traits/mod.rs +++ b/src/librustc/middle/traits/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/object_safety.rs b/src/librustc/middle/traits/object_safety.rs index c0399112c33a9..7069e9836c8f5 100644 --- a/src/librustc/middle/traits/object_safety.rs +++ b/src/librustc/middle/traits/object_safety.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/project.rs b/src/librustc/middle/traits/project.rs index 95a938328cf45..cc43edef18c54 100644 --- a/src/librustc/middle/traits/project.rs +++ b/src/librustc/middle/traits/project.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/select.rs b/src/librustc/middle/traits/select.rs index 62649653a6972..d704cc4dd1eb6 100644 --- a/src/librustc/middle/traits/select.rs +++ b/src/librustc/middle/traits/select.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/traits/util.rs b/src/librustc/middle/traits/util.rs index fe8362223e3cd..dc47e71986c41 100644 --- a/src/librustc/middle/traits/util.rs +++ b/src/librustc/middle/traits/util.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/ty.rs b/src/librustc/middle/ty.rs index be6c6b9d34f37..93bfd8c1b6032 100644 --- a/src/librustc/middle/ty.rs +++ b/src/librustc/middle/ty.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/ty_fold.rs b/src/librustc/middle/ty_fold.rs index 37886b4a1e1f6..7187ca7157b83 100644 --- a/src/librustc/middle/ty_fold.rs +++ b/src/librustc/middle/ty_fold.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/middle/ty_walk.rs b/src/librustc/middle/ty_walk.rs index 28975c7341659..46a77a463b323 100644 --- a/src/librustc/middle/ty_walk.rs +++ b/src/librustc/middle/ty_walk.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/middle/weak_lang_items.rs b/src/librustc/middle/weak_lang_items.rs index 892a8004fec1c..d62c70a0bf14c 100644 --- a/src/librustc/middle/weak_lang_items.rs +++ b/src/librustc/middle/weak_lang_items.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/plugin/build.rs b/src/librustc/plugin/build.rs index a8018662d292f..0df8f263696d6 100644 --- a/src/librustc/plugin/build.rs +++ b/src/librustc/plugin/build.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/plugin/load.rs b/src/librustc/plugin/load.rs index ef8a89c40fb5a..030696c3d3848 100644 --- a/src/librustc/plugin/load.rs +++ b/src/librustc/plugin/load.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/plugin/mod.rs b/src/librustc/plugin/mod.rs index fd8873454b4d9..d6dd703f4667d 100644 --- a/src/librustc/plugin/mod.rs +++ b/src/librustc/plugin/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/plugin/registry.rs b/src/librustc/plugin/registry.rs index f6fb1c2d41928..352539b781bf9 100644 --- a/src/librustc/plugin/registry.rs +++ b/src/librustc/plugin/registry.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index d9bb1d769bfbe..b1a194408e1e1 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/session/mod.rs b/src/librustc/session/mod.rs index 5424b1c8cae50..d905db069f064 100644 --- a/src/librustc/session/mod.rs +++ b/src/librustc/session/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc/session/search_paths.rs b/src/librustc/session/search_paths.rs index 0cf04fe0a006a..355c4a792915d 100644 --- a/src/librustc/session/search_paths.rs +++ b/src/librustc/session/search_paths.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/util/common.rs b/src/librustc/util/common.rs index c505e9e311256..4b44c37c44489 100644 --- a/src/librustc/util/common.rs +++ b/src/librustc/util/common.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/util/lev_distance.rs b/src/librustc/util/lev_distance.rs index ec840498ae661..af28331a70312 100644 --- a/src/librustc/util/lev_distance.rs +++ b/src/librustc/util/lev_distance.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc/util/nodemap.rs b/src/librustc/util/nodemap.rs index 7aa126371c423..439207ddbeed3 100644 --- a/src/librustc/util/nodemap.rs +++ b/src/librustc/util/nodemap.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc/util/ppaux.rs b/src/librustc/util/ppaux.rs index fb44d0cadfa6c..a577dcb393d23 100644 --- a/src/librustc/util/ppaux.rs +++ b/src/librustc/util/ppaux.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc/util/snapshot_vec.rs b/src/librustc/util/snapshot_vec.rs index 8fc95529bc087..cec75e7864169 100644 --- a/src/librustc/util/snapshot_vec.rs +++ b/src/librustc/util/snapshot_vec.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/abi.rs b/src/librustc_back/abi.rs index 2f6efbc85a264..4dd523a70bbe8 100644 --- a/src/librustc_back/abi.rs +++ b/src/librustc_back/abi.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/archive.rs b/src/librustc_back/archive.rs index 7ea192b8d6bc8..34c89e612ae7c 100644 --- a/src/librustc_back/archive.rs +++ b/src/librustc_back/archive.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustc_back/arm.rs b/src/librustc_back/arm.rs index 7e28cd699a1a6..5e89adb5f3d29 100644 --- a/src/librustc_back/arm.rs +++ b/src/librustc_back/arm.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/fs.rs b/src/librustc_back/fs.rs index d7deb09985f78..d4c47726dc1b5 100644 --- a/src/librustc_back/fs.rs +++ b/src/librustc_back/fs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/lib.rs b/src/librustc_back/lib.rs index d778b916b6748..58bb55c04ca5e 100644 --- a/src/librustc_back/lib.rs +++ b/src/librustc_back/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_back/mips.rs b/src/librustc_back/mips.rs index bc7732157cefe..72cfe05120bb3 100644 --- a/src/librustc_back/mips.rs +++ b/src/librustc_back/mips.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/mipsel.rs b/src/librustc_back/mipsel.rs index 3eea0a0dba405..7bc60d0471934 100644 --- a/src/librustc_back/mipsel.rs +++ b/src/librustc_back/mipsel.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/rpath.rs b/src/librustc_back/rpath.rs index d24fd6a5b3f05..ad922037aab1d 100644 --- a/src/librustc_back/rpath.rs +++ b/src/librustc_back/rpath.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_back/sha2.rs b/src/librustc_back/sha2.rs index e376ac50dcdf5..0a4b0a3ee8e31 100644 --- a/src/librustc_back/sha2.rs +++ b/src/librustc_back/sha2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_back/svh.rs b/src/librustc_back/svh.rs index b71e465b938f5..1d72ddb886652 100644 --- a/src/librustc_back/svh.rs +++ b/src/librustc_back/svh.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/aarch64_apple_ios.rs b/src/librustc_back/target/aarch64_apple_ios.rs index 2ceb34e68b772..2b5468967b729 100644 --- a/src/librustc_back/target/aarch64_apple_ios.rs +++ b/src/librustc_back/target/aarch64_apple_ios.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/aarch64_unknown_linux_gnu.rs b/src/librustc_back/target/aarch64_unknown_linux_gnu.rs index a3ef6372f0648..afb62c1f2a5cd 100644 --- a/src/librustc_back/target/aarch64_unknown_linux_gnu.rs +++ b/src/librustc_back/target/aarch64_unknown_linux_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/librustc_back/target/apple_base.rs b/src/librustc_back/target/apple_base.rs index 795a2c18bc6e6..4e98895421410 100644 --- a/src/librustc_back/target/apple_base.rs +++ b/src/librustc_back/target/apple_base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/apple_ios_base.rs b/src/librustc_back/target/apple_ios_base.rs index ac133cabc3b8c..d398090951d5c 100644 --- a/src/librustc_back/target/apple_ios_base.rs +++ b/src/librustc_back/target/apple_ios_base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/arm_linux_androideabi.rs b/src/librustc_back/target/arm_linux_androideabi.rs index 6fc77a715a556..4262f5abe6994 100644 --- a/src/librustc_back/target/arm_linux_androideabi.rs +++ b/src/librustc_back/target/arm_linux_androideabi.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/arm_unknown_linux_gnueabi.rs b/src/librustc_back/target/arm_unknown_linux_gnueabi.rs index 32eccaf54b038..b4de5083c9bdd 100644 --- a/src/librustc_back/target/arm_unknown_linux_gnueabi.rs +++ b/src/librustc_back/target/arm_unknown_linux_gnueabi.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/arm_unknown_linux_gnueabihf.rs b/src/librustc_back/target/arm_unknown_linux_gnueabihf.rs index eff3601250f87..d59797956193d 100644 --- a/src/librustc_back/target/arm_unknown_linux_gnueabihf.rs +++ b/src/librustc_back/target/arm_unknown_linux_gnueabihf.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/armv7_apple_ios.rs b/src/librustc_back/target/armv7_apple_ios.rs index 4137642188691..29c2b23d7a7eb 100644 --- a/src/librustc_back/target/armv7_apple_ios.rs +++ b/src/librustc_back/target/armv7_apple_ios.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/armv7s_apple_ios.rs b/src/librustc_back/target/armv7s_apple_ios.rs index ef16aefdbd9dd..658d031330804 100644 --- a/src/librustc_back/target/armv7s_apple_ios.rs +++ b/src/librustc_back/target/armv7s_apple_ios.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/dragonfly_base.rs b/src/librustc_back/target/dragonfly_base.rs index 79d79b7e736bb..bfcaa49616793 100644 --- a/src/librustc_back/target/dragonfly_base.rs +++ b/src/librustc_back/target/dragonfly_base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/freebsd_base.rs b/src/librustc_back/target/freebsd_base.rs index ab8398fc60511..705e1ee93ca23 100644 --- a/src/librustc_back/target/freebsd_base.rs +++ b/src/librustc_back/target/freebsd_base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/i386_apple_ios.rs b/src/librustc_back/target/i386_apple_ios.rs index afe63d006cf1a..ab8741baebb17 100644 --- a/src/librustc_back/target/i386_apple_ios.rs +++ b/src/librustc_back/target/i386_apple_ios.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/i686_apple_darwin.rs b/src/librustc_back/target/i686_apple_darwin.rs index 1b079323bf9ca..d018040e41a4d 100644 --- a/src/librustc_back/target/i686_apple_darwin.rs +++ b/src/librustc_back/target/i686_apple_darwin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/i686_pc_windows_gnu.rs b/src/librustc_back/target/i686_pc_windows_gnu.rs index c2ab68ee05256..e0a5b6723da2f 100644 --- a/src/librustc_back/target/i686_pc_windows_gnu.rs +++ b/src/librustc_back/target/i686_pc_windows_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/i686_unknown_dragonfly.rs b/src/librustc_back/target/i686_unknown_dragonfly.rs index 7910eba7ea124..c50fd4c54ac61 100644 --- a/src/librustc_back/target/i686_unknown_dragonfly.rs +++ b/src/librustc_back/target/i686_unknown_dragonfly.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/i686_unknown_linux_gnu.rs b/src/librustc_back/target/i686_unknown_linux_gnu.rs index c93a564fef5f4..8660521eff7dc 100644 --- a/src/librustc_back/target/i686_unknown_linux_gnu.rs +++ b/src/librustc_back/target/i686_unknown_linux_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/linux_base.rs b/src/librustc_back/target/linux_base.rs index d267bc77e4975..c273c5ecf71ba 100644 --- a/src/librustc_back/target/linux_base.rs +++ b/src/librustc_back/target/linux_base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/mips_unknown_linux_gnu.rs b/src/librustc_back/target/mips_unknown_linux_gnu.rs index 8acc248e23410..02c49cf219904 100644 --- a/src/librustc_back/target/mips_unknown_linux_gnu.rs +++ b/src/librustc_back/target/mips_unknown_linux_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/mipsel_unknown_linux_gnu.rs b/src/librustc_back/target/mipsel_unknown_linux_gnu.rs index 604c62eb69f0f..d56aa09cccda3 100644 --- a/src/librustc_back/target/mipsel_unknown_linux_gnu.rs +++ b/src/librustc_back/target/mipsel_unknown_linux_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/mod.rs b/src/librustc_back/target/mod.rs index f8eabb4375fb3..8c1dd82d9005e 100644 --- a/src/librustc_back/target/mod.rs +++ b/src/librustc_back/target/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/librustc_back/target/powerpc_unknown_linux_gnu.rs b/src/librustc_back/target/powerpc_unknown_linux_gnu.rs index 5e0b7bcf3ef8b..e1894999d5dc6 100644 --- a/src/librustc_back/target/powerpc_unknown_linux_gnu.rs +++ b/src/librustc_back/target/powerpc_unknown_linux_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/target/windows_base.rs b/src/librustc_back/target/windows_base.rs index 148be8cab76e3..19ecacfb1c6d1 100644 --- a/src/librustc_back/target/windows_base.rs +++ b/src/librustc_back/target/windows_base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/x86_64_apple_darwin.rs b/src/librustc_back/target/x86_64_apple_darwin.rs index f2abfd4564c7d..8717af0bc8cf3 100644 --- a/src/librustc_back/target/x86_64_apple_darwin.rs +++ b/src/librustc_back/target/x86_64_apple_darwin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/x86_64_apple_ios.rs b/src/librustc_back/target/x86_64_apple_ios.rs index 9df2ccca50003..33f9e8e9c8733 100644 --- a/src/librustc_back/target/x86_64_apple_ios.rs +++ b/src/librustc_back/target/x86_64_apple_ios.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/x86_64_pc_windows_gnu.rs b/src/librustc_back/target/x86_64_pc_windows_gnu.rs index 6b3054656fe9f..6c7038b454cd1 100644 --- a/src/librustc_back/target/x86_64_pc_windows_gnu.rs +++ b/src/librustc_back/target/x86_64_pc_windows_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/x86_64_unknown_dragonfly.rs b/src/librustc_back/target/x86_64_unknown_dragonfly.rs index 676aaecc2fc7d..16fea532c9c8b 100644 --- a/src/librustc_back/target/x86_64_unknown_dragonfly.rs +++ b/src/librustc_back/target/x86_64_unknown_dragonfly.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/x86_64_unknown_freebsd.rs b/src/librustc_back/target/x86_64_unknown_freebsd.rs index 3275cb07b5abc..94c27fa6ed1a8 100644 --- a/src/librustc_back/target/x86_64_unknown_freebsd.rs +++ b/src/librustc_back/target/x86_64_unknown_freebsd.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target/x86_64_unknown_linux_gnu.rs b/src/librustc_back/target/x86_64_unknown_linux_gnu.rs index 49c4ad4aea99f..57b2ed71ec991 100644 --- a/src/librustc_back/target/x86_64_unknown_linux_gnu.rs +++ b/src/librustc_back/target/x86_64_unknown_linux_gnu.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_back/target_strs.rs b/src/librustc_back/target_strs.rs index 7928f3d8db098..7f875ac69d582 100644 --- a/src/librustc_back/target_strs.rs +++ b/src/librustc_back/target_strs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/x86.rs b/src/librustc_back/x86.rs index 52c07165900a9..97517953a96e0 100644 --- a/src/librustc_back/x86.rs +++ b/src/librustc_back/x86.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_back/x86_64.rs b/src/librustc_back/x86_64.rs index cbb288a533d6a..fc6819dd77ec4 100644 --- a/src/librustc_back/x86_64.rs +++ b/src/librustc_back/x86_64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_bitflags/lib.rs b/src/librustc_bitflags/lib.rs index c47a525552ded..d49f95bd69bd2 100644 --- a/src/librustc_bitflags/lib.rs +++ b/src/librustc_bitflags/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/check_loans.rs b/src/librustc_borrowck/borrowck/check_loans.rs index d5ad201eabfaa..db47c47277485 100644 --- a/src/librustc_borrowck/borrowck/check_loans.rs +++ b/src/librustc_borrowck/borrowck/check_loans.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/doc.rs b/src/librustc_borrowck/borrowck/doc.rs index 2100d5a9bc307..dfb85daaea93f 100644 --- a/src/librustc_borrowck/borrowck/doc.rs +++ b/src/librustc_borrowck/borrowck/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/fragments.rs b/src/librustc_borrowck/borrowck/fragments.rs index e2942719f2a47..6905cfa6048d4 100644 --- a/src/librustc_borrowck/borrowck/fragments.rs +++ b/src/librustc_borrowck/borrowck/fragments.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs b/src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs index ca1fba53de42a..a791adf9d9a54 100644 --- a/src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs +++ b/src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/gather_loans/lifetime.rs b/src/librustc_borrowck/borrowck/gather_loans/lifetime.rs index 1c57097ae2633..9dc6461aa741f 100644 --- a/src/librustc_borrowck/borrowck/gather_loans/lifetime.rs +++ b/src/librustc_borrowck/borrowck/gather_loans/lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/gather_loans/mod.rs b/src/librustc_borrowck/borrowck/gather_loans/mod.rs index 889a359b019cd..5241568f9a142 100644 --- a/src/librustc_borrowck/borrowck/gather_loans/mod.rs +++ b/src/librustc_borrowck/borrowck/gather_loans/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/gather_loans/move_error.rs b/src/librustc_borrowck/borrowck/gather_loans/move_error.rs index 28d02161eebd7..3ac0e0a7be9eb 100644 --- a/src/librustc_borrowck/borrowck/gather_loans/move_error.rs +++ b/src/librustc_borrowck/borrowck/gather_loans/move_error.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/gather_loans/restrictions.rs b/src/librustc_borrowck/borrowck/gather_loans/restrictions.rs index c55444c84aadd..7f01a43424ade 100644 --- a/src/librustc_borrowck/borrowck/gather_loans/restrictions.rs +++ b/src/librustc_borrowck/borrowck/gather_loans/restrictions.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/mod.rs b/src/librustc_borrowck/borrowck/mod.rs index b87fed1601c51..431fbf11b98c0 100644 --- a/src/librustc_borrowck/borrowck/mod.rs +++ b/src/librustc_borrowck/borrowck/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/borrowck/move_data.rs b/src/librustc_borrowck/borrowck/move_data.rs index 9236a6bda59da..d6d558e4f3521 100644 --- a/src/librustc_borrowck/borrowck/move_data.rs +++ b/src/librustc_borrowck/borrowck/move_data.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/graphviz.rs b/src/librustc_borrowck/graphviz.rs index 20ad1307da3e2..50713dc8a9d54 100644 --- a/src/librustc_borrowck/graphviz.rs +++ b/src/librustc_borrowck/graphviz.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_borrowck/lib.rs b/src/librustc_borrowck/lib.rs index 4dd9b3ad2ef97..4514e44a57859 100644 --- a/src/librustc_borrowck/lib.rs +++ b/src/librustc_borrowck/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs index 3fac5ba9674c3..7c7d0bc016b7b 100644 --- a/src/librustc_driver/driver.rs +++ b/src/librustc_driver/driver.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index 50ff4546c3783..b1e8430152b9c 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_driver/pretty.rs b/src/librustc_driver/pretty.rs index 279442891bec0..3481b9bdfa262 100644 --- a/src/librustc_driver/pretty.rs +++ b/src/librustc_driver/pretty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_driver/test.rs b/src/librustc_driver/test.rs index f68c76f4c4424..acddc1290d8ac 100644 --- a/src/librustc_driver/test.rs +++ b/src/librustc_driver/test.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_llvm/archive_ro.rs b/src/librustc_llvm/archive_ro.rs index d3555e4c04363..d63ebb8aef517 100644 --- a/src/librustc_llvm/archive_ro.rs +++ b/src/librustc_llvm/archive_ro.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustc_llvm/diagnostic.rs b/src/librustc_llvm/diagnostic.rs index 464f9f98e7ffc..d77a6ef05eaf5 100644 --- a/src/librustc_llvm/diagnostic.rs +++ b/src/librustc_llvm/diagnostic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs index 4c9a25f42fb77..cf623ce6e612f 100644 --- a/src/librustc_llvm/lib.rs +++ b/src/librustc_llvm/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/librustc_privacy/lib.rs b/src/librustc_privacy/lib.rs index e12c195a3afbc..2ffee9b8333bf 100644 --- a/src/librustc_privacy/lib.rs +++ b/src/librustc_privacy/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_resolve/build_reduced_graph.rs b/src/librustc_resolve/build_reduced_graph.rs index 21eec383df465..031f4c92cb962 100644 --- a/src/librustc_resolve/build_reduced_graph.rs +++ b/src/librustc_resolve/build_reduced_graph.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_resolve/check_unused.rs b/src/librustc_resolve/check_unused.rs index 18066a7b94bd8..552ebee2313b7 100644 --- a/src/librustc_resolve/check_unused.rs +++ b/src/librustc_resolve/check_unused.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_resolve/lib.rs b/src/librustc_resolve/lib.rs index 31999faa6dfea..65d71933a7943 100644 --- a/src/librustc_resolve/lib.rs +++ b/src/librustc_resolve/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_resolve/record_exports.rs b/src/librustc_resolve/record_exports.rs index 67bcf152eb78c..961ab536a53e2 100644 --- a/src/librustc_resolve/record_exports.rs +++ b/src/librustc_resolve/record_exports.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/back/link.rs b/src/librustc_trans/back/link.rs index dacf620cbd1d0..fd96f1fcd1075 100644 --- a/src/librustc_trans/back/link.rs +++ b/src/librustc_trans/back/link.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/back/lto.rs b/src/librustc_trans/back/lto.rs index c0b1492a78450..5ab086fb60c42 100644 --- a/src/librustc_trans/back/lto.rs +++ b/src/librustc_trans/back/lto.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/back/write.rs b/src/librustc_trans/back/write.rs index aa51b0c5ee248..36e6c8f95c747 100644 --- a/src/librustc_trans/back/write.rs +++ b/src/librustc_trans/back/write.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2015 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 or the MIT license // , at your diff --git a/src/librustc_trans/lib.rs b/src/librustc_trans/lib.rs index c3e88e65b2fd0..3f0d55563788e 100644 --- a/src/librustc_trans/lib.rs +++ b/src/librustc_trans/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/save/mod.rs b/src/librustc_trans/save/mod.rs index b12903c814cbf..6e70afb5a1e47 100644 --- a/src/librustc_trans/save/mod.rs +++ b/src/librustc_trans/save/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/save/recorder.rs b/src/librustc_trans/save/recorder.rs index eefaeca8306c6..572ba169b465f 100644 --- a/src/librustc_trans/save/recorder.rs +++ b/src/librustc_trans/save/recorder.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/save/span_utils.rs b/src/librustc_trans/save/span_utils.rs index 77343612ac88b..0a34c78446534 100644 --- a/src/librustc_trans/save/span_utils.rs +++ b/src/librustc_trans/save/span_utils.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/_match.rs b/src/librustc_trans/trans/_match.rs index 9f3c55d4f687e..927a5aecaaf9e 100644 --- a/src/librustc_trans/trans/_match.rs +++ b/src/librustc_trans/trans/_match.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/adt.rs b/src/librustc_trans/trans/adt.rs index 92883371ec9db..f638d777c128f 100644 --- a/src/librustc_trans/trans/adt.rs +++ b/src/librustc_trans/trans/adt.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/asm.rs b/src/librustc_trans/trans/asm.rs index 05abd3ff5577d..0b88d0297fdbf 100644 --- a/src/librustc_trans/trans/asm.rs +++ b/src/librustc_trans/trans/asm.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/base.rs b/src/librustc_trans/trans/base.rs index eed61ae59a259..ec71ca10cce84 100644 --- a/src/librustc_trans/trans/base.rs +++ b/src/librustc_trans/trans/base.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/basic_block.rs b/src/librustc_trans/trans/basic_block.rs index d3ff432b5e418..cfff4d37d8226 100644 --- a/src/librustc_trans/trans/basic_block.rs +++ b/src/librustc_trans/trans/basic_block.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/build.rs b/src/librustc_trans/trans/build.rs index 1f77f625c9db3..7941a3b8bbabe 100644 --- a/src/librustc_trans/trans/build.rs +++ b/src/librustc_trans/trans/build.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/builder.rs b/src/librustc_trans/trans/builder.rs index b307f4e5a9bdd..736f03da07bde 100644 --- a/src/librustc_trans/trans/builder.rs +++ b/src/librustc_trans/trans/builder.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi.rs b/src/librustc_trans/trans/cabi.rs index 7abcdd07cc5da..eb8e6a04c4123 100644 --- a/src/librustc_trans/trans/cabi.rs +++ b/src/librustc_trans/trans/cabi.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_aarch64.rs b/src/librustc_trans/trans/cabi_aarch64.rs index 0d8ef9e2fc92e..425f952a5eee7 100644 --- a/src/librustc_trans/trans/cabi_aarch64.rs +++ b/src/librustc_trans/trans/cabi_aarch64.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_arm.rs b/src/librustc_trans/trans/cabi_arm.rs index 7d1a8ab1452ec..fc4ae1974ed63 100644 --- a/src/librustc_trans/trans/cabi_arm.rs +++ b/src/librustc_trans/trans/cabi_arm.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_mips.rs b/src/librustc_trans/trans/cabi_mips.rs index 776be8855cbf7..ce068a6c7aebd 100644 --- a/src/librustc_trans/trans/cabi_mips.rs +++ b/src/librustc_trans/trans/cabi_mips.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_powerpc.rs b/src/librustc_trans/trans/cabi_powerpc.rs index 9fc67e19662ca..cedb1e829b96e 100644 --- a/src/librustc_trans/trans/cabi_powerpc.rs +++ b/src/librustc_trans/trans/cabi_powerpc.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_x86.rs b/src/librustc_trans/trans/cabi_x86.rs index 32f6eb060c05a..c7f47ad90ad8d 100644 --- a/src/librustc_trans/trans/cabi_x86.rs +++ b/src/librustc_trans/trans/cabi_x86.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_x86_64.rs b/src/librustc_trans/trans/cabi_x86_64.rs index 980a70256e936..c95d86fe95ff2 100644 --- a/src/librustc_trans/trans/cabi_x86_64.rs +++ b/src/librustc_trans/trans/cabi_x86_64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cabi_x86_win64.rs b/src/librustc_trans/trans/cabi_x86_win64.rs index 79e309dacaaa4..82d04c88a6de7 100644 --- a/src/librustc_trans/trans/cabi_x86_win64.rs +++ b/src/librustc_trans/trans/cabi_x86_win64.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/callee.rs b/src/librustc_trans/trans/callee.rs index 11006f37531d2..a597bced1adc5 100644 --- a/src/librustc_trans/trans/callee.rs +++ b/src/librustc_trans/trans/callee.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/cleanup.rs b/src/librustc_trans/trans/cleanup.rs index 5658889aaf368..fec40ee754a99 100644 --- a/src/librustc_trans/trans/cleanup.rs +++ b/src/librustc_trans/trans/cleanup.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/closure.rs b/src/librustc_trans/trans/closure.rs index 8989dfd493236..c8131fb26a2da 100644 --- a/src/librustc_trans/trans/closure.rs +++ b/src/librustc_trans/trans/closure.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/common.rs b/src/librustc_trans/trans/common.rs index 312fd33ef1ff0..1736e8002d59c 100644 --- a/src/librustc_trans/trans/common.rs +++ b/src/librustc_trans/trans/common.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/consts.rs b/src/librustc_trans/trans/consts.rs index 29cf9f72ef8e8..6c45066dfa030 100644 --- a/src/librustc_trans/trans/consts.rs +++ b/src/librustc_trans/trans/consts.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/context.rs b/src/librustc_trans/trans/context.rs index 10edb72f0e200..6d9b09f16d2aa 100644 --- a/src/librustc_trans/trans/context.rs +++ b/src/librustc_trans/trans/context.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/controlflow.rs b/src/librustc_trans/trans/controlflow.rs index 5dc939dc2025b..15f55d1baa334 100644 --- a/src/librustc_trans/trans/controlflow.rs +++ b/src/librustc_trans/trans/controlflow.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/datum.rs b/src/librustc_trans/trans/datum.rs index 8b52732f4ee97..42528b8bf4f2e 100644 --- a/src/librustc_trans/trans/datum.rs +++ b/src/librustc_trans/trans/datum.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/debuginfo.rs b/src/librustc_trans/trans/debuginfo.rs index 2f01f0328e28c..a22dfa88da645 100644 --- a/src/librustc_trans/trans/debuginfo.rs +++ b/src/librustc_trans/trans/debuginfo.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/doc.rs b/src/librustc_trans/trans/doc.rs index c3ab8986372ad..d48f152ac82a5 100644 --- a/src/librustc_trans/trans/doc.rs +++ b/src/librustc_trans/trans/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/expr.rs b/src/librustc_trans/trans/expr.rs index 11d1c7e679681..0647a034f84e4 100644 --- a/src/librustc_trans/trans/expr.rs +++ b/src/librustc_trans/trans/expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/foreign.rs b/src/librustc_trans/trans/foreign.rs index c989d2311be36..3cff22e523791 100644 --- a/src/librustc_trans/trans/foreign.rs +++ b/src/librustc_trans/trans/foreign.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/glue.rs b/src/librustc_trans/trans/glue.rs index d3f3f34b76bbb..898644023b583 100644 --- a/src/librustc_trans/trans/glue.rs +++ b/src/librustc_trans/trans/glue.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/inline.rs b/src/librustc_trans/trans/inline.rs index dd1cfc5ad6d82..bc0ca9a2abc12 100644 --- a/src/librustc_trans/trans/inline.rs +++ b/src/librustc_trans/trans/inline.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/intrinsic.rs b/src/librustc_trans/trans/intrinsic.rs index 771c51d629fb4..35b624ff3d347 100644 --- a/src/librustc_trans/trans/intrinsic.rs +++ b/src/librustc_trans/trans/intrinsic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/llrepr.rs b/src/librustc_trans/trans/llrepr.rs index de0f714276d0d..08d913e52b843 100644 --- a/src/librustc_trans/trans/llrepr.rs +++ b/src/librustc_trans/trans/llrepr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/machine.rs b/src/librustc_trans/trans/machine.rs index 1552ac0bea0fe..effac3f6818da 100644 --- a/src/librustc_trans/trans/machine.rs +++ b/src/librustc_trans/trans/machine.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/macros.rs b/src/librustc_trans/trans/macros.rs index 77efcc6fb0030..a71f4f154cc05 100644 --- a/src/librustc_trans/trans/macros.rs +++ b/src/librustc_trans/trans/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/meth.rs b/src/librustc_trans/trans/meth.rs index 0fb0dffe930fa..48f0abf083ef5 100644 --- a/src/librustc_trans/trans/meth.rs +++ b/src/librustc_trans/trans/meth.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/mod.rs b/src/librustc_trans/trans/mod.rs index 91c6c9a13a362..d31c5068e9af1 100644 --- a/src/librustc_trans/trans/mod.rs +++ b/src/librustc_trans/trans/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/monomorphize.rs b/src/librustc_trans/trans/monomorphize.rs index f52e7c0ec94c0..31475c6758988 100644 --- a/src/librustc_trans/trans/monomorphize.rs +++ b/src/librustc_trans/trans/monomorphize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/tvec.rs b/src/librustc_trans/trans/tvec.rs index f8b01ebf4ccad..138df3f48faaf 100644 --- a/src/librustc_trans/trans/tvec.rs +++ b/src/librustc_trans/trans/tvec.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/type_.rs b/src/librustc_trans/trans/type_.rs index 07eb17e6300cd..1ff76299e8d4a 100644 --- a/src/librustc_trans/trans/type_.rs +++ b/src/librustc_trans/trans/type_.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/type_of.rs b/src/librustc_trans/trans/type_of.rs index 76e0e0d054557..6b31f74696672 100644 --- a/src/librustc_trans/trans/type_of.rs +++ b/src/librustc_trans/trans/type_of.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustc_trans/trans/value.rs b/src/librustc_trans/trans/value.rs index b6fd2eb57be27..1d593569b6fef 100644 --- a/src/librustc_trans/trans/value.rs +++ b/src/librustc_trans/trans/value.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustc_typeck/astconv.rs b/src/librustc_typeck/astconv.rs index 42b12c158664a..463a8a6de2fc4 100644 --- a/src/librustc_typeck/astconv.rs +++ b/src/librustc_typeck/astconv.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/_match.rs b/src/librustc_typeck/check/_match.rs index bc2f291007d83..74a4f74126fd2 100644 --- a/src/librustc_typeck/check/_match.rs +++ b/src/librustc_typeck/check/_match.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/assoc.rs b/src/librustc_typeck/check/assoc.rs index 26b6d4e0296cd..180989373b66d 100644 --- a/src/librustc_typeck/check/assoc.rs +++ b/src/librustc_typeck/check/assoc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/callee.rs b/src/librustc_typeck/check/callee.rs index d851206f384e3..40dcbbaccd568 100644 --- a/src/librustc_typeck/check/callee.rs +++ b/src/librustc_typeck/check/callee.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/closure.rs b/src/librustc_typeck/check/closure.rs index bfe43086aab10..39cda846a175b 100644 --- a/src/librustc_typeck/check/closure.rs +++ b/src/librustc_typeck/check/closure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/compare_method.rs b/src/librustc_typeck/check/compare_method.rs index 27d4b2055d4cd..7787fc501763f 100644 --- a/src/librustc_typeck/check/compare_method.rs +++ b/src/librustc_typeck/check/compare_method.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/demand.rs b/src/librustc_typeck/check/demand.rs index a51e89c1669de..20923932d8dd0 100644 --- a/src/librustc_typeck/check/demand.rs +++ b/src/librustc_typeck/check/demand.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/method/confirm.rs b/src/librustc_typeck/check/method/confirm.rs index 7946077485976..580f1d4144104 100644 --- a/src/librustc_typeck/check/method/confirm.rs +++ b/src/librustc_typeck/check/method/confirm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/method/doc.rs b/src/librustc_typeck/check/method/doc.rs index d748266ed2ea9..2c4cbfc0e90ea 100644 --- a/src/librustc_typeck/check/method/doc.rs +++ b/src/librustc_typeck/check/method/doc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/method/mod.rs b/src/librustc_typeck/check/method/mod.rs index 345bc5fd2aa60..a2b3375c2deb5 100644 --- a/src/librustc_typeck/check/method/mod.rs +++ b/src/librustc_typeck/check/method/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/method/probe.rs b/src/librustc_typeck/check/method/probe.rs index 9bbc7b258e244..bc6d45132bdc0 100644 --- a/src/librustc_typeck/check/method/probe.rs +++ b/src/librustc_typeck/check/method/probe.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/method/suggest.rs b/src/librustc_typeck/check/method/suggest.rs index 2a89a1d28bfc6..2290617874ae8 100644 --- a/src/librustc_typeck/check/method/suggest.rs +++ b/src/librustc_typeck/check/method/suggest.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/mod.rs b/src/librustc_typeck/check/mod.rs index f610456f73cf1..dc576a49befd4 100644 --- a/src/librustc_typeck/check/mod.rs +++ b/src/librustc_typeck/check/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/regionck.rs b/src/librustc_typeck/check/regionck.rs index 3b5027dbb9e69..d4ab697e1aaed 100644 --- a/src/librustc_typeck/check/regionck.rs +++ b/src/librustc_typeck/check/regionck.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/regionmanip.rs b/src/librustc_typeck/check/regionmanip.rs index 8730858f66e7c..2529d9c44aae1 100644 --- a/src/librustc_typeck/check/regionmanip.rs +++ b/src/librustc_typeck/check/regionmanip.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/upvar.rs b/src/librustc_typeck/check/upvar.rs index ec44d765a8e68..87c09823ba1bb 100644 --- a/src/librustc_typeck/check/upvar.rs +++ b/src/librustc_typeck/check/upvar.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/vtable.rs b/src/librustc_typeck/check/vtable.rs index 3940092eb7291..4ddb71bbbba3d 100644 --- a/src/librustc_typeck/check/vtable.rs +++ b/src/librustc_typeck/check/vtable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/wf.rs b/src/librustc_typeck/check/wf.rs index e6390212c6002..660017af6ea73 100644 --- a/src/librustc_typeck/check/wf.rs +++ b/src/librustc_typeck/check/wf.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/check/writeback.rs b/src/librustc_typeck/check/writeback.rs index 82da22eab9837..2c573d615916c 100644 --- a/src/librustc_typeck/check/writeback.rs +++ b/src/librustc_typeck/check/writeback.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/coherence/impls.rs b/src/librustc_typeck/coherence/impls.rs index 2719a09f4f570..55556fb521912 100644 --- a/src/librustc_typeck/coherence/impls.rs +++ b/src/librustc_typeck/coherence/impls.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/librustc_typeck/coherence/mod.rs b/src/librustc_typeck/coherence/mod.rs index 350cee99f6a3f..5dc0653bda51a 100644 --- a/src/librustc_typeck/coherence/mod.rs +++ b/src/librustc_typeck/coherence/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/coherence/orphan.rs b/src/librustc_typeck/coherence/orphan.rs index 77d71e740d681..4eee4b3f5936f 100644 --- a/src/librustc_typeck/coherence/orphan.rs +++ b/src/librustc_typeck/coherence/orphan.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/coherence/overlap.rs b/src/librustc_typeck/coherence/overlap.rs index ce7ba9ac11e65..bb036b1d8e4e3 100644 --- a/src/librustc_typeck/coherence/overlap.rs +++ b/src/librustc_typeck/coherence/overlap.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/coherence/unsafety.rs b/src/librustc_typeck/coherence/unsafety.rs index e30d0a29938aa..7cf5214cd60f5 100644 --- a/src/librustc_typeck/coherence/unsafety.rs +++ b/src/librustc_typeck/coherence/unsafety.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/collect.rs b/src/librustc_typeck/collect.rs index 80c0a72db8387..8df131206d845 100644 --- a/src/librustc_typeck/collect.rs +++ b/src/librustc_typeck/collect.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index c9e15b93ad4c5..611bbfd78de3c 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/lib.rs b/src/librustc_typeck/lib.rs index 47b5cd4b11e0f..188b0299e6fac 100644 --- a/src/librustc_typeck/lib.rs +++ b/src/librustc_typeck/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustc_typeck/rscope.rs b/src/librustc_typeck/rscope.rs index b2d7d88cb11bf..4532308563866 100644 --- a/src/librustc_typeck/rscope.rs +++ b/src/librustc_typeck/rscope.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/librustc_typeck/variance.rs b/src/librustc_typeck/variance.rs index 86447e76a898b..b74d35e448c25 100644 --- a/src/librustc_typeck/variance.rs +++ b/src/librustc_typeck/variance.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustdoc/clean/inline.rs b/src/librustdoc/clean/inline.rs index ccaefadc1fcd9..836a5b6a5d148 100644 --- a/src/librustdoc/clean/inline.rs +++ b/src/librustdoc/clean/inline.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustdoc/clean/mod.rs b/src/librustdoc/clean/mod.rs index 7342c9f3e81de..ba35c8bb2c26e 100644 --- a/src/librustdoc/clean/mod.rs +++ b/src/librustdoc/clean/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustdoc/core.rs b/src/librustdoc/core.rs index 5bef0195874b6..370795e383359 100644 --- a/src/librustdoc/core.rs +++ b/src/librustdoc/core.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/doctree.rs b/src/librustdoc/doctree.rs index 99afef4173fdd..d8e2c749a29d2 100644 --- a/src/librustdoc/doctree.rs +++ b/src/librustdoc/doctree.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustdoc/externalfiles.rs b/src/librustdoc/externalfiles.rs index 157d2580ad971..66c7cf681d14b 100644 --- a/src/librustdoc/externalfiles.rs +++ b/src/librustdoc/externalfiles.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/flock.rs b/src/librustdoc/flock.rs index ede71d1935453..43ceb8486d209 100644 --- a/src/librustdoc/flock.rs +++ b/src/librustdoc/flock.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/fold.rs b/src/librustdoc/fold.rs index 4f277cc868a1a..53e5ffd097d33 100644 --- a/src/librustdoc/fold.rs +++ b/src/librustdoc/fold.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustdoc/html/escape.rs b/src/librustdoc/html/escape.rs index 6fb78d9a8334b..84be98d885ef4 100644 --- a/src/librustdoc/html/escape.rs +++ b/src/librustdoc/html/escape.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustdoc/html/format.rs b/src/librustdoc/html/format.rs index 57b8d666c95b7..c14a71bfd8fa8 100644 --- a/src/librustdoc/html/format.rs +++ b/src/librustdoc/html/format.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/highlight.rs b/src/librustdoc/html/highlight.rs index 885017152de4f..e847c13151193 100644 --- a/src/librustdoc/html/highlight.rs +++ b/src/librustdoc/html/highlight.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/item_type.rs b/src/librustdoc/html/item_type.rs index db3319eb7659c..31606e37c20aa 100644 --- a/src/librustdoc/html/item_type.rs +++ b/src/librustdoc/html/item_type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index f75ab3f431c2a..9eb81580eb275 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustdoc/html/markdown.rs b/src/librustdoc/html/markdown.rs index 0dbd13b4616bb..6533184d1d3f7 100644 --- a/src/librustdoc/html/markdown.rs +++ b/src/librustdoc/html/markdown.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index ab9700d966aa5..fb4f130404000 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/static/main.css b/src/librustdoc/html/static/main.css index 5951ac2bae71a..db8c247b49ce7 100644 --- a/src/librustdoc/html/static/main.css +++ b/src/librustdoc/html/static/main.css @@ -1,7 +1,3 @@ -/** - * Copyright 2013 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 or the MIT license diff --git a/src/librustdoc/html/static/main.js b/src/librustdoc/html/static/main.js index f27f0cd70f4ef..f8011160cfda5 100644 --- a/src/librustdoc/html/static/main.js +++ b/src/librustdoc/html/static/main.js @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/static/playpen.js b/src/librustdoc/html/static/playpen.js index 687f764f02077..854678717ba6e 100644 --- a/src/librustdoc/html/static/playpen.js +++ b/src/librustdoc/html/static/playpen.js @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/html/toc.rs b/src/librustdoc/html/toc.rs index 8d94e1857c417..57113af069289 100644 --- a/src/librustdoc/html/toc.rs +++ b/src/librustdoc/html/toc.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 71bd53009af0b..e7166740eb444 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/markdown.rs b/src/librustdoc/markdown.rs index dc98a56eb1a4e..0cea59923c6d4 100644 --- a/src/librustdoc/markdown.rs +++ b/src/librustdoc/markdown.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/passes.rs b/src/librustdoc/passes.rs index 9a67b479106ee..5639bcfeee380 100644 --- a/src/librustdoc/passes.rs +++ b/src/librustdoc/passes.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/plugins.rs b/src/librustdoc/plugins.rs index 2b5595131d0a7..165014e5cf7c4 100644 --- a/src/librustdoc/plugins.rs +++ b/src/librustdoc/plugins.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/librustdoc/stability_summary.rs b/src/librustdoc/stability_summary.rs index 451dbce568ee0..58e404e0d1f7a 100644 --- a/src/librustdoc/stability_summary.rs +++ b/src/librustdoc/stability_summary.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/librustdoc/test.rs b/src/librustdoc/test.rs index 9b8d220acc394..679158e935cfb 100644 --- a/src/librustdoc/test.rs +++ b/src/librustdoc/test.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/librustdoc/visit_ast.rs b/src/librustdoc/visit_ast.rs index 428b4e92a681f..bf272f8fbbb0b 100644 --- a/src/librustdoc/visit_ast.rs +++ b/src/librustdoc/visit_ast.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libserialize/base64.rs b/src/libserialize/base64.rs index d13d110320e17..176741869a98b 100644 --- a/src/libserialize/base64.rs +++ b/src/libserialize/base64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libserialize/collection_impls.rs b/src/libserialize/collection_impls.rs index 1069825973999..8e328ecc2ebfa 100644 --- a/src/libserialize/collection_impls.rs +++ b/src/libserialize/collection_impls.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libserialize/hex.rs b/src/libserialize/hex.rs index a11eb3f789875..8d2b16f1a794d 100644 --- a/src/libserialize/hex.rs +++ b/src/libserialize/hex.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libserialize/json.rs b/src/libserialize/json.rs index a876ca3cb1195..b9a13cfac2304 100644 --- a/src/libserialize/json.rs +++ b/src/libserialize/json.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index b24e1bd685f1e..5bf0ff951a8a2 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libserialize/serialize.rs b/src/libserialize/serialize.rs index e93d71a9dff4a..40601d119d72d 100644 --- a/src/libserialize/serialize.rs +++ b/src/libserialize/serialize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/ascii.rs b/src/libstd/ascii.rs index 77c2315194bb4..6357c756aa11e 100644 --- a/src/libstd/ascii.rs +++ b/src/libstd/ascii.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/bool.rs b/src/libstd/bool.rs index bbaab5ee3db8f..05169ba973dae 100644 --- a/src/libstd/bool.rs +++ b/src/libstd/bool.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/collections/hash/bench.rs b/src/libstd/collections/hash/bench.rs index 28689767cb0e3..0e41682c8ee5e 100644 --- a/src/libstd/collections/hash/bench.rs +++ b/src/libstd/collections/hash/bench.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/collections/hash/map.rs b/src/libstd/collections/hash/map.rs index d3ac632617dc7..a927aabbac43f 100644 --- a/src/libstd/collections/hash/map.rs +++ b/src/libstd/collections/hash/map.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/collections/hash/mod.rs b/src/libstd/collections/hash/mod.rs index 47e300af26981..e8a9ea560fb33 100644 --- a/src/libstd/collections/hash/mod.rs +++ b/src/libstd/collections/hash/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/collections/hash/set.rs b/src/libstd/collections/hash/set.rs index 1293f45161d78..865afb3ff8d20 100644 --- a/src/libstd/collections/hash/set.rs +++ b/src/libstd/collections/hash/set.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/collections/hash/state.rs b/src/libstd/collections/hash/state.rs index ffbc958f179f5..8a687a446c7e7 100644 --- a/src/libstd/collections/hash/state.rs +++ b/src/libstd/collections/hash/state.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/collections/hash/table.rs b/src/libstd/collections/hash/table.rs index d810460a7d497..d803c98a2ab34 100644 --- a/src/libstd/collections/hash/table.rs +++ b/src/libstd/collections/hash/table.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/collections/mod.rs b/src/libstd/collections/mod.rs index f085fd259de82..4da4bd9b80953 100644 --- a/src/libstd/collections/mod.rs +++ b/src/libstd/collections/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/dynamic_lib.rs b/src/libstd/dynamic_lib.rs index db1239ae5b5ff..bd73924d08ceb 100644 --- a/src/libstd/dynamic_lib.rs +++ b/src/libstd/dynamic_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/error.rs b/src/libstd/error.rs index ff12846197806..8467185a5fb9c 100644 --- a/src/libstd/error.rs +++ b/src/libstd/error.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/failure.rs b/src/libstd/failure.rs index 54191cf24040e..d95e5b1d02eb4 100644 --- a/src/libstd/failure.rs +++ b/src/libstd/failure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/ffi/c_str.rs b/src/libstd/ffi/c_str.rs index d7f8eb2e4158b..90481dd8dffae 100644 --- a/src/libstd/ffi/c_str.rs +++ b/src/libstd/ffi/c_str.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/ffi/mod.rs b/src/libstd/ffi/mod.rs index cc86f804e3eb1..14ae1501638d4 100644 --- a/src/libstd/ffi/mod.rs +++ b/src/libstd/ffi/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/libstd/fmt.rs b/src/libstd/fmt.rs index 88fb983361a91..d6ef1663ea09b 100644 --- a/src/libstd/fmt.rs +++ b/src/libstd/fmt.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/io/buffered.rs b/src/libstd/io/buffered.rs index 8c38bc009cc63..c9ed3baca0100 100644 --- a/src/libstd/io/buffered.rs +++ b/src/libstd/io/buffered.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/comm_adapters.rs b/src/libstd/io/comm_adapters.rs index 4b0014c68f7a8..f6282b660a0cb 100644 --- a/src/libstd/io/comm_adapters.rs +++ b/src/libstd/io/comm_adapters.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/extensions.rs b/src/libstd/io/extensions.rs index af08eea210e7f..1d6016b1890ee 100644 --- a/src/libstd/io/extensions.rs +++ b/src/libstd/io/extensions.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/io/fs.rs b/src/libstd/io/fs.rs index 64406d88253a7..f546ebe5daf7a 100644 --- a/src/libstd/io/fs.rs +++ b/src/libstd/io/fs.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/io/mem.rs b/src/libstd/io/mem.rs index ee05a9e55964e..1230cb791a532 100644 --- a/src/libstd/io/mem.rs +++ b/src/libstd/io/mem.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index dc21416df7b43..1867d7d00323a 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/io/net/addrinfo.rs b/src/libstd/io/net/addrinfo.rs index 7825a4e16e161..d76b39e10d699 100644 --- a/src/libstd/io/net/addrinfo.rs +++ b/src/libstd/io/net/addrinfo.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/net/ip.rs b/src/libstd/io/net/ip.rs index adc122ff44741..b8bd3a1a65547 100644 --- a/src/libstd/io/net/ip.rs +++ b/src/libstd/io/net/ip.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/net/mod.rs b/src/libstd/io/net/mod.rs index 2056933e6df6f..83182c5ff1fa6 100644 --- a/src/libstd/io/net/mod.rs +++ b/src/libstd/io/net/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/net/pipe.rs b/src/libstd/io/net/pipe.rs index 61d164d21e320..23beb528cee5f 100644 --- a/src/libstd/io/net/pipe.rs +++ b/src/libstd/io/net/pipe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/net/tcp.rs b/src/libstd/io/net/tcp.rs index 4978085fa4fbe..a8a4f0787ef8b 100644 --- a/src/libstd/io/net/tcp.rs +++ b/src/libstd/io/net/tcp.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/io/net/udp.rs b/src/libstd/io/net/udp.rs index 8cdad3f528a48..6a1fe4ffeb51e 100644 --- a/src/libstd/io/net/udp.rs +++ b/src/libstd/io/net/udp.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/pipe.rs b/src/libstd/io/pipe.rs index 09dcafb02187a..f2f985cc08215 100644 --- a/src/libstd/io/pipe.rs +++ b/src/libstd/io/pipe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/process.rs b/src/libstd/io/process.rs index 43ca7b131455b..ec662cd64fc45 100644 --- a/src/libstd/io/process.rs +++ b/src/libstd/io/process.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/result.rs b/src/libstd/io/result.rs index c1474650f1eb4..db349aa202fba 100644 --- a/src/libstd/io/result.rs +++ b/src/libstd/io/result.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 9ee2f5705b828..28d4781f3c15c 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/tempfile.rs b/src/libstd/io/tempfile.rs index 394686be814f2..adfc9b92b9b99 100644 --- a/src/libstd/io/tempfile.rs +++ b/src/libstd/io/tempfile.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/test.rs b/src/libstd/io/test.rs index 6de466eb20bfc..289c64b5c9217 100644 --- a/src/libstd/io/test.rs +++ b/src/libstd/io/test.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/timer.rs b/src/libstd/io/timer.rs index 844a97dea2d50..3140281826d8f 100644 --- a/src/libstd/io/timer.rs +++ b/src/libstd/io/timer.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/io/util.rs b/src/libstd/io/util.rs index adfd88644ccec..88132466be196 100644 --- a/src/libstd/io/util.rs +++ b/src/libstd/io/util.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 648326eee9946..8e71cebbb6b6c 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index 8a8d14c4f3aa9..4b6880fb556d4 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/num/f32.rs b/src/libstd/num/f32.rs index adbce89388770..11704110d9529 100644 --- a/src/libstd/num/f32.rs +++ b/src/libstd/num/f32.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/f64.rs b/src/libstd/num/f64.rs index baff14125ee17..4a03690d75732 100644 --- a/src/libstd/num/f64.rs +++ b/src/libstd/num/f64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/float_macros.rs b/src/libstd/num/float_macros.rs index ec168eaaa9de6..ad661aba01062 100644 --- a/src/libstd/num/float_macros.rs +++ b/src/libstd/num/float_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/num/i16.rs b/src/libstd/num/i16.rs index 367147b84bed4..ba74796966d5c 100644 --- a/src/libstd/num/i16.rs +++ b/src/libstd/num/i16.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/i32.rs b/src/libstd/num/i32.rs index 19fb40c9644f6..c4f71a067a94b 100644 --- a/src/libstd/num/i32.rs +++ b/src/libstd/num/i32.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/i64.rs b/src/libstd/num/i64.rs index 2379b03c64fe2..bb5f4af6c3a57 100644 --- a/src/libstd/num/i64.rs +++ b/src/libstd/num/i64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/i8.rs b/src/libstd/num/i8.rs index a09ceefc6a0b4..a511465c76572 100644 --- a/src/libstd/num/i8.rs +++ b/src/libstd/num/i8.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/int.rs b/src/libstd/num/int.rs index 69439f85115fa..4adecd2519f8c 100644 --- a/src/libstd/num/int.rs +++ b/src/libstd/num/int.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/int_macros.rs b/src/libstd/num/int_macros.rs index 5bc5415287497..d30346dbbc569 100644 --- a/src/libstd/num/int_macros.rs +++ b/src/libstd/num/int_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/isize.rs b/src/libstd/num/isize.rs index 22395a1c0ff5d..56f416d2cfe3f 100644 --- a/src/libstd/num/isize.rs +++ b/src/libstd/num/isize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libstd/num/mod.rs b/src/libstd/num/mod.rs index 3432767d6cd8c..07252f745c79e 100644 --- a/src/libstd/num/mod.rs +++ b/src/libstd/num/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/strconv.rs b/src/libstd/num/strconv.rs index 67fe599ecd6bf..7b53bb18028c3 100644 --- a/src/libstd/num/strconv.rs +++ b/src/libstd/num/strconv.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/u16.rs b/src/libstd/num/u16.rs index 7cb6a8ffe077c..f501cfba9ad93 100644 --- a/src/libstd/num/u16.rs +++ b/src/libstd/num/u16.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/u32.rs b/src/libstd/num/u32.rs index 43b01ddb16bd0..2c4a913e02767 100644 --- a/src/libstd/num/u32.rs +++ b/src/libstd/num/u32.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/u64.rs b/src/libstd/num/u64.rs index 79e7f23705174..f6c60e004fb6f 100644 --- a/src/libstd/num/u64.rs +++ b/src/libstd/num/u64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/u8.rs b/src/libstd/num/u8.rs index 3da2fabe3f252..4586a0473286f 100644 --- a/src/libstd/num/u8.rs +++ b/src/libstd/num/u8.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/num/uint.rs b/src/libstd/num/uint.rs index 0e12eff205ffd..16a495771d8b4 100644 --- a/src/libstd/num/uint.rs +++ b/src/libstd/num/uint.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/uint_macros.rs b/src/libstd/num/uint_macros.rs index f480a3b420f54..bc9972ab6773f 100644 --- a/src/libstd/num/uint_macros.rs +++ b/src/libstd/num/uint_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/num/usize.rs b/src/libstd/num/usize.rs index 74dd38e13c582..5d84b1a822f38 100644 --- a/src/libstd/num/usize.rs +++ b/src/libstd/num/usize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libstd/os.rs b/src/libstd/os.rs index 78db6c158a89d..23e9a5e82f70e 100644 --- a/src/libstd/os.rs +++ b/src/libstd/os.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 541f1e7714070..efa18ac6f2a44 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/path/posix.rs b/src/libstd/path/posix.rs index aab64639ab590..a52990107d03d 100644 --- a/src/libstd/path/posix.rs +++ b/src/libstd/path/posix.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs index 3cff1c67be368..ffc6a39874809 100644 --- a/src/libstd/path/windows.rs +++ b/src/libstd/path/windows.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index 0496944dbaf88..82dcc479040b0 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/prelude/v1.rs b/src/libstd/prelude/v1.rs index d9c942c018514..bceeb5b25ae49 100644 --- a/src/libstd/prelude/v1.rs +++ b/src/libstd/prelude/v1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rand/mod.rs b/src/libstd/rand/mod.rs index 23387d2955313..d5312c60cae69 100644 --- a/src/libstd/rand/mod.rs +++ b/src/libstd/rand/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rand/os.rs b/src/libstd/rand/os.rs index 68ba7e1dd29e6..3b5e263994912 100644 --- a/src/libstd/rand/os.rs +++ b/src/libstd/rand/os.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2015 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 or the MIT license // , at your diff --git a/src/libstd/rand/reader.rs b/src/libstd/rand/reader.rs index 177b7380831f2..fae3814e49c40 100644 --- a/src/libstd/rand/reader.rs +++ b/src/libstd/rand/reader.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rt/args.rs b/src/libstd/rt/args.rs index 86abacb936501..18807e41c2394 100644 --- a/src/libstd/rt/args.rs +++ b/src/libstd/rt/args.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libstd/rt/at_exit_imp.rs b/src/libstd/rt/at_exit_imp.rs index 5823f8453d84a..25d5529f1ad15 100644 --- a/src/libstd/rt/at_exit_imp.rs +++ b/src/libstd/rt/at_exit_imp.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rt/backtrace.rs b/src/libstd/rt/backtrace.rs index f2d66e1a4d765..791a0799eca1e 100644 --- a/src/libstd/rt/backtrace.rs +++ b/src/libstd/rt/backtrace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/rt/libunwind.rs b/src/libstd/rt/libunwind.rs index dd9923307d6f0..bafbc2b42cacf 100644 --- a/src/libstd/rt/libunwind.rs +++ b/src/libstd/rt/libunwind.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/rt/macros.rs b/src/libstd/rt/macros.rs index 1e3ab6d34dab9..feb8e03d16a4b 100644 --- a/src/libstd/rt/macros.rs +++ b/src/libstd/rt/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index e3e4e132b8172..7ef94fc148f63 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index 73b8f104c2369..2dace646edc70 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rt/util.rs b/src/libstd/rt/util.rs index 235cedcda5244..41209bb849ebe 100644 --- a/src/libstd/rt/util.rs +++ b/src/libstd/rt/util.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/rtdeps.rs b/src/libstd/rtdeps.rs index f4fbd378899e0..61da16b8684e0 100644 --- a/src/libstd/rtdeps.rs +++ b/src/libstd/rtdeps.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/sync/barrier.rs b/src/libstd/sync/barrier.rs index 7093987940038..ea77225bd5975 100644 --- a/src/libstd/sync/barrier.rs +++ b/src/libstd/sync/barrier.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/condvar.rs b/src/libstd/sync/condvar.rs index d2d5335078e26..e11ed424d2535 100644 --- a/src/libstd/sync/condvar.rs +++ b/src/libstd/sync/condvar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/future.rs b/src/libstd/sync/future.rs index 36bbc5ff5b423..86f7714365255 100644 --- a/src/libstd/sync/future.rs +++ b/src/libstd/sync/future.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libstd/sync/mod.rs b/src/libstd/sync/mod.rs index 6fff6765bd348..f321f674a28c9 100644 --- a/src/libstd/sync/mod.rs +++ b/src/libstd/sync/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/blocking.rs b/src/libstd/sync/mpsc/blocking.rs index 17e690e954092..63c326ed04669 100644 --- a/src/libstd/sync/mpsc/blocking.rs +++ b/src/libstd/sync/mpsc/blocking.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/mod.rs b/src/libstd/sync/mpsc/mod.rs index 0ba19b706176b..ec07625872f95 100644 --- a/src/libstd/sync/mpsc/mod.rs +++ b/src/libstd/sync/mpsc/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/oneshot.rs b/src/libstd/sync/mpsc/oneshot.rs index ca667e65e30cc..85a91ed7099f7 100644 --- a/src/libstd/sync/mpsc/oneshot.rs +++ b/src/libstd/sync/mpsc/oneshot.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/select.rs b/src/libstd/sync/mpsc/select.rs index 62a7b823ec8ac..cc656cc0358a5 100644 --- a/src/libstd/sync/mpsc/select.rs +++ b/src/libstd/sync/mpsc/select.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/shared.rs b/src/libstd/sync/mpsc/shared.rs index c97af4c6bca36..f9999611cf21d 100644 --- a/src/libstd/sync/mpsc/shared.rs +++ b/src/libstd/sync/mpsc/shared.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/stream.rs b/src/libstd/sync/mpsc/stream.rs index a03add8c53255..faa6ee9219cd2 100644 --- a/src/libstd/sync/mpsc/stream.rs +++ b/src/libstd/sync/mpsc/stream.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mpsc/sync.rs b/src/libstd/sync/mpsc/sync.rs index 30304dffb75a5..68f03ad393f4a 100644 --- a/src/libstd/sync/mpsc/sync.rs +++ b/src/libstd/sync/mpsc/sync.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/mutex.rs b/src/libstd/sync/mutex.rs index 73d5332d16fe4..aa87877144a21 100644 --- a/src/libstd/sync/mutex.rs +++ b/src/libstd/sync/mutex.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/once.rs b/src/libstd/sync/once.rs index 6231a91833d47..79db9b397645a 100644 --- a/src/libstd/sync/once.rs +++ b/src/libstd/sync/once.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/poison.rs b/src/libstd/sync/poison.rs index e28c3c37b6f76..88ff7ab85a851 100644 --- a/src/libstd/sync/poison.rs +++ b/src/libstd/sync/poison.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/rwlock.rs b/src/libstd/sync/rwlock.rs index 237f6d08a9541..a572c43412d18 100644 --- a/src/libstd/sync/rwlock.rs +++ b/src/libstd/sync/rwlock.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/semaphore.rs b/src/libstd/sync/semaphore.rs index 8d44084671aad..85c58a724acff 100644 --- a/src/libstd/sync/semaphore.rs +++ b/src/libstd/sync/semaphore.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sync/task_pool.rs b/src/libstd/sync/task_pool.rs index 278528bdb388b..25f715ff59b8e 100644 --- a/src/libstd/sync/task_pool.rs +++ b/src/libstd/sync/task_pool.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/backtrace.rs b/src/libstd/sys/common/backtrace.rs index d8b8598723607..97161809e6226 100644 --- a/src/libstd/sys/common/backtrace.rs +++ b/src/libstd/sys/common/backtrace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/condvar.rs b/src/libstd/sys/common/condvar.rs index 32fa6ec590335..28cff76f2d377 100644 --- a/src/libstd/sys/common/condvar.rs +++ b/src/libstd/sys/common/condvar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/helper_thread.rs b/src/libstd/sys/common/helper_thread.rs index f940b6ed3682e..87572f04d5b58 100644 --- a/src/libstd/sys/common/helper_thread.rs +++ b/src/libstd/sys/common/helper_thread.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/mod.rs b/src/libstd/sys/common/mod.rs index a31dcc9884f46..2b5c0f9592358 100644 --- a/src/libstd/sys/common/mod.rs +++ b/src/libstd/sys/common/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/mutex.rs b/src/libstd/sys/common/mutex.rs index 9aea0fb3b3172..5ffd30fd7e000 100644 --- a/src/libstd/sys/common/mutex.rs +++ b/src/libstd/sys/common/mutex.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/net.rs b/src/libstd/sys/common/net.rs index 4cf891ac4985e..7ed5d0db2855c 100644 --- a/src/libstd/sys/common/net.rs +++ b/src/libstd/sys/common/net.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/rwlock.rs b/src/libstd/sys/common/rwlock.rs index df016b9e293b7..a2eec0713b407 100644 --- a/src/libstd/sys/common/rwlock.rs +++ b/src/libstd/sys/common/rwlock.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/stack.rs b/src/libstd/sys/common/stack.rs index 88bb9395cf122..5796b9f6d9be5 100644 --- a/src/libstd/sys/common/stack.rs +++ b/src/libstd/sys/common/stack.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2015 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/thread.rs b/src/libstd/sys/common/thread.rs index 048e33399a3c4..86b8fd7c3ae5d 100644 --- a/src/libstd/sys/common/thread.rs +++ b/src/libstd/sys/common/thread.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/thread_info.rs b/src/libstd/sys/common/thread_info.rs index 92b936e74f654..daf2a519dbb53 100644 --- a/src/libstd/sys/common/thread_info.rs +++ b/src/libstd/sys/common/thread_info.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/common/thread_local.rs b/src/libstd/sys/common/thread_local.rs index edd16e0c0629e..df1538d630fc3 100644 --- a/src/libstd/sys/common/thread_local.rs +++ b/src/libstd/sys/common/thread_local.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/backtrace.rs b/src/libstd/sys/unix/backtrace.rs index 70b9c012b008a..552183cb4131c 100644 --- a/src/libstd/sys/unix/backtrace.rs +++ b/src/libstd/sys/unix/backtrace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/c.rs b/src/libstd/sys/unix/c.rs index 9016d1a2c99ca..f6aa03fc60018 100644 --- a/src/libstd/sys/unix/c.rs +++ b/src/libstd/sys/unix/c.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/condvar.rs b/src/libstd/sys/unix/condvar.rs index 85a65bbef508d..f0c9155181f43 100644 --- a/src/libstd/sys/unix/condvar.rs +++ b/src/libstd/sys/unix/condvar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/ext.rs b/src/libstd/sys/unix/ext.rs index 0e4a9d1b307f7..c0bd8ba8d2c2b 100644 --- a/src/libstd/sys/unix/ext.rs +++ b/src/libstd/sys/unix/ext.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/fs.rs b/src/libstd/sys/unix/fs.rs index c53f9d22790dd..21cb3dac70bec 100644 --- a/src/libstd/sys/unix/fs.rs +++ b/src/libstd/sys/unix/fs.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/helper_signal.rs b/src/libstd/sys/unix/helper_signal.rs index ed9bd0a239f11..0e59d7a1d958c 100644 --- a/src/libstd/sys/unix/helper_signal.rs +++ b/src/libstd/sys/unix/helper_signal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/mod.rs b/src/libstd/sys/unix/mod.rs index bb98d1e052a1c..f54436e69ad27 100644 --- a/src/libstd/sys/unix/mod.rs +++ b/src/libstd/sys/unix/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/mutex.rs b/src/libstd/sys/unix/mutex.rs index 9e1527aef201a..639a1244e7e17 100644 --- a/src/libstd/sys/unix/mutex.rs +++ b/src/libstd/sys/unix/mutex.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/os.rs b/src/libstd/sys/unix/os.rs index 175c4e2e353f9..7bc1e0b188224 100644 --- a/src/libstd/sys/unix/os.rs +++ b/src/libstd/sys/unix/os.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/pipe.rs b/src/libstd/sys/unix/pipe.rs index 158a1ce220411..c57b0f3d1e52b 100644 --- a/src/libstd/sys/unix/pipe.rs +++ b/src/libstd/sys/unix/pipe.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/process.rs b/src/libstd/sys/unix/process.rs index 36bf696dba550..ed8f88429ba05 100644 --- a/src/libstd/sys/unix/process.rs +++ b/src/libstd/sys/unix/process.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/rwlock.rs b/src/libstd/sys/unix/rwlock.rs index 54523e0076dc3..6e00068f46290 100644 --- a/src/libstd/sys/unix/rwlock.rs +++ b/src/libstd/sys/unix/rwlock.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/stack_overflow.rs b/src/libstd/sys/unix/stack_overflow.rs index 2b5ced5085bbe..c8d59b32e5099 100644 --- a/src/libstd/sys/unix/stack_overflow.rs +++ b/src/libstd/sys/unix/stack_overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/sync.rs b/src/libstd/sys/unix/sync.rs index c1e3fc88794eb..13f45c78c8e38 100644 --- a/src/libstd/sys/unix/sync.rs +++ b/src/libstd/sys/unix/sync.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/tcp.rs b/src/libstd/sys/unix/tcp.rs index 59eebd3f28eca..4a8a298487e7e 100644 --- a/src/libstd/sys/unix/tcp.rs +++ b/src/libstd/sys/unix/tcp.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/thread.rs b/src/libstd/sys/unix/thread.rs index ac51b68795fbe..0414c2c244fc8 100644 --- a/src/libstd/sys/unix/thread.rs +++ b/src/libstd/sys/unix/thread.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/thread_local.rs b/src/libstd/sys/unix/thread_local.rs index ea1e9c261fecf..7d581bd5eddf9 100644 --- a/src/libstd/sys/unix/thread_local.rs +++ b/src/libstd/sys/unix/thread_local.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/time.rs b/src/libstd/sys/unix/time.rs index cc1e23fbca98a..6fa444aa44fba 100644 --- a/src/libstd/sys/unix/time.rs +++ b/src/libstd/sys/unix/time.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/timer.rs b/src/libstd/sys/unix/timer.rs index c0c231a9e7303..db6e0ca3d2606 100644 --- a/src/libstd/sys/unix/timer.rs +++ b/src/libstd/sys/unix/timer.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/tty.rs b/src/libstd/sys/unix/tty.rs index bee3d440a16c2..ff6fbb382c48c 100644 --- a/src/libstd/sys/unix/tty.rs +++ b/src/libstd/sys/unix/tty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/unix/udp.rs b/src/libstd/sys/unix/udp.rs index 50f8fb828ad32..e74b0e87487c3 100644 --- a/src/libstd/sys/unix/udp.rs +++ b/src/libstd/sys/unix/udp.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/backtrace.rs b/src/libstd/sys/windows/backtrace.rs index ee2dd14955b69..470381ccd1f2f 100644 --- a/src/libstd/sys/windows/backtrace.rs +++ b/src/libstd/sys/windows/backtrace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/c.rs b/src/libstd/sys/windows/c.rs index da3b7ee2f2fd5..dd9a3f02373cf 100644 --- a/src/libstd/sys/windows/c.rs +++ b/src/libstd/sys/windows/c.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/condvar.rs b/src/libstd/sys/windows/condvar.rs index db8038006fd6a..d93c8f0db5a23 100644 --- a/src/libstd/sys/windows/condvar.rs +++ b/src/libstd/sys/windows/condvar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/ext.rs b/src/libstd/sys/windows/ext.rs index 87ff31ab73cda..426656ffffd09 100644 --- a/src/libstd/sys/windows/ext.rs +++ b/src/libstd/sys/windows/ext.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/fs.rs b/src/libstd/sys/windows/fs.rs index a7330f7c67c91..228ba67d1f5ba 100644 --- a/src/libstd/sys/windows/fs.rs +++ b/src/libstd/sys/windows/fs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/helper_signal.rs b/src/libstd/sys/windows/helper_signal.rs index a9fb2c6822767..e93a21cb7b4f8 100644 --- a/src/libstd/sys/windows/helper_signal.rs +++ b/src/libstd/sys/windows/helper_signal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/mod.rs b/src/libstd/sys/windows/mod.rs index 72fc2f8700d6f..72c5d5bb3cb26 100644 --- a/src/libstd/sys/windows/mod.rs +++ b/src/libstd/sys/windows/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/mutex.rs b/src/libstd/sys/windows/mutex.rs index 828ad795ed3b4..668d0c21a5c0b 100644 --- a/src/libstd/sys/windows/mutex.rs +++ b/src/libstd/sys/windows/mutex.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/os.rs b/src/libstd/sys/windows/os.rs index e9490dc95c940..10c746d7c5912 100644 --- a/src/libstd/sys/windows/os.rs +++ b/src/libstd/sys/windows/os.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/pipe.rs b/src/libstd/sys/windows/pipe.rs index 9996909f2f5bb..32b7c280a456a 100644 --- a/src/libstd/sys/windows/pipe.rs +++ b/src/libstd/sys/windows/pipe.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/process.rs b/src/libstd/sys/windows/process.rs index 1b837385d1eb6..a7095a0333e48 100644 --- a/src/libstd/sys/windows/process.rs +++ b/src/libstd/sys/windows/process.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/rwlock.rs b/src/libstd/sys/windows/rwlock.rs index 88ce85c39f625..e426af312bc68 100644 --- a/src/libstd/sys/windows/rwlock.rs +++ b/src/libstd/sys/windows/rwlock.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/stack_overflow.rs b/src/libstd/sys/windows/stack_overflow.rs index e8b447022cbf4..68f2f4f951fc4 100644 --- a/src/libstd/sys/windows/stack_overflow.rs +++ b/src/libstd/sys/windows/stack_overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/sync.rs b/src/libstd/sys/windows/sync.rs index d60646b7db915..9f448b0c0407a 100644 --- a/src/libstd/sys/windows/sync.rs +++ b/src/libstd/sys/windows/sync.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/tcp.rs b/src/libstd/sys/windows/tcp.rs index 77139b52efa14..2ad7993422465 100644 --- a/src/libstd/sys/windows/tcp.rs +++ b/src/libstd/sys/windows/tcp.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/thread.rs b/src/libstd/sys/windows/thread.rs index 30707488b30ee..206e774e301ae 100644 --- a/src/libstd/sys/windows/thread.rs +++ b/src/libstd/sys/windows/thread.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/thread_local.rs b/src/libstd/sys/windows/thread_local.rs index d371023f21880..714ec07d49a5d 100644 --- a/src/libstd/sys/windows/thread_local.rs +++ b/src/libstd/sys/windows/thread_local.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/time.rs b/src/libstd/sys/windows/time.rs index 20ceff0aa6931..21e07a42cb63b 100644 --- a/src/libstd/sys/windows/time.rs +++ b/src/libstd/sys/windows/time.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/timer.rs b/src/libstd/sys/windows/timer.rs index 1ae3979cd9acc..f28e3e8538f17 100644 --- a/src/libstd/sys/windows/timer.rs +++ b/src/libstd/sys/windows/timer.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/tty.rs b/src/libstd/sys/windows/tty.rs index f9e1f0d3ed0aa..6dfb7c6d7c348 100644 --- a/src/libstd/sys/windows/tty.rs +++ b/src/libstd/sys/windows/tty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/sys/windows/udp.rs b/src/libstd/sys/windows/udp.rs index 50f8fb828ad32..e74b0e87487c3 100644 --- a/src/libstd/sys/windows/udp.rs +++ b/src/libstd/sys/windows/udp.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/thread.rs b/src/libstd/thread.rs index 932556fe1a65d..86bf83f66ee39 100644 --- a/src/libstd/thread.rs +++ b/src/libstd/thread.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/thread_local/mod.rs b/src/libstd/thread_local/mod.rs index 4c99cff34da65..fd6ab16d6eee7 100644 --- a/src/libstd/thread_local/mod.rs +++ b/src/libstd/thread_local/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/thread_local/scoped.rs b/src/libstd/thread_local/scoped.rs index 1fb5652bc0ca4..e3ff11841e978 100644 --- a/src/libstd/thread_local/scoped.rs +++ b/src/libstd/thread_local/scoped.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/libstd/thunk.rs b/src/libstd/thunk.rs index 1830a4df54aab..6adf46380a868 100644 --- a/src/libstd/thunk.rs +++ b/src/libstd/thunk.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libstd/time/duration.rs b/src/libstd/time/duration.rs index 162c3677168f8..5b35e78444e35 100644 --- a/src/libstd/time/duration.rs +++ b/src/libstd/time/duration.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs index f62571942a78d..900c4ea8c7809 100644 --- a/src/libstd/time/mod.rs +++ b/src/libstd/time/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libstd/tuple.rs b/src/libstd/tuple.rs index e76dcef226ddc..403246c396736 100644 --- a/src/libstd/tuple.rs +++ b/src/libstd/tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libstd/unit.rs b/src/libstd/unit.rs index 012b175b031f1..16385f00437fb 100644 --- a/src/libstd/unit.rs +++ b/src/libstd/unit.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/abi.rs b/src/libsyntax/abi.rs index 09235ee209c46..e1ea9178f19aa 100644 --- a/src/libsyntax/abi.rs +++ b/src/libsyntax/abi.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index fcf80410da240..5918a44cb3ea3 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ast_map/blocks.rs b/src/libsyntax/ast_map/blocks.rs index 53787d71eef80..0c78f413478f8 100644 --- a/src/libsyntax/ast_map/blocks.rs +++ b/src/libsyntax/ast_map/blocks.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ast_map/mod.rs b/src/libsyntax/ast_map/mod.rs index f462a730d3aa0..933f1d3465e02 100644 --- a/src/libsyntax/ast_map/mod.rs +++ b/src/libsyntax/ast_map/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs index bc7fbd46fd8ba..d497b56720fab 100644 --- a/src/libsyntax/ast_util.rs +++ b/src/libsyntax/ast_util.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/attr.rs b/src/libsyntax/attr.rs index 6f57c06d33e88..2aad07aaa57b4 100644 --- a/src/libsyntax/attr.rs +++ b/src/libsyntax/attr.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/codemap.rs b/src/libsyntax/codemap.rs index bf26687deeded..28eb97d84e72b 100644 --- a/src/libsyntax/codemap.rs +++ b/src/libsyntax/codemap.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/config.rs b/src/libsyntax/config.rs index 3f91831a5df76..c0c580423fad3 100644 --- a/src/libsyntax/config.rs +++ b/src/libsyntax/config.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/diagnostic.rs b/src/libsyntax/diagnostic.rs index 7213b0fa9556c..18155793007b9 100644 --- a/src/libsyntax/diagnostic.rs +++ b/src/libsyntax/diagnostic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/diagnostics/macros.rs b/src/libsyntax/diagnostics/macros.rs index 34a193dffd3db..62f22265d4c83 100644 --- a/src/libsyntax/diagnostics/macros.rs +++ b/src/libsyntax/diagnostics/macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/diagnostics/plugin.rs b/src/libsyntax/diagnostics/plugin.rs index 1469c50061cc7..69b053580545c 100644 --- a/src/libsyntax/diagnostics/plugin.rs +++ b/src/libsyntax/diagnostics/plugin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/diagnostics/registry.rs b/src/libsyntax/diagnostics/registry.rs index 4caef247aebc2..4573a098ee2a1 100644 --- a/src/libsyntax/diagnostics/registry.rs +++ b/src/libsyntax/diagnostics/registry.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/asm.rs b/src/libsyntax/ext/asm.rs index 4258eb32fdf0f..2f2f2c09ed7d2 100644 --- a/src/libsyntax/ext/asm.rs +++ b/src/libsyntax/ext/asm.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/base.rs b/src/libsyntax/ext/base.rs index f2498abfa6a59..dec33f229fbfc 100644 --- a/src/libsyntax/ext/base.rs +++ b/src/libsyntax/ext/base.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/build.rs b/src/libsyntax/ext/build.rs index c34142aec39c8..0d7b130e57444 100644 --- a/src/libsyntax/ext/build.rs +++ b/src/libsyntax/ext/build.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/cfg.rs b/src/libsyntax/ext/cfg.rs index 72da60ffe0941..9fd1d9bd68245 100644 --- a/src/libsyntax/ext/cfg.rs +++ b/src/libsyntax/ext/cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/cfg_attr.rs b/src/libsyntax/ext/cfg_attr.rs index a85f12edb2286..958f312893576 100644 --- a/src/libsyntax/ext/cfg_attr.rs +++ b/src/libsyntax/ext/cfg_attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/concat.rs b/src/libsyntax/ext/concat.rs index 39895a3946a56..6b797d09d25fd 100644 --- a/src/libsyntax/ext/concat.rs +++ b/src/libsyntax/ext/concat.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/concat_idents.rs b/src/libsyntax/ext/concat_idents.rs index 1af3ba1d326bc..5953d04bcc834 100644 --- a/src/libsyntax/ext/concat_idents.rs +++ b/src/libsyntax/ext/concat_idents.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/bounds.rs b/src/libsyntax/ext/deriving/bounds.rs index 8ac7e57bb818b..2384abe81a09b 100644 --- a/src/libsyntax/ext/deriving/bounds.rs +++ b/src/libsyntax/ext/deriving/bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/clone.rs b/src/libsyntax/ext/deriving/clone.rs index 6498e8d2d587a..ec5be3c7cb9c9 100644 --- a/src/libsyntax/ext/deriving/clone.rs +++ b/src/libsyntax/ext/deriving/clone.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/cmp/eq.rs b/src/libsyntax/ext/deriving/cmp/eq.rs index c550c26c74572..29090a86657e7 100644 --- a/src/libsyntax/ext/deriving/cmp/eq.rs +++ b/src/libsyntax/ext/deriving/cmp/eq.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/cmp/ord.rs b/src/libsyntax/ext/deriving/cmp/ord.rs index 9f1850145b6c5..9551795c7c62d 100644 --- a/src/libsyntax/ext/deriving/cmp/ord.rs +++ b/src/libsyntax/ext/deriving/cmp/ord.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/cmp/totaleq.rs b/src/libsyntax/ext/deriving/cmp/totaleq.rs index 9a2af6a3e0bee..0c9d5ab33a67a 100644 --- a/src/libsyntax/ext/deriving/cmp/totaleq.rs +++ b/src/libsyntax/ext/deriving/cmp/totaleq.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/cmp/totalord.rs b/src/libsyntax/ext/deriving/cmp/totalord.rs index 29d327142a6cf..1963c995ee1e7 100644 --- a/src/libsyntax/ext/deriving/cmp/totalord.rs +++ b/src/libsyntax/ext/deriving/cmp/totalord.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/decodable.rs b/src/libsyntax/ext/deriving/decodable.rs index 8edbf018f22e3..3776e7e6e7bf2 100644 --- a/src/libsyntax/ext/deriving/decodable.rs +++ b/src/libsyntax/ext/deriving/decodable.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/default.rs b/src/libsyntax/ext/deriving/default.rs index 36c3f2c0ccb34..c722928475a7f 100644 --- a/src/libsyntax/ext/deriving/default.rs +++ b/src/libsyntax/ext/deriving/default.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/encodable.rs b/src/libsyntax/ext/deriving/encodable.rs index 801ae213a7bcf..1a549a1e7b1f6 100644 --- a/src/libsyntax/ext/deriving/encodable.rs +++ b/src/libsyntax/ext/deriving/encodable.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/generic/mod.rs b/src/libsyntax/ext/deriving/generic/mod.rs index 293e4befd3bb1..726d08d10cb54 100644 --- a/src/libsyntax/ext/deriving/generic/mod.rs +++ b/src/libsyntax/ext/deriving/generic/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/generic/ty.rs b/src/libsyntax/ext/deriving/generic/ty.rs index 5e6a9c91ce032..70ba93832d3fe 100644 --- a/src/libsyntax/ext/deriving/generic/ty.rs +++ b/src/libsyntax/ext/deriving/generic/ty.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/hash.rs b/src/libsyntax/ext/deriving/hash.rs index 08336be87d107..24845e110f1f3 100644 --- a/src/libsyntax/ext/deriving/hash.rs +++ b/src/libsyntax/ext/deriving/hash.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/mod.rs b/src/libsyntax/ext/deriving/mod.rs index 603c447800716..1559de7738b03 100644 --- a/src/libsyntax/ext/deriving/mod.rs +++ b/src/libsyntax/ext/deriving/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/primitive.rs b/src/libsyntax/ext/deriving/primitive.rs index c45fe1ceb2049..a77a763bfcc93 100644 --- a/src/libsyntax/ext/deriving/primitive.rs +++ b/src/libsyntax/ext/deriving/primitive.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/rand.rs b/src/libsyntax/ext/deriving/rand.rs index b5435896791cd..46e396159ac75 100644 --- a/src/libsyntax/ext/deriving/rand.rs +++ b/src/libsyntax/ext/deriving/rand.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/deriving/show.rs b/src/libsyntax/ext/deriving/show.rs index 48034ce50ab51..bb7877ecd0d10 100644 --- a/src/libsyntax/ext/deriving/show.rs +++ b/src/libsyntax/ext/deriving/show.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/env.rs b/src/libsyntax/ext/env.rs index 9b54e259761db..8531d9488efb9 100644 --- a/src/libsyntax/ext/env.rs +++ b/src/libsyntax/ext/env.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index c95bdeefd4540..44c667520abbf 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/format.rs b/src/libsyntax/ext/format.rs index f512b33f02440..b959772065a3f 100644 --- a/src/libsyntax/ext/format.rs +++ b/src/libsyntax/ext/format.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/log_syntax.rs b/src/libsyntax/ext/log_syntax.rs index 30301e3b8cc92..9db31492d71ad 100644 --- a/src/libsyntax/ext/log_syntax.rs +++ b/src/libsyntax/ext/log_syntax.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/mtwt.rs b/src/libsyntax/ext/mtwt.rs index ae8ff118fcc0f..5c70defa622bd 100644 --- a/src/libsyntax/ext/mtwt.rs +++ b/src/libsyntax/ext/mtwt.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index c42b188302cc3..d1528235593c9 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/source_util.rs b/src/libsyntax/ext/source_util.rs index 31a1a838b133d..c1c03a0cee415 100644 --- a/src/libsyntax/ext/source_util.rs +++ b/src/libsyntax/ext/source_util.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/trace_macros.rs b/src/libsyntax/ext/trace_macros.rs index 76f7b7b0d7b3b..e387930f48f8c 100644 --- a/src/libsyntax/ext/trace_macros.rs +++ b/src/libsyntax/ext/trace_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/tt/macro_parser.rs b/src/libsyntax/ext/tt/macro_parser.rs index 9eda4bcef9942..549067401e558 100644 --- a/src/libsyntax/ext/tt/macro_parser.rs +++ b/src/libsyntax/ext/tt/macro_parser.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/tt/macro_rules.rs b/src/libsyntax/ext/tt/macro_rules.rs index 270df72eb0e49..ad79a737eb51e 100644 --- a/src/libsyntax/ext/tt/macro_rules.rs +++ b/src/libsyntax/ext/tt/macro_rules.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/libsyntax/ext/tt/transcribe.rs b/src/libsyntax/ext/tt/transcribe.rs index 94b8356130aeb..99c967a957444 100644 --- a/src/libsyntax/ext/tt/transcribe.rs +++ b/src/libsyntax/ext/tt/transcribe.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 13b7944998ad8..3784320210bd5 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/fold.rs b/src/libsyntax/fold.rs index f484650ad5b06..0ecefaa23c96c 100644 --- a/src/libsyntax/fold.rs +++ b/src/libsyntax/fold.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index fa675a9fcaaec..48bfe33c9a740 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/owned_slice.rs b/src/libsyntax/owned_slice.rs index 707e540a17bfe..615dfd07008d3 100644 --- a/src/libsyntax/owned_slice.rs +++ b/src/libsyntax/owned_slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/attr.rs b/src/libsyntax/parse/attr.rs index 54ec9c7b146d7..2b5bdcc6fedad 100644 --- a/src/libsyntax/parse/attr.rs +++ b/src/libsyntax/parse/attr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/classify.rs b/src/libsyntax/parse/classify.rs index d46d078c776be..ef10c9da77e76 100644 --- a/src/libsyntax/parse/classify.rs +++ b/src/libsyntax/parse/classify.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/common.rs b/src/libsyntax/parse/common.rs index a96bf1ce10b79..4a7b27ce28ff3 100644 --- a/src/libsyntax/parse/common.rs +++ b/src/libsyntax/parse/common.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/lexer/comments.rs b/src/libsyntax/parse/lexer/comments.rs index 16ade904be883..002209e51db9b 100644 --- a/src/libsyntax/parse/lexer/comments.rs +++ b/src/libsyntax/parse/lexer/comments.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/lexer/mod.rs b/src/libsyntax/parse/lexer/mod.rs index 4cdafb36eecc4..c7fa736b22740 100644 --- a/src/libsyntax/parse/lexer/mod.rs +++ b/src/libsyntax/parse/lexer/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs index dd376fe9e10e8..5fa90b8f11e98 100644 --- a/src/libsyntax/parse/mod.rs +++ b/src/libsyntax/parse/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/obsolete.rs b/src/libsyntax/parse/obsolete.rs index 9d03ec73af8b1..c754410c391d6 100644 --- a/src/libsyntax/parse/obsolete.rs +++ b/src/libsyntax/parse/obsolete.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 83a7504bc4984..6cf15c53323d8 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index e5aef12e82795..b7e1b6034f693 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/libsyntax/print/pp.rs b/src/libsyntax/print/pp.rs index 06d510d37bd31..c9f9cfa92655b 100644 --- a/src/libsyntax/print/pp.rs +++ b/src/libsyntax/print/pp.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index b59e770c6ba51..53334b852a0db 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/ptr.rs b/src/libsyntax/ptr.rs index 37fa8703706e0..59908b3fda656 100644 --- a/src/libsyntax/ptr.rs +++ b/src/libsyntax/ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/show_span.rs b/src/libsyntax/show_span.rs index 57520257fe1b3..5fdda18f75cbc 100644 --- a/src/libsyntax/show_span.rs +++ b/src/libsyntax/show_span.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/libsyntax/std_inject.rs b/src/libsyntax/std_inject.rs index 28b9eaa54aabc..579a5fcb70c43 100644 --- a/src/libsyntax/std_inject.rs +++ b/src/libsyntax/std_inject.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index 5f869d5093fec..bdcd37eed6523 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/util/interner.rs b/src/libsyntax/util/interner.rs index 5dca39f1aea06..26a4d751f8bfd 100644 --- a/src/libsyntax/util/interner.rs +++ b/src/libsyntax/util/interner.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libsyntax/util/parser_testing.rs b/src/libsyntax/util/parser_testing.rs index 83bbff8473d04..c1973175c3feb 100644 --- a/src/libsyntax/util/parser_testing.rs +++ b/src/libsyntax/util/parser_testing.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libsyntax/util/small_vector.rs b/src/libsyntax/util/small_vector.rs index b68c9926391d7..08c4734e8463d 100644 --- a/src/libsyntax/util/small_vector.rs +++ b/src/libsyntax/util/small_vector.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libsyntax/visit.rs b/src/libsyntax/visit.rs index 7778b4fa34aa1..4b5a72cbbbffe 100644 --- a/src/libsyntax/visit.rs +++ b/src/libsyntax/visit.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index 027c5a1a70832..92344b0c72381 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libterm/terminfo/mod.rs b/src/libterm/terminfo/mod.rs index 4933938f33836..ff79bec59de49 100644 --- a/src/libterm/terminfo/mod.rs +++ b/src/libterm/terminfo/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libterm/terminfo/parm.rs b/src/libterm/terminfo/parm.rs index b0bce8f31120f..02ac2950fcb85 100644 --- a/src/libterm/terminfo/parm.rs +++ b/src/libterm/terminfo/parm.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libterm/terminfo/parser/compiled.rs b/src/libterm/terminfo/parser/compiled.rs index 4735b6e8f2ad9..98d0e43323039 100644 --- a/src/libterm/terminfo/parser/compiled.rs +++ b/src/libterm/terminfo/parser/compiled.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/libterm/terminfo/searcher.rs b/src/libterm/terminfo/searcher.rs index 1fca3c62f78ca..5ef3f9052b394 100644 --- a/src/libterm/terminfo/searcher.rs +++ b/src/libterm/terminfo/searcher.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libterm/win.rs b/src/libterm/win.rs index 3130ad0af3fa7..5c1c5fc2c855f 100644 --- a/src/libterm/win.rs +++ b/src/libterm/win.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index f9fb767f77ed9..3988bcbce6834 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libtest/stats.rs b/src/libtest/stats.rs index 6061c4fd1d3d3..17e3f095b9874 100644 --- a/src/libtest/stats.rs +++ b/src/libtest/stats.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs index fbe912ced905b..3219c46b27e78 100644 --- a/src/libunicode/lib.rs +++ b/src/libunicode/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libunicode/normalize.rs b/src/libunicode/normalize.rs index c6f86ccd9d412..7f2a3bca42116 100644 --- a/src/libunicode/normalize.rs +++ b/src/libunicode/normalize.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libunicode/tables.rs b/src/libunicode/tables.rs index 3f089d62e4ee5..d4a5fce0d2f8c 100644 --- a/src/libunicode/tables.rs +++ b/src/libunicode/tables.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libunicode/u_char.rs b/src/libunicode/u_char.rs index 4142a62ba6664..89a6fde6f268a 100644 --- a/src/libunicode/u_char.rs +++ b/src/libunicode/u_char.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/libunicode/u_str.rs b/src/libunicode/u_str.rs index 13672a7b480af..53513208747bb 100644 --- a/src/libunicode/u_str.rs +++ b/src/libunicode/u_str.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/rt/rust_builtin.c b/src/rt/rust_builtin.c index 5dc07f859aed0..ed284f9e0d5df 100644 --- a/src/rt/rust_builtin.c +++ b/src/rt/rust_builtin.c @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/rt/rust_test_helpers.c b/src/rt/rust_test_helpers.c index c755cf67caa9f..47456525f5b9b 100644 --- a/src/rt/rust_test_helpers.c +++ b/src/rt/rust_test_helpers.c @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/rt/rust_try.ll b/src/rt/rust_try.ll index 226dc55cb8d5a..620e059a198c5 100644 --- a/src/rt/rust_try.ll +++ b/src/rt/rust_try.ll @@ -1,7 +1,3 @@ -; Copyright 2013 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 or the MIT license ; , at your diff --git a/src/rustbook/book.rs b/src/rustbook/book.rs index 20346449fd16c..91ba8e6a0c726 100644 --- a/src/rustbook/book.rs +++ b/src/rustbook/book.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/build.rs b/src/rustbook/build.rs index 50a6ad43aeeb1..53c7730556ae5 100644 --- a/src/rustbook/build.rs +++ b/src/rustbook/build.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/css.rs b/src/rustbook/css.rs index 65ba031a2d634..34b44c056b1f3 100644 --- a/src/rustbook/css.rs +++ b/src/rustbook/css.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/error.rs b/src/rustbook/error.rs index 7d5e7efcc9459..81c3bce86529b 100644 --- a/src/rustbook/error.rs +++ b/src/rustbook/error.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/help.rs b/src/rustbook/help.rs index 7fd8214f7311a..abb7b1f5c0427 100644 --- a/src/rustbook/help.rs +++ b/src/rustbook/help.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/javascript.rs b/src/rustbook/javascript.rs index eb4401e1835a2..6596635550cc9 100644 --- a/src/rustbook/javascript.rs +++ b/src/rustbook/javascript.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/rustbook/main.rs b/src/rustbook/main.rs index ea72c653087d3..907eaca2c7d81 100644 --- a/src/rustbook/main.rs +++ b/src/rustbook/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/serve.rs b/src/rustbook/serve.rs index 808527dcef95e..5ef952f6bc545 100644 --- a/src/rustbook/serve.rs +++ b/src/rustbook/serve.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/subcommand.rs b/src/rustbook/subcommand.rs index 473739c919d64..6123d6049b2b0 100644 --- a/src/rustbook/subcommand.rs +++ b/src/rustbook/subcommand.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/term.rs b/src/rustbook/term.rs index 471e22ce7c1f1..5c9650dcb2b79 100644 --- a/src/rustbook/term.rs +++ b/src/rustbook/term.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustbook/test.rs b/src/rustbook/test.rs index f2bf92585f7ea..d2f8c14cdf22a 100644 --- a/src/rustbook/test.rs +++ b/src/rustbook/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustllvm/ExecutionEngineWrapper.cpp b/src/rustllvm/ExecutionEngineWrapper.cpp index d37cf9d12a5e0..d359be0bef560 100644 --- a/src/rustllvm/ExecutionEngineWrapper.cpp +++ b/src/rustllvm/ExecutionEngineWrapper.cpp @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/rustllvm/PassWrapper.cpp b/src/rustllvm/PassWrapper.cpp index ce3090390db8e..3f283155432eb 100644 --- a/src/rustllvm/PassWrapper.cpp +++ b/src/rustllvm/PassWrapper.cpp @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp index bce73a2769936..aa446734da4ba 100644 --- a/src/rustllvm/RustWrapper.cpp +++ b/src/rustllvm/RustWrapper.cpp @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/rustllvm/rustllvm.h b/src/rustllvm/rustllvm.h index 33dec63a728e1..3b95a06ac4662 100644 --- a/src/rustllvm/rustllvm.h +++ b/src/rustllvm/rustllvm.h @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/ambig_impl_2_lib.rs b/src/test/auxiliary/ambig_impl_2_lib.rs index e56df439bc2a5..28834033e12f8 100644 --- a/src/test/auxiliary/ambig_impl_2_lib.rs +++ b/src/test/auxiliary/ambig_impl_2_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/anon-extern-mod-cross-crate-1.rs b/src/test/auxiliary/anon-extern-mod-cross-crate-1.rs index 12ab62267a363..cde77d24513c5 100644 --- a/src/test/auxiliary/anon-extern-mod-cross-crate-1.rs +++ b/src/test/auxiliary/anon-extern-mod-cross-crate-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/anon_trait_static_method_lib.rs b/src/test/auxiliary/anon_trait_static_method_lib.rs index 666d2569c42b4..6f78601c65806 100644 --- a/src/test/auxiliary/anon_trait_static_method_lib.rs +++ b/src/test/auxiliary/anon_trait_static_method_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/associated-types-cc-lib.rs b/src/test/auxiliary/associated-types-cc-lib.rs index 44fbcf2150a4b..bbeb60086eab5 100644 --- a/src/test/auxiliary/associated-types-cc-lib.rs +++ b/src/test/auxiliary/associated-types-cc-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_borrow_lib.rs b/src/test/auxiliary/cci_borrow_lib.rs index 96af3203066c7..a675de2090ac5 100644 --- a/src/test/auxiliary/cci_borrow_lib.rs +++ b/src/test/auxiliary/cci_borrow_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_capture_clause.rs b/src/test/auxiliary/cci_capture_clause.rs index 673c38697b79c..0fb36dce99923 100644 --- a/src/test/auxiliary/cci_capture_clause.rs +++ b/src/test/auxiliary/cci_capture_clause.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class.rs b/src/test/auxiliary/cci_class.rs index 50116b397372f..2fefc40de3920 100644 --- a/src/test/auxiliary/cci_class.rs +++ b/src/test/auxiliary/cci_class.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_2.rs b/src/test/auxiliary/cci_class_2.rs index 55fb424205eb8..e23bad7ac7ef4 100644 --- a/src/test/auxiliary/cci_class_2.rs +++ b/src/test/auxiliary/cci_class_2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_3.rs b/src/test/auxiliary/cci_class_3.rs index 6a57bb36663c3..9ebbc44ad536c 100644 --- a/src/test/auxiliary/cci_class_3.rs +++ b/src/test/auxiliary/cci_class_3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_4.rs b/src/test/auxiliary/cci_class_4.rs index 78d667fc5a512..9403a621c43a5 100644 --- a/src/test/auxiliary/cci_class_4.rs +++ b/src/test/auxiliary/cci_class_4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_5.rs b/src/test/auxiliary/cci_class_5.rs index d113859a6bdc7..08cdbab879822 100644 --- a/src/test/auxiliary/cci_class_5.rs +++ b/src/test/auxiliary/cci_class_5.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_6.rs b/src/test/auxiliary/cci_class_6.rs index 71552f4c97efc..2ec15cd8fff71 100644 --- a/src/test/auxiliary/cci_class_6.rs +++ b/src/test/auxiliary/cci_class_6.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_cast.rs b/src/test/auxiliary/cci_class_cast.rs index 0a888d2bd112f..ab6725494b21f 100644 --- a/src/test/auxiliary/cci_class_cast.rs +++ b/src/test/auxiliary/cci_class_cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_class_trait.rs b/src/test/auxiliary/cci_class_trait.rs index 7ca3d7c4ac990..d2bec08d614f3 100644 --- a/src/test/auxiliary/cci_class_trait.rs +++ b/src/test/auxiliary/cci_class_trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_const.rs b/src/test/auxiliary/cci_const.rs index 945004ede6de8..95d15bbd1fc8e 100644 --- a/src/test/auxiliary/cci_const.rs +++ b/src/test/auxiliary/cci_const.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_const_block.rs b/src/test/auxiliary/cci_const_block.rs index a3bcbd201e199..5994743ecac88 100644 --- a/src/test/auxiliary/cci_const_block.rs +++ b/src/test/auxiliary/cci_const_block.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_impl_lib.rs b/src/test/auxiliary/cci_impl_lib.rs index 3b1857f9ccb69..90e2e826e8bc0 100644 --- a/src/test/auxiliary/cci_impl_lib.rs +++ b/src/test/auxiliary/cci_impl_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_intrinsic.rs b/src/test/auxiliary/cci_intrinsic.rs index a3a3dbac2b551..9f93fedc34d1a 100644 --- a/src/test/auxiliary/cci_intrinsic.rs +++ b/src/test/auxiliary/cci_intrinsic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_iter_lib.rs b/src/test/auxiliary/cci_iter_lib.rs index 3ba068df058b3..ecc4318fe2909 100644 --- a/src/test/auxiliary/cci_iter_lib.rs +++ b/src/test/auxiliary/cci_iter_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_nested_lib.rs b/src/test/auxiliary/cci_nested_lib.rs index 8494917c615eb..b14b82f16ecb1 100644 --- a/src/test/auxiliary/cci_nested_lib.rs +++ b/src/test/auxiliary/cci_nested_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cci_no_inline_lib.rs b/src/test/auxiliary/cci_no_inline_lib.rs index 474925d8838b5..7d82a0b9a41ee 100644 --- a/src/test/auxiliary/cci_no_inline_lib.rs +++ b/src/test/auxiliary/cci_no_inline_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cfg_inner_static.rs b/src/test/auxiliary/cfg_inner_static.rs index 4331a1da2a26b..d81a6795c948a 100644 --- a/src/test/auxiliary/cfg_inner_static.rs +++ b/src/test/auxiliary/cfg_inner_static.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/changing-crates-a1.rs b/src/test/auxiliary/changing-crates-a1.rs index 18162c5f756b8..5b73edf50231f 100644 --- a/src/test/auxiliary/changing-crates-a1.rs +++ b/src/test/auxiliary/changing-crates-a1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/changing-crates-a2.rs b/src/test/auxiliary/changing-crates-a2.rs index a54dcbbbfc245..51c8e563d5b74 100644 --- a/src/test/auxiliary/changing-crates-a2.rs +++ b/src/test/auxiliary/changing-crates-a2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/changing-crates-b.rs b/src/test/auxiliary/changing-crates-b.rs index 81f924e29daa7..9938ae11a86f1 100644 --- a/src/test/auxiliary/changing-crates-b.rs +++ b/src/test/auxiliary/changing-crates-b.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/check_static_recursion_foreign_helper.rs b/src/test/auxiliary/check_static_recursion_foreign_helper.rs index b5c2a4f135fe2..b772df53eece8 100644 --- a/src/test/auxiliary/check_static_recursion_foreign_helper.rs +++ b/src/test/auxiliary/check_static_recursion_foreign_helper.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/coherence-lib.rs b/src/test/auxiliary/coherence-lib.rs index daa123849e4e7..9a46ec7a9cd4b 100644 --- a/src/test/auxiliary/coherence-lib.rs +++ b/src/test/auxiliary/coherence-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/coherence-orphan-lib.rs b/src/test/auxiliary/coherence-orphan-lib.rs index 2e5d18b58f22f..dbabb84020d4c 100644 --- a/src/test/auxiliary/coherence-orphan-lib.rs +++ b/src/test/auxiliary/coherence-orphan-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/coherence_inherent_cc_lib.rs b/src/test/auxiliary/coherence_inherent_cc_lib.rs index 0458636a401ef..1b4ba57821fdc 100644 --- a/src/test/auxiliary/coherence_inherent_cc_lib.rs +++ b/src/test/auxiliary/coherence_inherent_cc_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crate-method-reexport-grrrrrrr2.rs b/src/test/auxiliary/crate-method-reexport-grrrrrrr2.rs index f3d5bf2d65eee..781fd19604432 100644 --- a/src/test/auxiliary/crate-method-reexport-grrrrrrr2.rs +++ b/src/test/auxiliary/crate-method-reexport-grrrrrrr2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve1-1.rs b/src/test/auxiliary/crateresolve1-1.rs index e26ea7c4fa6d0..2b06fcca47ca5 100644 --- a/src/test/auxiliary/crateresolve1-1.rs +++ b/src/test/auxiliary/crateresolve1-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve1-2.rs b/src/test/auxiliary/crateresolve1-2.rs index 715171b143a4a..45ce41986d6c4 100644 --- a/src/test/auxiliary/crateresolve1-2.rs +++ b/src/test/auxiliary/crateresolve1-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve1-3.rs b/src/test/auxiliary/crateresolve1-3.rs index f733b5b908ab4..fcd3bd9269e96 100644 --- a/src/test/auxiliary/crateresolve1-3.rs +++ b/src/test/auxiliary/crateresolve1-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve3-1.rs b/src/test/auxiliary/crateresolve3-1.rs index 473528c681e7f..9c10ffa27ee0c 100644 --- a/src/test/auxiliary/crateresolve3-1.rs +++ b/src/test/auxiliary/crateresolve3-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve3-2.rs b/src/test/auxiliary/crateresolve3-2.rs index 1e95fa6b63903..581da17bbdb89 100644 --- a/src/test/auxiliary/crateresolve3-2.rs +++ b/src/test/auxiliary/crateresolve3-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve4a-1.rs b/src/test/auxiliary/crateresolve4a-1.rs index 68a69f6dc9073..676e249e490c8 100644 --- a/src/test/auxiliary/crateresolve4a-1.rs +++ b/src/test/auxiliary/crateresolve4a-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve4a-2.rs b/src/test/auxiliary/crateresolve4a-2.rs index 6e23fddbce7df..177cf98abe436 100644 --- a/src/test/auxiliary/crateresolve4a-2.rs +++ b/src/test/auxiliary/crateresolve4a-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve4b-1.rs b/src/test/auxiliary/crateresolve4b-1.rs index 843fd57ee40d7..08603b2503c49 100644 --- a/src/test/auxiliary/crateresolve4b-1.rs +++ b/src/test/auxiliary/crateresolve4b-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve4b-2.rs b/src/test/auxiliary/crateresolve4b-2.rs index 28c89c79316e2..b2e3d7768516d 100644 --- a/src/test/auxiliary/crateresolve4b-2.rs +++ b/src/test/auxiliary/crateresolve4b-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve5-1.rs b/src/test/auxiliary/crateresolve5-1.rs index 223e4f50ae8ac..a0f863caa89ca 100644 --- a/src/test/auxiliary/crateresolve5-1.rs +++ b/src/test/auxiliary/crateresolve5-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve5-2.rs b/src/test/auxiliary/crateresolve5-2.rs index 38740886b37ea..e56b7cbbe7e4e 100644 --- a/src/test/auxiliary/crateresolve5-2.rs +++ b/src/test/auxiliary/crateresolve5-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve7x.rs b/src/test/auxiliary/crateresolve7x.rs index 801ace7d80492..6aee463211dc3 100644 --- a/src/test/auxiliary/crateresolve7x.rs +++ b/src/test/auxiliary/crateresolve7x.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve8-1.rs b/src/test/auxiliary/crateresolve8-1.rs index 5262d662971a4..6a589569eb848 100644 --- a/src/test/auxiliary/crateresolve8-1.rs +++ b/src/test/auxiliary/crateresolve8-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve_calories-1.rs b/src/test/auxiliary/crateresolve_calories-1.rs index 4dba722971e3c..978638e0ddce1 100644 --- a/src/test/auxiliary/crateresolve_calories-1.rs +++ b/src/test/auxiliary/crateresolve_calories-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/crateresolve_calories-2.rs b/src/test/auxiliary/crateresolve_calories-2.rs index c7e26c8f506d4..4588216d28481 100644 --- a/src/test/auxiliary/crateresolve_calories-2.rs +++ b/src/test/auxiliary/crateresolve_calories-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/cross_crate_debuginfo_type_uniquing.rs b/src/test/auxiliary/cross_crate_debuginfo_type_uniquing.rs index f4bc72305a026..81989652fc1a8 100644 --- a/src/test/auxiliary/cross_crate_debuginfo_type_uniquing.rs +++ b/src/test/auxiliary/cross_crate_debuginfo_type_uniquing.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/default_type_params_xc.rs b/src/test/auxiliary/default_type_params_xc.rs index d12f716decf99..ab3db3bf2fde1 100644 --- a/src/test/auxiliary/default_type_params_xc.rs +++ b/src/test/auxiliary/default_type_params_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/explicit_self_xcrate.rs b/src/test/auxiliary/explicit_self_xcrate.rs index dafa66d9286d2..ae33c98a3c92f 100644 --- a/src/test/auxiliary/explicit_self_xcrate.rs +++ b/src/test/auxiliary/explicit_self_xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/extern-crosscrate-source.rs b/src/test/auxiliary/extern-crosscrate-source.rs index 0e3b531e4581c..d10f2a67d37ae 100644 --- a/src/test/auxiliary/extern-crosscrate-source.rs +++ b/src/test/auxiliary/extern-crosscrate-source.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/extern_calling_convention.rs b/src/test/auxiliary/extern_calling_convention.rs index d7e84a474e849..c5f0f23f5b8e7 100644 --- a/src/test/auxiliary/extern_calling_convention.rs +++ b/src/test/auxiliary/extern_calling_convention.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/extern_mod_ordering_lib.rs b/src/test/auxiliary/extern_mod_ordering_lib.rs index 0fb6adfcda19f..883702ecb5f15 100644 --- a/src/test/auxiliary/extern_mod_ordering_lib.rs +++ b/src/test/auxiliary/extern_mod_ordering_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/foreign_lib.rs b/src/test/auxiliary/foreign_lib.rs index a5d672e3c0cf9..6841b340d47e7 100644 --- a/src/test/auxiliary/foreign_lib.rs +++ b/src/test/auxiliary/foreign_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/go_trait.rs b/src/test/auxiliary/go_trait.rs index 4902766534a13..6a7ae75a81418 100644 --- a/src/test/auxiliary/go_trait.rs +++ b/src/test/auxiliary/go_trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/impl_privacy_xc_1.rs b/src/test/auxiliary/impl_privacy_xc_1.rs index df4e0658cb83a..08f48d8d781b3 100644 --- a/src/test/auxiliary/impl_privacy_xc_1.rs +++ b/src/test/auxiliary/impl_privacy_xc_1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/impl_privacy_xc_2.rs b/src/test/auxiliary/impl_privacy_xc_2.rs index 4d4b1bcc4cbf0..8952070df2b76 100644 --- a/src/test/auxiliary/impl_privacy_xc_2.rs +++ b/src/test/auxiliary/impl_privacy_xc_2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/inherit_struct_lib.rs b/src/test/auxiliary/inherit_struct_lib.rs index fd049a25a0cff..adf3d064a6bbc 100644 --- a/src/test/auxiliary/inherit_struct_lib.rs +++ b/src/test/auxiliary/inherit_struct_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/inherited_stability.rs b/src/test/auxiliary/inherited_stability.rs index 7a01ce3de0bcf..04f69ba454873 100644 --- a/src/test/auxiliary/inherited_stability.rs +++ b/src/test/auxiliary/inherited_stability.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/inline_dtor.rs b/src/test/auxiliary/inline_dtor.rs index dd1fdc2e4981f..e59946efb4b1a 100644 --- a/src/test/auxiliary/inline_dtor.rs +++ b/src/test/auxiliary/inline_dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/inner_static.rs b/src/test/auxiliary/inner_static.rs index 94acea0661838..c917fd62b84f0 100644 --- a/src/test/auxiliary/inner_static.rs +++ b/src/test/auxiliary/inner_static.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/iss.rs b/src/test/auxiliary/iss.rs index 690d5783c4bc2..b51a30e58d6b9 100644 --- a/src/test/auxiliary/iss.rs +++ b/src/test/auxiliary/iss.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-10028.rs b/src/test/auxiliary/issue-10028.rs index 00fdb3e40b975..1947b8e7db896 100644 --- a/src/test/auxiliary/issue-10028.rs +++ b/src/test/auxiliary/issue-10028.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-11224.rs b/src/test/auxiliary/issue-11224.rs index d66cfe9bf636b..0131741ba1129 100644 --- a/src/test/auxiliary/issue-11224.rs +++ b/src/test/auxiliary/issue-11224.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-11225-1.rs b/src/test/auxiliary/issue-11225-1.rs index 88277af4a5118..5d952365c1d90 100644 --- a/src/test/auxiliary/issue-11225-1.rs +++ b/src/test/auxiliary/issue-11225-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-11225-2.rs b/src/test/auxiliary/issue-11225-2.rs index 848574a61fe8f..dff8f599c425f 100644 --- a/src/test/auxiliary/issue-11225-2.rs +++ b/src/test/auxiliary/issue-11225-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-11508.rs b/src/test/auxiliary/issue-11508.rs index c5dc3439f2f8d..d0924f6c30544 100644 --- a/src/test/auxiliary/issue-11508.rs +++ b/src/test/auxiliary/issue-11508.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-11529.rs b/src/test/auxiliary/issue-11529.rs index a8a4c438e6734..9d2c0034c144c 100644 --- a/src/test/auxiliary/issue-11529.rs +++ b/src/test/auxiliary/issue-11529.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-11680.rs b/src/test/auxiliary/issue-11680.rs index 249a1bab465e9..2767f7405e660 100644 --- a/src/test/auxiliary/issue-11680.rs +++ b/src/test/auxiliary/issue-11680.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-12133-dylib.rs b/src/test/auxiliary/issue-12133-dylib.rs index ea22258f67d6b..78df99de33f93 100644 --- a/src/test/auxiliary/issue-12133-dylib.rs +++ b/src/test/auxiliary/issue-12133-dylib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-12133-dylib2.rs b/src/test/auxiliary/issue-12133-dylib2.rs index ee2b11da8f0ad..c336c9f9eea1f 100644 --- a/src/test/auxiliary/issue-12133-dylib2.rs +++ b/src/test/auxiliary/issue-12133-dylib2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-12133-rlib.rs b/src/test/auxiliary/issue-12133-rlib.rs index 8e46acca1244f..27b0eee1b0089 100644 --- a/src/test/auxiliary/issue-12133-rlib.rs +++ b/src/test/auxiliary/issue-12133-rlib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-12612-1.rs b/src/test/auxiliary/issue-12612-1.rs index a0234c1185a97..17db3838e0e98 100644 --- a/src/test/auxiliary/issue-12612-1.rs +++ b/src/test/auxiliary/issue-12612-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-12612-2.rs b/src/test/auxiliary/issue-12612-2.rs index b4ae4374b2e58..d83988695242d 100644 --- a/src/test/auxiliary/issue-12612-2.rs +++ b/src/test/auxiliary/issue-12612-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-12660-aux.rs b/src/test/auxiliary/issue-12660-aux.rs index 9f2bd5d0e9392..bee1a178a349d 100644 --- a/src/test/auxiliary/issue-12660-aux.rs +++ b/src/test/auxiliary/issue-12660-aux.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13560-1.rs b/src/test/auxiliary/issue-13560-1.rs index 858d7269cd874..41562fbeea251 100644 --- a/src/test/auxiliary/issue-13560-1.rs +++ b/src/test/auxiliary/issue-13560-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13560-2.rs b/src/test/auxiliary/issue-13560-2.rs index 8e46acca1244f..27b0eee1b0089 100644 --- a/src/test/auxiliary/issue-13560-2.rs +++ b/src/test/auxiliary/issue-13560-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13560-3.rs b/src/test/auxiliary/issue-13560-3.rs index 5510d3e2e0df1..87a7c68cb2d0e 100644 --- a/src/test/auxiliary/issue-13560-3.rs +++ b/src/test/auxiliary/issue-13560-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13620-1.rs b/src/test/auxiliary/issue-13620-1.rs index e373421fabfac..29abf3cc731e2 100644 --- a/src/test/auxiliary/issue-13620-1.rs +++ b/src/test/auxiliary/issue-13620-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13620-2.rs b/src/test/auxiliary/issue-13620-2.rs index da47115e2b3f4..b3ae6a5de1686 100644 --- a/src/test/auxiliary/issue-13620-2.rs +++ b/src/test/auxiliary/issue-13620-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13872-1.rs b/src/test/auxiliary/issue-13872-1.rs index 941b67eb2da6c..5d8185c98b823 100644 --- a/src/test/auxiliary/issue-13872-1.rs +++ b/src/test/auxiliary/issue-13872-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13872-2.rs b/src/test/auxiliary/issue-13872-2.rs index 8294d2b4594cf..4be410980d99d 100644 --- a/src/test/auxiliary/issue-13872-2.rs +++ b/src/test/auxiliary/issue-13872-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-13872-3.rs b/src/test/auxiliary/issue-13872-3.rs index 827a9f18f4892..08ec932166e93 100644 --- a/src/test/auxiliary/issue-13872-3.rs +++ b/src/test/auxiliary/issue-13872-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-14421.rs b/src/test/auxiliary/issue-14421.rs index 7c69cba179ca1..20f271f7de72a 100644 --- a/src/test/auxiliary/issue-14421.rs +++ b/src/test/auxiliary/issue-14421.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-14422.rs b/src/test/auxiliary/issue-14422.rs index 9ecb1195de00a..ce0a7d5428780 100644 --- a/src/test/auxiliary/issue-14422.rs +++ b/src/test/auxiliary/issue-14422.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-15562.rs b/src/test/auxiliary/issue-15562.rs index 76243d3bcedb0..c807ede3feae3 100644 --- a/src/test/auxiliary/issue-15562.rs +++ b/src/test/auxiliary/issue-15562.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-16643.rs b/src/test/auxiliary/issue-16643.rs index c3f7f2d1aa166..b7b6b24083353 100644 --- a/src/test/auxiliary/issue-16643.rs +++ b/src/test/auxiliary/issue-16643.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-16725.rs b/src/test/auxiliary/issue-16725.rs index 7f388c13e15a8..191dfca2e7288 100644 --- a/src/test/auxiliary/issue-16725.rs +++ b/src/test/auxiliary/issue-16725.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-16822.rs b/src/test/auxiliary/issue-16822.rs index 0e3041c11748b..63f2710a0cd05 100644 --- a/src/test/auxiliary/issue-16822.rs +++ b/src/test/auxiliary/issue-16822.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-17662.rs b/src/test/auxiliary/issue-17662.rs index be10ca1dd8fd8..412f522113c10 100644 --- a/src/test/auxiliary/issue-17662.rs +++ b/src/test/auxiliary/issue-17662.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-17718-const-privacy.rs b/src/test/auxiliary/issue-17718-const-privacy.rs index 3657d39ff77e4..0f924cc108bc9 100644 --- a/src/test/auxiliary/issue-17718-const-privacy.rs +++ b/src/test/auxiliary/issue-17718-const-privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-17718.rs b/src/test/auxiliary/issue-17718.rs index cbe56b00c13d5..b6f8517962ef0 100644 --- a/src/test/auxiliary/issue-17718.rs +++ b/src/test/auxiliary/issue-17718.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-18501.rs b/src/test/auxiliary/issue-18501.rs index af3bc20378c39..c3beed0a03455 100644 --- a/src/test/auxiliary/issue-18501.rs +++ b/src/test/auxiliary/issue-18501.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-18502.rs b/src/test/auxiliary/issue-18502.rs index 718b046e1e477..0aab501e141da 100644 --- a/src/test/auxiliary/issue-18502.rs +++ b/src/test/auxiliary/issue-18502.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-18514.rs b/src/test/auxiliary/issue-18514.rs index 2a5e07a32855e..77d769d9eb9aa 100644 --- a/src/test/auxiliary/issue-18514.rs +++ b/src/test/auxiliary/issue-18514.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-18711.rs b/src/test/auxiliary/issue-18711.rs index 54f1595780db7..0728ae5406021 100644 --- a/src/test/auxiliary/issue-18711.rs +++ b/src/test/auxiliary/issue-18711.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-19340-1.rs b/src/test/auxiliary/issue-19340-1.rs index fc61b78d8a7ee..e862a9642e326 100644 --- a/src/test/auxiliary/issue-19340-1.rs +++ b/src/test/auxiliary/issue-19340-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-21202.rs b/src/test/auxiliary/issue-21202.rs index afdbf78aa8292..dd4b53c22e80e 100644 --- a/src/test/auxiliary/issue-21202.rs +++ b/src/test/auxiliary/issue-21202.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-2380.rs b/src/test/auxiliary/issue-2380.rs index 8eb6cd6e26318..997f4e98289dd 100644 --- a/src/test/auxiliary/issue-2380.rs +++ b/src/test/auxiliary/issue-2380.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-2414-a.rs b/src/test/auxiliary/issue-2414-a.rs index fe1ef549d06ac..313332a36c1c0 100644 --- a/src/test/auxiliary/issue-2414-a.rs +++ b/src/test/auxiliary/issue-2414-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-2414-b.rs b/src/test/auxiliary/issue-2414-b.rs index b1c95bcb4300f..623ac01750d7f 100644 --- a/src/test/auxiliary/issue-2414-b.rs +++ b/src/test/auxiliary/issue-2414-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-2526.rs b/src/test/auxiliary/issue-2526.rs index e3ce4e8f6565a..5e60840fe2122 100644 --- a/src/test/auxiliary/issue-2526.rs +++ b/src/test/auxiliary/issue-2526.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-2631-a.rs b/src/test/auxiliary/issue-2631-a.rs index e340331dbfd11..9a4713fc9c92c 100644 --- a/src/test/auxiliary/issue-2631-a.rs +++ b/src/test/auxiliary/issue-2631-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-3012-1.rs b/src/test/auxiliary/issue-3012-1.rs index 25eb67e042300..4507192b1763d 100644 --- a/src/test/auxiliary/issue-3012-1.rs +++ b/src/test/auxiliary/issue-3012-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-4208-cc.rs b/src/test/auxiliary/issue-4208-cc.rs index a7c1633784d81..a295db5bd074a 100644 --- a/src/test/auxiliary/issue-4208-cc.rs +++ b/src/test/auxiliary/issue-4208-cc.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-4545.rs b/src/test/auxiliary/issue-4545.rs index 29feeaa7d9285..97d2e219363a1 100644 --- a/src/test/auxiliary/issue-4545.rs +++ b/src/test/auxiliary/issue-4545.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-5518.rs b/src/test/auxiliary/issue-5518.rs index cea227e050f83..3a39446feb74e 100644 --- a/src/test/auxiliary/issue-5518.rs +++ b/src/test/auxiliary/issue-5518.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-5521.rs b/src/test/auxiliary/issue-5521.rs index d9d393cc7492c..d6490daa57dbd 100644 --- a/src/test/auxiliary/issue-5521.rs +++ b/src/test/auxiliary/issue-5521.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-7178.rs b/src/test/auxiliary/issue-7178.rs index 18b464bd924e9..1ad5105a3a94f 100644 --- a/src/test/auxiliary/issue-7178.rs +++ b/src/test/auxiliary/issue-7178.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-7899.rs b/src/test/auxiliary/issue-7899.rs index e197e84442b10..ca08b5b20a5a5 100644 --- a/src/test/auxiliary/issue-7899.rs +++ b/src/test/auxiliary/issue-7899.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-8044.rs b/src/test/auxiliary/issue-8044.rs index 7096146a43af9..5101e43fbfbde 100644 --- a/src/test/auxiliary/issue-8044.rs +++ b/src/test/auxiliary/issue-8044.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-8259.rs b/src/test/auxiliary/issue-8259.rs index 91167e8e32b14..a12daf51ce5e0 100644 --- a/src/test/auxiliary/issue-8259.rs +++ b/src/test/auxiliary/issue-8259.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-9906.rs b/src/test/auxiliary/issue-9906.rs index c0cb501735da3..0ea0231570408 100644 --- a/src/test/auxiliary/issue-9906.rs +++ b/src/test/auxiliary/issue-9906.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue-9968.rs b/src/test/auxiliary/issue-9968.rs index d04d761e11256..95ac3a13669be 100644 --- a/src/test/auxiliary/issue-9968.rs +++ b/src/test/auxiliary/issue-9968.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue13213aux.rs b/src/test/auxiliary/issue13213aux.rs index cf8d0c167a1ce..19cad7c0b4b67 100644 --- a/src/test/auxiliary/issue13213aux.rs +++ b/src/test/auxiliary/issue13213aux.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue13507.rs b/src/test/auxiliary/issue13507.rs index f24721adb5d96..8bb0e5ac065dc 100644 --- a/src/test/auxiliary/issue13507.rs +++ b/src/test/auxiliary/issue13507.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue2170lib.rs b/src/test/auxiliary/issue2170lib.rs index b311ee3567467..6c16858d402f6 100644 --- a/src/test/auxiliary/issue2170lib.rs +++ b/src/test/auxiliary/issue2170lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_10031_aux.rs b/src/test/auxiliary/issue_10031_aux.rs index f0f1af2e3a3da..ea39620b56b7d 100644 --- a/src/test/auxiliary/issue_10031_aux.rs +++ b/src/test/auxiliary/issue_10031_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs b/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs index bb57b4a98bb70..75a53fd447bea 100644 --- a/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs +++ b/src/test/auxiliary/issue_16723_multiple_items_syntax_ext.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_19293.rs b/src/test/auxiliary/issue_19293.rs index 40c8eb9b23ad7..02a67c6989f16 100644 --- a/src/test/auxiliary/issue_19293.rs +++ b/src/test/auxiliary/issue_19293.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_20389.rs b/src/test/auxiliary/issue_20389.rs index 7a378b06df9e1..bdeba98205081 100644 --- a/src/test/auxiliary/issue_20389.rs +++ b/src/test/auxiliary/issue_20389.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_2242_a.rs b/src/test/auxiliary/issue_2242_a.rs index 33b6d116c8a2d..9f968ef30e165 100644 --- a/src/test/auxiliary/issue_2242_a.rs +++ b/src/test/auxiliary/issue_2242_a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_2242_c.rs b/src/test/auxiliary/issue_2242_c.rs index 31d119b20beaa..aded6ab75cd2c 100644 --- a/src/test/auxiliary/issue_2242_c.rs +++ b/src/test/auxiliary/issue_2242_c.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_2316_a.rs b/src/test/auxiliary/issue_2316_a.rs index 6bd1e7335ad3a..a5950c3183d42 100644 --- a/src/test/auxiliary/issue_2316_a.rs +++ b/src/test/auxiliary/issue_2316_a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_2316_b.rs b/src/test/auxiliary/issue_2316_b.rs index 8a212f6e5a9c5..79a87d704c7a2 100644 --- a/src/test/auxiliary/issue_2316_b.rs +++ b/src/test/auxiliary/issue_2316_b.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_2472_b.rs b/src/test/auxiliary/issue_2472_b.rs index 5f55476427fe2..37c0f0ccfd39e 100644 --- a/src/test/auxiliary/issue_2472_b.rs +++ b/src/test/auxiliary/issue_2472_b.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_2723_a.rs b/src/test/auxiliary/issue_2723_a.rs index bd8857ceef7ea..43eb49a557c4d 100644 --- a/src/test/auxiliary/issue_2723_a.rs +++ b/src/test/auxiliary/issue_2723_a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_3136_a.rc b/src/test/auxiliary/issue_3136_a.rc index 320e0ceed0f46..1c22eed66ea69 100644 --- a/src/test/auxiliary/issue_3136_a.rc +++ b/src/test/auxiliary/issue_3136_a.rc @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_3136_a.rs b/src/test/auxiliary/issue_3136_a.rs index 55de208cc905a..e27998c23f683 100644 --- a/src/test/auxiliary/issue_3136_a.rs +++ b/src/test/auxiliary/issue_3136_a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_3907.rs b/src/test/auxiliary/issue_3907.rs index 2e254e5431d53..02d43c9973fd3 100644 --- a/src/test/auxiliary/issue_3907.rs +++ b/src/test/auxiliary/issue_3907.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_3907_1.rs b/src/test/auxiliary/issue_3907_1.rs index 25d2e3399cf41..36bdfa5717ef7 100644 --- a/src/test/auxiliary/issue_3907_1.rs +++ b/src/test/auxiliary/issue_3907_1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_3979_traits.rs b/src/test/auxiliary/issue_3979_traits.rs index 91faace7a3f4d..4e0a6e4113c7f 100644 --- a/src/test/auxiliary/issue_3979_traits.rs +++ b/src/test/auxiliary/issue_3979_traits.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_5844_aux.rs b/src/test/auxiliary/issue_5844_aux.rs index 0f898ae83859f..f04edd8fe4e64 100644 --- a/src/test/auxiliary/issue_5844_aux.rs +++ b/src/test/auxiliary/issue_5844_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_8401.rs b/src/test/auxiliary/issue_8401.rs index 0831993119ae8..25143b7b58327 100644 --- a/src/test/auxiliary/issue_8401.rs +++ b/src/test/auxiliary/issue_8401.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_9123.rs b/src/test/auxiliary/issue_9123.rs index 000cc100a12f3..fdad3b59a302f 100644 --- a/src/test/auxiliary/issue_9123.rs +++ b/src/test/auxiliary/issue_9123.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_9155.rs b/src/test/auxiliary/issue_9155.rs index 486eb8fd6f6b8..77f960d7d2d68 100644 --- a/src/test/auxiliary/issue_9155.rs +++ b/src/test/auxiliary/issue_9155.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/issue_9188.rs b/src/test/auxiliary/issue_9188.rs index 5f5a8f02fd9d1..ee7a195fdc2e7 100644 --- a/src/test/auxiliary/issue_9188.rs +++ b/src/test/auxiliary/issue_9188.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/kinds_in_metadata.rs b/src/test/auxiliary/kinds_in_metadata.rs index 7e090523984da..ced30603b4c08 100644 --- a/src/test/auxiliary/kinds_in_metadata.rs +++ b/src/test/auxiliary/kinds_in_metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/lang-item-public.rs b/src/test/auxiliary/lang-item-public.rs index e99a8f0b87737..31cb38b325574 100644 --- a/src/test/auxiliary/lang-item-public.rs +++ b/src/test/auxiliary/lang-item-public.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/linkage-visibility.rs b/src/test/auxiliary/linkage-visibility.rs index 6cd94ee5602aa..15ccefbc1834b 100644 --- a/src/test/auxiliary/linkage-visibility.rs +++ b/src/test/auxiliary/linkage-visibility.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/linkage1.rs b/src/test/auxiliary/linkage1.rs index a74c8c47cd9b7..bee548d525e94 100644 --- a/src/test/auxiliary/linkage1.rs +++ b/src/test/auxiliary/linkage1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/lint-unused-extern-crate.rs b/src/test/auxiliary/lint-unused-extern-crate.rs index 2661b1f4eb49b..0f43757b2c70f 100644 --- a/src/test/auxiliary/lint-unused-extern-crate.rs +++ b/src/test/auxiliary/lint-unused-extern-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/lint_group_plugin_test.rs b/src/test/auxiliary/lint_group_plugin_test.rs index ae9804423bbd6..6202a45abd584 100644 --- a/src/test/auxiliary/lint_group_plugin_test.rs +++ b/src/test/auxiliary/lint_group_plugin_test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/lint_output_format.rs b/src/test/auxiliary/lint_output_format.rs index adbb90fe6c824..54a38cba0af21 100755 --- a/src/test/auxiliary/lint_output_format.rs +++ b/src/test/auxiliary/lint_output_format.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/lint_plugin_test.rs b/src/test/auxiliary/lint_plugin_test.rs index 06051b874939b..ea3fa4b4fa95e 100644 --- a/src/test/auxiliary/lint_plugin_test.rs +++ b/src/test/auxiliary/lint_plugin_test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/lint_stability.rs b/src/test/auxiliary/lint_stability.rs index 73724713b21c4..6716b3deb6efd 100644 --- a/src/test/auxiliary/lint_stability.rs +++ b/src/test/auxiliary/lint_stability.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/logging_right_crate.rs b/src/test/auxiliary/logging_right_crate.rs index 67037a3ac9e08..b676ab4603147 100644 --- a/src/test/auxiliary/logging_right_crate.rs +++ b/src/test/auxiliary/logging_right_crate.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro-include-items-expr.rs b/src/test/auxiliary/macro-include-items-expr.rs index aea3c749930b6..20c259d90cbc7 100644 --- a/src/test/auxiliary/macro-include-items-expr.rs +++ b/src/test/auxiliary/macro-include-items-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro-include-items-item.rs b/src/test/auxiliary/macro-include-items-item.rs index da72aaef80591..5da9aeae98bf1 100644 --- a/src/test/auxiliary/macro-include-items-item.rs +++ b/src/test/auxiliary/macro-include-items-item.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_crate_MacroRulesTT.rs b/src/test/auxiliary/macro_crate_MacroRulesTT.rs index d50c27a4e75bb..ff3bfa2822159 100644 --- a/src/test/auxiliary/macro_crate_MacroRulesTT.rs +++ b/src/test/auxiliary/macro_crate_MacroRulesTT.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_crate_def_only.rs b/src/test/auxiliary/macro_crate_def_only.rs index 4f55ac4f65fd4..431df0c9a1c31 100644 --- a/src/test/auxiliary/macro_crate_def_only.rs +++ b/src/test/auxiliary/macro_crate_def_only.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_crate_nonterminal.rs b/src/test/auxiliary/macro_crate_nonterminal.rs index 922efc1aec38f..e468a16f9d3f3 100644 --- a/src/test/auxiliary/macro_crate_nonterminal.rs +++ b/src/test/auxiliary/macro_crate_nonterminal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_crate_test.rs b/src/test/auxiliary/macro_crate_test.rs index e3e91e05f55e9..d383cb378375a 100644 --- a/src/test/auxiliary/macro_crate_test.rs +++ b/src/test/auxiliary/macro_crate_test.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_export_inner_module.rs b/src/test/auxiliary/macro_export_inner_module.rs index 84e944f69b98e..d756a8b5a9ebe 100644 --- a/src/test/auxiliary/macro_export_inner_module.rs +++ b/src/test/auxiliary/macro_export_inner_module.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_non_reexport_2.rs b/src/test/auxiliary/macro_non_reexport_2.rs index 910fcd2e3671d..9dff4af310053 100644 --- a/src/test/auxiliary/macro_non_reexport_2.rs +++ b/src/test/auxiliary/macro_non_reexport_2.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_reexport_1.rs b/src/test/auxiliary/macro_reexport_1.rs index a913749bc66a9..87fd4c5062ee2 100644 --- a/src/test/auxiliary/macro_reexport_1.rs +++ b/src/test/auxiliary/macro_reexport_1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_reexport_2.rs b/src/test/auxiliary/macro_reexport_2.rs index 15d9f9cc9146d..3f6fe0e59c668 100644 --- a/src/test/auxiliary/macro_reexport_2.rs +++ b/src/test/auxiliary/macro_reexport_2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/macro_reexport_2_no_use.rs b/src/test/auxiliary/macro_reexport_2_no_use.rs index 63142b0a69935..10bacde78727b 100644 --- a/src/test/auxiliary/macro_reexport_2_no_use.rs +++ b/src/test/auxiliary/macro_reexport_2_no_use.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/method_self_arg1.rs b/src/test/auxiliary/method_self_arg1.rs index 5865a8f467bad..fd9468b6b2b2f 100644 --- a/src/test/auxiliary/method_self_arg1.rs +++ b/src/test/auxiliary/method_self_arg1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/method_self_arg2.rs b/src/test/auxiliary/method_self_arg2.rs index a28a877a374bd..2d4b6a17edaa7 100644 --- a/src/test/auxiliary/method_self_arg2.rs +++ b/src/test/auxiliary/method_self_arg2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/moves_based_on_type_lib.rs b/src/test/auxiliary/moves_based_on_type_lib.rs index 6ff6da716a9e0..091840f3ecc43 100644 --- a/src/test/auxiliary/moves_based_on_type_lib.rs +++ b/src/test/auxiliary/moves_based_on_type_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/namespaced_enum_emulate_flat.rs b/src/test/auxiliary/namespaced_enum_emulate_flat.rs index 7412c17fd45b2..05517b0d5bab7 100644 --- a/src/test/auxiliary/namespaced_enum_emulate_flat.rs +++ b/src/test/auxiliary/namespaced_enum_emulate_flat.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/namespaced_enums.rs b/src/test/auxiliary/namespaced_enums.rs index 5b21d130d1704..5b3d41a4fb541 100644 --- a/src/test/auxiliary/namespaced_enums.rs +++ b/src/test/auxiliary/namespaced_enums.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/nested_item.rs b/src/test/auxiliary/nested_item.rs index 21784bda27a8f..8d94033b96c20 100644 --- a/src/test/auxiliary/nested_item.rs +++ b/src/test/auxiliary/nested_item.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/newtype_struct_xc.rs b/src/test/auxiliary/newtype_struct_xc.rs index acd5ef0953e6e..e4ef2e51fbcd9 100644 --- a/src/test/auxiliary/newtype_struct_xc.rs +++ b/src/test/auxiliary/newtype_struct_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/no_method_suggested_traits.rs b/src/test/auxiliary/no_method_suggested_traits.rs index 328561495eef0..d7ada8b55f890 100644 --- a/src/test/auxiliary/no_method_suggested_traits.rs +++ b/src/test/auxiliary/no_method_suggested_traits.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/no_std_crate.rs b/src/test/auxiliary/no_std_crate.rs index 7cfae6d121da1..6a19ff91906e7 100644 --- a/src/test/auxiliary/no_std_crate.rs +++ b/src/test/auxiliary/no_std_crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/noexporttypelib.rs b/src/test/auxiliary/noexporttypelib.rs index 94b079b1dcfeb..bf3c852655876 100644 --- a/src/test/auxiliary/noexporttypelib.rs +++ b/src/test/auxiliary/noexporttypelib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/overloaded_autoderef_xc.rs b/src/test/auxiliary/overloaded_autoderef_xc.rs index caa9bbe5736e4..f1cb0a4958bf9 100644 --- a/src/test/auxiliary/overloaded_autoderef_xc.rs +++ b/src/test/auxiliary/overloaded_autoderef_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/packed.rs b/src/test/auxiliary/packed.rs index 86f5f93e3cf08..3246c882fbe86 100644 --- a/src/test/auxiliary/packed.rs +++ b/src/test/auxiliary/packed.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/plugin_args.rs b/src/test/auxiliary/plugin_args.rs index e01a95d461b21..6212e953b2105 100644 --- a/src/test/auxiliary/plugin_args.rs +++ b/src/test/auxiliary/plugin_args.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/plugin_crate_outlive_expansion_phase.rs b/src/test/auxiliary/plugin_crate_outlive_expansion_phase.rs index c460c60b02b06..4d510ed1a726d 100644 --- a/src/test/auxiliary/plugin_crate_outlive_expansion_phase.rs +++ b/src/test/auxiliary/plugin_crate_outlive_expansion_phase.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/priv-impl-prim-ty.rs b/src/test/auxiliary/priv-impl-prim-ty.rs index 8c07dd5b785fd..fb2ee44edfc99 100644 --- a/src/test/auxiliary/priv-impl-prim-ty.rs +++ b/src/test/auxiliary/priv-impl-prim-ty.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/privacy-tuple-struct.rs b/src/test/auxiliary/privacy-tuple-struct.rs index 2fb9d9923cb76..3446e34655e2d 100644 --- a/src/test/auxiliary/privacy-tuple-struct.rs +++ b/src/test/auxiliary/privacy-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/privacy_reexport.rs b/src/test/auxiliary/privacy_reexport.rs index 266903169c7b0..b26ec10f25097 100644 --- a/src/test/auxiliary/privacy_reexport.rs +++ b/src/test/auxiliary/privacy_reexport.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/private_trait_xc.rs b/src/test/auxiliary/private_trait_xc.rs index 37ee10c8d3733..e98472876ef48 100644 --- a/src/test/auxiliary/private_trait_xc.rs +++ b/src/test/auxiliary/private_trait_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/pub_use_mods_xcrate.rs b/src/test/auxiliary/pub_use_mods_xcrate.rs index e4890f4fe2d87..27dd01c6e0926 100644 --- a/src/test/auxiliary/pub_use_mods_xcrate.rs +++ b/src/test/auxiliary/pub_use_mods_xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/pub_use_xcrate1.rs b/src/test/auxiliary/pub_use_xcrate1.rs index 8e1e591d94fca..4e78590ff0b76 100644 --- a/src/test/auxiliary/pub_use_xcrate1.rs +++ b/src/test/auxiliary/pub_use_xcrate1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/pub_use_xcrate2.rs b/src/test/auxiliary/pub_use_xcrate2.rs index d59d7f2a6136c..3ee9d18bcbfdc 100644 --- a/src/test/auxiliary/pub_use_xcrate2.rs +++ b/src/test/auxiliary/pub_use_xcrate2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/reexport-should-still-link.rs b/src/test/auxiliary/reexport-should-still-link.rs index 9d5464e652651..a0274d9fbf3e0 100644 --- a/src/test/auxiliary/reexport-should-still-link.rs +++ b/src/test/auxiliary/reexport-should-still-link.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/reexported_static_methods.rs b/src/test/auxiliary/reexported_static_methods.rs index 3bad76f0e703e..2c315db478e7e 100644 --- a/src/test/auxiliary/reexported_static_methods.rs +++ b/src/test/auxiliary/reexported_static_methods.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/regions-bounded-method-type-parameters-cross-crate-lib.rs b/src/test/auxiliary/regions-bounded-method-type-parameters-cross-crate-lib.rs index 9c0716e2cc2a5..c6f1e8b381e6b 100644 --- a/src/test/auxiliary/regions-bounded-method-type-parameters-cross-crate-lib.rs +++ b/src/test/auxiliary/regions-bounded-method-type-parameters-cross-crate-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/rlib_crate_test.rs b/src/test/auxiliary/rlib_crate_test.rs index be03a36393e24..b6b9b1e15c759 100644 --- a/src/test/auxiliary/rlib_crate_test.rs +++ b/src/test/auxiliary/rlib_crate_test.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/roman_numerals.rs b/src/test/auxiliary/roman_numerals.rs index 519f32fc248bd..dd3033e1715be 100644 --- a/src/test/auxiliary/roman_numerals.rs +++ b/src/test/auxiliary/roman_numerals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/sepcomp-extern-lib.rs b/src/test/auxiliary/sepcomp-extern-lib.rs index 8f5d3b5768a1a..16280a6a75018 100644 --- a/src/test/auxiliary/sepcomp-extern-lib.rs +++ b/src/test/auxiliary/sepcomp-extern-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/sepcomp_cci_lib.rs b/src/test/auxiliary/sepcomp_cci_lib.rs index 1cb7ead2cff05..212f3fce58aab 100644 --- a/src/test/auxiliary/sepcomp_cci_lib.rs +++ b/src/test/auxiliary/sepcomp_cci_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/sepcomp_lib.rs b/src/test/auxiliary/sepcomp_lib.rs index d1d9e3b8ff3ac..a1e148594271c 100644 --- a/src/test/auxiliary/sepcomp_lib.rs +++ b/src/test/auxiliary/sepcomp_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/stability_cfg1.rs b/src/test/auxiliary/stability_cfg1.rs index de806c65bebc2..458fd0644549d 100644 --- a/src/test/auxiliary/stability_cfg1.rs +++ b/src/test/auxiliary/stability_cfg1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/stability_cfg2.rs b/src/test/auxiliary/stability_cfg2.rs index 842f35b08aec3..dab8c66bb0fc1 100644 --- a/src/test/auxiliary/stability_cfg2.rs +++ b/src/test/auxiliary/stability_cfg2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/static-function-pointer-aux.rs b/src/test/auxiliary/static-function-pointer-aux.rs index 27befee6f07f5..df6c8200f87bf 100644 --- a/src/test/auxiliary/static-function-pointer-aux.rs +++ b/src/test/auxiliary/static-function-pointer-aux.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/static-methods-crate.rs b/src/test/auxiliary/static-methods-crate.rs index 1b18571cf8c25..f3422a972f623 100644 --- a/src/test/auxiliary/static-methods-crate.rs +++ b/src/test/auxiliary/static-methods-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/static_fn_inline_xc_aux.rs b/src/test/auxiliary/static_fn_inline_xc_aux.rs index 0cbd4378490d9..2072e7b886ecc 100644 --- a/src/test/auxiliary/static_fn_inline_xc_aux.rs +++ b/src/test/auxiliary/static_fn_inline_xc_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/static_fn_trait_xc_aux.rs b/src/test/auxiliary/static_fn_trait_xc_aux.rs index 8785a8085dc35..b0c7572b0d425 100644 --- a/src/test/auxiliary/static_fn_trait_xc_aux.rs +++ b/src/test/auxiliary/static_fn_trait_xc_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/static_mut_xc.rs b/src/test/auxiliary/static_mut_xc.rs index 5660fd5b61f9d..106aba8b7a5c6 100644 --- a/src/test/auxiliary/static_mut_xc.rs +++ b/src/test/auxiliary/static_mut_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/static_priv_by_default.rs b/src/test/auxiliary/static_priv_by_default.rs index 6951ed729b27b..d66262b0dce1c 100644 --- a/src/test/auxiliary/static_priv_by_default.rs +++ b/src/test/auxiliary/static_priv_by_default.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/struct-field-privacy.rs b/src/test/auxiliary/struct-field-privacy.rs index e2c16ae8b5c49..28cc914ba97ef 100644 --- a/src/test/auxiliary/struct-field-privacy.rs +++ b/src/test/auxiliary/struct-field-privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/struct_destructuring_cross_crate.rs b/src/test/auxiliary/struct_destructuring_cross_crate.rs index 3f386ab55d585..9003c470f2285 100644 --- a/src/test/auxiliary/struct_destructuring_cross_crate.rs +++ b/src/test/auxiliary/struct_destructuring_cross_crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/struct_variant_privacy.rs b/src/test/auxiliary/struct_variant_privacy.rs index 0bdda23508038..c83d1babf7efe 100644 --- a/src/test/auxiliary/struct_variant_privacy.rs +++ b/src/test/auxiliary/struct_variant_privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/struct_variant_xc_aux.rs b/src/test/auxiliary/struct_variant_xc_aux.rs index 76fd619f68964..0df7a79ee6d2d 100644 --- a/src/test/auxiliary/struct_variant_xc_aux.rs +++ b/src/test/auxiliary/struct_variant_xc_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-base.rs b/src/test/auxiliary/svh-a-base.rs index 12833daf60458..097123c7be096 100644 --- a/src/test/auxiliary/svh-a-base.rs +++ b/src/test/auxiliary/svh-a-base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-change-lit.rs b/src/test/auxiliary/svh-a-change-lit.rs index 9e74bf281358f..570c951f5b1eb 100644 --- a/src/test/auxiliary/svh-a-change-lit.rs +++ b/src/test/auxiliary/svh-a-change-lit.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-change-significant-cfg.rs b/src/test/auxiliary/svh-a-change-significant-cfg.rs index c900550041b5c..7405ede9eb015 100644 --- a/src/test/auxiliary/svh-a-change-significant-cfg.rs +++ b/src/test/auxiliary/svh-a-change-significant-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-change-trait-bound.rs b/src/test/auxiliary/svh-a-change-trait-bound.rs index 04f8eb3cf9bc0..a4582d043835f 100644 --- a/src/test/auxiliary/svh-a-change-trait-bound.rs +++ b/src/test/auxiliary/svh-a-change-trait-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-change-type-arg.rs b/src/test/auxiliary/svh-a-change-type-arg.rs index c7e0a18768a3d..5dfea71ba7b7b 100644 --- a/src/test/auxiliary/svh-a-change-type-arg.rs +++ b/src/test/auxiliary/svh-a-change-type-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-change-type-ret.rs b/src/test/auxiliary/svh-a-change-type-ret.rs index 5100af323183b..f89854f94ac71 100644 --- a/src/test/auxiliary/svh-a-change-type-ret.rs +++ b/src/test/auxiliary/svh-a-change-type-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-change-type-static.rs b/src/test/auxiliary/svh-a-change-type-static.rs index 077c33cb90d75..e946da2cbade5 100644 --- a/src/test/auxiliary/svh-a-change-type-static.rs +++ b/src/test/auxiliary/svh-a-change-type-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-comment.rs b/src/test/auxiliary/svh-a-comment.rs index d481fa5a1fa3b..e8c1c50b915d0 100644 --- a/src/test/auxiliary/svh-a-comment.rs +++ b/src/test/auxiliary/svh-a-comment.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-doc.rs b/src/test/auxiliary/svh-a-doc.rs index 9e99a355ac1ee..7871441cd72e2 100644 --- a/src/test/auxiliary/svh-a-doc.rs +++ b/src/test/auxiliary/svh-a-doc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-macro.rs b/src/test/auxiliary/svh-a-macro.rs index b8dd497ac99c8..46a4d4e22a5c5 100644 --- a/src/test/auxiliary/svh-a-macro.rs +++ b/src/test/auxiliary/svh-a-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-no-change.rs b/src/test/auxiliary/svh-a-no-change.rs index 12833daf60458..097123c7be096 100644 --- a/src/test/auxiliary/svh-a-no-change.rs +++ b/src/test/auxiliary/svh-a-no-change.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-redundant-cfg.rs b/src/test/auxiliary/svh-a-redundant-cfg.rs index 690ddc670f5fa..ab6918650289a 100644 --- a/src/test/auxiliary/svh-a-redundant-cfg.rs +++ b/src/test/auxiliary/svh-a-redundant-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-a-whitespace.rs b/src/test/auxiliary/svh-a-whitespace.rs index 216e8e997f22d..4995651f5dcc7 100644 --- a/src/test/auxiliary/svh-a-whitespace.rs +++ b/src/test/auxiliary/svh-a-whitespace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-b.rs b/src/test/auxiliary/svh-b.rs index b8946fdc99553..458e53e37621d 100644 --- a/src/test/auxiliary/svh-b.rs +++ b/src/test/auxiliary/svh-b.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-uta-base.rs b/src/test/auxiliary/svh-uta-base.rs index 67fdac5df0330..e5cca04122f4e 100644 --- a/src/test/auxiliary/svh-uta-base.rs +++ b/src/test/auxiliary/svh-uta-base.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-uta-change-use-trait.rs b/src/test/auxiliary/svh-uta-change-use-trait.rs index dfcf02c0ff500..99040878bd5c7 100644 --- a/src/test/auxiliary/svh-uta-change-use-trait.rs +++ b/src/test/auxiliary/svh-uta-change-use-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/svh-utb.rs b/src/test/auxiliary/svh-utb.rs index eb3da985242be..3ff408f896168 100644 --- a/src/test/auxiliary/svh-utb.rs +++ b/src/test/auxiliary/svh-utb.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/syntax-extension-with-dll-deps-1.rs b/src/test/auxiliary/syntax-extension-with-dll-deps-1.rs index 338e04fbb0746..39e54776ce494 100644 --- a/src/test/auxiliary/syntax-extension-with-dll-deps-1.rs +++ b/src/test/auxiliary/syntax-extension-with-dll-deps-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/syntax-extension-with-dll-deps-2.rs b/src/test/auxiliary/syntax-extension-with-dll-deps-2.rs index 5ad1d244c926d..bc59ee2d9a897 100644 --- a/src/test/auxiliary/syntax-extension-with-dll-deps-2.rs +++ b/src/test/auxiliary/syntax-extension-with-dll-deps-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait-safety-lib.rs b/src/test/auxiliary/trait-safety-lib.rs index d5437690acdc7..1925cdb723081 100644 --- a/src/test/auxiliary/trait-safety-lib.rs +++ b/src/test/auxiliary/trait-safety-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_bounds_on_structs_and_enums_xc.rs b/src/test/auxiliary/trait_bounds_on_structs_and_enums_xc.rs index 1695e474de999..40effeccfd706 100644 --- a/src/test/auxiliary/trait_bounds_on_structs_and_enums_xc.rs +++ b/src/test/auxiliary/trait_bounds_on_structs_and_enums_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_default_method_xc_aux.rs b/src/test/auxiliary/trait_default_method_xc_aux.rs index 7424c21be3da0..d2ae0cf2f555a 100644 --- a/src/test/auxiliary/trait_default_method_xc_aux.rs +++ b/src/test/auxiliary/trait_default_method_xc_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_default_method_xc_aux_2.rs b/src/test/auxiliary/trait_default_method_xc_aux_2.rs index 4239865d577ae..48826000c250a 100644 --- a/src/test/auxiliary/trait_default_method_xc_aux_2.rs +++ b/src/test/auxiliary/trait_default_method_xc_aux_2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_impl_conflict.rs b/src/test/auxiliary/trait_impl_conflict.rs index 990bc21604959..d82b8f03c393e 100644 --- a/src/test/auxiliary/trait_impl_conflict.rs +++ b/src/test/auxiliary/trait_impl_conflict.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_inheritance_auto_xc_2_aux.rs b/src/test/auxiliary/trait_inheritance_auto_xc_2_aux.rs index 9ef53795a26b4..28ae38b703a99 100644 --- a/src/test/auxiliary/trait_inheritance_auto_xc_2_aux.rs +++ b/src/test/auxiliary/trait_inheritance_auto_xc_2_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_inheritance_auto_xc_aux.rs b/src/test/auxiliary/trait_inheritance_auto_xc_aux.rs index 59fdaed744e3a..df6614e3b0f8e 100644 --- a/src/test/auxiliary/trait_inheritance_auto_xc_aux.rs +++ b/src/test/auxiliary/trait_inheritance_auto_xc_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_inheritance_cross_trait_call_xc_aux.rs b/src/test/auxiliary/trait_inheritance_cross_trait_call_xc_aux.rs index 0a84595124a12..f45bdad443bab 100644 --- a/src/test/auxiliary/trait_inheritance_cross_trait_call_xc_aux.rs +++ b/src/test/auxiliary/trait_inheritance_cross_trait_call_xc_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_inheritance_overloading_xc.rs b/src/test/auxiliary/trait_inheritance_overloading_xc.rs index cbd2ac69c7894..d5607f1588718 100644 --- a/src/test/auxiliary/trait_inheritance_overloading_xc.rs +++ b/src/test/auxiliary/trait_inheritance_overloading_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/trait_superkinds_in_metadata.rs b/src/test/auxiliary/trait_superkinds_in_metadata.rs index 0fa2d3459f433..204664b8a8fa9 100644 --- a/src/test/auxiliary/trait_superkinds_in_metadata.rs +++ b/src/test/auxiliary/trait_superkinds_in_metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/traitimpl.rs b/src/test/auxiliary/traitimpl.rs index 22e79cc62845b..45c6df67e1e2a 100644 --- a/src/test/auxiliary/traitimpl.rs +++ b/src/test/auxiliary/traitimpl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/two_macros.rs b/src/test/auxiliary/two_macros.rs index 060960f0dbc88..7519672b8ffaa 100644 --- a/src/test/auxiliary/two_macros.rs +++ b/src/test/auxiliary/two_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/auxiliary/typeid-intrinsic.rs b/src/test/auxiliary/typeid-intrinsic.rs index 82f613ee117ca..9be1c728407a4 100644 --- a/src/test/auxiliary/typeid-intrinsic.rs +++ b/src/test/auxiliary/typeid-intrinsic.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/typeid-intrinsic2.rs b/src/test/auxiliary/typeid-intrinsic2.rs index 82f613ee117ca..9be1c728407a4 100644 --- a/src/test/auxiliary/typeid-intrinsic2.rs +++ b/src/test/auxiliary/typeid-intrinsic2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/unboxed-closures-cross-crate.rs b/src/test/auxiliary/unboxed-closures-cross-crate.rs index 4bc45caa170e4..41b04857e49c9 100644 --- a/src/test/auxiliary/unboxed-closures-cross-crate.rs +++ b/src/test/auxiliary/unboxed-closures-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/unreachable-variant.rs b/src/test/auxiliary/unreachable-variant.rs index 8ca85f20ab2f6..9a854eff5e64f 100644 --- a/src/test/auxiliary/unreachable-variant.rs +++ b/src/test/auxiliary/unreachable-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/use_from_trait_xc.rs b/src/test/auxiliary/use_from_trait_xc.rs index 22e0d3168cadc..b4143514ff181 100644 --- a/src/test/auxiliary/use_from_trait_xc.rs +++ b/src/test/auxiliary/use_from_trait_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/weak-lang-items.rs b/src/test/auxiliary/weak-lang-items.rs index 39462fdc1e528..423193e9f04cf 100644 --- a/src/test/auxiliary/weak-lang-items.rs +++ b/src/test/auxiliary/weak-lang-items.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/where_clauses_xc.rs b/src/test/auxiliary/where_clauses_xc.rs index 002b31f099f38..d14ee1d513a71 100644 --- a/src/test/auxiliary/where_clauses_xc.rs +++ b/src/test/auxiliary/where_clauses_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/xc_private_method_lib.rs b/src/test/auxiliary/xc_private_method_lib.rs index 07c99ecefb861..07c29e29fb384 100644 --- a/src/test/auxiliary/xc_private_method_lib.rs +++ b/src/test/auxiliary/xc_private_method_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/auxiliary/xcrate-trait-lifetime-param.rs b/src/test/auxiliary/xcrate-trait-lifetime-param.rs index e8e5cc53aa32d..0e9c7147946c2 100644 --- a/src/test/auxiliary/xcrate-trait-lifetime-param.rs +++ b/src/test/auxiliary/xcrate-trait-lifetime-param.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/xcrate_address_insignificant.rs b/src/test/auxiliary/xcrate_address_insignificant.rs index 9e62415a20b4e..e2d21d1c8a7cb 100644 --- a/src/test/auxiliary/xcrate_address_insignificant.rs +++ b/src/test/auxiliary/xcrate_address_insignificant.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/xcrate_static_addresses.rs b/src/test/auxiliary/xcrate_static_addresses.rs index 8065533dd7382..1dab2acd12e56 100644 --- a/src/test/auxiliary/xcrate_static_addresses.rs +++ b/src/test/auxiliary/xcrate_static_addresses.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/auxiliary/xcrate_struct_aliases.rs b/src/test/auxiliary/xcrate_struct_aliases.rs index a0ec7272720dc..340e667bcd71f 100644 --- a/src/test/auxiliary/xcrate_struct_aliases.rs +++ b/src/test/auxiliary/xcrate_struct_aliases.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/auxiliary/xcrate_unit_struct.rs b/src/test/auxiliary/xcrate_unit_struct.rs index 5a918db1cfa20..08dc9f87dc083 100644 --- a/src/test/auxiliary/xcrate_unit_struct.rs +++ b/src/test/auxiliary/xcrate_unit_struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/bench/core-map.rs b/src/test/bench/core-map.rs index cc7a0f2c768ae..f4ac12b477333 100644 --- a/src/test/bench/core-map.rs +++ b/src/test/bench/core-map.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/bench/core-set.rs b/src/test/bench/core-set.rs index e638721a501d2..367da28a43121 100644 --- a/src/test/bench/core-set.rs +++ b/src/test/bench/core-set.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/bench/core-std.rs b/src/test/bench/core-std.rs index 9007b4fd64c43..c0906f70cdf0c 100644 --- a/src/test/bench/core-std.rs +++ b/src/test/bench/core-std.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/core-uint-to-str.rs b/src/test/bench/core-uint-to-str.rs index 6a66785a1ae26..b8d946f06691d 100644 --- a/src/test/bench/core-uint-to-str.rs +++ b/src/test/bench/core-uint-to-str.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/msgsend-pipes-shared.rs b/src/test/bench/msgsend-pipes-shared.rs index 7fe086f1d0e61..aaf4cc02afa8d 100644 --- a/src/test/bench/msgsend-pipes-shared.rs +++ b/src/test/bench/msgsend-pipes-shared.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/msgsend-pipes.rs b/src/test/bench/msgsend-pipes.rs index fef78f413f681..3b88b98f08bf6 100644 --- a/src/test/bench/msgsend-pipes.rs +++ b/src/test/bench/msgsend-pipes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/msgsend-ring-mutex-arcs.rs b/src/test/bench/msgsend-ring-mutex-arcs.rs index 518194249293b..78fe12bc24da4 100644 --- a/src/test/bench/msgsend-ring-mutex-arcs.rs +++ b/src/test/bench/msgsend-ring-mutex-arcs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/noise.rs b/src/test/bench/noise.rs index 3c7efb0336a01..16380a7751903 100644 --- a/src/test/bench/noise.rs +++ b/src/test/bench/noise.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/bench/rt-messaging-ping-pong.rs b/src/test/bench/rt-messaging-ping-pong.rs index b854dc11b988a..597d428e65660 100644 --- a/src/test/bench/rt-messaging-ping-pong.rs +++ b/src/test/bench/rt-messaging-ping-pong.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/bench/rt-parfib.rs b/src/test/bench/rt-parfib.rs index 7dc94efcf916a..3fcbf9092ce57 100644 --- a/src/test/bench/rt-parfib.rs +++ b/src/test/bench/rt-parfib.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/bench/shootout-ackermann.rs b/src/test/bench/shootout-ackermann.rs index e66fffd04e358..2740af94c4d26 100644 --- a/src/test/bench/shootout-ackermann.rs +++ b/src/test/bench/shootout-ackermann.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/shootout-fibo.rs b/src/test/bench/shootout-fibo.rs index 36854728ebf20..2827231db7c6e 100644 --- a/src/test/bench/shootout-fibo.rs +++ b/src/test/bench/shootout-fibo.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/shootout-k-nucleotide-pipes.rs b/src/test/bench/shootout-k-nucleotide-pipes.rs index 03268b401933a..a0a9ddc0e53e8 100644 --- a/src/test/bench/shootout-k-nucleotide-pipes.rs +++ b/src/test/bench/shootout-k-nucleotide-pipes.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/bench/shootout-pfib.rs b/src/test/bench/shootout-pfib.rs index 3953d3f9cdd33..9c55a8ab16e8e 100644 --- a/src/test/bench/shootout-pfib.rs +++ b/src/test/bench/shootout-pfib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/std-smallintmap.rs b/src/test/bench/std-smallintmap.rs index c200c089bf477..e7df798c098e7 100644 --- a/src/test/bench/std-smallintmap.rs +++ b/src/test/bench/std-smallintmap.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/sudoku.rs b/src/test/bench/sudoku.rs index 67476eddbc7fb..5ea6267803927 100644 --- a/src/test/bench/sudoku.rs +++ b/src/test/bench/sudoku.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/bench/task-perf-alloc-unwind.rs b/src/test/bench/task-perf-alloc-unwind.rs index 03dc9dd444108..9858f923dc5a5 100644 --- a/src/test/bench/task-perf-alloc-unwind.rs +++ b/src/test/bench/task-perf-alloc-unwind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/bench/task-perf-jargon-metal-smoke.rs b/src/test/bench/task-perf-jargon-metal-smoke.rs index 31a4ac3d045f8..1c795a65ea822 100644 --- a/src/test/bench/task-perf-jargon-metal-smoke.rs +++ b/src/test/bench/task-perf-jargon-metal-smoke.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/bench/task-perf-one-million.rs b/src/test/bench/task-perf-one-million.rs index e3b51cb6b5bfd..018b14786e05f 100644 --- a/src/test/bench/task-perf-one-million.rs +++ b/src/test/bench/task-perf-one-million.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/bench/task-perf-spawnalot.rs b/src/test/bench/task-perf-spawnalot.rs index e76fad9f1a445..566434d05fd19 100644 --- a/src/test/bench/task-perf-spawnalot.rs +++ b/src/test/bench/task-perf-spawnalot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/codegen/iterate-over-array.cc b/src/test/codegen/iterate-over-array.cc index 9261bddb74788..01d4bbd542e62 100644 --- a/src/test/codegen/iterate-over-array.cc +++ b/src/test/codegen/iterate-over-array.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/iterate-over-array.rs b/src/test/codegen/iterate-over-array.rs index b2cbd8821e465..b0a0080666400 100644 --- a/src/test/codegen/iterate-over-array.rs +++ b/src/test/codegen/iterate-over-array.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/scalar-function-call.cc b/src/test/codegen/scalar-function-call.cc index ce3173ce464b1..3298933bad4bb 100644 --- a/src/test/codegen/scalar-function-call.cc +++ b/src/test/codegen/scalar-function-call.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/scalar-function-call.rs b/src/test/codegen/scalar-function-call.rs index b95d6b03288ea..e4ec739eeb2f0 100644 --- a/src/test/codegen/scalar-function-call.rs +++ b/src/test/codegen/scalar-function-call.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/single-return-value.cc b/src/test/codegen/single-return-value.cc index 97d80d3950fbb..067fbdb9d83dc 100644 --- a/src/test/codegen/single-return-value.cc +++ b/src/test/codegen/single-return-value.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/single-return-value.rs b/src/test/codegen/single-return-value.rs index 948809a632679..6931736501881 100644 --- a/src/test/codegen/single-return-value.rs +++ b/src/test/codegen/single-return-value.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/small-dense-int-switch.cc b/src/test/codegen/small-dense-int-switch.cc index db93829c62b86..294512258f053 100644 --- a/src/test/codegen/small-dense-int-switch.cc +++ b/src/test/codegen/small-dense-int-switch.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/small-dense-int-switch.rs b/src/test/codegen/small-dense-int-switch.rs index d75bc5209fd25..648057dac5364 100644 --- a/src/test/codegen/small-dense-int-switch.rs +++ b/src/test/codegen/small-dense-int-switch.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/stack-alloc-string-slice.cc b/src/test/codegen/stack-alloc-string-slice.cc index a81f76eee0bc5..6b41ec0a594a1 100644 --- a/src/test/codegen/stack-alloc-string-slice.cc +++ b/src/test/codegen/stack-alloc-string-slice.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/stack-alloc-string-slice.rs b/src/test/codegen/stack-alloc-string-slice.rs index 188ee246bf32c..ea212b28dc56b 100644 --- a/src/test/codegen/stack-alloc-string-slice.rs +++ b/src/test/codegen/stack-alloc-string-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/static-method-call-multi.cc b/src/test/codegen/static-method-call-multi.cc index 6c03e32b98c4f..9d0c40ef35657 100644 --- a/src/test/codegen/static-method-call-multi.cc +++ b/src/test/codegen/static-method-call-multi.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/static-method-call-multi.rs b/src/test/codegen/static-method-call-multi.rs index 996d22038249b..0fe05926df749 100644 --- a/src/test/codegen/static-method-call-multi.rs +++ b/src/test/codegen/static-method-call-multi.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/static-method-call.cc b/src/test/codegen/static-method-call.cc index 36cfa4f4d84d4..11eac29f6d854 100644 --- a/src/test/codegen/static-method-call.cc +++ b/src/test/codegen/static-method-call.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/static-method-call.rs b/src/test/codegen/static-method-call.rs index 9c5894fb97ac2..862cc27184b94 100644 --- a/src/test/codegen/static-method-call.rs +++ b/src/test/codegen/static-method-call.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/virtual-method-call-struct-return.cc b/src/test/codegen/virtual-method-call-struct-return.cc index 345f21c56472b..832b025783fa0 100644 --- a/src/test/codegen/virtual-method-call-struct-return.cc +++ b/src/test/codegen/virtual-method-call-struct-return.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/virtual-method-call-struct-return.rs b/src/test/codegen/virtual-method-call-struct-return.rs index ff1a611c4efef..636ee5c5b3da5 100644 --- a/src/test/codegen/virtual-method-call-struct-return.rs +++ b/src/test/codegen/virtual-method-call-struct-return.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/virtual-method-call.cc b/src/test/codegen/virtual-method-call.cc index 9fcafdf659499..129c46535280e 100644 --- a/src/test/codegen/virtual-method-call.cc +++ b/src/test/codegen/virtual-method-call.cc @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/codegen/virtual-method-call.rs b/src/test/codegen/virtual-method-call.rs index 036c0957e99d9..755962693bf89 100644 --- a/src/test/codegen/virtual-method-call.rs +++ b/src/test/codegen/virtual-method-call.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/gated-plugin.rs b/src/test/compile-fail-fulldeps/gated-plugin.rs index 89090d5f38abe..cd4fc612ec5ad 100644 --- a/src/test/compile-fail-fulldeps/gated-plugin.rs +++ b/src/test/compile-fail-fulldeps/gated-plugin.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/issue-18986.rs b/src/test/compile-fail-fulldeps/issue-18986.rs index 6845116e4a4ce..fd973cefc3eb5 100644 --- a/src/test/compile-fail-fulldeps/issue-18986.rs +++ b/src/test/compile-fail-fulldeps/issue-18986.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/lint-group-plugin-deny-cmdline.rs b/src/test/compile-fail-fulldeps/lint-group-plugin-deny-cmdline.rs index 11ae556395962..7add673b6d4c3 100644 --- a/src/test/compile-fail-fulldeps/lint-group-plugin-deny-cmdline.rs +++ b/src/test/compile-fail-fulldeps/lint-group-plugin-deny-cmdline.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/lint-plugin-deny-attr.rs b/src/test/compile-fail-fulldeps/lint-plugin-deny-attr.rs index 62007d6575a8d..a35e73d82c69c 100644 --- a/src/test/compile-fail-fulldeps/lint-plugin-deny-attr.rs +++ b/src/test/compile-fail-fulldeps/lint-plugin-deny-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/lint-plugin-deny-cmdline.rs b/src/test/compile-fail-fulldeps/lint-plugin-deny-cmdline.rs index da51c047f57e1..11d68e79748da 100644 --- a/src/test/compile-fail-fulldeps/lint-plugin-deny-cmdline.rs +++ b/src/test/compile-fail-fulldeps/lint-plugin-deny-cmdline.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/lint-plugin-forbid-attrs.rs b/src/test/compile-fail-fulldeps/lint-plugin-forbid-attrs.rs index cf51958b53d8b..9f634449c1f44 100644 --- a/src/test/compile-fail-fulldeps/lint-plugin-forbid-attrs.rs +++ b/src/test/compile-fail-fulldeps/lint-plugin-forbid-attrs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/lint-plugin-forbid-cmdline.rs b/src/test/compile-fail-fulldeps/lint-plugin-forbid-cmdline.rs index 9a36143f65c6a..5d46eda74a823 100644 --- a/src/test/compile-fail-fulldeps/lint-plugin-forbid-cmdline.rs +++ b/src/test/compile-fail-fulldeps/lint-plugin-forbid-cmdline.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/macro-crate-cannot-read-embedded-ident.rs b/src/test/compile-fail-fulldeps/macro-crate-cannot-read-embedded-ident.rs index 2e727f1963500..6aff3e7d32c1f 100644 --- a/src/test/compile-fail-fulldeps/macro-crate-cannot-read-embedded-ident.rs +++ b/src/test/compile-fail-fulldeps/macro-crate-cannot-read-embedded-ident.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs b/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs index adcdba04cc782..a0f920bf323c2 100644 --- a/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs +++ b/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/macro-crate-rlib.rs b/src/test/compile-fail-fulldeps/macro-crate-rlib.rs index 1f44ac7cf9cae..67b725df5d727 100644 --- a/src/test/compile-fail-fulldeps/macro-crate-rlib.rs +++ b/src/test/compile-fail-fulldeps/macro-crate-rlib.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs b/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs index b5ff8b7155632..deb337b084c5c 100644 --- a/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs +++ b/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/macro-crate-unknown-crate.rs b/src/test/compile-fail-fulldeps/macro-crate-unknown-crate.rs index 65657eea1efb0..026fffc7cb125 100644 --- a/src/test/compile-fail-fulldeps/macro-crate-unknown-crate.rs +++ b/src/test/compile-fail-fulldeps/macro-crate-unknown-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs b/src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs index cff2e5eaf8786..742636fba92ed 100644 --- a/src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs +++ b/src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/access-mode-in-closures.rs b/src/test/compile-fail/access-mode-in-closures.rs index bad192fc2cfea..07a78f5e84dca 100644 --- a/src/test/compile-fail/access-mode-in-closures.rs +++ b/src/test/compile-fail/access-mode-in-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/arg-count-mismatch.rs b/src/test/compile-fail/arg-count-mismatch.rs index 673314ec4c997..ddcaf6187b678 100644 --- a/src/test/compile-fail/arg-count-mismatch.rs +++ b/src/test/compile-fail/arg-count-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/arg-type-mismatch.rs b/src/test/compile-fail/arg-type-mismatch.rs index 1f657ca58326e..4a2108f258d4f 100644 --- a/src/test/compile-fail/arg-type-mismatch.rs +++ b/src/test/compile-fail/arg-type-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/array-not-vector.rs b/src/test/compile-fail/array-not-vector.rs index 2415288a3eb73..b093af19650a4 100644 --- a/src/test/compile-fail/array-not-vector.rs +++ b/src/test/compile-fail/array-not-vector.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/array-old-syntax-1.rs b/src/test/compile-fail/array-old-syntax-1.rs index 3b4810a86abd5..d25ae24c08cae 100644 --- a/src/test/compile-fail/array-old-syntax-1.rs +++ b/src/test/compile-fail/array-old-syntax-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/array-old-syntax-2.rs b/src/test/compile-fail/array-old-syntax-2.rs index c1b88290bc39c..8fda10242b8b0 100644 --- a/src/test/compile-fail/array-old-syntax-2.rs +++ b/src/test/compile-fail/array-old-syntax-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ascii-only-character-escape.rs b/src/test/compile-fail/ascii-only-character-escape.rs index 1ba25a827a5b1..f5586bfc8a66b 100644 --- a/src/test/compile-fail/ascii-only-character-escape.rs +++ b/src/test/compile-fail/ascii-only-character-escape.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-gated.rs b/src/test/compile-fail/asm-gated.rs index 8d053bdae789b..efffab1d888bc 100644 --- a/src/test/compile-fail/asm-gated.rs +++ b/src/test/compile-fail/asm-gated.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-in-bad-modifier.rs b/src/test/compile-fail/asm-in-bad-modifier.rs index ffbb25e266ac6..a023d1d8ed107 100644 --- a/src/test/compile-fail/asm-in-bad-modifier.rs +++ b/src/test/compile-fail/asm-in-bad-modifier.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-misplaced-option.rs b/src/test/compile-fail/asm-misplaced-option.rs index 8bc6f206dec02..dc962e772006b 100644 --- a/src/test/compile-fail/asm-misplaced-option.rs +++ b/src/test/compile-fail/asm-misplaced-option.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-out-assign-imm.rs b/src/test/compile-fail/asm-out-assign-imm.rs index 9ad5d7e9f09ee..6769400df5784 100644 --- a/src/test/compile-fail/asm-out-assign-imm.rs +++ b/src/test/compile-fail/asm-out-assign-imm.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-out-no-modifier.rs b/src/test/compile-fail/asm-out-no-modifier.rs index b58d41e1d825c..96f03d30dad0a 100644 --- a/src/test/compile-fail/asm-out-no-modifier.rs +++ b/src/test/compile-fail/asm-out-no-modifier.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-out-read-uninit.rs b/src/test/compile-fail/asm-out-read-uninit.rs index 5e71a2c731dd2..623d6e1b66be5 100644 --- a/src/test/compile-fail/asm-out-read-uninit.rs +++ b/src/test/compile-fail/asm-out-read-uninit.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-src-loc-codegen-units.rs b/src/test/compile-fail/asm-src-loc-codegen-units.rs index 5ebcdb20b1952..06faf78d5ae28 100644 --- a/src/test/compile-fail/asm-src-loc-codegen-units.rs +++ b/src/test/compile-fail/asm-src-loc-codegen-units.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/asm-src-loc.rs b/src/test/compile-fail/asm-src-loc.rs index e3cece7c8f0db..7bac64994ce10 100644 --- a/src/test/compile-fail/asm-src-loc.rs +++ b/src/test/compile-fail/asm-src-loc.rs @@ -1,7 +1,3 @@ -// Copyright 2014-2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/assign-imm-local-twice.rs b/src/test/compile-fail/assign-imm-local-twice.rs index 540272a8e2c58..d7f6571d6614c 100644 --- a/src/test/compile-fail/assign-imm-local-twice.rs +++ b/src/test/compile-fail/assign-imm-local-twice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/assign-to-method.rs b/src/test/compile-fail/assign-to-method.rs index 0694420e7666f..a91e4cbf4a5b1 100644 --- a/src/test/compile-fail/assign-to-method.rs +++ b/src/test/compile-fail/assign-to-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/assignment-operator-unimplemented.rs b/src/test/compile-fail/assignment-operator-unimplemented.rs index 5b24c6bd79f96..60424a030fbb4 100644 --- a/src/test/compile-fail/assignment-operator-unimplemented.rs +++ b/src/test/compile-fail/assignment-operator-unimplemented.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/assoc-inherent.rs b/src/test/compile-fail/assoc-inherent.rs index ba8e4a652d337..144142adf925b 100644 --- a/src/test/compile-fail/assoc-inherent.rs +++ b/src/test/compile-fail/assoc-inherent.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-type-projection-from-multiple-supertraits.rs b/src/test/compile-fail/associated-type-projection-from-multiple-supertraits.rs index c55e24e81adc2..11c29b3ad93e9 100644 --- a/src/test/compile-fail/associated-type-projection-from-multiple-supertraits.rs +++ b/src/test/compile-fail/associated-type-projection-from-multiple-supertraits.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-type-projection-from-supertrait.rs b/src/test/compile-fail/associated-type-projection-from-supertrait.rs index abaf79fb4cb1b..dea4f433d7946 100644 --- a/src/test/compile-fail/associated-type-projection-from-supertrait.rs +++ b/src/test/compile-fail/associated-type-projection-from-supertrait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-ICE-when-projecting-out-of-err.rs b/src/test/compile-fail/associated-types-ICE-when-projecting-out-of-err.rs index 183781e9e2417..8d75d196c079f 100644 --- a/src/test/compile-fail/associated-types-ICE-when-projecting-out-of-err.rs +++ b/src/test/compile-fail/associated-types-ICE-when-projecting-out-of-err.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-binding-to-type-defined-in-supertrait.rs b/src/test/compile-fail/associated-types-binding-to-type-defined-in-supertrait.rs index b1194154911c9..092f8590f77a6 100644 --- a/src/test/compile-fail/associated-types-binding-to-type-defined-in-supertrait.rs +++ b/src/test/compile-fail/associated-types-binding-to-type-defined-in-supertrait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-bound-failure.rs b/src/test/compile-fail/associated-types-bound-failure.rs index adccd73beae2d..6a846a5b0e94b 100644 --- a/src/test/compile-fail/associated-types-bound-failure.rs +++ b/src/test/compile-fail/associated-types-bound-failure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-coherence-failure.rs b/src/test/compile-fail/associated-types-coherence-failure.rs index 95a68dd669836..91e20e7aa92c1 100644 --- a/src/test/compile-fail/associated-types-coherence-failure.rs +++ b/src/test/compile-fail/associated-types-coherence-failure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-eq-1.rs b/src/test/compile-fail/associated-types-eq-1.rs index 58dbb9863254a..f8ca79882f89b 100644 --- a/src/test/compile-fail/associated-types-eq-1.rs +++ b/src/test/compile-fail/associated-types-eq-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-eq-2.rs b/src/test/compile-fail/associated-types-eq-2.rs index 755a9f2d73f62..2ef1ab45fbf46 100644 --- a/src/test/compile-fail/associated-types-eq-2.rs +++ b/src/test/compile-fail/associated-types-eq-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-eq-3.rs b/src/test/compile-fail/associated-types-eq-3.rs index fdfff559086f3..7030d34808409 100644 --- a/src/test/compile-fail/associated-types-eq-3.rs +++ b/src/test/compile-fail/associated-types-eq-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-eq-expr-path.rs b/src/test/compile-fail/associated-types-eq-expr-path.rs index 9baa7f1ad5a69..33fefb55fa84b 100644 --- a/src/test/compile-fail/associated-types-eq-expr-path.rs +++ b/src/test/compile-fail/associated-types-eq-expr-path.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-eq-hr.rs b/src/test/compile-fail/associated-types-eq-hr.rs index d5678c155fd2d..f9609a10977a4 100644 --- a/src/test/compile-fail/associated-types-eq-hr.rs +++ b/src/test/compile-fail/associated-types-eq-hr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-for-unimpl-trait.rs b/src/test/compile-fail/associated-types-for-unimpl-trait.rs index 9c173515793f4..b9e81a3e560a2 100644 --- a/src/test/compile-fail/associated-types-for-unimpl-trait.rs +++ b/src/test/compile-fail/associated-types-for-unimpl-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-in-ambiguous-context.rs b/src/test/compile-fail/associated-types-in-ambiguous-context.rs index 3999e9cbe753d..6f4a2046976d8 100644 --- a/src/test/compile-fail/associated-types-in-ambiguous-context.rs +++ b/src/test/compile-fail/associated-types-in-ambiguous-context.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-incomplete-object.rs b/src/test/compile-fail/associated-types-incomplete-object.rs index 31492406fedd3..acc37776fc0c7 100644 --- a/src/test/compile-fail/associated-types-incomplete-object.rs +++ b/src/test/compile-fail/associated-types-incomplete-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-invalid-trait-ref-issue-18865.rs b/src/test/compile-fail/associated-types-invalid-trait-ref-issue-18865.rs index b6c4d59c84882..a240eb9dc7e8e 100644 --- a/src/test/compile-fail/associated-types-invalid-trait-ref-issue-18865.rs +++ b/src/test/compile-fail/associated-types-invalid-trait-ref-issue-18865.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-issue-17359.rs b/src/test/compile-fail/associated-types-issue-17359.rs index fa09ae793bf63..a902eb46a4692 100644 --- a/src/test/compile-fail/associated-types-issue-17359.rs +++ b/src/test/compile-fail/associated-types-issue-17359.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-issue-20346.rs b/src/test/compile-fail/associated-types-issue-20346.rs index a00aa8364bde2..600197dd3af05 100644 --- a/src/test/compile-fail/associated-types-issue-20346.rs +++ b/src/test/compile-fail/associated-types-issue-20346.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-multiple-types-one-trait.rs b/src/test/compile-fail/associated-types-multiple-types-one-trait.rs index 9436f825de89d..3610715f9f31e 100644 --- a/src/test/compile-fail/associated-types-multiple-types-one-trait.rs +++ b/src/test/compile-fail/associated-types-multiple-types-one-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-no-suitable-bound.rs b/src/test/compile-fail/associated-types-no-suitable-bound.rs index fd60896c29885..af5a5b087045f 100644 --- a/src/test/compile-fail/associated-types-no-suitable-bound.rs +++ b/src/test/compile-fail/associated-types-no-suitable-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-no-suitable-supertrait.rs b/src/test/compile-fail/associated-types-no-suitable-supertrait.rs index a3f2850b29464..b462e13e4d632 100644 --- a/src/test/compile-fail/associated-types-no-suitable-supertrait.rs +++ b/src/test/compile-fail/associated-types-no-suitable-supertrait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-path-1.rs b/src/test/compile-fail/associated-types-path-1.rs index ab061ca4d8da6..ff15e74f412f4 100644 --- a/src/test/compile-fail/associated-types-path-1.rs +++ b/src/test/compile-fail/associated-types-path-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-path-2.rs b/src/test/compile-fail/associated-types-path-2.rs index 5cb9aca8bebd0..d7e4172f932c6 100644 --- a/src/test/compile-fail/associated-types-path-2.rs +++ b/src/test/compile-fail/associated-types-path-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-project-from-hrtb-explicit.rs b/src/test/compile-fail/associated-types-project-from-hrtb-explicit.rs index 917c03fbf4b1c..90ef33088e348 100644 --- a/src/test/compile-fail/associated-types-project-from-hrtb-explicit.rs +++ b/src/test/compile-fail/associated-types-project-from-hrtb-explicit.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-project-from-hrtb-in-fn-body.rs b/src/test/compile-fail/associated-types-project-from-hrtb-in-fn-body.rs index 285a77d6b657a..3fc89143ba4de 100644 --- a/src/test/compile-fail/associated-types-project-from-hrtb-in-fn-body.rs +++ b/src/test/compile-fail/associated-types-project-from-hrtb-in-fn-body.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-project-from-hrtb-in-fn.rs b/src/test/compile-fail/associated-types-project-from-hrtb-in-fn.rs index a79d5c4649a49..b62b0950de966 100644 --- a/src/test/compile-fail/associated-types-project-from-hrtb-in-fn.rs +++ b/src/test/compile-fail/associated-types-project-from-hrtb-in-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-project-from-hrtb-in-struct.rs b/src/test/compile-fail/associated-types-project-from-hrtb-in-struct.rs index 44ad0bb01138f..7d81f3f178e21 100644 --- a/src/test/compile-fail/associated-types-project-from-hrtb-in-struct.rs +++ b/src/test/compile-fail/associated-types-project-from-hrtb-in-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-project-from-hrtb-in-trait-method.rs b/src/test/compile-fail/associated-types-project-from-hrtb-in-trait-method.rs index af46a1b42d078..fb1938c0f44e5 100644 --- a/src/test/compile-fail/associated-types-project-from-hrtb-in-trait-method.rs +++ b/src/test/compile-fail/associated-types-project-from-hrtb-in-trait-method.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-unconstrained.rs b/src/test/compile-fail/associated-types-unconstrained.rs index aecbf217a5b25..18beb5b975962 100644 --- a/src/test/compile-fail/associated-types-unconstrained.rs +++ b/src/test/compile-fail/associated-types-unconstrained.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/associated-types-unsized.rs b/src/test/compile-fail/associated-types-unsized.rs index e4b97ab5933ce..b41c0a8344b0e 100644 --- a/src/test/compile-fail/associated-types-unsized.rs +++ b/src/test/compile-fail/associated-types-unsized.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attempted-access-non-fatal.rs b/src/test/compile-fail/attempted-access-non-fatal.rs index 1d9249bc17b1f..2826b091dec15 100644 --- a/src/test/compile-fail/attempted-access-non-fatal.rs +++ b/src/test/compile-fail/attempted-access-non-fatal.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-bad-crate-attr.rc b/src/test/compile-fail/attr-bad-crate-attr.rc index 4ab07f4fa9918..1ecc184a68591 100644 --- a/src/test/compile-fail/attr-bad-crate-attr.rc +++ b/src/test/compile-fail/attr-bad-crate-attr.rc @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-bad-meta.rs b/src/test/compile-fail/attr-bad-meta.rs index dbf2929afe4f8..403a1fa718d16 100644 --- a/src/test/compile-fail/attr-bad-meta.rs +++ b/src/test/compile-fail/attr-bad-meta.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-before-eof.rs b/src/test/compile-fail/attr-before-eof.rs index 5fe88cafacf4c..bfe95989c873f 100644 --- a/src/test/compile-fail/attr-before-eof.rs +++ b/src/test/compile-fail/attr-before-eof.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-before-ext.rs b/src/test/compile-fail/attr-before-ext.rs index 098c5aaec545c..d4db45b7845e8 100644 --- a/src/test/compile-fail/attr-before-ext.rs +++ b/src/test/compile-fail/attr-before-ext.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-before-let.rs b/src/test/compile-fail/attr-before-let.rs index acc9aa8a9a13e..e19313c9c512d 100644 --- a/src/test/compile-fail/attr-before-let.rs +++ b/src/test/compile-fail/attr-before-let.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-before-stmt.rs b/src/test/compile-fail/attr-before-stmt.rs index ec837cd6de36d..a0de6eb8abde2 100644 --- a/src/test/compile-fail/attr-before-stmt.rs +++ b/src/test/compile-fail/attr-before-stmt.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-dangling-in-fn.rs b/src/test/compile-fail/attr-dangling-in-fn.rs index 384622fb1686d..b36ff2fd46895 100644 --- a/src/test/compile-fail/attr-dangling-in-fn.rs +++ b/src/test/compile-fail/attr-dangling-in-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr-dangling-in-mod.rs b/src/test/compile-fail/attr-dangling-in-mod.rs index 59a922ebee1af..700b451ef8750 100644 --- a/src/test/compile-fail/attr-dangling-in-mod.rs +++ b/src/test/compile-fail/attr-dangling-in-mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attr.rs b/src/test/compile-fail/attr.rs index 4bd6141273141..bb8387c5bd0f1 100644 --- a/src/test/compile-fail/attr.rs +++ b/src/test/compile-fail/attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/attrs-after-extern-mod.rs b/src/test/compile-fail/attrs-after-extern-mod.rs index df74761869608..e7d6c4853f8f1 100644 --- a/src/test/compile-fail/attrs-after-extern-mod.rs +++ b/src/test/compile-fail/attrs-after-extern-mod.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/auto-ref-slice-plus-ref.rs b/src/test/compile-fail/auto-ref-slice-plus-ref.rs index ad3f467a45471..307a3d54e2bf0 100644 --- a/src/test/compile-fail/auto-ref-slice-plus-ref.rs +++ b/src/test/compile-fail/auto-ref-slice-plus-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012-14 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 or the MIT license // , at your diff --git a/src/test/compile-fail/autoderef-full-lval.rs b/src/test/compile-fail/autoderef-full-lval.rs index 2c5749e0d5d39..2c1759218db29 100644 --- a/src/test/compile-fail/autoderef-full-lval.rs +++ b/src/test/compile-fail/autoderef-full-lval.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-bang-ann-3.rs b/src/test/compile-fail/bad-bang-ann-3.rs index e5dbdbd237db8..6ea1e0f0d761d 100644 --- a/src/test/compile-fail/bad-bang-ann-3.rs +++ b/src/test/compile-fail/bad-bang-ann-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-bang-ann.rs b/src/test/compile-fail/bad-bang-ann.rs index 414421c8b77ce..fa697523db943 100644 --- a/src/test/compile-fail/bad-bang-ann.rs +++ b/src/test/compile-fail/bad-bang-ann.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-char-literals.rs b/src/test/compile-fail/bad-char-literals.rs index 2a358ae8307b6..2332f589215b4 100644 --- a/src/test/compile-fail/bad-char-literals.rs +++ b/src/test/compile-fail/bad-char-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-const-type.rs b/src/test/compile-fail/bad-const-type.rs index ed62506420a7c..c4bff6a2201ec 100644 --- a/src/test/compile-fail/bad-const-type.rs +++ b/src/test/compile-fail/bad-const-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-crate-id.rs b/src/test/compile-fail/bad-crate-id.rs index 71e3ce9a35abe..3d577fbca5488 100644 --- a/src/test/compile-fail/bad-crate-id.rs +++ b/src/test/compile-fail/bad-crate-id.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-crate-id2.rs b/src/test/compile-fail/bad-crate-id2.rs index 4899252a1a42c..edffbf21e06a6 100644 --- a/src/test/compile-fail/bad-crate-id2.rs +++ b/src/test/compile-fail/bad-crate-id2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-env-capture.rs b/src/test/compile-fail/bad-env-capture.rs index 938664887327b..a784b4d37c76d 100644 --- a/src/test/compile-fail/bad-env-capture.rs +++ b/src/test/compile-fail/bad-env-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-env-capture2.rs b/src/test/compile-fail/bad-env-capture2.rs index 39a6922cfd0b6..e7240f70fbe55 100644 --- a/src/test/compile-fail/bad-env-capture2.rs +++ b/src/test/compile-fail/bad-env-capture2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-env-capture3.rs b/src/test/compile-fail/bad-env-capture3.rs index 8857b94ddce0c..9fcbbe4aac226 100644 --- a/src/test/compile-fail/bad-env-capture3.rs +++ b/src/test/compile-fail/bad-env-capture3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-expr-lhs.rs b/src/test/compile-fail/bad-expr-lhs.rs index 6907bf4b5b813..f0cd4d268cbdc 100644 --- a/src/test/compile-fail/bad-expr-lhs.rs +++ b/src/test/compile-fail/bad-expr-lhs.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-expr-path.rs b/src/test/compile-fail/bad-expr-path.rs index 38ba652f53bc3..99267091eb981 100644 --- a/src/test/compile-fail/bad-expr-path.rs +++ b/src/test/compile-fail/bad-expr-path.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-expr-path2.rs b/src/test/compile-fail/bad-expr-path2.rs index f397d0b387da5..1f3e4d16a45d6 100644 --- a/src/test/compile-fail/bad-expr-path2.rs +++ b/src/test/compile-fail/bad-expr-path2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-extern-link-attrs.rs b/src/test/compile-fail/bad-extern-link-attrs.rs index ff63d4b739aef..377cac3d9969d 100644 --- a/src/test/compile-fail/bad-extern-link-attrs.rs +++ b/src/test/compile-fail/bad-extern-link-attrs.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-lit-suffixes.rs b/src/test/compile-fail/bad-lit-suffixes.rs index d10337e768c71..9dfed447e1290 100644 --- a/src/test/compile-fail/bad-lit-suffixes.rs +++ b/src/test/compile-fail/bad-lit-suffixes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-main.rs b/src/test/compile-fail/bad-main.rs index 321dca8989134..d94af30c30e5f 100644 --- a/src/test/compile-fail/bad-main.rs +++ b/src/test/compile-fail/bad-main.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-match.rs b/src/test/compile-fail/bad-match.rs index 33043ff5524a4..d037065434f1e 100644 --- a/src/test/compile-fail/bad-match.rs +++ b/src/test/compile-fail/bad-match.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-method-typaram-kind.rs b/src/test/compile-fail/bad-method-typaram-kind.rs index 8e5a6054b8928..1a657a2c72e69 100644 --- a/src/test/compile-fail/bad-method-typaram-kind.rs +++ b/src/test/compile-fail/bad-method-typaram-kind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-mid-path-type-params.rs b/src/test/compile-fail/bad-mid-path-type-params.rs index 79fe4e7165ec3..d6c29c5ca85f4 100644 --- a/src/test/compile-fail/bad-mid-path-type-params.rs +++ b/src/test/compile-fail/bad-mid-path-type-params.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-module.rs b/src/test/compile-fail/bad-module.rs index edc118cb0399b..128d4ab1e3839 100644 --- a/src/test/compile-fail/bad-module.rs +++ b/src/test/compile-fail/bad-module.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-name.rs b/src/test/compile-fail/bad-name.rs index b208c6f4244ef..78d04914afc61 100644 --- a/src/test/compile-fail/bad-name.rs +++ b/src/test/compile-fail/bad-name.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-sized.rs b/src/test/compile-fail/bad-sized.rs index 69be6414e4c90..30037884d045b 100644 --- a/src/test/compile-fail/bad-sized.rs +++ b/src/test/compile-fail/bad-sized.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-type-env-capture.rs b/src/test/compile-fail/bad-type-env-capture.rs index 4e5dc652fb5d6..b897fb5adea4e 100644 --- a/src/test/compile-fail/bad-type-env-capture.rs +++ b/src/test/compile-fail/bad-type-env-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-value-ident-false.rs b/src/test/compile-fail/bad-value-ident-false.rs index ca10bdd9848ec..c31a701fd3730 100644 --- a/src/test/compile-fail/bad-value-ident-false.rs +++ b/src/test/compile-fail/bad-value-ident-false.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bad-value-ident-true.rs b/src/test/compile-fail/bad-value-ident-true.rs index 4508d5219a217..e7afcaffcbb27 100644 --- a/src/test/compile-fail/bad-value-ident-true.rs +++ b/src/test/compile-fail/bad-value-ident-true.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bang-tailexpr.rs b/src/test/compile-fail/bang-tailexpr.rs index d17fa68b47cbe..c73687627f440 100644 --- a/src/test/compile-fail/bang-tailexpr.rs +++ b/src/test/compile-fail/bang-tailexpr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/better-expected.rs b/src/test/compile-fail/better-expected.rs index 0d84a5e7d0280..36fe9cc39238e 100644 --- a/src/test/compile-fail/better-expected.rs +++ b/src/test/compile-fail/better-expected.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-2.rs b/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-2.rs index 2a5c7136dc377..c3936ae0df42c 100644 --- a/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-2.rs +++ b/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-3.rs b/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-3.rs index 3d3ccb606bfbb..4c522f89a31c8 100644 --- a/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-3.rs +++ b/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-4.rs b/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-4.rs index 8c7542fbe6b3d..7846c17bc8060 100644 --- a/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-4.rs +++ b/src/test/compile-fail/bind-by-move-neither-can-live-while-the-other-survives-4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bind-by-move-no-guards.rs b/src/test/compile-fail/bind-by-move-no-guards.rs index bb6060f2543e2..aa522a125a4ac 100644 --- a/src/test/compile-fail/bind-by-move-no-guards.rs +++ b/src/test/compile-fail/bind-by-move-no-guards.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bind-struct-early-modifiers.rs b/src/test/compile-fail/bind-struct-early-modifiers.rs index c358a21d1253e..dfbb48ee2b73c 100644 --- a/src/test/compile-fail/bind-struct-early-modifiers.rs +++ b/src/test/compile-fail/bind-struct-early-modifiers.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-bitxor-str.rs b/src/test/compile-fail/binop-bitxor-str.rs index 58cacc0b9f333..ed194e0e42ffa 100644 --- a/src/test/compile-fail/binop-bitxor-str.rs +++ b/src/test/compile-fail/binop-bitxor-str.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-consume-args.rs b/src/test/compile-fail/binop-consume-args.rs index c525a67c7e9f8..b6cc7d3ec0f4d 100644 --- a/src/test/compile-fail/binop-consume-args.rs +++ b/src/test/compile-fail/binop-consume-args.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-fail-3.rs b/src/test/compile-fail/binop-fail-3.rs index 097a52b894179..2942576715a74 100644 --- a/src/test/compile-fail/binop-fail-3.rs +++ b/src/test/compile-fail/binop-fail-3.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-logic-float.rs b/src/test/compile-fail/binop-logic-float.rs index 923d611cebeea..a86d65582f367 100644 --- a/src/test/compile-fail/binop-logic-float.rs +++ b/src/test/compile-fail/binop-logic-float.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-logic-int.rs b/src/test/compile-fail/binop-logic-int.rs index 0067121e6103a..b61585ba7076a 100644 --- a/src/test/compile-fail/binop-logic-int.rs +++ b/src/test/compile-fail/binop-logic-int.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-move-semantics.rs b/src/test/compile-fail/binop-move-semantics.rs index cff0064497aff..89116a706158e 100644 --- a/src/test/compile-fail/binop-move-semantics.rs +++ b/src/test/compile-fail/binop-move-semantics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-mul-bool.rs b/src/test/compile-fail/binop-mul-bool.rs index a36477fc1836c..be3d124522542 100644 --- a/src/test/compile-fail/binop-mul-bool.rs +++ b/src/test/compile-fail/binop-mul-bool.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/binop-typeck.rs b/src/test/compile-fail/binop-typeck.rs index 8f17288e991d4..a8e6460e6d8a2 100644 --- a/src/test/compile-fail/binop-typeck.rs +++ b/src/test/compile-fail/binop-typeck.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/block-must-not-have-result-do.rs b/src/test/compile-fail/block-must-not-have-result-do.rs index 30039a1c54c3a..97db5fea4882d 100644 --- a/src/test/compile-fail/block-must-not-have-result-do.rs +++ b/src/test/compile-fail/block-must-not-have-result-do.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/block-must-not-have-result-res.rs b/src/test/compile-fail/block-must-not-have-result-res.rs index 6161660ddf7b3..edac8fccb9a09 100644 --- a/src/test/compile-fail/block-must-not-have-result-res.rs +++ b/src/test/compile-fail/block-must-not-have-result-res.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/block-must-not-have-result-while.rs b/src/test/compile-fail/block-must-not-have-result-while.rs index ba6340ed395ee..6ffb4e97a08e5 100644 --- a/src/test/compile-fail/block-must-not-have-result-while.rs +++ b/src/test/compile-fail/block-must-not-have-result-while.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/bogus-tag.rs b/src/test/compile-fail/bogus-tag.rs index 704d856f106b2..049587c65e4de 100644 --- a/src/test/compile-fail/bogus-tag.rs +++ b/src/test/compile-fail/bogus-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrow-immutable-upvar-mutation.rs b/src/test/compile-fail/borrow-immutable-upvar-mutation.rs index 12555c550729c..74a0ff0753015 100644 --- a/src/test/compile-fail/borrow-immutable-upvar-mutation.rs +++ b/src/test/compile-fail/borrow-immutable-upvar-mutation.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrow-tuple-fields.rs b/src/test/compile-fail/borrow-tuple-fields.rs index e6fe60a9004b6..2463bb959f563 100644 --- a/src/test/compile-fail/borrow-tuple-fields.rs +++ b/src/test/compile-fail/borrow-tuple-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-and-init.rs b/src/test/compile-fail/borrowck-and-init.rs index 92f16d8ffcedb..faf4c6b3cc7a9 100644 --- a/src/test/compile-fail/borrowck-and-init.rs +++ b/src/test/compile-fail/borrowck-and-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-anon-fields-struct.rs b/src/test/compile-fail/borrowck-anon-fields-struct.rs index 5ee2b89dd9839..34d69ab5c5ccb 100644 --- a/src/test/compile-fail/borrowck-anon-fields-struct.rs +++ b/src/test/compile-fail/borrowck-anon-fields-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-anon-fields-tuple.rs b/src/test/compile-fail/borrowck-anon-fields-tuple.rs index 88486756b6659..a1ebfa1a73566 100644 --- a/src/test/compile-fail/borrowck-anon-fields-tuple.rs +++ b/src/test/compile-fail/borrowck-anon-fields-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-anon-fields-variant.rs b/src/test/compile-fail/borrowck-anon-fields-variant.rs index 4e1b85283a6b1..946430baf1427 100644 --- a/src/test/compile-fail/borrowck-anon-fields-variant.rs +++ b/src/test/compile-fail/borrowck-anon-fields-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-array-double-move.rs b/src/test/compile-fail/borrowck-array-double-move.rs index ac9ddc2ce6503..a084549ea3098 100644 --- a/src/test/compile-fail/borrowck-array-double-move.rs +++ b/src/test/compile-fail/borrowck-array-double-move.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-assign-comp-idx.rs b/src/test/compile-fail/borrowck-assign-comp-idx.rs index 3a2c6f0385107..c3466ff6aec87 100644 --- a/src/test/compile-fail/borrowck-assign-comp-idx.rs +++ b/src/test/compile-fail/borrowck-assign-comp-idx.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-assign-comp.rs b/src/test/compile-fail/borrowck-assign-comp.rs index 802b83119b7c3..cc6c543967921 100644 --- a/src/test/compile-fail/borrowck-assign-comp.rs +++ b/src/test/compile-fail/borrowck-assign-comp.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-assign-to-andmut-in-aliasable-loc.rs b/src/test/compile-fail/borrowck-assign-to-andmut-in-aliasable-loc.rs index d66cdb99a7463..d308580a0cc89 100644 --- a/src/test/compile-fail/borrowck-assign-to-andmut-in-aliasable-loc.rs +++ b/src/test/compile-fail/borrowck-assign-to-andmut-in-aliasable-loc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-assign-to-andmut-in-borrowed-loc.rs b/src/test/compile-fail/borrowck-assign-to-andmut-in-borrowed-loc.rs index 77aa57ef1b5ba..3df8d67bf5d1c 100644 --- a/src/test/compile-fail/borrowck-assign-to-andmut-in-borrowed-loc.rs +++ b/src/test/compile-fail/borrowck-assign-to-andmut-in-borrowed-loc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-assign-to-constants.rs b/src/test/compile-fail/borrowck-assign-to-constants.rs index 1b5b1899e0d9d..85da3e223e057 100644 --- a/src/test/compile-fail/borrowck-assign-to-constants.rs +++ b/src/test/compile-fail/borrowck-assign-to-constants.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-auto-mut-ref-to-immut-var.rs b/src/test/compile-fail/borrowck-auto-mut-ref-to-immut-var.rs index ea020dc068521..fdd4eb3d14436 100644 --- a/src/test/compile-fail/borrowck-auto-mut-ref-to-immut-var.rs +++ b/src/test/compile-fail/borrowck-auto-mut-ref-to-immut-var.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-autoref-3261.rs b/src/test/compile-fail/borrowck-autoref-3261.rs index d5f09305808f0..4492dd3ceaf7c 100644 --- a/src/test/compile-fail/borrowck-autoref-3261.rs +++ b/src/test/compile-fail/borrowck-autoref-3261.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-bad-nested-calls-free.rs b/src/test/compile-fail/borrowck-bad-nested-calls-free.rs index 4d1939be5b9f7..71c02971cced0 100644 --- a/src/test/compile-fail/borrowck-bad-nested-calls-free.rs +++ b/src/test/compile-fail/borrowck-bad-nested-calls-free.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-bad-nested-calls-move.rs b/src/test/compile-fail/borrowck-bad-nested-calls-move.rs index 9eda3689334c1..3edf97eaf1b8a 100644 --- a/src/test/compile-fail/borrowck-bad-nested-calls-move.rs +++ b/src/test/compile-fail/borrowck-bad-nested-calls-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-block-unint.rs b/src/test/compile-fail/borrowck-block-unint.rs index a09ee43924543..388b5cb6a97e5 100644 --- a/src/test/compile-fail/borrowck-block-unint.rs +++ b/src/test/compile-fail/borrowck-block-unint.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-from-owned-ptr.rs b/src/test/compile-fail/borrowck-borrow-from-owned-ptr.rs index 397c55a502afd..be4940afbe0bb 100644 --- a/src/test/compile-fail/borrowck-borrow-from-owned-ptr.rs +++ b/src/test/compile-fail/borrowck-borrow-from-owned-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-from-stack-variable.rs b/src/test/compile-fail/borrowck-borrow-from-stack-variable.rs index ae4c09c59d720..33315eb981d6c 100644 --- a/src/test/compile-fail/borrowck-borrow-from-stack-variable.rs +++ b/src/test/compile-fail/borrowck-borrow-from-stack-variable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-from-temporary.rs b/src/test/compile-fail/borrowck-borrow-from-temporary.rs index fbb3824cd4060..5e7cf8a727f9f 100644 --- a/src/test/compile-fail/borrowck-borrow-from-temporary.rs +++ b/src/test/compile-fail/borrowck-borrow-from-temporary.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-immut-deref-of-box-as-mut.rs b/src/test/compile-fail/borrowck-borrow-immut-deref-of-box-as-mut.rs index 794e0fc6e3aba..de74a90d48a86 100644 --- a/src/test/compile-fail/borrowck-borrow-immut-deref-of-box-as-mut.rs +++ b/src/test/compile-fail/borrowck-borrow-immut-deref-of-box-as-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs b/src/test/compile-fail/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs index 9126058a4e6f4..2f08c65711dae 100644 --- a/src/test/compile-fail/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs +++ b/src/test/compile-fail/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-mut-object-twice.rs b/src/test/compile-fail/borrowck-borrow-mut-object-twice.rs index 7175194355b0a..1be38fc20c57a 100644 --- a/src/test/compile-fail/borrowck-borrow-mut-object-twice.rs +++ b/src/test/compile-fail/borrowck-borrow-mut-object-twice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref-mut.rs b/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref-mut.rs index 5db9ad2e3a4a9..d1266769d93e8 100644 --- a/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref-mut.rs +++ b/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref.rs b/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref.rs index 75680de9c9eff..f537024204321 100644 --- a/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref.rs +++ b/src/test/compile-fail/borrowck-borrow-overloaded-auto-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-overloaded-deref-mut.rs b/src/test/compile-fail/borrowck-borrow-overloaded-deref-mut.rs index bfe53b739f4a8..86935776b9cf7 100644 --- a/src/test/compile-fail/borrowck-borrow-overloaded-deref-mut.rs +++ b/src/test/compile-fail/borrowck-borrow-overloaded-deref-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrow-overloaded-deref.rs b/src/test/compile-fail/borrowck-borrow-overloaded-deref.rs index 153368f4894a4..6c1bcf8250676 100644 --- a/src/test/compile-fail/borrowck-borrow-overloaded-deref.rs +++ b/src/test/compile-fail/borrowck-borrow-overloaded-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrowed-uniq-rvalue-2.rs b/src/test/compile-fail/borrowck-borrowed-uniq-rvalue-2.rs index d983c5d508789..6953a378f20b5 100644 --- a/src/test/compile-fail/borrowck-borrowed-uniq-rvalue-2.rs +++ b/src/test/compile-fail/borrowck-borrowed-uniq-rvalue-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-borrowed-uniq-rvalue.rs b/src/test/compile-fail/borrowck-borrowed-uniq-rvalue.rs index 98d1905ed9068..52ef365c84900 100644 --- a/src/test/compile-fail/borrowck-borrowed-uniq-rvalue.rs +++ b/src/test/compile-fail/borrowck-borrowed-uniq-rvalue.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-box-insensitivity.rs b/src/test/compile-fail/borrowck-box-insensitivity.rs index 648d0d81ffbc0..569cb34a2126b 100644 --- a/src/test/compile-fail/borrowck-box-insensitivity.rs +++ b/src/test/compile-fail/borrowck-box-insensitivity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-break-uninit-2.rs b/src/test/compile-fail/borrowck-break-uninit-2.rs index a52eaeeb9c3e3..14be138388f7d 100644 --- a/src/test/compile-fail/borrowck-break-uninit-2.rs +++ b/src/test/compile-fail/borrowck-break-uninit-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-break-uninit.rs b/src/test/compile-fail/borrowck-break-uninit.rs index 8a6a036945b78..9cc244de31811 100644 --- a/src/test/compile-fail/borrowck-break-uninit.rs +++ b/src/test/compile-fail/borrowck-break-uninit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-call-is-borrow-issue-12224.rs b/src/test/compile-fail/borrowck-call-is-borrow-issue-12224.rs index 010ddb792ccc6..3600e3e366726 100644 --- a/src/test/compile-fail/borrowck-call-is-borrow-issue-12224.rs +++ b/src/test/compile-fail/borrowck-call-is-borrow-issue-12224.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-call-method-from-mut-aliasable.rs b/src/test/compile-fail/borrowck-call-method-from-mut-aliasable.rs index bc0b667e895d0..3d86d52429447 100644 --- a/src/test/compile-fail/borrowck-call-method-from-mut-aliasable.rs +++ b/src/test/compile-fail/borrowck-call-method-from-mut-aliasable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-closures-mut-and-imm.rs b/src/test/compile-fail/borrowck-closures-mut-and-imm.rs index 29c7d6920bd95..29dd10c401abd 100644 --- a/src/test/compile-fail/borrowck-closures-mut-and-imm.rs +++ b/src/test/compile-fail/borrowck-closures-mut-and-imm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-closures-mut-of-imm.rs b/src/test/compile-fail/borrowck-closures-mut-of-imm.rs index 8260774190967..bdf618aca4a05 100644 --- a/src/test/compile-fail/borrowck-closures-mut-of-imm.rs +++ b/src/test/compile-fail/borrowck-closures-mut-of-imm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-closures-two-mut.rs b/src/test/compile-fail/borrowck-closures-two-mut.rs index 5cb49ab77114b..be17ba848d5d6 100644 --- a/src/test/compile-fail/borrowck-closures-two-mut.rs +++ b/src/test/compile-fail/borrowck-closures-two-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-closures-unique-imm.rs b/src/test/compile-fail/borrowck-closures-unique-imm.rs index cf86602af0be2..976d2a38b94ce 100644 --- a/src/test/compile-fail/borrowck-closures-unique-imm.rs +++ b/src/test/compile-fail/borrowck-closures-unique-imm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-closures-unique.rs b/src/test/compile-fail/borrowck-closures-unique.rs index f9a6d5ac84575..feef79bd45500 100644 --- a/src/test/compile-fail/borrowck-closures-unique.rs +++ b/src/test/compile-fail/borrowck-closures-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-closures-use-after-free.rs b/src/test/compile-fail/borrowck-closures-use-after-free.rs index b6529da18838b..5ea558996e542 100644 --- a/src/test/compile-fail/borrowck-closures-use-after-free.rs +++ b/src/test/compile-fail/borrowck-closures-use-after-free.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-field-sensitivity.rs b/src/test/compile-fail/borrowck-field-sensitivity.rs index fe5142a77341f..1eedf0b22885a 100644 --- a/src/test/compile-fail/borrowck-field-sensitivity.rs +++ b/src/test/compile-fail/borrowck-field-sensitivity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-for-loop-correct-cmt-for-pattern.rs b/src/test/compile-fail/borrowck-for-loop-correct-cmt-for-pattern.rs index 6884ac153a16b..3bff81e68fe9f 100644 --- a/src/test/compile-fail/borrowck-for-loop-correct-cmt-for-pattern.rs +++ b/src/test/compile-fail/borrowck-for-loop-correct-cmt-for-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-for-loop-head-linkage.rs b/src/test/compile-fail/borrowck-for-loop-head-linkage.rs index d2f99ea696af2..ff9d10975aa77 100644 --- a/src/test/compile-fail/borrowck-for-loop-head-linkage.rs +++ b/src/test/compile-fail/borrowck-for-loop-head-linkage.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-if-no-else.rs b/src/test/compile-fail/borrowck-if-no-else.rs index b98833776fbaf..9d9bfb91ba0fd 100644 --- a/src/test/compile-fail/borrowck-if-no-else.rs +++ b/src/test/compile-fail/borrowck-if-no-else.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-if-with-else.rs b/src/test/compile-fail/borrowck-if-with-else.rs index c74edfd8d070c..3a707e89891f8 100644 --- a/src/test/compile-fail/borrowck-if-with-else.rs +++ b/src/test/compile-fail/borrowck-if-with-else.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs b/src/test/compile-fail/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs index fabfce6ffb388..a612733ab343c 100644 --- a/src/test/compile-fail/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs +++ b/src/test/compile-fail/borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-init-in-called-fn-expr.rs b/src/test/compile-fail/borrowck-init-in-called-fn-expr.rs index 3c20abab8bdef..80af46259b5fe 100644 --- a/src/test/compile-fail/borrowck-init-in-called-fn-expr.rs +++ b/src/test/compile-fail/borrowck-init-in-called-fn-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-init-in-fn-expr.rs b/src/test/compile-fail/borrowck-init-in-fn-expr.rs index 31ca39c3f9b36..d3d21a528705d 100644 --- a/src/test/compile-fail/borrowck-init-in-fn-expr.rs +++ b/src/test/compile-fail/borrowck-init-in-fn-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-init-in-fru.rs b/src/test/compile-fail/borrowck-init-in-fru.rs index 569ddb80c2fe2..6f4dc9b67caec 100644 --- a/src/test/compile-fail/borrowck-init-in-fru.rs +++ b/src/test/compile-fail/borrowck-init-in-fru.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-init-op-equal.rs b/src/test/compile-fail/borrowck-init-op-equal.rs index e0d93fd1d475b..0ce720c727767 100644 --- a/src/test/compile-fail/borrowck-init-op-equal.rs +++ b/src/test/compile-fail/borrowck-init-op-equal.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-init-plus-equal.rs b/src/test/compile-fail/borrowck-init-plus-equal.rs index a036286f3634a..e16fa1a0d6d97 100644 --- a/src/test/compile-fail/borrowck-init-plus-equal.rs +++ b/src/test/compile-fail/borrowck-init-plus-equal.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-insert-during-each.rs b/src/test/compile-fail/borrowck-insert-during-each.rs index d729af844cb39..88a20888bd436 100644 --- a/src/test/compile-fail/borrowck-insert-during-each.rs +++ b/src/test/compile-fail/borrowck-insert-during-each.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-issue-14498.rs b/src/test/compile-fail/borrowck-issue-14498.rs index cc562afa9f818..c9508503799a2 100644 --- a/src/test/compile-fail/borrowck-issue-14498.rs +++ b/src/test/compile-fail/borrowck-issue-14498.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-issue-2657-1.rs b/src/test/compile-fail/borrowck-issue-2657-1.rs index dc1c73efc409e..504a1ab704c47 100644 --- a/src/test/compile-fail/borrowck-issue-2657-1.rs +++ b/src/test/compile-fail/borrowck-issue-2657-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-issue-2657-2.rs b/src/test/compile-fail/borrowck-issue-2657-2.rs index 0b76044f8d61b..0993d643c121d 100644 --- a/src/test/compile-fail/borrowck-issue-2657-2.rs +++ b/src/test/compile-fail/borrowck-issue-2657-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-lend-flow-if.rs b/src/test/compile-fail/borrowck-lend-flow-if.rs index ca8efb5dc967d..b76ca855e3637 100644 --- a/src/test/compile-fail/borrowck-lend-flow-if.rs +++ b/src/test/compile-fail/borrowck-lend-flow-if.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-lend-flow-loop.rs b/src/test/compile-fail/borrowck-lend-flow-loop.rs index 491a0d40bec42..82fb44594117e 100644 --- a/src/test/compile-fail/borrowck-lend-flow-loop.rs +++ b/src/test/compile-fail/borrowck-lend-flow-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-lend-flow-match.rs b/src/test/compile-fail/borrowck-lend-flow-match.rs index f501682847f5f..5f7a0aa88f124 100644 --- a/src/test/compile-fail/borrowck-lend-flow-match.rs +++ b/src/test/compile-fail/borrowck-lend-flow-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-lend-flow.rs b/src/test/compile-fail/borrowck-lend-flow.rs index 177976c15f0f4..d80bd494b3751 100644 --- a/src/test/compile-fail/borrowck-lend-flow.rs +++ b/src/test/compile-fail/borrowck-lend-flow.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-let-suggestion.rs b/src/test/compile-fail/borrowck-let-suggestion.rs index 5f5ff4014e109..cc398f4f283e7 100644 --- a/src/test/compile-fail/borrowck-let-suggestion.rs +++ b/src/test/compile-fail/borrowck-let-suggestion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-blocks-move-cc.rs b/src/test/compile-fail/borrowck-loan-blocks-move-cc.rs index bff22257760eb..71d9f28749ab7 100644 --- a/src/test/compile-fail/borrowck-loan-blocks-move-cc.rs +++ b/src/test/compile-fail/borrowck-loan-blocks-move-cc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-blocks-move.rs b/src/test/compile-fail/borrowck-loan-blocks-move.rs index f3f18807314f9..cecb5f095c11f 100644 --- a/src/test/compile-fail/borrowck-loan-blocks-move.rs +++ b/src/test/compile-fail/borrowck-loan-blocks-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs b/src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs index a52a4484b20d1..f04f1119eafe8 100644 --- a/src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs +++ b/src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-in-overloaded-op.rs b/src/test/compile-fail/borrowck-loan-in-overloaded-op.rs index 902762f687ed9..071cea2f99408 100644 --- a/src/test/compile-fail/borrowck-loan-in-overloaded-op.rs +++ b/src/test/compile-fail/borrowck-loan-in-overloaded-op.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-rcvr-overloaded-op.rs b/src/test/compile-fail/borrowck-loan-rcvr-overloaded-op.rs index b1eb06d16b19a..afddc2adfa820 100644 --- a/src/test/compile-fail/borrowck-loan-rcvr-overloaded-op.rs +++ b/src/test/compile-fail/borrowck-loan-rcvr-overloaded-op.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-rcvr.rs b/src/test/compile-fail/borrowck-loan-rcvr.rs index 014b27f9659b0..d195d9b72077f 100644 --- a/src/test/compile-fail/borrowck-loan-rcvr.rs +++ b/src/test/compile-fail/borrowck-loan-rcvr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-loan-vec-content.rs b/src/test/compile-fail/borrowck-loan-vec-content.rs index 21d9dea77b26a..2fb7dc36a1d2a 100644 --- a/src/test/compile-fail/borrowck-loan-vec-content.rs +++ b/src/test/compile-fail/borrowck-loan-vec-content.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-match-binding-is-assignment.rs b/src/test/compile-fail/borrowck-match-binding-is-assignment.rs index 575d67c0b834a..cd549e04fcfaf 100644 --- a/src/test/compile-fail/borrowck-match-binding-is-assignment.rs +++ b/src/test/compile-fail/borrowck-match-binding-is-assignment.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-by-capture.rs b/src/test/compile-fail/borrowck-move-by-capture.rs index b0d546cd5c803..0139b7a7b86cc 100644 --- a/src/test/compile-fail/borrowck-move-by-capture.rs +++ b/src/test/compile-fail/borrowck-move-by-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-error-with-note.rs b/src/test/compile-fail/borrowck-move-error-with-note.rs index 2d82c8be51971..7e8bf87a3e44e 100644 --- a/src/test/compile-fail/borrowck-move-error-with-note.rs +++ b/src/test/compile-fail/borrowck-move-error-with-note.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-from-subpath-of-borrowed-path.rs b/src/test/compile-fail/borrowck-move-from-subpath-of-borrowed-path.rs index 0d1a51bbf351e..0cdbcbf0e0710 100644 --- a/src/test/compile-fail/borrowck-move-from-subpath-of-borrowed-path.rs +++ b/src/test/compile-fail/borrowck-move-from-subpath-of-borrowed-path.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-from-unsafe-ptr.rs b/src/test/compile-fail/borrowck-move-from-unsafe-ptr.rs index 8310d4ba1444a..8ef4087139abe 100644 --- a/src/test/compile-fail/borrowck-move-from-unsafe-ptr.rs +++ b/src/test/compile-fail/borrowck-move-from-unsafe-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-in-irrefut-pat.rs b/src/test/compile-fail/borrowck-move-in-irrefut-pat.rs index ec505faf88502..08e6f6db1b0d6 100644 --- a/src/test/compile-fail/borrowck-move-in-irrefut-pat.rs +++ b/src/test/compile-fail/borrowck-move-in-irrefut-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-moved-value-into-closure.rs b/src/test/compile-fail/borrowck-move-moved-value-into-closure.rs index 43bf3f25d1ab9..b9283e36b790a 100644 --- a/src/test/compile-fail/borrowck-move-moved-value-into-closure.rs +++ b/src/test/compile-fail/borrowck-move-moved-value-into-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-mut-base-ptr.rs b/src/test/compile-fail/borrowck-move-mut-base-ptr.rs index 5bdea6a2bd996..7e81f77767f19 100644 --- a/src/test/compile-fail/borrowck-move-mut-base-ptr.rs +++ b/src/test/compile-fail/borrowck-move-mut-base-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-out-of-overloaded-auto-deref.rs b/src/test/compile-fail/borrowck-move-out-of-overloaded-auto-deref.rs index 507f073adb2e1..1c4348fd0bba5 100644 --- a/src/test/compile-fail/borrowck-move-out-of-overloaded-auto-deref.rs +++ b/src/test/compile-fail/borrowck-move-out-of-overloaded-auto-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-out-of-overloaded-deref.rs b/src/test/compile-fail/borrowck-move-out-of-overloaded-deref.rs index fffcf575ab08e..740f6ce025e6a 100644 --- a/src/test/compile-fail/borrowck-move-out-of-overloaded-deref.rs +++ b/src/test/compile-fail/borrowck-move-out-of-overloaded-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-out-of-static-item.rs b/src/test/compile-fail/borrowck-move-out-of-static-item.rs index 2f81aa8f3818e..03cac53630082 100644 --- a/src/test/compile-fail/borrowck-move-out-of-static-item.rs +++ b/src/test/compile-fail/borrowck-move-out-of-static-item.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-out-of-struct-with-dtor.rs b/src/test/compile-fail/borrowck-move-out-of-struct-with-dtor.rs index 3d13cbe30c5a2..a99448f3d3681 100644 --- a/src/test/compile-fail/borrowck-move-out-of-struct-with-dtor.rs +++ b/src/test/compile-fail/borrowck-move-out-of-struct-with-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-out-of-tuple-struct-with-dtor.rs b/src/test/compile-fail/borrowck-move-out-of-tuple-struct-with-dtor.rs index 625f71849057b..2b1f0d52abd8b 100644 --- a/src/test/compile-fail/borrowck-move-out-of-tuple-struct-with-dtor.rs +++ b/src/test/compile-fail/borrowck-move-out-of-tuple-struct-with-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-out-of-vec-tail.rs b/src/test/compile-fail/borrowck-move-out-of-vec-tail.rs index 75596af10d70e..99aa7aeaaad3e 100644 --- a/src/test/compile-fail/borrowck-move-out-of-vec-tail.rs +++ b/src/test/compile-fail/borrowck-move-out-of-vec-tail.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-move-subcomponent.rs b/src/test/compile-fail/borrowck-move-subcomponent.rs index 88871dda659cf..64eb2e04c1cf5 100644 --- a/src/test/compile-fail/borrowck-move-subcomponent.rs +++ b/src/test/compile-fail/borrowck-move-subcomponent.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-multiple-captures.rs b/src/test/compile-fail/borrowck-multiple-captures.rs index 33ac5d7fceba0..e20eb08ae0fe8 100644 --- a/src/test/compile-fail/borrowck-multiple-captures.rs +++ b/src/test/compile-fail/borrowck-multiple-captures.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-mut-addr-of-imm-var.rs b/src/test/compile-fail/borrowck-mut-addr-of-imm-var.rs index b6626a835e454..132dbace54a42 100644 --- a/src/test/compile-fail/borrowck-mut-addr-of-imm-var.rs +++ b/src/test/compile-fail/borrowck-mut-addr-of-imm-var.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-mut-borrow-of-mut-base-ptr.rs b/src/test/compile-fail/borrowck-mut-borrow-of-mut-base-ptr.rs index 71dc61abb64e9..6981b987b8b24 100644 --- a/src/test/compile-fail/borrowck-mut-borrow-of-mut-base-ptr.rs +++ b/src/test/compile-fail/borrowck-mut-borrow-of-mut-base-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-mut-slice-of-imm-vec.rs b/src/test/compile-fail/borrowck-mut-slice-of-imm-vec.rs index b8a92db4e4223..8f017c2ee3f1e 100644 --- a/src/test/compile-fail/borrowck-mut-slice-of-imm-vec.rs +++ b/src/test/compile-fail/borrowck-mut-slice-of-imm-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-mutate-in-guard.rs b/src/test/compile-fail/borrowck-mutate-in-guard.rs index 44353ab5d960a..01406abb853ca 100644 --- a/src/test/compile-fail/borrowck-mutate-in-guard.rs +++ b/src/test/compile-fail/borrowck-mutate-in-guard.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-no-cycle-in-exchange-heap.rs b/src/test/compile-fail/borrowck-no-cycle-in-exchange-heap.rs index 6985d203fb163..0799dd636791f 100644 --- a/src/test/compile-fail/borrowck-no-cycle-in-exchange-heap.rs +++ b/src/test/compile-fail/borrowck-no-cycle-in-exchange-heap.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-object-lifetime.rs b/src/test/compile-fail/borrowck-object-lifetime.rs index bbb58e211988e..404d5497d73a6 100644 --- a/src/test/compile-fail/borrowck-object-lifetime.rs +++ b/src/test/compile-fail/borrowck-object-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-object-mutability.rs b/src/test/compile-fail/borrowck-object-mutability.rs index 9b5087bd7e0b7..343c9105eac7d 100644 --- a/src/test/compile-fail/borrowck-object-mutability.rs +++ b/src/test/compile-fail/borrowck-object-mutability.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-or-init.rs b/src/test/compile-fail/borrowck-or-init.rs index 27871a6ab16cd..77d949fe72740 100644 --- a/src/test/compile-fail/borrowck-or-init.rs +++ b/src/test/compile-fail/borrowck-or-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-overloaded-call.rs b/src/test/compile-fail/borrowck-overloaded-call.rs index 7d35a27c0ae20..ef8853634449f 100644 --- a/src/test/compile-fail/borrowck-overloaded-call.rs +++ b/src/test/compile-fail/borrowck-overloaded-call.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-overloaded-index-2.rs b/src/test/compile-fail/borrowck-overloaded-index-2.rs index da3da47fa9029..009afdf26c100 100644 --- a/src/test/compile-fail/borrowck-overloaded-index-2.rs +++ b/src/test/compile-fail/borrowck-overloaded-index-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-overloaded-index-and-overloaded-deref.rs b/src/test/compile-fail/borrowck-overloaded-index-and-overloaded-deref.rs index 4188cf001423e..cbf60e02cf283 100644 --- a/src/test/compile-fail/borrowck-overloaded-index-and-overloaded-deref.rs +++ b/src/test/compile-fail/borrowck-overloaded-index-and-overloaded-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-overloaded-index-autoderef.rs b/src/test/compile-fail/borrowck-overloaded-index-autoderef.rs index 9193a28511e70..113503aa73bdb 100644 --- a/src/test/compile-fail/borrowck-overloaded-index-autoderef.rs +++ b/src/test/compile-fail/borrowck-overloaded-index-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-overloaded-index.rs b/src/test/compile-fail/borrowck-overloaded-index.rs index 7259ca8971d2b..93fd1b33235ee 100644 --- a/src/test/compile-fail/borrowck-overloaded-index.rs +++ b/src/test/compile-fail/borrowck-overloaded-index.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-pat-reassign-binding.rs b/src/test/compile-fail/borrowck-pat-reassign-binding.rs index d176245823ef5..98e7c296c80b7 100644 --- a/src/test/compile-fail/borrowck-pat-reassign-binding.rs +++ b/src/test/compile-fail/borrowck-pat-reassign-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-reborrow-from-mut.rs b/src/test/compile-fail/borrowck-reborrow-from-mut.rs index 6f5dfa67be50d..120e5d9002959 100644 --- a/src/test/compile-fail/borrowck-reborrow-from-mut.rs +++ b/src/test/compile-fail/borrowck-reborrow-from-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-reborrow-from-shorter-lived-andmut.rs b/src/test/compile-fail/borrowck-reborrow-from-shorter-lived-andmut.rs index eee407472bf14..df2faa621c74c 100644 --- a/src/test/compile-fail/borrowck-reborrow-from-shorter-lived-andmut.rs +++ b/src/test/compile-fail/borrowck-reborrow-from-shorter-lived-andmut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-ref-into-rvalue.rs b/src/test/compile-fail/borrowck-ref-into-rvalue.rs index 726d4bcdf1d08..4b85ac96cac76 100644 --- a/src/test/compile-fail/borrowck-ref-into-rvalue.rs +++ b/src/test/compile-fail/borrowck-ref-into-rvalue.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-ref-mut-of-imm.rs b/src/test/compile-fail/borrowck-ref-mut-of-imm.rs index 1784b72a69927..83afeefda7f89 100644 --- a/src/test/compile-fail/borrowck-ref-mut-of-imm.rs +++ b/src/test/compile-fail/borrowck-ref-mut-of-imm.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-report-with-custom-diagnostic.rs b/src/test/compile-fail/borrowck-report-with-custom-diagnostic.rs index c3a1e808e37f8..fa8b11d8cc9b0 100644 --- a/src/test/compile-fail/borrowck-report-with-custom-diagnostic.rs +++ b/src/test/compile-fail/borrowck-report-with-custom-diagnostic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-return-variable-on-stack-via-clone.rs b/src/test/compile-fail/borrowck-return-variable-on-stack-via-clone.rs index 7529943f0bc59..99b250e09d5f5 100644 --- a/src/test/compile-fail/borrowck-return-variable-on-stack-via-clone.rs +++ b/src/test/compile-fail/borrowck-return-variable-on-stack-via-clone.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-return.rs b/src/test/compile-fail/borrowck-return.rs index 74d435b35e7eb..86ad46b524efc 100644 --- a/src/test/compile-fail/borrowck-return.rs +++ b/src/test/compile-fail/borrowck-return.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-struct-update-with-dtor.rs b/src/test/compile-fail/borrowck-struct-update-with-dtor.rs index bbfc5f89a8d7a..3559bcf55f908 100644 --- a/src/test/compile-fail/borrowck-struct-update-with-dtor.rs +++ b/src/test/compile-fail/borrowck-struct-update-with-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-swap-mut-base-ptr.rs b/src/test/compile-fail/borrowck-swap-mut-base-ptr.rs index 0102a90918846..645658c23af85 100644 --- a/src/test/compile-fail/borrowck-swap-mut-base-ptr.rs +++ b/src/test/compile-fail/borrowck-swap-mut-base-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-unary-move.rs b/src/test/compile-fail/borrowck-unary-move.rs index 5b5c5f4da912c..4420dbfa85bfa 100644 --- a/src/test/compile-fail/borrowck-unary-move.rs +++ b/src/test/compile-fail/borrowck-unary-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-unboxed-closures.rs b/src/test/compile-fail/borrowck-unboxed-closures.rs index 8e7e2e3e77782..a80c1b8641413 100644 --- a/src/test/compile-fail/borrowck-unboxed-closures.rs +++ b/src/test/compile-fail/borrowck-unboxed-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-uninit-after-item.rs b/src/test/compile-fail/borrowck-uninit-after-item.rs index acd827d6c620b..fc6dc38944af7 100644 --- a/src/test/compile-fail/borrowck-uninit-after-item.rs +++ b/src/test/compile-fail/borrowck-uninit-after-item.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-uninit-in-assignop.rs b/src/test/compile-fail/borrowck-uninit-in-assignop.rs index e253ecc74b9a5..63a4b94ba52ef 100644 --- a/src/test/compile-fail/borrowck-uninit-in-assignop.rs +++ b/src/test/compile-fail/borrowck-uninit-in-assignop.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-uninit.rs b/src/test/compile-fail/borrowck-uninit.rs index f4b73bc889fb7..283d4aec145e4 100644 --- a/src/test/compile-fail/borrowck-uninit.rs +++ b/src/test/compile-fail/borrowck-uninit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-uniq-via-lend.rs b/src/test/compile-fail/borrowck-uniq-via-lend.rs index 7fadf6d466033..fa36da7abeafb 100644 --- a/src/test/compile-fail/borrowck-uniq-via-lend.rs +++ b/src/test/compile-fail/borrowck-uniq-via-lend.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-use-in-index-lvalue.rs b/src/test/compile-fail/borrowck-use-in-index-lvalue.rs index 94c1d3a6a4505..c8ab8201c75fa 100644 --- a/src/test/compile-fail/borrowck-use-in-index-lvalue.rs +++ b/src/test/compile-fail/borrowck-use-in-index-lvalue.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-use-mut-borrow.rs b/src/test/compile-fail/borrowck-use-mut-borrow.rs index 42e12622b6920..6063c3c5cbab1 100644 --- a/src/test/compile-fail/borrowck-use-mut-borrow.rs +++ b/src/test/compile-fail/borrowck-use-mut-borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-vec-pattern-element-loan.rs b/src/test/compile-fail/borrowck-vec-pattern-element-loan.rs index 577334cce9504..1ea2cd3d6af27 100644 --- a/src/test/compile-fail/borrowck-vec-pattern-element-loan.rs +++ b/src/test/compile-fail/borrowck-vec-pattern-element-loan.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-vec-pattern-loan-from-mut.rs b/src/test/compile-fail/borrowck-vec-pattern-loan-from-mut.rs index 565b8ca2f6856..0a0d3b7109fc5 100644 --- a/src/test/compile-fail/borrowck-vec-pattern-loan-from-mut.rs +++ b/src/test/compile-fail/borrowck-vec-pattern-loan-from-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-vec-pattern-move-tail.rs b/src/test/compile-fail/borrowck-vec-pattern-move-tail.rs index 8869e99efd52a..cd8dfd6cb1b0b 100644 --- a/src/test/compile-fail/borrowck-vec-pattern-move-tail.rs +++ b/src/test/compile-fail/borrowck-vec-pattern-move-tail.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-vec-pattern-nesting.rs b/src/test/compile-fail/borrowck-vec-pattern-nesting.rs index 49994ebdbba44..bfb7c29f5e798 100644 --- a/src/test/compile-fail/borrowck-vec-pattern-nesting.rs +++ b/src/test/compile-fail/borrowck-vec-pattern-nesting.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-vec-pattern-tail-element-loan.rs b/src/test/compile-fail/borrowck-vec-pattern-tail-element-loan.rs index bcd1aa81d4c2e..b403fbf34bd28 100644 --- a/src/test/compile-fail/borrowck-vec-pattern-tail-element-loan.rs +++ b/src/test/compile-fail/borrowck-vec-pattern-tail-element-loan.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-while-break.rs b/src/test/compile-fail/borrowck-while-break.rs index 4752120d69126..aa5985dccf102 100644 --- a/src/test/compile-fail/borrowck-while-break.rs +++ b/src/test/compile-fail/borrowck-while-break.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-while-cond.rs b/src/test/compile-fail/borrowck-while-cond.rs index 27d42d666ea1d..98f34aa2f4a97 100644 --- a/src/test/compile-fail/borrowck-while-cond.rs +++ b/src/test/compile-fail/borrowck-while-cond.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/borrowck-while.rs b/src/test/compile-fail/borrowck-while.rs index f163cf602bfa6..f6b659e396d31 100644 --- a/src/test/compile-fail/borrowck-while.rs +++ b/src/test/compile-fail/borrowck-while.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/break-outside-loop.rs b/src/test/compile-fail/break-outside-loop.rs index 1f257b8a5cba8..657684a3901ef 100644 --- a/src/test/compile-fail/break-outside-loop.rs +++ b/src/test/compile-fail/break-outside-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/builtin-superkinds-double-superkind.rs b/src/test/compile-fail/builtin-superkinds-double-superkind.rs index cd215a7373780..695710d103825 100644 --- a/src/test/compile-fail/builtin-superkinds-double-superkind.rs +++ b/src/test/compile-fail/builtin-superkinds-double-superkind.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/builtin-superkinds-in-metadata.rs b/src/test/compile-fail/builtin-superkinds-in-metadata.rs index 138fcfa8b64fe..456f1faffe7bc 100644 --- a/src/test/compile-fail/builtin-superkinds-in-metadata.rs +++ b/src/test/compile-fail/builtin-superkinds-in-metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/builtin-superkinds-self-type.rs b/src/test/compile-fail/builtin-superkinds-self-type.rs index 0ec4f3dce1171..f21d91a1e1f3c 100644 --- a/src/test/compile-fail/builtin-superkinds-self-type.rs +++ b/src/test/compile-fail/builtin-superkinds-self-type.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/builtin-superkinds-simple.rs b/src/test/compile-fail/builtin-superkinds-simple.rs index 2c689f6909b39..65787e3241b8c 100644 --- a/src/test/compile-fail/builtin-superkinds-simple.rs +++ b/src/test/compile-fail/builtin-superkinds-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/builtin-superkinds-typaram-not-send.rs b/src/test/compile-fail/builtin-superkinds-typaram-not-send.rs index 534bb6d37ec39..cfc909da95db3 100644 --- a/src/test/compile-fail/builtin-superkinds-typaram-not-send.rs +++ b/src/test/compile-fail/builtin-superkinds-typaram-not-send.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/by-move-pattern-binding.rs b/src/test/compile-fail/by-move-pattern-binding.rs index a49256d1bfc03..8eabefc83c049 100644 --- a/src/test/compile-fail/by-move-pattern-binding.rs +++ b/src/test/compile-fail/by-move-pattern-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/byte-literals.rs b/src/test/compile-fail/byte-literals.rs index 436078fa762e5..2ba099e82c7c0 100644 --- a/src/test/compile-fail/byte-literals.rs +++ b/src/test/compile-fail/byte-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/byte-string-literals.rs b/src/test/compile-fail/byte-string-literals.rs index ec67cdd77e19f..b982bc5df62ab 100644 --- a/src/test/compile-fail/byte-string-literals.rs +++ b/src/test/compile-fail/byte-string-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cannot-mutate-captured-non-mut-var.rs b/src/test/compile-fail/cannot-mutate-captured-non-mut-var.rs index 9148f13c4ddd3..f661803e3aa5a 100644 --- a/src/test/compile-fail/cannot-mutate-captured-non-mut-var.rs +++ b/src/test/compile-fail/cannot-mutate-captured-non-mut-var.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/capture1.rs b/src/test/compile-fail/capture1.rs index fd50918a313e2..c2b35279630ba 100644 --- a/src/test/compile-fail/capture1.rs +++ b/src/test/compile-fail/capture1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cast-as-bool.rs b/src/test/compile-fail/cast-as-bool.rs index 6d68f56b2b18a..70663e8a82ef2 100644 --- a/src/test/compile-fail/cast-as-bool.rs +++ b/src/test/compile-fail/cast-as-bool.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cast-from-nil.rs b/src/test/compile-fail/cast-from-nil.rs index 558a54787183d..3a03b74f22d52 100644 --- a/src/test/compile-fail/cast-from-nil.rs +++ b/src/test/compile-fail/cast-from-nil.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cast-to-bare-fn.rs b/src/test/compile-fail/cast-to-bare-fn.rs index a7f0917ed86b9..756463f6bd6c5 100644 --- a/src/test/compile-fail/cast-to-bare-fn.rs +++ b/src/test/compile-fail/cast-to-bare-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cast-to-nil.rs b/src/test/compile-fail/cast-to-nil.rs index 1a5c0744f70a2..3b7660e460242 100644 --- a/src/test/compile-fail/cast-to-nil.rs +++ b/src/test/compile-fail/cast-to-nil.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cfg-in-crate-1.rs b/src/test/compile-fail/cfg-in-crate-1.rs index 94ae8d89b4fc4..a2c755297bd81 100644 --- a/src/test/compile-fail/cfg-in-crate-1.rs +++ b/src/test/compile-fail/cfg-in-crate-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/changing-crates.rs b/src/test/compile-fail/changing-crates.rs index ae3ef76066710..6cd620be748fc 100644 --- a/src/test/compile-fail/changing-crates.rs +++ b/src/test/compile-fail/changing-crates.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/check-static-immutable-mut-slices.rs b/src/test/compile-fail/check-static-immutable-mut-slices.rs index d1e3fe252537d..c1774dad1934c 100644 --- a/src/test/compile-fail/check-static-immutable-mut-slices.rs +++ b/src/test/compile-fail/check-static-immutable-mut-slices.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/check-static-values-constraints.rs b/src/test/compile-fail/check-static-values-constraints.rs index 7c4f9ada2d35e..deb2abcc692a0 100644 --- a/src/test/compile-fail/check-static-values-constraints.rs +++ b/src/test/compile-fail/check-static-values-constraints.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/circular_modules_hello.rs b/src/test/compile-fail/circular_modules_hello.rs index 3bf851643f2c3..1339778643765 100644 --- a/src/test/compile-fail/circular_modules_hello.rs +++ b/src/test/compile-fail/circular_modules_hello.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/circular_modules_main.rs b/src/test/compile-fail/circular_modules_main.rs index ac5ec1236ff9d..f2672c4bd139f 100644 --- a/src/test/compile-fail/circular_modules_main.rs +++ b/src/test/compile-fail/circular_modules_main.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/class-cast-to-trait.rs b/src/test/compile-fail/class-cast-to-trait.rs index 31e09e877c708..114dec5dc9456 100644 --- a/src/test/compile-fail/class-cast-to-trait.rs +++ b/src/test/compile-fail/class-cast-to-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/class-implements-bad-trait.rs b/src/test/compile-fail/class-implements-bad-trait.rs index d709ffdc3fc12..4ef0525d32b6e 100644 --- a/src/test/compile-fail/class-implements-bad-trait.rs +++ b/src/test/compile-fail/class-implements-bad-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/class-method-missing.rs b/src/test/compile-fail/class-method-missing.rs index 3b921e072790b..e941183e27269 100644 --- a/src/test/compile-fail/class-method-missing.rs +++ b/src/test/compile-fail/class-method-missing.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/class-missing-self.rs b/src/test/compile-fail/class-missing-self.rs index 4d8e4bca784be..d9e1d179db0e6 100644 --- a/src/test/compile-fail/class-missing-self.rs +++ b/src/test/compile-fail/class-missing-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cleanup-rvalue-scopes-cf.rs b/src/test/compile-fail/cleanup-rvalue-scopes-cf.rs index dcbb25ba5a95f..45c324e71405e 100644 --- a/src/test/compile-fail/cleanup-rvalue-scopes-cf.rs +++ b/src/test/compile-fail/cleanup-rvalue-scopes-cf.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/closure-bounds-cant-promote-superkind-in-struct.rs b/src/test/compile-fail/closure-bounds-cant-promote-superkind-in-struct.rs index b88040cbd54a6..e653a3c1abc83 100644 --- a/src/test/compile-fail/closure-bounds-cant-promote-superkind-in-struct.rs +++ b/src/test/compile-fail/closure-bounds-cant-promote-superkind-in-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/closure-bounds-static-cant-capture-borrowed.rs b/src/test/compile-fail/closure-bounds-static-cant-capture-borrowed.rs index d27529bad4305..65694dab43e3f 100644 --- a/src/test/compile-fail/closure-bounds-static-cant-capture-borrowed.rs +++ b/src/test/compile-fail/closure-bounds-static-cant-capture-borrowed.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/closure-bounds-subtype.rs b/src/test/compile-fail/closure-bounds-subtype.rs index fadaa84f19db5..5326bdeb818d6 100644 --- a/src/test/compile-fail/closure-bounds-subtype.rs +++ b/src/test/compile-fail/closure-bounds-subtype.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/closure-reform-bad.rs b/src/test/compile-fail/closure-reform-bad.rs index ef01c96addeb8..ec0b6f97650be 100644 --- a/src/test/compile-fail/closure-reform-bad.rs +++ b/src/test/compile-fail/closure-reform-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coerce-mut.rs b/src/test/compile-fail/coerce-mut.rs index 30c1b66a7b81f..4ba392533dbbb 100644 --- a/src/test/compile-fail/coerce-mut.rs +++ b/src/test/compile-fail/coerce-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coerce-unsafe-to-closure.rs b/src/test/compile-fail/coerce-unsafe-to-closure.rs index fe7635f065cdc..3f835c947832f 100644 --- a/src/test/compile-fail/coerce-unsafe-to-closure.rs +++ b/src/test/compile-fail/coerce-unsafe-to-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coercion-slice.rs b/src/test/compile-fail/coercion-slice.rs index d7a37d2699186..723a44b7525f6 100644 --- a/src/test/compile-fail/coercion-slice.rs +++ b/src/test/compile-fail/coercion-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-all-remote.rs b/src/test/compile-fail/coherence-all-remote.rs index f8ddf83c9c637..222ed9b6638d0 100644 --- a/src/test/compile-fail/coherence-all-remote.rs +++ b/src/test/compile-fail/coherence-all-remote.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-bigint-int.rs b/src/test/compile-fail/coherence-bigint-int.rs index 684773098cd95..f008bec7061df 100644 --- a/src/test/compile-fail/coherence-bigint-int.rs +++ b/src/test/compile-fail/coherence-bigint-int.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-bigint-param.rs b/src/test/compile-fail/coherence-bigint-param.rs index b8e48436a4143..acf770380db76 100644 --- a/src/test/compile-fail/coherence-bigint-param.rs +++ b/src/test/compile-fail/coherence-bigint-param.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-bigint-vecint.rs b/src/test/compile-fail/coherence-bigint-vecint.rs index 28747674b8b10..ea6626121cab9 100644 --- a/src/test/compile-fail/coherence-bigint-vecint.rs +++ b/src/test/compile-fail/coherence-bigint-vecint.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-implemented.rs b/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-implemented.rs index 27d97d18c949f..1642e5a0339a4 100644 --- a/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-implemented.rs +++ b/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-implemented.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-unimplemented.rs b/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-unimplemented.rs index 0f233b78c7216..a4741a29f03b8 100644 --- a/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-unimplemented.rs +++ b/src/test/compile-fail/coherence-blanket-conflicts-with-blanket-unimplemented.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-blanket-conflicts-with-specific-cross-crate.rs b/src/test/compile-fail/coherence-blanket-conflicts-with-specific-cross-crate.rs index 1f6bb08871c76..9a1910ae287ea 100644 --- a/src/test/compile-fail/coherence-blanket-conflicts-with-specific-cross-crate.rs +++ b/src/test/compile-fail/coherence-blanket-conflicts-with-specific-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-blanket-conflicts-with-specific-multidispatch.rs b/src/test/compile-fail/coherence-blanket-conflicts-with-specific-multidispatch.rs index c3563792ce3c7..b84ccb7d5617d 100644 --- a/src/test/compile-fail/coherence-blanket-conflicts-with-specific-multidispatch.rs +++ b/src/test/compile-fail/coherence-blanket-conflicts-with-specific-multidispatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-blanket-conflicts-with-specific-trait.rs b/src/test/compile-fail/coherence-blanket-conflicts-with-specific-trait.rs index eeaa68677eb67..e07c59253b97f 100644 --- a/src/test/compile-fail/coherence-blanket-conflicts-with-specific-trait.rs +++ b/src/test/compile-fail/coherence-blanket-conflicts-with-specific-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-blanket-conflicts-with-specific.rs b/src/test/compile-fail/coherence-blanket-conflicts-with-specific.rs index 980e4256d2b85..ebeb5de38f404 100644 --- a/src/test/compile-fail/coherence-blanket-conflicts-with-specific.rs +++ b/src/test/compile-fail/coherence-blanket-conflicts-with-specific.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-conflicting-negative-trait-impl.rs b/src/test/compile-fail/coherence-conflicting-negative-trait-impl.rs index c9dfb8201a98a..8d077c2b28d86 100644 --- a/src/test/compile-fail/coherence-conflicting-negative-trait-impl.rs +++ b/src/test/compile-fail/coherence-conflicting-negative-trait-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-cross-crate-conflict.rs b/src/test/compile-fail/coherence-cross-crate-conflict.rs index 8bdd5c58f3199..b9effee5ffca7 100644 --- a/src/test/compile-fail/coherence-cross-crate-conflict.rs +++ b/src/test/compile-fail/coherence-cross-crate-conflict.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-impls-builtin.rs b/src/test/compile-fail/coherence-impls-builtin.rs index 2ca288b60a33f..b7ac88442792c 100644 --- a/src/test/compile-fail/coherence-impls-builtin.rs +++ b/src/test/compile-fail/coherence-impls-builtin.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-lone-type-parameter.rs b/src/test/compile-fail/coherence-lone-type-parameter.rs index 917438722de4e..7c4bf2436a178 100644 --- a/src/test/compile-fail/coherence-lone-type-parameter.rs +++ b/src/test/compile-fail/coherence-lone-type-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-negative-impls-safe.rs b/src/test/compile-fail/coherence-negative-impls-safe.rs index 3b335d586f391..5026d63c0b794 100644 --- a/src/test/compile-fail/coherence-negative-impls-safe.rs +++ b/src/test/compile-fail/coherence-negative-impls-safe.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-orphan.rs b/src/test/compile-fail/coherence-orphan.rs index f9f965e1ae39d..f6bbabe157058 100644 --- a/src/test/compile-fail/coherence-orphan.rs +++ b/src/test/compile-fail/coherence-orphan.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-overlapping-pairs.rs b/src/test/compile-fail/coherence-overlapping-pairs.rs index 9354e66af0d81..16063de02b5fb 100644 --- a/src/test/compile-fail/coherence-overlapping-pairs.rs +++ b/src/test/compile-fail/coherence-overlapping-pairs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-pair-covered-uncovered.rs b/src/test/compile-fail/coherence-pair-covered-uncovered.rs index 92a07b3585292..65e61992477a0 100644 --- a/src/test/compile-fail/coherence-pair-covered-uncovered.rs +++ b/src/test/compile-fail/coherence-pair-covered-uncovered.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence-tuple-conflict.rs b/src/test/compile-fail/coherence-tuple-conflict.rs index 9673fb6a21392..75cdac9e7d813 100644 --- a/src/test/compile-fail/coherence-tuple-conflict.rs +++ b/src/test/compile-fail/coherence-tuple-conflict.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence_inherent.rs b/src/test/compile-fail/coherence_inherent.rs index 2c3fbc827aad6..9d2cf5aadb6e5 100644 --- a/src/test/compile-fail/coherence_inherent.rs +++ b/src/test/compile-fail/coherence_inherent.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/coherence_inherent_cc.rs b/src/test/compile-fail/coherence_inherent_cc.rs index 4eb9864bc9c59..2e268962a1d09 100644 --- a/src/test/compile-fail/coherence_inherent_cc.rs +++ b/src/test/compile-fail/coherence_inherent_cc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/column-offset-1-based.rs b/src/test/compile-fail/column-offset-1-based.rs index 621b480fe77d3..8172896c0c35a 100644 --- a/src/test/compile-fail/column-offset-1-based.rs +++ b/src/test/compile-fail/column-offset-1-based.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/comm-not-freeze-receiver.rs b/src/test/compile-fail/comm-not-freeze-receiver.rs index 305acfec40114..c127498634914 100644 --- a/src/test/compile-fail/comm-not-freeze-receiver.rs +++ b/src/test/compile-fail/comm-not-freeze-receiver.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/comm-not-freeze.rs b/src/test/compile-fail/comm-not-freeze.rs index de2c96920c38b..3a27dc47ce583 100644 --- a/src/test/compile-fail/comm-not-freeze.rs +++ b/src/test/compile-fail/comm-not-freeze.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/concat.rs b/src/test/compile-fail/concat.rs index dc31126e6d6e3..eda3f35127b65 100644 --- a/src/test/compile-fail/concat.rs +++ b/src/test/compile-fail/concat.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/const-block-non-item-statement.rs b/src/test/compile-fail/const-block-non-item-statement.rs index 62e8fccbda058..67444048222bf 100644 --- a/src/test/compile-fail/const-block-non-item-statement.rs +++ b/src/test/compile-fail/const-block-non-item-statement.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/const-cast-different-types.rs b/src/test/compile-fail/const-cast-different-types.rs index 6e3732908ac06..d2c0272097124 100644 --- a/src/test/compile-fail/const-cast-different-types.rs +++ b/src/test/compile-fail/const-cast-different-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/const-cast-wrong-type.rs b/src/test/compile-fail/const-cast-wrong-type.rs index b359744183418..ed26bb76e2eca 100644 --- a/src/test/compile-fail/const-cast-wrong-type.rs +++ b/src/test/compile-fail/const-cast-wrong-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/const-recursive.rs b/src/test/compile-fail/const-recursive.rs index ad05c7c423f95..771a42a239d9f 100644 --- a/src/test/compile-fail/const-recursive.rs +++ b/src/test/compile-fail/const-recursive.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/copy-a-resource.rs b/src/test/compile-fail/copy-a-resource.rs index 1201db437b961..38c7f09931698 100644 --- a/src/test/compile-fail/copy-a-resource.rs +++ b/src/test/compile-fail/copy-a-resource.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/crate-name-mismatch.rs b/src/test/compile-fail/crate-name-mismatch.rs index 589c0beb76059..fcd61fa908605 100644 --- a/src/test/compile-fail/crate-name-mismatch.rs +++ b/src/test/compile-fail/crate-name-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/crateresolve1.rs b/src/test/compile-fail/crateresolve1.rs index 8c3dbda680201..274d69252664e 100644 --- a/src/test/compile-fail/crateresolve1.rs +++ b/src/test/compile-fail/crateresolve1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/cross-borrow-trait.rs b/src/test/compile-fail/cross-borrow-trait.rs index 86b7a8c89184a..a07cbb6123571 100644 --- a/src/test/compile-fail/cross-borrow-trait.rs +++ b/src/test/compile-fail/cross-borrow-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dead-code-closure-bang.rs b/src/test/compile-fail/dead-code-closure-bang.rs index 46f5f41d7282f..c9e80a889a1e5 100644 --- a/src/test/compile-fail/dead-code-closure-bang.rs +++ b/src/test/compile-fail/dead-code-closure-bang.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dead-code-ret.rs b/src/test/compile-fail/dead-code-ret.rs index 250d22db374a6..bce50057188eb 100644 --- a/src/test/compile-fail/dead-code-ret.rs +++ b/src/test/compile-fail/dead-code-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deprecated-phase.rs b/src/test/compile-fail/deprecated-phase.rs index 1401494d987a2..c2280c48198f7 100644 --- a/src/test/compile-fail/deprecated-phase.rs +++ b/src/test/compile-fail/deprecated-phase.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deref-non-pointer.rs b/src/test/compile-fail/deref-non-pointer.rs index 1c711c0145d90..1c31a6facb7e7 100644 --- a/src/test/compile-fail/deref-non-pointer.rs +++ b/src/test/compile-fail/deref-non-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-bounds.rs b/src/test/compile-fail/deriving-bounds.rs index c0bcbb284a15e..ed64e49afecfa 100644 --- a/src/test/compile-fail/deriving-bounds.rs +++ b/src/test/compile-fail/deriving-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-meta-unknown-trait.rs b/src/test/compile-fail/deriving-meta-unknown-trait.rs index 6b85656bdd9e6..583a5fb2f737f 100644 --- a/src/test/compile-fail/deriving-meta-unknown-trait.rs +++ b/src/test/compile-fail/deriving-meta-unknown-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-no-inner-impl-error-message.rs b/src/test/compile-fail/deriving-no-inner-impl-error-message.rs index ac63cc27da1ee..ba9828bba6c52 100644 --- a/src/test/compile-fail/deriving-no-inner-impl-error-message.rs +++ b/src/test/compile-fail/deriving-no-inner-impl-error-message.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-non-type.rs b/src/test/compile-fail/deriving-non-type.rs index 6015652668e35..dc57c3f3393da 100644 --- a/src/test/compile-fail/deriving-non-type.rs +++ b/src/test/compile-fail/deriving-non-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-primitive.rs b/src/test/compile-fail/deriving-primitive.rs index 6e9b120aa69b5..bbd9da890e0bd 100644 --- a/src/test/compile-fail/deriving-primitive.rs +++ b/src/test/compile-fail/deriving-primitive.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Clone-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-Clone-enum-struct-variant.rs index 9badb5b262dfe..a6aa6f6ca6800 100644 --- a/src/test/compile-fail/deriving-span-Clone-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-Clone-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Clone-enum.rs b/src/test/compile-fail/deriving-span-Clone-enum.rs index 6b71610778c19..7ec43b0265b56 100644 --- a/src/test/compile-fail/deriving-span-Clone-enum.rs +++ b/src/test/compile-fail/deriving-span-Clone-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Clone-struct.rs b/src/test/compile-fail/deriving-span-Clone-struct.rs index 845da771de826..f91f151a9b63c 100644 --- a/src/test/compile-fail/deriving-span-Clone-struct.rs +++ b/src/test/compile-fail/deriving-span-Clone-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Clone-tuple-struct.rs b/src/test/compile-fail/deriving-span-Clone-tuple-struct.rs index 698e5a79bef29..32f903865b0e7 100644 --- a/src/test/compile-fail/deriving-span-Clone-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-Clone-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Default-struct.rs b/src/test/compile-fail/deriving-span-Default-struct.rs index ac718519fe672..9289d4f5dfe59 100644 --- a/src/test/compile-fail/deriving-span-Default-struct.rs +++ b/src/test/compile-fail/deriving-span-Default-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Default-tuple-struct.rs b/src/test/compile-fail/deriving-span-Default-tuple-struct.rs index d0b9a7a3db9d3..540e07d52c9b5 100644 --- a/src/test/compile-fail/deriving-span-Default-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-Default-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Hash-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-Hash-enum-struct-variant.rs index d9f4bfe10280b..4bc9b074f939f 100644 --- a/src/test/compile-fail/deriving-span-Hash-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-Hash-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Hash-enum.rs b/src/test/compile-fail/deriving-span-Hash-enum.rs index 1f5a5d5201fb7..e0a35c3921564 100644 --- a/src/test/compile-fail/deriving-span-Hash-enum.rs +++ b/src/test/compile-fail/deriving-span-Hash-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Hash-struct.rs b/src/test/compile-fail/deriving-span-Hash-struct.rs index 55a5e9ee6b385..17d2835fe973a 100644 --- a/src/test/compile-fail/deriving-span-Hash-struct.rs +++ b/src/test/compile-fail/deriving-span-Hash-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Hash-tuple-struct.rs b/src/test/compile-fail/deriving-span-Hash-tuple-struct.rs index 5c81c57dbcc4e..047e1ace2a793 100644 --- a/src/test/compile-fail/deriving-span-Hash-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-Hash-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialEq-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-PartialEq-enum-struct-variant.rs index c340ad8a46a04..0bf6477190d3a 100644 --- a/src/test/compile-fail/deriving-span-PartialEq-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-PartialEq-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialEq-enum.rs b/src/test/compile-fail/deriving-span-PartialEq-enum.rs index 9051a6371fc8d..09699f305c2fb 100644 --- a/src/test/compile-fail/deriving-span-PartialEq-enum.rs +++ b/src/test/compile-fail/deriving-span-PartialEq-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialEq-struct.rs b/src/test/compile-fail/deriving-span-PartialEq-struct.rs index 310d4ecd03f3a..2c2aa466cb9d8 100644 --- a/src/test/compile-fail/deriving-span-PartialEq-struct.rs +++ b/src/test/compile-fail/deriving-span-PartialEq-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialEq-tuple-struct.rs b/src/test/compile-fail/deriving-span-PartialEq-tuple-struct.rs index 9b6df0e77e1e0..a1fdc5f7f4d20 100644 --- a/src/test/compile-fail/deriving-span-PartialEq-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-PartialEq-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialOrd-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-PartialOrd-enum-struct-variant.rs index 5a2d2063d1412..3de4c7b5e7ca6 100644 --- a/src/test/compile-fail/deriving-span-PartialOrd-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-PartialOrd-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialOrd-enum.rs b/src/test/compile-fail/deriving-span-PartialOrd-enum.rs index 9341b6c3e8b84..d70985b0b4247 100644 --- a/src/test/compile-fail/deriving-span-PartialOrd-enum.rs +++ b/src/test/compile-fail/deriving-span-PartialOrd-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialOrd-struct.rs b/src/test/compile-fail/deriving-span-PartialOrd-struct.rs index 8a707566efa19..531d038f9e8bb 100644 --- a/src/test/compile-fail/deriving-span-PartialOrd-struct.rs +++ b/src/test/compile-fail/deriving-span-PartialOrd-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-PartialOrd-tuple-struct.rs b/src/test/compile-fail/deriving-span-PartialOrd-tuple-struct.rs index ae1b8b44379a7..f27074eb1e5ec 100644 --- a/src/test/compile-fail/deriving-span-PartialOrd-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-PartialOrd-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Rand-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-Rand-enum-struct-variant.rs index 4d3542c586b0a..dfac1f7f4f449 100644 --- a/src/test/compile-fail/deriving-span-Rand-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-Rand-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Rand-enum.rs b/src/test/compile-fail/deriving-span-Rand-enum.rs index dcfdbdc8062ce..1d6f49484d954 100644 --- a/src/test/compile-fail/deriving-span-Rand-enum.rs +++ b/src/test/compile-fail/deriving-span-Rand-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Rand-struct.rs b/src/test/compile-fail/deriving-span-Rand-struct.rs index 73d89693b2bc4..65bbd153c1202 100644 --- a/src/test/compile-fail/deriving-span-Rand-struct.rs +++ b/src/test/compile-fail/deriving-span-Rand-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Rand-tuple-struct.rs b/src/test/compile-fail/deriving-span-Rand-tuple-struct.rs index 8038bf3ff0925..7636582486bad 100644 --- a/src/test/compile-fail/deriving-span-Rand-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-Rand-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Show-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-Show-enum-struct-variant.rs index aefc990c187c1..d409a62020273 100644 --- a/src/test/compile-fail/deriving-span-Show-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-Show-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Show-enum.rs b/src/test/compile-fail/deriving-span-Show-enum.rs index bdd2c21a1b6a9..0bb5e001891ee 100644 --- a/src/test/compile-fail/deriving-span-Show-enum.rs +++ b/src/test/compile-fail/deriving-span-Show-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Show-struct.rs b/src/test/compile-fail/deriving-span-Show-struct.rs index f76317e62b42b..7c590dc0c35c2 100644 --- a/src/test/compile-fail/deriving-span-Show-struct.rs +++ b/src/test/compile-fail/deriving-span-Show-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-Show-tuple-struct.rs b/src/test/compile-fail/deriving-span-Show-tuple-struct.rs index cb64a438e0bb7..45e96fc1f2d28 100644 --- a/src/test/compile-fail/deriving-span-Show-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-Show-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalEq-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-TotalEq-enum-struct-variant.rs index 6994aa76fff02..31b21e56ce405 100644 --- a/src/test/compile-fail/deriving-span-TotalEq-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-TotalEq-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalEq-enum.rs b/src/test/compile-fail/deriving-span-TotalEq-enum.rs index 279368d64ab95..56cf4532dc578 100644 --- a/src/test/compile-fail/deriving-span-TotalEq-enum.rs +++ b/src/test/compile-fail/deriving-span-TotalEq-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalEq-struct.rs b/src/test/compile-fail/deriving-span-TotalEq-struct.rs index 8672e8e050ea6..4aea63e4abd5c 100644 --- a/src/test/compile-fail/deriving-span-TotalEq-struct.rs +++ b/src/test/compile-fail/deriving-span-TotalEq-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalEq-tuple-struct.rs b/src/test/compile-fail/deriving-span-TotalEq-tuple-struct.rs index e79b3b97410fe..4a3f02ac0f224 100644 --- a/src/test/compile-fail/deriving-span-TotalEq-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-TotalEq-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalOrd-enum-struct-variant.rs b/src/test/compile-fail/deriving-span-TotalOrd-enum-struct-variant.rs index 6d5e1fb75d48e..46334a09e8ebb 100644 --- a/src/test/compile-fail/deriving-span-TotalOrd-enum-struct-variant.rs +++ b/src/test/compile-fail/deriving-span-TotalOrd-enum-struct-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalOrd-enum.rs b/src/test/compile-fail/deriving-span-TotalOrd-enum.rs index 5b34290133488..7f1edc785cf94 100644 --- a/src/test/compile-fail/deriving-span-TotalOrd-enum.rs +++ b/src/test/compile-fail/deriving-span-TotalOrd-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalOrd-struct.rs b/src/test/compile-fail/deriving-span-TotalOrd-struct.rs index 61d9d8a76a985..7535801bc370a 100644 --- a/src/test/compile-fail/deriving-span-TotalOrd-struct.rs +++ b/src/test/compile-fail/deriving-span-TotalOrd-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/deriving-span-TotalOrd-tuple-struct.rs b/src/test/compile-fail/deriving-span-TotalOrd-tuple-struct.rs index caef79687562a..61e8c7cecde84 100644 --- a/src/test/compile-fail/deriving-span-TotalOrd-tuple-struct.rs +++ b/src/test/compile-fail/deriving-span-TotalOrd-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/destructure-trait-ref.rs b/src/test/compile-fail/destructure-trait-ref.rs index 5cc0d6a143ae2..98e2dd0a3adfc 100644 --- a/src/test/compile-fail/destructure-trait-ref.rs +++ b/src/test/compile-fail/destructure-trait-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs b/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs index 2621820c2229f..b2b17c3c797f5 100644 --- a/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs +++ b/src/test/compile-fail/disallowed-deconstructing-destructing-struct-let.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/disallowed-deconstructing-destructing-struct-match.rs b/src/test/compile-fail/disallowed-deconstructing-destructing-struct-match.rs index 5078009d4b222..493b673e518cd 100644 --- a/src/test/compile-fail/disallowed-deconstructing-destructing-struct-match.rs +++ b/src/test/compile-fail/disallowed-deconstructing-destructing-struct-match.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/doc-before-attr.rs b/src/test/compile-fail/doc-before-attr.rs index 7ee7e196b6b07..b3870e9ddd867 100644 --- a/src/test/compile-fail/doc-before-attr.rs +++ b/src/test/compile-fail/doc-before-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/doc-before-eof.rs b/src/test/compile-fail/doc-before-eof.rs index e6dd4102462d5..85b9abfc86fcb 100644 --- a/src/test/compile-fail/doc-before-eof.rs +++ b/src/test/compile-fail/doc-before-eof.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/doc-before-extern-rbrace.rs b/src/test/compile-fail/doc-before-extern-rbrace.rs index 5afd1b2c6b8b9..2c5afd2d89a6b 100644 --- a/src/test/compile-fail/doc-before-extern-rbrace.rs +++ b/src/test/compile-fail/doc-before-extern-rbrace.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/doc-before-macro.rs b/src/test/compile-fail/doc-before-macro.rs index 8dc6c54650067..1ceb6848c90a6 100644 --- a/src/test/compile-fail/doc-before-macro.rs +++ b/src/test/compile-fail/doc-before-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/doc-before-rbrace.rs b/src/test/compile-fail/doc-before-rbrace.rs index 6d05064277d44..af6028a3a13da 100644 --- a/src/test/compile-fail/doc-before-rbrace.rs +++ b/src/test/compile-fail/doc-before-rbrace.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/doc-before-semi.rs b/src/test/compile-fail/doc-before-semi.rs index 8b0300edce0e8..522d8acab9ffe 100644 --- a/src/test/compile-fail/doc-before-semi.rs +++ b/src/test/compile-fail/doc-before-semi.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/does-nothing.rs b/src/test/compile-fail/does-nothing.rs index c0cd406f062b3..9c096ba806160 100644 --- a/src/test/compile-fail/does-nothing.rs +++ b/src/test/compile-fail/does-nothing.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/double-type-import.rs b/src/test/compile-fail/double-type-import.rs index 923f95e69d122..d5e203cf55d5c 100644 --- a/src/test/compile-fail/double-type-import.rs +++ b/src/test/compile-fail/double-type-import.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/drop-on-non-struct.rs b/src/test/compile-fail/drop-on-non-struct.rs index 26b247d0d0f2e..333f5e8781f90 100644 --- a/src/test/compile-fail/drop-on-non-struct.rs +++ b/src/test/compile-fail/drop-on-non-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/drop-with-active-borrows-1.rs b/src/test/compile-fail/drop-with-active-borrows-1.rs index 9d5020eaee84f..09c94368b5230 100644 --- a/src/test/compile-fail/drop-with-active-borrows-1.rs +++ b/src/test/compile-fail/drop-with-active-borrows-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/drop-with-active-borrows-2.rs b/src/test/compile-fail/drop-with-active-borrows-2.rs index d9d3d79b5af16..e15d6012916d2 100644 --- a/src/test/compile-fail/drop-with-active-borrows-2.rs +++ b/src/test/compile-fail/drop-with-active-borrows-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-assign-2.rs b/src/test/compile-fail/dst-bad-assign-2.rs index 7dbb8fc92e345..23ab8046efc0b 100644 --- a/src/test/compile-fail/dst-bad-assign-2.rs +++ b/src/test/compile-fail/dst-bad-assign-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-assign.rs b/src/test/compile-fail/dst-bad-assign.rs index 152864b601c20..5b84661743659 100644 --- a/src/test/compile-fail/dst-bad-assign.rs +++ b/src/test/compile-fail/dst-bad-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-coerce1.rs b/src/test/compile-fail/dst-bad-coerce1.rs index 2b96c5ebe1284..39739daf49de2 100644 --- a/src/test/compile-fail/dst-bad-coerce1.rs +++ b/src/test/compile-fail/dst-bad-coerce1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-coerce2.rs b/src/test/compile-fail/dst-bad-coerce2.rs index 160197368d6d9..5ef99e5ee4a24 100644 --- a/src/test/compile-fail/dst-bad-coerce2.rs +++ b/src/test/compile-fail/dst-bad-coerce2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-coerce3.rs b/src/test/compile-fail/dst-bad-coerce3.rs index 347a2d2ecbe68..25bb063974d2e 100644 --- a/src/test/compile-fail/dst-bad-coerce3.rs +++ b/src/test/compile-fail/dst-bad-coerce3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-coerce4.rs b/src/test/compile-fail/dst-bad-coerce4.rs index c1443bdbb309d..b5b49a0a91506 100644 --- a/src/test/compile-fail/dst-bad-coerce4.rs +++ b/src/test/compile-fail/dst-bad-coerce4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-coercions.rs b/src/test/compile-fail/dst-bad-coercions.rs index b30eada162b84..d05892bfe50e1 100644 --- a/src/test/compile-fail/dst-bad-coercions.rs +++ b/src/test/compile-fail/dst-bad-coercions.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-bad-deep.rs b/src/test/compile-fail/dst-bad-deep.rs index 032835d9460cb..881c447132512 100644 --- a/src/test/compile-fail/dst-bad-deep.rs +++ b/src/test/compile-fail/dst-bad-deep.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-index.rs b/src/test/compile-fail/dst-index.rs index 2a66b87fece3f..d74b44dfb9fa4 100644 --- a/src/test/compile-fail/dst-index.rs +++ b/src/test/compile-fail/dst-index.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-object-from-unsized-type.rs b/src/test/compile-fail/dst-object-from-unsized-type.rs index 87ff4291f50e2..eae71de89a6f1 100644 --- a/src/test/compile-fail/dst-object-from-unsized-type.rs +++ b/src/test/compile-fail/dst-object-from-unsized-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-rvalue.rs b/src/test/compile-fail/dst-rvalue.rs index 69bda8c1671e7..0c1edee8b65b3 100644 --- a/src/test/compile-fail/dst-rvalue.rs +++ b/src/test/compile-fail/dst-rvalue.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/dst-sized-trait-param.rs b/src/test/compile-fail/dst-sized-trait-param.rs index 3436c8d488c70..41cc08f9edaee 100644 --- a/src/test/compile-fail/dst-sized-trait-param.rs +++ b/src/test/compile-fail/dst-sized-trait-param.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/duplicate-parameter.rs b/src/test/compile-fail/duplicate-parameter.rs index 18ec55e10bb9a..b7b235ab9aecd 100644 --- a/src/test/compile-fail/duplicate-parameter.rs +++ b/src/test/compile-fail/duplicate-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/duplicate-trait-bounds.rs b/src/test/compile-fail/duplicate-trait-bounds.rs index d9aa9d9dfccc7..4dda33d1b00e0 100644 --- a/src/test/compile-fail/duplicate-trait-bounds.rs +++ b/src/test/compile-fail/duplicate-trait-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/duplicate-type-parameter.rs b/src/test/compile-fail/duplicate-type-parameter.rs index d535ce4a69a2d..c82c87b5d77c2 100644 --- a/src/test/compile-fail/duplicate-type-parameter.rs +++ b/src/test/compile-fail/duplicate-type-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/duplicate-visibility.rs b/src/test/compile-fail/duplicate-visibility.rs index b213730ef754f..3db1e57d01f65 100644 --- a/src/test/compile-fail/duplicate-visibility.rs +++ b/src/test/compile-fail/duplicate-visibility.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/elided-test.rs b/src/test/compile-fail/elided-test.rs index b62214b12f9a0..7451dcc2c2df7 100644 --- a/src/test/compile-fail/elided-test.rs +++ b/src/test/compile-fail/elided-test.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/empty-extern-arg.rs b/src/test/compile-fail/empty-extern-arg.rs index 9b7df81a5dcbd..302af5490dcda 100644 --- a/src/test/compile-fail/empty-extern-arg.rs +++ b/src/test/compile-fail/empty-extern-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/empty-impl-semicolon.rs b/src/test/compile-fail/empty-impl-semicolon.rs index a598252f1b65e..8ca0447513edf 100644 --- a/src/test/compile-fail/empty-impl-semicolon.rs +++ b/src/test/compile-fail/empty-impl-semicolon.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/empty-linkname.rs b/src/test/compile-fail/empty-linkname.rs index cd5ee1cafecfb..37cf060f64b81 100644 --- a/src/test/compile-fail/empty-linkname.rs +++ b/src/test/compile-fail/empty-linkname.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/empty-macro-use.rs b/src/test/compile-fail/empty-macro-use.rs index fbf6287db9444..42c18cdd726f2 100644 --- a/src/test/compile-fail/empty-macro-use.rs +++ b/src/test/compile-fail/empty-macro-use.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enum-and-module-in-same-scope.rs b/src/test/compile-fail/enum-and-module-in-same-scope.rs index f3d8fcf31d76c..d466365330fc9 100644 --- a/src/test/compile-fail/enum-and-module-in-same-scope.rs +++ b/src/test/compile-fail/enum-and-module-in-same-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enum-discrim-too-small.rs b/src/test/compile-fail/enum-discrim-too-small.rs index 1d7794336a096..1d2ebcff7d7e4 100644 --- a/src/test/compile-fail/enum-discrim-too-small.rs +++ b/src/test/compile-fail/enum-discrim-too-small.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enum-in-scope.rs b/src/test/compile-fail/enum-in-scope.rs index 7be06ec7de812..def5bb917c23c 100644 --- a/src/test/compile-fail/enum-in-scope.rs +++ b/src/test/compile-fail/enum-in-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enum-to-float-cast.rs b/src/test/compile-fail/enum-to-float-cast.rs index 3ad27906552d7..6642b554608ff 100644 --- a/src/test/compile-fail/enum-to-float-cast.rs +++ b/src/test/compile-fail/enum-to-float-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enum-variant-type-2.rs b/src/test/compile-fail/enum-variant-type-2.rs index 6c52d41b99553..bd00023e255c1 100644 --- a/src/test/compile-fail/enum-variant-type-2.rs +++ b/src/test/compile-fail/enum-variant-type-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enums-are-namespaced-xc.rs b/src/test/compile-fail/enums-are-namespaced-xc.rs index 5315e6c834ab3..f6696f04568bf 100644 --- a/src/test/compile-fail/enums-are-namespaced-xc.rs +++ b/src/test/compile-fail/enums-are-namespaced-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/enums-pats-not-idents.rs b/src/test/compile-fail/enums-pats-not-idents.rs index faf672415bdfa..f95a551d2b5ba 100644 --- a/src/test/compile-fail/enums-pats-not-idents.rs +++ b/src/test/compile-fail/enums-pats-not-idents.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/error-should-say-copy-not-pod.rs b/src/test/compile-fail/error-should-say-copy-not-pod.rs index d79b3f472d06b..76e84e6e75e5d 100644 --- a/src/test/compile-fail/error-should-say-copy-not-pod.rs +++ b/src/test/compile-fail/error-should-say-copy-not-pod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/estr-subtyping.rs b/src/test/compile-fail/estr-subtyping.rs index 5335fa1206dbb..e09413d4a5e5e 100644 --- a/src/test/compile-fail/estr-subtyping.rs +++ b/src/test/compile-fail/estr-subtyping.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/eval-enum.rs b/src/test/compile-fail/eval-enum.rs index 92b7b601e4dc3..16563ce2838fc 100644 --- a/src/test/compile-fail/eval-enum.rs +++ b/src/test/compile-fail/eval-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/exclusive-drop-and-copy.rs b/src/test/compile-fail/exclusive-drop-and-copy.rs index 17453bc677f2b..ae8a4e45eeefd 100644 --- a/src/test/compile-fail/exclusive-drop-and-copy.rs +++ b/src/test/compile-fail/exclusive-drop-and-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/explicit-call-to-dtor.rs b/src/test/compile-fail/explicit-call-to-dtor.rs index 90030488dd60b..a99c726eaa2ce 100644 --- a/src/test/compile-fail/explicit-call-to-dtor.rs +++ b/src/test/compile-fail/explicit-call-to-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/explicit-call-to-supertrait-dtor.rs b/src/test/compile-fail/explicit-call-to-supertrait-dtor.rs index 63ed74dfa490e..e15243a83cb99 100644 --- a/src/test/compile-fail/explicit-call-to-supertrait-dtor.rs +++ b/src/test/compile-fail/explicit-call-to-supertrait-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/explicit-self-lifetime-mismatch.rs b/src/test/compile-fail/explicit-self-lifetime-mismatch.rs index 92542ab3bcb81..4427cb90fc811 100644 --- a/src/test/compile-fail/explicit-self-lifetime-mismatch.rs +++ b/src/test/compile-fail/explicit-self-lifetime-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/export-fully-qualified.rs b/src/test/compile-fail/export-fully-qualified.rs index 2ba2ef1c05a04..2a29e44695226 100644 --- a/src/test/compile-fail/export-fully-qualified.rs +++ b/src/test/compile-fail/export-fully-qualified.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/export-import.rs b/src/test/compile-fail/export-import.rs index 3877250126d34..04aa71ac9353f 100644 --- a/src/test/compile-fail/export-import.rs +++ b/src/test/compile-fail/export-import.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/export-tag-variant.rs b/src/test/compile-fail/export-tag-variant.rs index 46d872495a6d6..23c4fdea24276 100644 --- a/src/test/compile-fail/export-tag-variant.rs +++ b/src/test/compile-fail/export-tag-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/export.rs b/src/test/compile-fail/export.rs index 3a391e7c609ff..3e351b6c41b78 100644 --- a/src/test/compile-fail/export.rs +++ b/src/test/compile-fail/export.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/export2.rs b/src/test/compile-fail/export2.rs index 6104c02c90a03..9a2a223fcd432 100644 --- a/src/test/compile-fail/export2.rs +++ b/src/test/compile-fail/export2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ext-nonexistent.rs b/src/test/compile-fail/ext-nonexistent.rs index 3727d91d5ead4..89d34cb86902d 100644 --- a/src/test/compile-fail/ext-nonexistent.rs +++ b/src/test/compile-fail/ext-nonexistent.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extenv-arg-2-not-string-literal.rs b/src/test/compile-fail/extenv-arg-2-not-string-literal.rs index c2362689721ac..ee898d1f73e72 100644 --- a/src/test/compile-fail/extenv-arg-2-not-string-literal.rs +++ b/src/test/compile-fail/extenv-arg-2-not-string-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extenv-no-args.rs b/src/test/compile-fail/extenv-no-args.rs index afa47dbe74466..70436d482f98e 100644 --- a/src/test/compile-fail/extenv-no-args.rs +++ b/src/test/compile-fail/extenv-no-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extenv-not-defined-custom.rs b/src/test/compile-fail/extenv-not-defined-custom.rs index 485b6c09f0a49..5318adf1c33fd 100644 --- a/src/test/compile-fail/extenv-not-defined-custom.rs +++ b/src/test/compile-fail/extenv-not-defined-custom.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extenv-not-defined-default.rs b/src/test/compile-fail/extenv-not-defined-default.rs index d99d4dc33a27a..200b7940a9abd 100644 --- a/src/test/compile-fail/extenv-not-defined-default.rs +++ b/src/test/compile-fail/extenv-not-defined-default.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extenv-not-string-literal.rs b/src/test/compile-fail/extenv-not-string-literal.rs index 07ce47a14d83d..939dbc6f2cd14 100644 --- a/src/test/compile-fail/extenv-not-string-literal.rs +++ b/src/test/compile-fail/extenv-not-string-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extenv-too-many-args.rs b/src/test/compile-fail/extenv-too-many-args.rs index c6c4f0ec6b807..8a80e84bd57a2 100644 --- a/src/test/compile-fail/extenv-too-many-args.rs +++ b/src/test/compile-fail/extenv-too-many-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-crate-as-no-string-help.rs b/src/test/compile-fail/extern-crate-as-no-string-help.rs index 5cc52f6f6dbff..3f18f4f929d28 100644 --- a/src/test/compile-fail/extern-crate-as-no-string-help.rs +++ b/src/test/compile-fail/extern-crate-as-no-string-help.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-expected-fn-or-brace.rs b/src/test/compile-fail/extern-expected-fn-or-brace.rs index 7d1110cf6df83..751754ea9188e 100644 --- a/src/test/compile-fail/extern-expected-fn-or-brace.rs +++ b/src/test/compile-fail/extern-expected-fn-or-brace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-foreign-crate.rs b/src/test/compile-fail/extern-foreign-crate.rs index 24b978b0a21ff..923bc1d4a9e40 100644 --- a/src/test/compile-fail/extern-foreign-crate.rs +++ b/src/test/compile-fail/extern-foreign-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-main-fn.rs b/src/test/compile-fail/extern-main-fn.rs index 05ce3eefda86c..9b70c22f7c6d9 100644 --- a/src/test/compile-fail/extern-main-fn.rs +++ b/src/test/compile-fail/extern-main-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-no-fn.rs b/src/test/compile-fail/extern-no-fn.rs index 164cbe5417402..59612d07ee44b 100644 --- a/src/test/compile-fail/extern-no-fn.rs +++ b/src/test/compile-fail/extern-no-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-with-type-bounds.rs b/src/test/compile-fail/extern-with-type-bounds.rs index ade8b397e0003..86e8563ac3c8d 100644 --- a/src/test/compile-fail/extern-with-type-bounds.rs +++ b/src/test/compile-fail/extern-with-type-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extern-wrong-value-type.rs b/src/test/compile-fail/extern-wrong-value-type.rs index d7586af291e86..cfd333490b8e5 100644 --- a/src/test/compile-fail/extern-wrong-value-type.rs +++ b/src/test/compile-fail/extern-wrong-value-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extoption_env-no-args.rs b/src/test/compile-fail/extoption_env-no-args.rs index fd56756584ae3..9502d0032b41d 100644 --- a/src/test/compile-fail/extoption_env-no-args.rs +++ b/src/test/compile-fail/extoption_env-no-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extoption_env-not-string-literal.rs b/src/test/compile-fail/extoption_env-not-string-literal.rs index 6371a5c711d6b..8585aa8ab3a1a 100644 --- a/src/test/compile-fail/extoption_env-not-string-literal.rs +++ b/src/test/compile-fail/extoption_env-not-string-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/extoption_env-too-many-args.rs b/src/test/compile-fail/extoption_env-too-many-args.rs index b31e857c14e13..b3f1938891bd1 100644 --- a/src/test/compile-fail/extoption_env-too-many-args.rs +++ b/src/test/compile-fail/extoption_env-too-many-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fail-no-dead-code-core.rs b/src/test/compile-fail/fail-no-dead-code-core.rs index ee86c6ca1f06f..4fc31bee741d9 100644 --- a/src/test/compile-fail/fail-no-dead-code-core.rs +++ b/src/test/compile-fail/fail-no-dead-code-core.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fail-no-dead-code.rs b/src/test/compile-fail/fail-no-dead-code.rs index 6e5d3a313556e..7040dbf86ae62 100644 --- a/src/test/compile-fail/fail-no-dead-code.rs +++ b/src/test/compile-fail/fail-no-dead-code.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fail-simple.rs b/src/test/compile-fail/fail-simple.rs index 97b709592a9c9..fd2b57a95ed18 100644 --- a/src/test/compile-fail/fail-simple.rs +++ b/src/test/compile-fail/fail-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-advanced-slice-features.rs b/src/test/compile-fail/feature-gate-advanced-slice-features.rs index a37a8a326a66c..caf240e83cca1 100644 --- a/src/test/compile-fail/feature-gate-advanced-slice-features.rs +++ b/src/test/compile-fail/feature-gate-advanced-slice-features.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-box-expr.rs b/src/test/compile-fail/feature-gate-box-expr.rs index bc7a70471cd8a..37fc3624082df 100644 --- a/src/test/compile-fail/feature-gate-box-expr.rs +++ b/src/test/compile-fail/feature-gate-box-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-box-pat.rs b/src/test/compile-fail/feature-gate-box-pat.rs index b36bc22b9dcce..ee3d619665244 100644 --- a/src/test/compile-fail/feature-gate-box-pat.rs +++ b/src/test/compile-fail/feature-gate-box-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-feature-gate.rs b/src/test/compile-fail/feature-gate-feature-gate.rs index b903b29658bbb..7b5ba234bfe5e 100644 --- a/src/test/compile-fail/feature-gate-feature-gate.rs +++ b/src/test/compile-fail/feature-gate-feature-gate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-int-uint.rs b/src/test/compile-fail/feature-gate-int-uint.rs index 016a03942891f..ff0fe03b78607 100644 --- a/src/test/compile-fail/feature-gate-int-uint.rs +++ b/src/test/compile-fail/feature-gate-int-uint.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-intrinsics-and-lang-items.rs b/src/test/compile-fail/feature-gate-intrinsics-and-lang-items.rs index 986d52b1787ec..290fde6b2b087 100644 --- a/src/test/compile-fail/feature-gate-intrinsics-and-lang-items.rs +++ b/src/test/compile-fail/feature-gate-intrinsics-and-lang-items.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-main.rs b/src/test/compile-fail/feature-gate-main.rs index db1c1a944172d..d474bad21031d 100644 --- a/src/test/compile-fail/feature-gate-main.rs +++ b/src/test/compile-fail/feature-gate-main.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-simd-ffi.rs b/src/test/compile-fail/feature-gate-simd-ffi.rs index 409c85b719804..f556dfe52f753 100644 --- a/src/test/compile-fail/feature-gate-simd-ffi.rs +++ b/src/test/compile-fail/feature-gate-simd-ffi.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-start.rs b/src/test/compile-fail/feature-gate-start.rs index 6a9acf04290e4..a69da3d1e3bb0 100644 --- a/src/test/compile-fail/feature-gate-start.rs +++ b/src/test/compile-fail/feature-gate-start.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-unboxed-closures-manual-impls.rs b/src/test/compile-fail/feature-gate-unboxed-closures-manual-impls.rs index cdb207f705f5f..8792338db8108 100644 --- a/src/test/compile-fail/feature-gate-unboxed-closures-manual-impls.rs +++ b/src/test/compile-fail/feature-gate-unboxed-closures-manual-impls.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-unboxed-closures-method-calls.rs b/src/test/compile-fail/feature-gate-unboxed-closures-method-calls.rs index eea1f61d6397f..29d0d04946252 100644 --- a/src/test/compile-fail/feature-gate-unboxed-closures-method-calls.rs +++ b/src/test/compile-fail/feature-gate-unboxed-closures-method-calls.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gate-unboxed-closures-ufcs-calls.rs b/src/test/compile-fail/feature-gate-unboxed-closures-ufcs-calls.rs index f15c5c4da2c4c..7ec8fc8c61f77 100644 --- a/src/test/compile-fail/feature-gate-unboxed-closures-ufcs-calls.rs +++ b/src/test/compile-fail/feature-gate-unboxed-closures-ufcs-calls.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/feature-gated-feature-in-macro-arg.rs b/src/test/compile-fail/feature-gated-feature-in-macro-arg.rs index 1e15e67876ed4..8fb7e580ed7ff 100644 --- a/src/test/compile-fail/feature-gated-feature-in-macro-arg.rs +++ b/src/test/compile-fail/feature-gated-feature-in-macro-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/float-literal-inference-restrictions.rs b/src/test/compile-fail/float-literal-inference-restrictions.rs index 1e58df69f1664..26839e8258190 100644 --- a/src/test/compile-fail/float-literal-inference-restrictions.rs +++ b/src/test/compile-fail/float-literal-inference-restrictions.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fn-bad-block-type.rs b/src/test/compile-fail/fn-bad-block-type.rs index c5c355cfbce84..1fea10dbc22b8 100644 --- a/src/test/compile-fail/fn-bad-block-type.rs +++ b/src/test/compile-fail/fn-bad-block-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fn-compare-mismatch.rs b/src/test/compile-fail/fn-compare-mismatch.rs index 6178d37a5bd6c..8892e94e8c002 100644 --- a/src/test/compile-fail/fn-compare-mismatch.rs +++ b/src/test/compile-fail/fn-compare-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fn-item-type.rs b/src/test/compile-fail/fn-item-type.rs index 5015810ff4774..bffa3bed9eee1 100644 --- a/src/test/compile-fail/fn-item-type.rs +++ b/src/test/compile-fail/fn-item-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fn-trait-formatting.rs b/src/test/compile-fail/fn-trait-formatting.rs index f19e27640cbc7..a1a73b8e941a9 100644 --- a/src/test/compile-fail/fn-trait-formatting.rs +++ b/src/test/compile-fail/fn-trait-formatting.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fn-variance-1.rs b/src/test/compile-fail/fn-variance-1.rs index 838e65e1d0574..e74d22f9600d6 100644 --- a/src/test/compile-fail/fn-variance-1.rs +++ b/src/test/compile-fail/fn-variance-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/for-loop-bogosity.rs b/src/test/compile-fail/for-loop-bogosity.rs index fd920f923944d..bc2ddca9335d6 100644 --- a/src/test/compile-fail/for-loop-bogosity.rs +++ b/src/test/compile-fail/for-loop-bogosity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/for-loop-refutable-pattern-error-message.rs b/src/test/compile-fail/for-loop-refutable-pattern-error-message.rs index c381fcf3efb06..7163fcef35c4f 100644 --- a/src/test/compile-fail/for-loop-refutable-pattern-error-message.rs +++ b/src/test/compile-fail/for-loop-refutable-pattern-error-message.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/for-loop-type-error.rs b/src/test/compile-fail/for-loop-type-error.rs index 7f0e40128f5d6..a3afcd7611fae 100644 --- a/src/test/compile-fail/for-loop-type-error.rs +++ b/src/test/compile-fail/for-loop-type-error.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/foreign-unsafe-fn-called.rs b/src/test/compile-fail/foreign-unsafe-fn-called.rs index 88fe9cd44a39e..e3c78df8d5568 100644 --- a/src/test/compile-fail/foreign-unsafe-fn-called.rs +++ b/src/test/compile-fail/foreign-unsafe-fn-called.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/forget-init-unsafe.rs b/src/test/compile-fail/forget-init-unsafe.rs index 46a18c981835b..2455c0ca11afd 100644 --- a/src/test/compile-fail/forget-init-unsafe.rs +++ b/src/test/compile-fail/forget-init-unsafe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fully-qualified-type-name1.rs b/src/test/compile-fail/fully-qualified-type-name1.rs index 029acbff9c333..1832dcea5304a 100644 --- a/src/test/compile-fail/fully-qualified-type-name1.rs +++ b/src/test/compile-fail/fully-qualified-type-name1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fully-qualified-type-name2.rs b/src/test/compile-fail/fully-qualified-type-name2.rs index ab542d90800b2..b337c329edd2b 100644 --- a/src/test/compile-fail/fully-qualified-type-name2.rs +++ b/src/test/compile-fail/fully-qualified-type-name2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fully-qualified-type-name3.rs b/src/test/compile-fail/fully-qualified-type-name3.rs index dc0c9a093fff8..24ecb43458692 100644 --- a/src/test/compile-fail/fully-qualified-type-name3.rs +++ b/src/test/compile-fail/fully-qualified-type-name3.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/fully-qualified-type-name4.rs b/src/test/compile-fail/fully-qualified-type-name4.rs index d6d668b366aa3..3ea92f327260a 100644 --- a/src/test/compile-fail/fully-qualified-type-name4.rs +++ b/src/test/compile-fail/fully-qualified-type-name4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/functional-struct-update-noncopyable.rs b/src/test/compile-fail/functional-struct-update-noncopyable.rs index 7ce32bbc975c6..77304d61610df 100644 --- a/src/test/compile-fail/functional-struct-update-noncopyable.rs +++ b/src/test/compile-fail/functional-struct-update-noncopyable.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/future_not_copyable.rs b/src/test/compile-fail/future_not_copyable.rs index 6a5bde365b429..1325edb078cc4 100644 --- a/src/test/compile-fail/future_not_copyable.rs +++ b/src/test/compile-fail/future_not_copyable.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/gated-bad-feature.rs b/src/test/compile-fail/gated-bad-feature.rs index 39cd3e3b86afe..595de35b7b182 100644 --- a/src/test/compile-fail/gated-bad-feature.rs +++ b/src/test/compile-fail/gated-bad-feature.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/gated-concat_idents.rs b/src/test/compile-fail/gated-concat_idents.rs index 054e70f382268..f9b2bdd6f305f 100644 --- a/src/test/compile-fail/gated-concat_idents.rs +++ b/src/test/compile-fail/gated-concat_idents.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/gated-non-ascii-idents.rs b/src/test/compile-fail/gated-non-ascii-idents.rs index f4b9830d579a4..df17da127a542 100644 --- a/src/test/compile-fail/gated-non-ascii-idents.rs +++ b/src/test/compile-fail/gated-non-ascii-idents.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/gated-plugin_registrar.rs b/src/test/compile-fail/gated-plugin_registrar.rs index f6e11ffd9e523..b94efe11a1f7d 100644 --- a/src/test/compile-fail/gated-plugin_registrar.rs +++ b/src/test/compile-fail/gated-plugin_registrar.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/gated-simd.rs b/src/test/compile-fail/gated-simd.rs index 59c44bff3c79d..69f8e0802911f 100644 --- a/src/test/compile-fail/gated-simd.rs +++ b/src/test/compile-fail/gated-simd.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/gated-trace_macros.rs b/src/test/compile-fail/gated-trace_macros.rs index 19b08ce655c06..4faa66d069a75 100644 --- a/src/test/compile-fail/gated-trace_macros.rs +++ b/src/test/compile-fail/gated-trace_macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-extern.rs b/src/test/compile-fail/generic-extern.rs index a7140d1be87ad..7928db2af9c2f 100644 --- a/src/test/compile-fail/generic-extern.rs +++ b/src/test/compile-fail/generic-extern.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-impl-less-params-with-defaults.rs b/src/test/compile-fail/generic-impl-less-params-with-defaults.rs index 02f09749d614d..48776cff4949e 100644 --- a/src/test/compile-fail/generic-impl-less-params-with-defaults.rs +++ b/src/test/compile-fail/generic-impl-less-params-with-defaults.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-impl-more-params-with-defaults.rs b/src/test/compile-fail/generic-impl-more-params-with-defaults.rs index d88da2625c187..964a21fe363e7 100644 --- a/src/test/compile-fail/generic-impl-more-params-with-defaults.rs +++ b/src/test/compile-fail/generic-impl-more-params-with-defaults.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-lifetime-trait-impl.rs b/src/test/compile-fail/generic-lifetime-trait-impl.rs index fc54002820e01..aa0fd869f9e10 100644 --- a/src/test/compile-fail/generic-lifetime-trait-impl.rs +++ b/src/test/compile-fail/generic-lifetime-trait-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-no-mangle.rs b/src/test/compile-fail/generic-no-mangle.rs index f4ead18ee168d..bc9c27c81a033 100644 --- a/src/test/compile-fail/generic-no-mangle.rs +++ b/src/test/compile-fail/generic-no-mangle.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-non-trailing-defaults.rs b/src/test/compile-fail/generic-non-trailing-defaults.rs index 0cfb05b9332a4..79a72fcfd5c2d 100644 --- a/src/test/compile-fail/generic-non-trailing-defaults.rs +++ b/src/test/compile-fail/generic-non-trailing-defaults.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-type-less-params-with-defaults.rs b/src/test/compile-fail/generic-type-less-params-with-defaults.rs index f25d8f99b8d54..ea907c6a290f4 100644 --- a/src/test/compile-fail/generic-type-less-params-with-defaults.rs +++ b/src/test/compile-fail/generic-type-less-params-with-defaults.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-type-more-params-with-defaults.rs b/src/test/compile-fail/generic-type-more-params-with-defaults.rs index 19d303488acb0..c03b258af7e6e 100644 --- a/src/test/compile-fail/generic-type-more-params-with-defaults.rs +++ b/src/test/compile-fail/generic-type-more-params-with-defaults.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-type-params-forward-mention.rs b/src/test/compile-fail/generic-type-params-forward-mention.rs index eda1b014fa7a4..8645095f0d156 100644 --- a/src/test/compile-fail/generic-type-params-forward-mention.rs +++ b/src/test/compile-fail/generic-type-params-forward-mention.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/generic-type-params-name-repr.rs b/src/test/compile-fail/generic-type-params-name-repr.rs index 3e34344d78b9d..be1fcf7a58b43 100644 --- a/src/test/compile-fail/generic-type-params-name-repr.rs +++ b/src/test/compile-fail/generic-type-params-name-repr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/glob-resolve1.rs b/src/test/compile-fail/glob-resolve1.rs index fce8a07d7270d..647ec566c82df 100644 --- a/src/test/compile-fail/glob-resolve1.rs +++ b/src/test/compile-fail/glob-resolve1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hashmap-iter-value-lifetime.rs b/src/test/compile-fail/hashmap-iter-value-lifetime.rs index db1e1e8efe42f..1bb6b7126f46c 100644 --- a/src/test/compile-fail/hashmap-iter-value-lifetime.rs +++ b/src/test/compile-fail/hashmap-iter-value-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hashmap-lifetimes.rs b/src/test/compile-fail/hashmap-lifetimes.rs index 40673dd92b89d..05a9f2d244f49 100644 --- a/src/test/compile-fail/hashmap-lifetimes.rs +++ b/src/test/compile-fail/hashmap-lifetimes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hidden-rt-injection.rs b/src/test/compile-fail/hidden-rt-injection.rs index a27a84647072c..b55475f16364d 100644 --- a/src/test/compile-fail/hidden-rt-injection.rs +++ b/src/test/compile-fail/hidden-rt-injection.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hidden-rt-injection2.rs b/src/test/compile-fail/hidden-rt-injection2.rs index fa6584ddd98e8..b9e5d40ff75ff 100644 --- a/src/test/compile-fail/hidden-rt-injection2.rs +++ b/src/test/compile-fail/hidden-rt-injection2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-conflate-regions.rs b/src/test/compile-fail/hrtb-conflate-regions.rs index 3efe0501267e9..6a721130c99d4 100644 --- a/src/test/compile-fail/hrtb-conflate-regions.rs +++ b/src/test/compile-fail/hrtb-conflate-regions.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-debruijn-in-receiver.rs b/src/test/compile-fail/hrtb-debruijn-in-receiver.rs index 2365f494075d2..2d5e749e0546e 100644 --- a/src/test/compile-fail/hrtb-debruijn-in-receiver.rs +++ b/src/test/compile-fail/hrtb-debruijn-in-receiver.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-higher-ranker-supertraits-transitive.rs b/src/test/compile-fail/hrtb-higher-ranker-supertraits-transitive.rs index 249256f8e01a6..6d536c580a598 100644 --- a/src/test/compile-fail/hrtb-higher-ranker-supertraits-transitive.rs +++ b/src/test/compile-fail/hrtb-higher-ranker-supertraits-transitive.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-higher-ranker-supertraits.rs b/src/test/compile-fail/hrtb-higher-ranker-supertraits.rs index 441ad76b6023c..baa86b3cb74a6 100644 --- a/src/test/compile-fail/hrtb-higher-ranker-supertraits.rs +++ b/src/test/compile-fail/hrtb-higher-ranker-supertraits.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-identity-fn-borrows.rs b/src/test/compile-fail/hrtb-identity-fn-borrows.rs index 17939cf9fe026..f7c47c12b978c 100644 --- a/src/test/compile-fail/hrtb-identity-fn-borrows.rs +++ b/src/test/compile-fail/hrtb-identity-fn-borrows.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-just-for-static.rs b/src/test/compile-fail/hrtb-just-for-static.rs index a1ec4a739e8ce..4423ecbf177ee 100644 --- a/src/test/compile-fail/hrtb-just-for-static.rs +++ b/src/test/compile-fail/hrtb-just-for-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-perfect-forwarding.rs b/src/test/compile-fail/hrtb-perfect-forwarding.rs index e8ecc0608fc4a..817a4a0f02f45 100644 --- a/src/test/compile-fail/hrtb-perfect-forwarding.rs +++ b/src/test/compile-fail/hrtb-perfect-forwarding.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-precedence-of-plus-error-message.rs b/src/test/compile-fail/hrtb-precedence-of-plus-error-message.rs index 41a0be37add41..39ea9502397d8 100644 --- a/src/test/compile-fail/hrtb-precedence-of-plus-error-message.rs +++ b/src/test/compile-fail/hrtb-precedence-of-plus-error-message.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hrtb-type-outlives.rs b/src/test/compile-fail/hrtb-type-outlives.rs index 7bb74d6b03a33..d1dd562dce737 100644 --- a/src/test/compile-fail/hrtb-type-outlives.rs +++ b/src/test/compile-fail/hrtb-type-outlives.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/huge-array-simple.rs b/src/test/compile-fail/huge-array-simple.rs index 1e04e685e41b8..689463ecdd3f2 100644 --- a/src/test/compile-fail/huge-array-simple.rs +++ b/src/test/compile-fail/huge-array-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/huge-array.rs b/src/test/compile-fail/huge-array.rs index 029e9651cb3cd..cdd0f50b29cab 100644 --- a/src/test/compile-fail/huge-array.rs +++ b/src/test/compile-fail/huge-array.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/huge-enum.rs b/src/test/compile-fail/huge-enum.rs index 6e7c05370b99d..f252f5260076f 100644 --- a/src/test/compile-fail/huge-enum.rs +++ b/src/test/compile-fail/huge-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/huge-struct.rs b/src/test/compile-fail/huge-struct.rs index a10c61d6606d0..ca09ce419d4b7 100644 --- a/src/test/compile-fail/huge-struct.rs +++ b/src/test/compile-fail/huge-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hygienic-label-1.rs b/src/test/compile-fail/hygienic-label-1.rs index dd6682a6f4282..4b4352d405fb3 100644 --- a/src/test/compile-fail/hygienic-label-1.rs +++ b/src/test/compile-fail/hygienic-label-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hygienic-label-2.rs b/src/test/compile-fail/hygienic-label-2.rs index 24194d7bbe970..5b76b15bf6ef0 100644 --- a/src/test/compile-fail/hygienic-label-2.rs +++ b/src/test/compile-fail/hygienic-label-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hygienic-label-3.rs b/src/test/compile-fail/hygienic-label-3.rs index 4ff3bec3c6459..2c27228e9e3f2 100644 --- a/src/test/compile-fail/hygienic-label-3.rs +++ b/src/test/compile-fail/hygienic-label-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/hygienic-label-4.rs b/src/test/compile-fail/hygienic-label-4.rs index 174e8a2834f4b..52b97463c3cb3 100644 --- a/src/test/compile-fail/hygienic-label-4.rs +++ b/src/test/compile-fail/hygienic-label-4.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/if-branch-types.rs b/src/test/compile-fail/if-branch-types.rs index 2209a02c63918..d963da306fcdc 100644 --- a/src/test/compile-fail/if-branch-types.rs +++ b/src/test/compile-fail/if-branch-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/if-let.rs b/src/test/compile-fail/if-let.rs index d83779c4f0f0c..30e2897d3d4fb 100644 --- a/src/test/compile-fail/if-let.rs +++ b/src/test/compile-fail/if-let.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/if-typeck.rs b/src/test/compile-fail/if-typeck.rs index d5d7d2005be6c..95d7b11f525e5 100644 --- a/src/test/compile-fail/if-typeck.rs +++ b/src/test/compile-fail/if-typeck.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/if-without-else-result.rs b/src/test/compile-fail/if-without-else-result.rs index a9567f4272f50..ae03a2679b4a6 100644 --- a/src/test/compile-fail/if-without-else-result.rs +++ b/src/test/compile-fail/if-without-else-result.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ifmt-bad-arg.rs b/src/test/compile-fail/ifmt-bad-arg.rs index 7c929d2db16e7..deebabf667742 100644 --- a/src/test/compile-fail/ifmt-bad-arg.rs +++ b/src/test/compile-fail/ifmt-bad-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ifmt-bad-format-args.rs b/src/test/compile-fail/ifmt-bad-format-args.rs index 8bd3cb0f60b04..1d96b5ec093fc 100644 --- a/src/test/compile-fail/ifmt-bad-format-args.rs +++ b/src/test/compile-fail/ifmt-bad-format-args.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ifmt-unimpl.rs b/src/test/compile-fail/ifmt-unimpl.rs index 948040496bd39..ef647b4067d49 100644 --- a/src/test/compile-fail/ifmt-unimpl.rs +++ b/src/test/compile-fail/ifmt-unimpl.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ifmt-unknown-trait.rs b/src/test/compile-fail/ifmt-unknown-trait.rs index d90b3d3cf81df..3cf996a482427 100644 --- a/src/test/compile-fail/ifmt-unknown-trait.rs +++ b/src/test/compile-fail/ifmt-unknown-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/illegal-ufcs-drop.rs b/src/test/compile-fail/illegal-ufcs-drop.rs index f4c653bd57323..76327dd0f8124 100644 --- a/src/test/compile-fail/illegal-ufcs-drop.rs +++ b/src/test/compile-fail/illegal-ufcs-drop.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/immut-function-arguments.rs b/src/test/compile-fail/immut-function-arguments.rs index 99927d8b9bf55..a74e50a1de75f 100644 --- a/src/test/compile-fail/immut-function-arguments.rs +++ b/src/test/compile-fail/immut-function-arguments.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/impl-bounds-checking.rs b/src/test/compile-fail/impl-bounds-checking.rs index 8c8f67e40abef..9757c59651314 100644 --- a/src/test/compile-fail/impl-bounds-checking.rs +++ b/src/test/compile-fail/impl-bounds-checking.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/impl-duplicate-methods.rs b/src/test/compile-fail/impl-duplicate-methods.rs index c6ce4d04e1086..f7c760d732be4 100644 --- a/src/test/compile-fail/impl-duplicate-methods.rs +++ b/src/test/compile-fail/impl-duplicate-methods.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/impl-not-adjacent-to-type.rs b/src/test/compile-fail/impl-not-adjacent-to-type.rs index 7a7673d871d75..33053b4e33165 100644 --- a/src/test/compile-fail/impl-not-adjacent-to-type.rs +++ b/src/test/compile-fail/impl-not-adjacent-to-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/impl-unused-tps-inherent.rs b/src/test/compile-fail/impl-unused-tps-inherent.rs index 3803bb9b045ed..681458dc3c9f5 100644 --- a/src/test/compile-fail/impl-unused-tps-inherent.rs +++ b/src/test/compile-fail/impl-unused-tps-inherent.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/impl-unused-tps.rs b/src/test/compile-fail/impl-unused-tps.rs index c9399afbb93b2..5057275861216 100644 --- a/src/test/compile-fail/impl-unused-tps.rs +++ b/src/test/compile-fail/impl-unused-tps.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/implicit-method-bind.rs b/src/test/compile-fail/implicit-method-bind.rs index d329f72f788ae..6ce499b73ec0a 100644 --- a/src/test/compile-fail/implicit-method-bind.rs +++ b/src/test/compile-fail/implicit-method-bind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-from-missing.rs b/src/test/compile-fail/import-from-missing.rs index f393442de1011..9fb090c746c22 100644 --- a/src/test/compile-fail/import-from-missing.rs +++ b/src/test/compile-fail/import-from-missing.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-from-path.rs b/src/test/compile-fail/import-from-path.rs index ce91de7e9d97a..f3c6268fc1f03 100644 --- a/src/test/compile-fail/import-from-path.rs +++ b/src/test/compile-fail/import-from-path.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-from-rename.rs b/src/test/compile-fail/import-from-rename.rs index ebd897a061139..74c72ce235951 100644 --- a/src/test/compile-fail/import-from-rename.rs +++ b/src/test/compile-fail/import-from-rename.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-glob-0.rs b/src/test/compile-fail/import-glob-0.rs index 21aa811ea7188..978af18466ed4 100644 --- a/src/test/compile-fail/import-glob-0.rs +++ b/src/test/compile-fail/import-glob-0.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-glob-circular.rs b/src/test/compile-fail/import-glob-circular.rs index 0f6e3dc134d9b..19e285dcfd335 100644 --- a/src/test/compile-fail/import-glob-circular.rs +++ b/src/test/compile-fail/import-glob-circular.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-glob-path.rs b/src/test/compile-fail/import-glob-path.rs index b6bc53fad945f..d73acff89b74e 100644 --- a/src/test/compile-fail/import-glob-path.rs +++ b/src/test/compile-fail/import-glob-path.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-glob-rename.rs b/src/test/compile-fail/import-glob-rename.rs index fb400b6c2bb1e..644e481b70bde 100644 --- a/src/test/compile-fail/import-glob-rename.rs +++ b/src/test/compile-fail/import-glob-rename.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-loop-2.rs b/src/test/compile-fail/import-loop-2.rs index b7bbe11a4dc96..dd287a61a8b29 100644 --- a/src/test/compile-fail/import-loop-2.rs +++ b/src/test/compile-fail/import-loop-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-loop.rs b/src/test/compile-fail/import-loop.rs index f9b57f007766e..c8a1aa47eb6fb 100644 --- a/src/test/compile-fail/import-loop.rs +++ b/src/test/compile-fail/import-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-1.rs b/src/test/compile-fail/import-shadow-1.rs index 503fa4eca527b..51cc34aada252 100644 --- a/src/test/compile-fail/import-shadow-1.rs +++ b/src/test/compile-fail/import-shadow-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-2.rs b/src/test/compile-fail/import-shadow-2.rs index 0c107cf27f592..00ef5ebf1fd85 100644 --- a/src/test/compile-fail/import-shadow-2.rs +++ b/src/test/compile-fail/import-shadow-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-3.rs b/src/test/compile-fail/import-shadow-3.rs index bf90973c2857e..8f94087fe00e5 100644 --- a/src/test/compile-fail/import-shadow-3.rs +++ b/src/test/compile-fail/import-shadow-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-4.rs b/src/test/compile-fail/import-shadow-4.rs index f21fdaae47ba0..4ebe16bf5768a 100644 --- a/src/test/compile-fail/import-shadow-4.rs +++ b/src/test/compile-fail/import-shadow-4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-5.rs b/src/test/compile-fail/import-shadow-5.rs index dc300bc7baa77..bd9c8cd799e66 100644 --- a/src/test/compile-fail/import-shadow-5.rs +++ b/src/test/compile-fail/import-shadow-5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-6.rs b/src/test/compile-fail/import-shadow-6.rs index fa3b75c70f0b6..cb6143ed594fc 100644 --- a/src/test/compile-fail/import-shadow-6.rs +++ b/src/test/compile-fail/import-shadow-6.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import-shadow-7.rs b/src/test/compile-fail/import-shadow-7.rs index 34aba15b39228..639317a682f3b 100644 --- a/src/test/compile-fail/import-shadow-7.rs +++ b/src/test/compile-fail/import-shadow-7.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import.rs b/src/test/compile-fail/import.rs index 844d527a54607..a95b67df9a6ce 100644 --- a/src/test/compile-fail/import.rs +++ b/src/test/compile-fail/import.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import2.rs b/src/test/compile-fail/import2.rs index 6533bd5ddc610..3a0861d6b5da3 100644 --- a/src/test/compile-fail/import2.rs +++ b/src/test/compile-fail/import2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import3.rs b/src/test/compile-fail/import3.rs index 0a7827587a693..18ce1b7557e25 100644 --- a/src/test/compile-fail/import3.rs +++ b/src/test/compile-fail/import3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/import4.rs b/src/test/compile-fail/import4.rs index 5f3163e939019..f8f1c0502be4a 100644 --- a/src/test/compile-fail/import4.rs +++ b/src/test/compile-fail/import4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/inaccessible-test-modules.rs b/src/test/compile-fail/inaccessible-test-modules.rs index bfc1ac2daef41..f59390397103e 100644 --- a/src/test/compile-fail/inaccessible-test-modules.rs +++ b/src/test/compile-fail/inaccessible-test-modules.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/index-bot.rs b/src/test/compile-fail/index-bot.rs index 876c1e481f604..00b419771541d 100644 --- a/src/test/compile-fail/index-bot.rs +++ b/src/test/compile-fail/index-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/index_message.rs b/src/test/compile-fail/index_message.rs index 26dd98757a8c2..41257b4378db3 100644 --- a/src/test/compile-fail/index_message.rs +++ b/src/test/compile-fail/index_message.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/indexing-requires-a-uint.rs b/src/test/compile-fail/indexing-requires-a-uint.rs index 901d8783d0278..bb3f23c954d4b 100644 --- a/src/test/compile-fail/indexing-requires-a-uint.rs +++ b/src/test/compile-fail/indexing-requires-a-uint.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/infinite-autoderef.rs b/src/test/compile-fail/infinite-autoderef.rs index 3635c4dbb0263..5a6d30f92b013 100644 --- a/src/test/compile-fail/infinite-autoderef.rs +++ b/src/test/compile-fail/infinite-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/infinite-instantiation.rs b/src/test/compile-fail/infinite-instantiation.rs index a922f5fe4527e..97e6beb7639d5 100644 --- a/src/test/compile-fail/infinite-instantiation.rs +++ b/src/test/compile-fail/infinite-instantiation.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/infinite-macro-expansion.rs b/src/test/compile-fail/infinite-macro-expansion.rs index 74835f4bf22ca..3bb96d0a536ed 100644 --- a/src/test/compile-fail/infinite-macro-expansion.rs +++ b/src/test/compile-fail/infinite-macro-expansion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/infinite-tag-type-recursion.rs b/src/test/compile-fail/infinite-tag-type-recursion.rs index a57c015d684b6..0777f6c449e62 100644 --- a/src/test/compile-fail/infinite-tag-type-recursion.rs +++ b/src/test/compile-fail/infinite-tag-type-recursion.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/infinite-vec-type-recursion.rs b/src/test/compile-fail/infinite-vec-type-recursion.rs index 5bcba350b2ecb..72d58b9fd495e 100644 --- a/src/test/compile-fail/infinite-vec-type-recursion.rs +++ b/src/test/compile-fail/infinite-vec-type-recursion.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/inner-static-type-parameter.rs b/src/test/compile-fail/inner-static-type-parameter.rs index abd7efe0e8ed1..30df990fe9575 100644 --- a/src/test/compile-fail/inner-static-type-parameter.rs +++ b/src/test/compile-fail/inner-static-type-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/int-literal-too-large-span.rs b/src/test/compile-fail/int-literal-too-large-span.rs index 2aeaf6efaa4c0..1db3ecd49011a 100644 --- a/src/test/compile-fail/int-literal-too-large-span.rs +++ b/src/test/compile-fail/int-literal-too-large-span.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/integer-literal-suffix-inference.rs b/src/test/compile-fail/integer-literal-suffix-inference.rs index 5d9314faef982..57e290cecd3f1 100644 --- a/src/test/compile-fail/integer-literal-suffix-inference.rs +++ b/src/test/compile-fail/integer-literal-suffix-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/integral-indexing.rs b/src/test/compile-fail/integral-indexing.rs index ef651dd9ce729..c27a20729431e 100644 --- a/src/test/compile-fail/integral-indexing.rs +++ b/src/test/compile-fail/integral-indexing.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/integral-variable-unification-error.rs b/src/test/compile-fail/integral-variable-unification-error.rs index 3374f715917c2..a85341a5343d7 100644 --- a/src/test/compile-fail/integral-variable-unification-error.rs +++ b/src/test/compile-fail/integral-variable-unification-error.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/intrinsic-return-address.rs b/src/test/compile-fail/intrinsic-return-address.rs index a80d393155539..0ac8e85056e56 100644 --- a/src/test/compile-fail/intrinsic-return-address.rs +++ b/src/test/compile-fail/intrinsic-return-address.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/invalid-crate-type.rs b/src/test/compile-fail/invalid-crate-type.rs index 4b6b6c2fe7677..d503802fe35e7 100644 --- a/src/test/compile-fail/invalid-crate-type.rs +++ b/src/test/compile-fail/invalid-crate-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10176.rs b/src/test/compile-fail/issue-10176.rs index 6e84e777898b6..68c051979afc6 100644 --- a/src/test/compile-fail/issue-10176.rs +++ b/src/test/compile-fail/issue-10176.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10200.rs b/src/test/compile-fail/issue-10200.rs index 03d4e9b81eb29..f77c6d10c7a3e 100644 --- a/src/test/compile-fail/issue-10200.rs +++ b/src/test/compile-fail/issue-10200.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10291.rs b/src/test/compile-fail/issue-10291.rs index 45f6e55914a1b..0e74ef5eb075b 100644 --- a/src/test/compile-fail/issue-10291.rs +++ b/src/test/compile-fail/issue-10291.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10392-2.rs b/src/test/compile-fail/issue-10392-2.rs index b077081c5b0c8..2228f59a9d1cc 100644 --- a/src/test/compile-fail/issue-10392-2.rs +++ b/src/test/compile-fail/issue-10392-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10392.rs b/src/test/compile-fail/issue-10392.rs index 3f8d26bfec05d..105fde4461bd8 100644 --- a/src/test/compile-fail/issue-10392.rs +++ b/src/test/compile-fail/issue-10392.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10398.rs b/src/test/compile-fail/issue-10398.rs index c1102bc84aba7..6178351d5dbd8 100644 --- a/src/test/compile-fail/issue-10398.rs +++ b/src/test/compile-fail/issue-10398.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10401.rs b/src/test/compile-fail/issue-10401.rs index e36193aee25c0..74d92cdf272c7 100644 --- a/src/test/compile-fail/issue-10401.rs +++ b/src/test/compile-fail/issue-10401.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10412.rs b/src/test/compile-fail/issue-10412.rs index 8a99633b4fc11..f27b1489ab9ca 100644 --- a/src/test/compile-fail/issue-10412.rs +++ b/src/test/compile-fail/issue-10412.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10465.rs b/src/test/compile-fail/issue-10465.rs index a5e374a7a8b19..78c45b77512aa 100644 --- a/src/test/compile-fail/issue-10465.rs +++ b/src/test/compile-fail/issue-10465.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10536.rs b/src/test/compile-fail/issue-10536.rs index 370a6228db6ac..d12716e228fb7 100644 --- a/src/test/compile-fail/issue-10536.rs +++ b/src/test/compile-fail/issue-10536.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10545.rs b/src/test/compile-fail/issue-10545.rs index f6c62bb855720..f704670244080 100644 --- a/src/test/compile-fail/issue-10545.rs +++ b/src/test/compile-fail/issue-10545.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10636-1.rs b/src/test/compile-fail/issue-10636-1.rs index bb020d55bdb0b..70f0871a193a6 100644 --- a/src/test/compile-fail/issue-10636-1.rs +++ b/src/test/compile-fail/issue-10636-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10636-2.rs b/src/test/compile-fail/issue-10636-2.rs index a92ef24892432..7ae77df6aba36 100644 --- a/src/test/compile-fail/issue-10636-2.rs +++ b/src/test/compile-fail/issue-10636-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10656.rs b/src/test/compile-fail/issue-10656.rs index 0b335a526a4e3..4937af5552975 100644 --- a/src/test/compile-fail/issue-10656.rs +++ b/src/test/compile-fail/issue-10656.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10755.rs b/src/test/compile-fail/issue-10755.rs index 1d8db84ab1393..9d9c43c796759 100644 --- a/src/test/compile-fail/issue-10755.rs +++ b/src/test/compile-fail/issue-10755.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10764.rs b/src/test/compile-fail/issue-10764.rs index cd4ec495556c5..bae642adbd1dc 100644 --- a/src/test/compile-fail/issue-10764.rs +++ b/src/test/compile-fail/issue-10764.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10877.rs b/src/test/compile-fail/issue-10877.rs index 39f25b837cd49..6fb3950911193 100644 --- a/src/test/compile-fail/issue-10877.rs +++ b/src/test/compile-fail/issue-10877.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-10991.rs b/src/test/compile-fail/issue-10991.rs index 2913ddf395fbb..f10be78d51a34 100644 --- a/src/test/compile-fail/issue-10991.rs +++ b/src/test/compile-fail/issue-10991.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11154.rs b/src/test/compile-fail/issue-11154.rs index 1ff6812337406..ba309927b396b 100644 --- a/src/test/compile-fail/issue-11154.rs +++ b/src/test/compile-fail/issue-11154.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11192.rs b/src/test/compile-fail/issue-11192.rs index 0d7a846bff633..616776ff713eb 100644 --- a/src/test/compile-fail/issue-11192.rs +++ b/src/test/compile-fail/issue-11192.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11319.rs b/src/test/compile-fail/issue-11319.rs index d3e44b71b1c89..486912999122f 100644 --- a/src/test/compile-fail/issue-11319.rs +++ b/src/test/compile-fail/issue-11319.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11374.rs b/src/test/compile-fail/issue-11374.rs index 6b048528a996e..84d0b3b3e1201 100644 --- a/src/test/compile-fail/issue-11374.rs +++ b/src/test/compile-fail/issue-11374.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11493.rs b/src/test/compile-fail/issue-11493.rs index 895eb4cf96f43..91817631e6f3d 100644 --- a/src/test/compile-fail/issue-11493.rs +++ b/src/test/compile-fail/issue-11493.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11515.rs b/src/test/compile-fail/issue-11515.rs index f0089b0ae5b34..cf082f36d75bf 100644 --- a/src/test/compile-fail/issue-11515.rs +++ b/src/test/compile-fail/issue-11515.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11593.rs b/src/test/compile-fail/issue-11593.rs index ecc584d81b0e1..a37b696ed1e14 100644 --- a/src/test/compile-fail/issue-11593.rs +++ b/src/test/compile-fail/issue-11593.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11680.rs b/src/test/compile-fail/issue-11680.rs index 0f30243b39a19..86db1fb1bfc85 100644 --- a/src/test/compile-fail/issue-11680.rs +++ b/src/test/compile-fail/issue-11680.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11681.rs b/src/test/compile-fail/issue-11681.rs index 71f1d5dcc9af4..cc86a23b48b0a 100644 --- a/src/test/compile-fail/issue-11681.rs +++ b/src/test/compile-fail/issue-11681.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11692.rs b/src/test/compile-fail/issue-11692.rs index 09cf973961404..68fb2f3f27b5d 100644 --- a/src/test/compile-fail/issue-11692.rs +++ b/src/test/compile-fail/issue-11692.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11714.rs b/src/test/compile-fail/issue-11714.rs index eef035d3d9445..4e21c3d7f8567 100644 --- a/src/test/compile-fail/issue-11714.rs +++ b/src/test/compile-fail/issue-11714.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11771.rs b/src/test/compile-fail/issue-11771.rs index 2de86e527ef59..1257576ccdc2f 100644 --- a/src/test/compile-fail/issue-11771.rs +++ b/src/test/compile-fail/issue-11771.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11844.rs b/src/test/compile-fail/issue-11844.rs index 560cbe1b8a87f..f3b411be73166 100644 --- a/src/test/compile-fail/issue-11844.rs +++ b/src/test/compile-fail/issue-11844.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11873.rs b/src/test/compile-fail/issue-11873.rs index 67578de89226e..f8acb56e7a6da 100644 --- a/src/test/compile-fail/issue-11873.rs +++ b/src/test/compile-fail/issue-11873.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-11925.rs b/src/test/compile-fail/issue-11925.rs index e5f3b7d62d386..64eda9c658fd1 100644 --- a/src/test/compile-fail/issue-11925.rs +++ b/src/test/compile-fail/issue-11925.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12028.rs b/src/test/compile-fail/issue-12028.rs index 980385ce4cc6b..8eb354d486d25 100644 --- a/src/test/compile-fail/issue-12028.rs +++ b/src/test/compile-fail/issue-12028.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12041.rs b/src/test/compile-fail/issue-12041.rs index 02c19204f79ff..3b252d1ab00c5 100644 --- a/src/test/compile-fail/issue-12041.rs +++ b/src/test/compile-fail/issue-12041.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12116.rs b/src/test/compile-fail/issue-12116.rs index 6f75909fada78..f0ee0025e37e9 100644 --- a/src/test/compile-fail/issue-12116.rs +++ b/src/test/compile-fail/issue-12116.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12127.rs b/src/test/compile-fail/issue-12127.rs index c06082de3cd08..04e3e4c71b401 100644 --- a/src/test/compile-fail/issue-12127.rs +++ b/src/test/compile-fail/issue-12127.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12187-1.rs b/src/test/compile-fail/issue-12187-1.rs index 74423b041dda3..6fb16982c7ba3 100644 --- a/src/test/compile-fail/issue-12187-1.rs +++ b/src/test/compile-fail/issue-12187-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12187-2.rs b/src/test/compile-fail/issue-12187-2.rs index af5c8b45a483e..4f9843f9981ae 100644 --- a/src/test/compile-fail/issue-12187-2.rs +++ b/src/test/compile-fail/issue-12187-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12369.rs b/src/test/compile-fail/issue-12369.rs index 0587bdf6136b8..526045a63a331 100644 --- a/src/test/compile-fail/issue-12369.rs +++ b/src/test/compile-fail/issue-12369.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12470.rs b/src/test/compile-fail/issue-12470.rs index 93785817e14f3..02c3d24f984b0 100644 --- a/src/test/compile-fail/issue-12470.rs +++ b/src/test/compile-fail/issue-12470.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12552.rs b/src/test/compile-fail/issue-12552.rs index e4788bac256e2..e810fc55334c7 100644 --- a/src/test/compile-fail/issue-12552.rs +++ b/src/test/compile-fail/issue-12552.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12560-1.rs b/src/test/compile-fail/issue-12560-1.rs index ea2043e6703c2..9230f5626cb72 100644 --- a/src/test/compile-fail/issue-12560-1.rs +++ b/src/test/compile-fail/issue-12560-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12560-2.rs b/src/test/compile-fail/issue-12560-2.rs index 13829d73aadaa..fd58377cf9971 100644 --- a/src/test/compile-fail/issue-12560-2.rs +++ b/src/test/compile-fail/issue-12560-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12567.rs b/src/test/compile-fail/issue-12567.rs index d186a83676a80..05bc4aed73c0e 100644 --- a/src/test/compile-fail/issue-12567.rs +++ b/src/test/compile-fail/issue-12567.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12612.rs b/src/test/compile-fail/issue-12612.rs index 0550472dabb80..b059e5729b4dd 100644 --- a/src/test/compile-fail/issue-12612.rs +++ b/src/test/compile-fail/issue-12612.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12729.rs b/src/test/compile-fail/issue-12729.rs index ae033bbf38d14..58b6e494f3b23 100644 --- a/src/test/compile-fail/issue-12729.rs +++ b/src/test/compile-fail/issue-12729.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12796.rs b/src/test/compile-fail/issue-12796.rs index ce3c8c52b0e47..ffb24f7874221 100644 --- a/src/test/compile-fail/issue-12796.rs +++ b/src/test/compile-fail/issue-12796.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12863.rs b/src/test/compile-fail/issue-12863.rs index 07676679ef18f..609809a5fa7cb 100644 --- a/src/test/compile-fail/issue-12863.rs +++ b/src/test/compile-fail/issue-12863.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12997-1.rs b/src/test/compile-fail/issue-12997-1.rs index 2d8d7857c99fb..72a31c52074bc 100644 --- a/src/test/compile-fail/issue-12997-1.rs +++ b/src/test/compile-fail/issue-12997-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-12997-2.rs b/src/test/compile-fail/issue-12997-2.rs index 1cf534e7e419d..1b397fdd01d61 100644 --- a/src/test/compile-fail/issue-12997-2.rs +++ b/src/test/compile-fail/issue-12997-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13033.rs b/src/test/compile-fail/issue-13033.rs index 43cf70e5bc3cf..a76f2b0cb172a 100644 --- a/src/test/compile-fail/issue-13033.rs +++ b/src/test/compile-fail/issue-13033.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13058.rs b/src/test/compile-fail/issue-13058.rs index 61b50ef705f6a..1ea078abaca7b 100644 --- a/src/test/compile-fail/issue-13058.rs +++ b/src/test/compile-fail/issue-13058.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13359.rs b/src/test/compile-fail/issue-13359.rs index c53e5760941f1..168d6e0fbd90c 100644 --- a/src/test/compile-fail/issue-13359.rs +++ b/src/test/compile-fail/issue-13359.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13404.rs b/src/test/compile-fail/issue-13404.rs index 355be1562df2b..2f826ae1ff53f 100644 --- a/src/test/compile-fail/issue-13404.rs +++ b/src/test/compile-fail/issue-13404.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13428.rs b/src/test/compile-fail/issue-13428.rs index c771970650d31..5c904b9bcb4dc 100644 --- a/src/test/compile-fail/issue-13428.rs +++ b/src/test/compile-fail/issue-13428.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13446.rs b/src/test/compile-fail/issue-13446.rs index a0a7660428d41..35231d4ae1937 100644 --- a/src/test/compile-fail/issue-13446.rs +++ b/src/test/compile-fail/issue-13446.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13466.rs b/src/test/compile-fail/issue-13466.rs index 09e2905dc401b..0519b3652fae2 100644 --- a/src/test/compile-fail/issue-13466.rs +++ b/src/test/compile-fail/issue-13466.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13482-2.rs b/src/test/compile-fail/issue-13482-2.rs index 86a79416c77bc..adf0b8704324f 100644 --- a/src/test/compile-fail/issue-13482-2.rs +++ b/src/test/compile-fail/issue-13482-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13482.rs b/src/test/compile-fail/issue-13482.rs index a345ce79612cc..2713b738ea7c7 100644 --- a/src/test/compile-fail/issue-13482.rs +++ b/src/test/compile-fail/issue-13482.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13497-2.rs b/src/test/compile-fail/issue-13497-2.rs index c7a8c87bb23c7..85e566b9bd37e 100644 --- a/src/test/compile-fail/issue-13497-2.rs +++ b/src/test/compile-fail/issue-13497-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13497.rs b/src/test/compile-fail/issue-13497.rs index da8b93e3c93e9..55eea05a6b32e 100644 --- a/src/test/compile-fail/issue-13497.rs +++ b/src/test/compile-fail/issue-13497.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1362.rs b/src/test/compile-fail/issue-1362.rs index 28d16f9c0b787..d69f5caa66066 100644 --- a/src/test/compile-fail/issue-1362.rs +++ b/src/test/compile-fail/issue-1362.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13624.rs b/src/test/compile-fail/issue-13624.rs index 2a5805790a742..1f1c17d3b8bc8 100644 --- a/src/test/compile-fail/issue-13624.rs +++ b/src/test/compile-fail/issue-13624.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13641.rs b/src/test/compile-fail/issue-13641.rs index 3f5d29a821758..d4810fd690d98 100644 --- a/src/test/compile-fail/issue-13641.rs +++ b/src/test/compile-fail/issue-13641.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13847.rs b/src/test/compile-fail/issue-13847.rs index aa823d9a70e7c..b78f40bbc48ef 100644 --- a/src/test/compile-fail/issue-13847.rs +++ b/src/test/compile-fail/issue-13847.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13853-2.rs b/src/test/compile-fail/issue-13853-2.rs index ea0d880f4a1cc..abbb7b55e051a 100644 --- a/src/test/compile-fail/issue-13853-2.rs +++ b/src/test/compile-fail/issue-13853-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13853-3.rs b/src/test/compile-fail/issue-13853-3.rs index f10c47b594ea2..6a4f8202d4ed9 100644 --- a/src/test/compile-fail/issue-13853-3.rs +++ b/src/test/compile-fail/issue-13853-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13853-4.rs b/src/test/compile-fail/issue-13853-4.rs index b0db9e58dba31..1411d4dcbfef5 100644 --- a/src/test/compile-fail/issue-13853-4.rs +++ b/src/test/compile-fail/issue-13853-4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13853-5.rs b/src/test/compile-fail/issue-13853-5.rs index 6a017f7bb30c1..dae08cce74015 100644 --- a/src/test/compile-fail/issue-13853-5.rs +++ b/src/test/compile-fail/issue-13853-5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-13853.rs b/src/test/compile-fail/issue-13853.rs index 509ca9b80f81f..0220897634570 100644 --- a/src/test/compile-fail/issue-13853.rs +++ b/src/test/compile-fail/issue-13853.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14084.rs b/src/test/compile-fail/issue-14084.rs index 92e0dd3ad0e52..0b6cbdf66a689 100644 --- a/src/test/compile-fail/issue-14084.rs +++ b/src/test/compile-fail/issue-14084.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14091-2.rs b/src/test/compile-fail/issue-14091-2.rs index d3823a8cc5520..f2d49edd87c16 100644 --- a/src/test/compile-fail/issue-14091-2.rs +++ b/src/test/compile-fail/issue-14091-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14091.rs b/src/test/compile-fail/issue-14091.rs index 3ceb465cb4b23..56294a43d71eb 100644 --- a/src/test/compile-fail/issue-14091.rs +++ b/src/test/compile-fail/issue-14091.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14092.rs b/src/test/compile-fail/issue-14092.rs index 0ab37a888267f..d04fe1e088405 100644 --- a/src/test/compile-fail/issue-14092.rs +++ b/src/test/compile-fail/issue-14092.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14182.rs b/src/test/compile-fail/issue-14182.rs index 364951a4feafb..596f936015a96 100644 --- a/src/test/compile-fail/issue-14182.rs +++ b/src/test/compile-fail/issue-14182.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14221.rs b/src/test/compile-fail/issue-14221.rs index e79be99a346fa..700c40e05ab7b 100644 --- a/src/test/compile-fail/issue-14221.rs +++ b/src/test/compile-fail/issue-14221.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14227.rs b/src/test/compile-fail/issue-14227.rs index c4846a64f29be..00d86f77a2538 100644 --- a/src/test/compile-fail/issue-14227.rs +++ b/src/test/compile-fail/issue-14227.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14254.rs b/src/test/compile-fail/issue-14254.rs index 74eea0c57a01a..fa31f9d87c2e9 100644 --- a/src/test/compile-fail/issue-14254.rs +++ b/src/test/compile-fail/issue-14254.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14285.rs b/src/test/compile-fail/issue-14285.rs index cbf4412a81df2..b953b20aede03 100644 --- a/src/test/compile-fail/issue-14285.rs +++ b/src/test/compile-fail/issue-14285.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-enum.rs b/src/test/compile-fail/issue-14303-enum.rs index a26b7fdc425f1..cb7015c0c4573 100644 --- a/src/test/compile-fail/issue-14303-enum.rs +++ b/src/test/compile-fail/issue-14303-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-fn-def.rs b/src/test/compile-fail/issue-14303-fn-def.rs index aaf95410b8ed3..c066818d8fa2c 100644 --- a/src/test/compile-fail/issue-14303-fn-def.rs +++ b/src/test/compile-fail/issue-14303-fn-def.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-fncall.rs b/src/test/compile-fail/issue-14303-fncall.rs index 0ec64ba6a3f9b..7635410635163 100644 --- a/src/test/compile-fail/issue-14303-fncall.rs +++ b/src/test/compile-fail/issue-14303-fncall.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-impl.rs b/src/test/compile-fail/issue-14303-impl.rs index c4a00581274ac..287d152233926 100644 --- a/src/test/compile-fail/issue-14303-impl.rs +++ b/src/test/compile-fail/issue-14303-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-path.rs b/src/test/compile-fail/issue-14303-path.rs index 30cc41c35880e..3c76af4624087 100644 --- a/src/test/compile-fail/issue-14303-path.rs +++ b/src/test/compile-fail/issue-14303-path.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-struct.rs b/src/test/compile-fail/issue-14303-struct.rs index 6edd808d84762..d9490245376ee 100644 --- a/src/test/compile-fail/issue-14303-struct.rs +++ b/src/test/compile-fail/issue-14303-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14303-trait.rs b/src/test/compile-fail/issue-14303-trait.rs index 753acdd75fe55..6a9642a867d4b 100644 --- a/src/test/compile-fail/issue-14303-trait.rs +++ b/src/test/compile-fail/issue-14303-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14309.rs b/src/test/compile-fail/issue-14309.rs index 9225889ef6348..5a6d4a50e4858 100644 --- a/src/test/compile-fail/issue-14309.rs +++ b/src/test/compile-fail/issue-14309.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14366.rs b/src/test/compile-fail/issue-14366.rs index c7cac71af0361..e2a707bf391a5 100644 --- a/src/test/compile-fail/issue-14366.rs +++ b/src/test/compile-fail/issue-14366.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1448-2.rs b/src/test/compile-fail/issue-1448-2.rs index 371adf931b066..f2e32c48d914c 100644 --- a/src/test/compile-fail/issue-1448-2.rs +++ b/src/test/compile-fail/issue-1448-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14541.rs b/src/test/compile-fail/issue-14541.rs index deb8f00cd01c9..820a65e2edd7d 100644 --- a/src/test/compile-fail/issue-14541.rs +++ b/src/test/compile-fail/issue-14541.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14721.rs b/src/test/compile-fail/issue-14721.rs index 92add18f9413c..cecc72222d1a6 100644 --- a/src/test/compile-fail/issue-14721.rs +++ b/src/test/compile-fail/issue-14721.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1476.rs b/src/test/compile-fail/issue-1476.rs index 73a0e0c0775ee..1c566f11e0ec2 100644 --- a/src/test/compile-fail/issue-1476.rs +++ b/src/test/compile-fail/issue-1476.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14772.rs b/src/test/compile-fail/issue-14772.rs index aaaad67be52dd..01ef1a44ff8b8 100644 --- a/src/test/compile-fail/issue-14772.rs +++ b/src/test/compile-fail/issue-14772.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14845.rs b/src/test/compile-fail/issue-14845.rs index d7ff6f2fe63ce..076ed5b4ea15e 100644 --- a/src/test/compile-fail/issue-14845.rs +++ b/src/test/compile-fail/issue-14845.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14853.rs b/src/test/compile-fail/issue-14853.rs index 22ba54fea1469..2db45ea9005f1 100644 --- a/src/test/compile-fail/issue-14853.rs +++ b/src/test/compile-fail/issue-14853.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-14915.rs b/src/test/compile-fail/issue-14915.rs index 18e4ccc331196..42d2512098c4c 100644 --- a/src/test/compile-fail/issue-14915.rs +++ b/src/test/compile-fail/issue-14915.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15034.rs b/src/test/compile-fail/issue-15034.rs index 13d27e7152b03..051cc176348cb 100644 --- a/src/test/compile-fail/issue-15034.rs +++ b/src/test/compile-fail/issue-15034.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15094.rs b/src/test/compile-fail/issue-15094.rs index 5b33069b59502..a6df05aa334c9 100644 --- a/src/test/compile-fail/issue-15094.rs +++ b/src/test/compile-fail/issue-15094.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15129.rs b/src/test/compile-fail/issue-15129.rs index 7a7ba46de74f3..4891520e21680 100644 --- a/src/test/compile-fail/issue-15129.rs +++ b/src/test/compile-fail/issue-15129.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15167.rs b/src/test/compile-fail/issue-15167.rs index 630c35d6a4fbc..ce9ce1fb8d35d 100644 --- a/src/test/compile-fail/issue-15167.rs +++ b/src/test/compile-fail/issue-15167.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15207.rs b/src/test/compile-fail/issue-15207.rs index 61877775269d1..b3933d7c079b1 100644 --- a/src/test/compile-fail/issue-15207.rs +++ b/src/test/compile-fail/issue-15207.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15260.rs b/src/test/compile-fail/issue-15260.rs index 2228b6d37799d..1060b554f5854 100644 --- a/src/test/compile-fail/issue-15260.rs +++ b/src/test/compile-fail/issue-15260.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15381.rs b/src/test/compile-fail/issue-15381.rs index 6a26073be52b1..35d9146a815a3 100644 --- a/src/test/compile-fail/issue-15381.rs +++ b/src/test/compile-fail/issue-15381.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15480.rs b/src/test/compile-fail/issue-15480.rs index 59d87b5277a46..34fc9b0623de0 100644 --- a/src/test/compile-fail/issue-15480.rs +++ b/src/test/compile-fail/issue-15480.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15524.rs b/src/test/compile-fail/issue-15524.rs index b378d2f885e83..57436cf3819aa 100644 --- a/src/test/compile-fail/issue-15524.rs +++ b/src/test/compile-fail/issue-15524.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15756.rs b/src/test/compile-fail/issue-15756.rs index 02ccf9c0e08e7..4516a7f3c877d 100644 --- a/src/test/compile-fail/issue-15756.rs +++ b/src/test/compile-fail/issue-15756.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15783.rs b/src/test/compile-fail/issue-15783.rs index 7080db23d42e5..77a9534217826 100644 --- a/src/test/compile-fail/issue-15783.rs +++ b/src/test/compile-fail/issue-15783.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15896.rs b/src/test/compile-fail/issue-15896.rs index 7381ade263b20..d2b7b16890cbb 100644 --- a/src/test/compile-fail/issue-15896.rs +++ b/src/test/compile-fail/issue-15896.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15914.rs b/src/test/compile-fail/issue-15914.rs index 45b3abfddfba2..7d684d4042896 100644 --- a/src/test/compile-fail/issue-15914.rs +++ b/src/test/compile-fail/issue-15914.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-15965.rs b/src/test/compile-fail/issue-15965.rs index 08b896f387bbe..df9dd39402084 100644 --- a/src/test/compile-fail/issue-15965.rs +++ b/src/test/compile-fail/issue-15965.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16048.rs b/src/test/compile-fail/issue-16048.rs index dbd3336962b76..39339b2a06921 100644 --- a/src/test/compile-fail/issue-16048.rs +++ b/src/test/compile-fail/issue-16048.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16058.rs b/src/test/compile-fail/issue-16058.rs index 4637512216c40..44daced7e2ceb 100644 --- a/src/test/compile-fail/issue-16058.rs +++ b/src/test/compile-fail/issue-16058.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16098.rs b/src/test/compile-fail/issue-16098.rs index 68ac19b383f5a..84c61ab87c4c7 100644 --- a/src/test/compile-fail/issue-16098.rs +++ b/src/test/compile-fail/issue-16098.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16149.rs b/src/test/compile-fail/issue-16149.rs index a924cc9f9bbd5..ab1efa4b5dd6f 100644 --- a/src/test/compile-fail/issue-16149.rs +++ b/src/test/compile-fail/issue-16149.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16250.rs b/src/test/compile-fail/issue-16250.rs index c886c97a63607..7e9d9fcb9448b 100644 --- a/src/test/compile-fail/issue-16250.rs +++ b/src/test/compile-fail/issue-16250.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16338.rs b/src/test/compile-fail/issue-16338.rs index ba936561ae53d..a1085fa580914 100644 --- a/src/test/compile-fail/issue-16338.rs +++ b/src/test/compile-fail/issue-16338.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16401.rs b/src/test/compile-fail/issue-16401.rs index b943ef510da28..ba3eadb235985 100644 --- a/src/test/compile-fail/issue-16401.rs +++ b/src/test/compile-fail/issue-16401.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16465.rs b/src/test/compile-fail/issue-16465.rs index 825b40cb322df..acc6349e85305 100644 --- a/src/test/compile-fail/issue-16465.rs +++ b/src/test/compile-fail/issue-16465.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16538.rs b/src/test/compile-fail/issue-16538.rs index a6b73dcc19cea..b7e6a0c6517d5 100644 --- a/src/test/compile-fail/issue-16538.rs +++ b/src/test/compile-fail/issue-16538.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1655.rs b/src/test/compile-fail/issue-1655.rs index a8704f7545f06..a36a3c2bc4346 100644 --- a/src/test/compile-fail/issue-1655.rs +++ b/src/test/compile-fail/issue-1655.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16562.rs b/src/test/compile-fail/issue-16562.rs index a400263a24327..239be5c92f601 100644 --- a/src/test/compile-fail/issue-16562.rs +++ b/src/test/compile-fail/issue-16562.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16683.rs b/src/test/compile-fail/issue-16683.rs index fcbf8a3d3519e..7b95e3bd9f27d 100644 --- a/src/test/compile-fail/issue-16683.rs +++ b/src/test/compile-fail/issue-16683.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16725.rs b/src/test/compile-fail/issue-16725.rs index 218e9dba065b9..031f91183dd6d 100644 --- a/src/test/compile-fail/issue-16725.rs +++ b/src/test/compile-fail/issue-16725.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16747.rs b/src/test/compile-fail/issue-16747.rs index 814b885e3aafc..4eaf224058aef 100644 --- a/src/test/compile-fail/issue-16747.rs +++ b/src/test/compile-fail/issue-16747.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16939.rs b/src/test/compile-fail/issue-16939.rs index 9d2212b69cee1..7c8968b3a14c3 100644 --- a/src/test/compile-fail/issue-16939.rs +++ b/src/test/compile-fail/issue-16939.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-16966.rs b/src/test/compile-fail/issue-16966.rs index 5dbf7546de224..d45f87b7f2cf2 100644 --- a/src/test/compile-fail/issue-16966.rs +++ b/src/test/compile-fail/issue-16966.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1697.rs b/src/test/compile-fail/issue-1697.rs index f2d858391cea2..ab8e9b2d9d6e8 100644 --- a/src/test/compile-fail/issue-1697.rs +++ b/src/test/compile-fail/issue-1697.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17025.rs b/src/test/compile-fail/issue-17025.rs index 2a1a3397d5447..d26afbad49094 100644 --- a/src/test/compile-fail/issue-17025.rs +++ b/src/test/compile-fail/issue-17025.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17033.rs b/src/test/compile-fail/issue-17033.rs index 6010e206920e5..80078ce91e044 100644 --- a/src/test/compile-fail/issue-17033.rs +++ b/src/test/compile-fail/issue-17033.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17252.rs b/src/test/compile-fail/issue-17252.rs index 2e9ef8d607784..289835fbb3248 100644 --- a/src/test/compile-fail/issue-17252.rs +++ b/src/test/compile-fail/issue-17252.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17263.rs b/src/test/compile-fail/issue-17263.rs index 543063b3fc968..beb50b236bbfc 100644 --- a/src/test/compile-fail/issue-17263.rs +++ b/src/test/compile-fail/issue-17263.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17283.rs b/src/test/compile-fail/issue-17283.rs index 4889658d083c1..614a0c2dd7cf2 100644 --- a/src/test/compile-fail/issue-17283.rs +++ b/src/test/compile-fail/issue-17283.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17337.rs b/src/test/compile-fail/issue-17337.rs index 24425e5eeecb5..ae29208798fd9 100644 --- a/src/test/compile-fail/issue-17337.rs +++ b/src/test/compile-fail/issue-17337.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17373.rs b/src/test/compile-fail/issue-17373.rs index 6895893adc4d0..e3237cf0aa6d8 100644 --- a/src/test/compile-fail/issue-17373.rs +++ b/src/test/compile-fail/issue-17373.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17383.rs b/src/test/compile-fail/issue-17383.rs index c71e0ecd49496..c23a97854f59e 100644 --- a/src/test/compile-fail/issue-17383.rs +++ b/src/test/compile-fail/issue-17383.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17385.rs b/src/test/compile-fail/issue-17385.rs index 38278c524c886..33c6cae6c02f2 100644 --- a/src/test/compile-fail/issue-17385.rs +++ b/src/test/compile-fail/issue-17385.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17405.rs b/src/test/compile-fail/issue-17405.rs index 63120e85b0973..cc2782b6a003c 100644 --- a/src/test/compile-fail/issue-17405.rs +++ b/src/test/compile-fail/issue-17405.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-1.rs b/src/test/compile-fail/issue-17431-1.rs index 896a9c06873e9..a2ad990ab8cb8 100644 --- a/src/test/compile-fail/issue-17431-1.rs +++ b/src/test/compile-fail/issue-17431-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-2.rs b/src/test/compile-fail/issue-17431-2.rs index 886fe8d771a8c..d1cbc97cccccc 100644 --- a/src/test/compile-fail/issue-17431-2.rs +++ b/src/test/compile-fail/issue-17431-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-3.rs b/src/test/compile-fail/issue-17431-3.rs index c1c450935f6cb..be86b0cc25b00 100644 --- a/src/test/compile-fail/issue-17431-3.rs +++ b/src/test/compile-fail/issue-17431-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-4.rs b/src/test/compile-fail/issue-17431-4.rs index 1e27f02556470..2bff538fb2820 100644 --- a/src/test/compile-fail/issue-17431-4.rs +++ b/src/test/compile-fail/issue-17431-4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-5.rs b/src/test/compile-fail/issue-17431-5.rs index d22d79ecaa550..f29b615520e10 100644 --- a/src/test/compile-fail/issue-17431-5.rs +++ b/src/test/compile-fail/issue-17431-5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-6.rs b/src/test/compile-fail/issue-17431-6.rs index 8eac295353d27..0d7a086cf4a49 100644 --- a/src/test/compile-fail/issue-17431-6.rs +++ b/src/test/compile-fail/issue-17431-6.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17431-7.rs b/src/test/compile-fail/issue-17431-7.rs index c64c040aa44cb..9712cf8048e50 100644 --- a/src/test/compile-fail/issue-17431-7.rs +++ b/src/test/compile-fail/issue-17431-7.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17441.rs b/src/test/compile-fail/issue-17441.rs index e9e69dadd3b83..6c8a12723f09b 100644 --- a/src/test/compile-fail/issue-17441.rs +++ b/src/test/compile-fail/issue-17441.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17444.rs b/src/test/compile-fail/issue-17444.rs index 011a9c1777638..fd35c9f0e3ade 100644 --- a/src/test/compile-fail/issue-17444.rs +++ b/src/test/compile-fail/issue-17444.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17450.rs b/src/test/compile-fail/issue-17450.rs index 5471d8522dffd..4b0e2e9b1cdfb 100644 --- a/src/test/compile-fail/issue-17450.rs +++ b/src/test/compile-fail/issue-17450.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17458.rs b/src/test/compile-fail/issue-17458.rs index d9fd67f9197dd..98dd102be7112 100644 --- a/src/test/compile-fail/issue-17458.rs +++ b/src/test/compile-fail/issue-17458.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17518.rs b/src/test/compile-fail/issue-17518.rs index 0410fadeb7892..cbaf78f155cf4 100644 --- a/src/test/compile-fail/issue-17518.rs +++ b/src/test/compile-fail/issue-17518.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17545.rs b/src/test/compile-fail/issue-17545.rs index 0501a3013ccd4..2fb0e8a36b86f 100644 --- a/src/test/compile-fail/issue-17545.rs +++ b/src/test/compile-fail/issue-17545.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17551.rs b/src/test/compile-fail/issue-17551.rs index 3889b6f4f7dce..6ffc617770174 100644 --- a/src/test/compile-fail/issue-17551.rs +++ b/src/test/compile-fail/issue-17551.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17651.rs b/src/test/compile-fail/issue-17651.rs index fbecd0487bf6f..9f808c2f9f48c 100644 --- a/src/test/compile-fail/issue-17651.rs +++ b/src/test/compile-fail/issue-17651.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-borrow-interior.rs b/src/test/compile-fail/issue-17718-borrow-interior.rs index d33c12668f288..802fe0a4ce32f 100644 --- a/src/test/compile-fail/issue-17718-borrow-interior.rs +++ b/src/test/compile-fail/issue-17718-borrow-interior.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-const-bad-values.rs b/src/test/compile-fail/issue-17718-const-bad-values.rs index daa250d12f52e..73e887e788e6a 100644 --- a/src/test/compile-fail/issue-17718-const-bad-values.rs +++ b/src/test/compile-fail/issue-17718-const-bad-values.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-const-borrow.rs b/src/test/compile-fail/issue-17718-const-borrow.rs index dfa5bca8ccdb6..c16788189bd9c 100644 --- a/src/test/compile-fail/issue-17718-const-borrow.rs +++ b/src/test/compile-fail/issue-17718-const-borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-const-destructors.rs b/src/test/compile-fail/issue-17718-const-destructors.rs index e888f917741ab..00d76f41fd105 100644 --- a/src/test/compile-fail/issue-17718-const-destructors.rs +++ b/src/test/compile-fail/issue-17718-const-destructors.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-const-mut.rs b/src/test/compile-fail/issue-17718-const-mut.rs index 5177ebbc1882f..eb8a3239a63d0 100644 --- a/src/test/compile-fail/issue-17718-const-mut.rs +++ b/src/test/compile-fail/issue-17718-const-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-const-naming.rs b/src/test/compile-fail/issue-17718-const-naming.rs index 15f66493f8842..d4a01276361e1 100644 --- a/src/test/compile-fail/issue-17718-const-naming.rs +++ b/src/test/compile-fail/issue-17718-const-naming.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-const-privacy.rs b/src/test/compile-fail/issue-17718-const-privacy.rs index a9af30a3ff03d..f7d4dbcda9f58 100644 --- a/src/test/compile-fail/issue-17718-const-privacy.rs +++ b/src/test/compile-fail/issue-17718-const-privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-constants-not-static.rs b/src/test/compile-fail/issue-17718-constants-not-static.rs index db56d2c6cf3c6..c0304ae555c94 100644 --- a/src/test/compile-fail/issue-17718-constants-not-static.rs +++ b/src/test/compile-fail/issue-17718-constants-not-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-patterns.rs b/src/test/compile-fail/issue-17718-patterns.rs index 6c4d087470382..c51b6bd3d2e2b 100644 --- a/src/test/compile-fail/issue-17718-patterns.rs +++ b/src/test/compile-fail/issue-17718-patterns.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-recursive.rs b/src/test/compile-fail/issue-17718-recursive.rs index 9959b0c6fc523..c65ff076fb7eb 100644 --- a/src/test/compile-fail/issue-17718-recursive.rs +++ b/src/test/compile-fail/issue-17718-recursive.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-references.rs b/src/test/compile-fail/issue-17718-references.rs index 9d8b116f56982..d05164f016e06 100644 --- a/src/test/compile-fail/issue-17718-references.rs +++ b/src/test/compile-fail/issue-17718-references.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-static-move.rs b/src/test/compile-fail/issue-17718-static-move.rs index 4f3668b819a58..7485bf047465d 100644 --- a/src/test/compile-fail/issue-17718-static-move.rs +++ b/src/test/compile-fail/issue-17718-static-move.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17718-static-sync.rs b/src/test/compile-fail/issue-17718-static-sync.rs index fa8035a79652e..d9273173cfd84 100644 --- a/src/test/compile-fail/issue-17718-static-sync.rs +++ b/src/test/compile-fail/issue-17718-static-sync.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17728.rs b/src/test/compile-fail/issue-17728.rs index 66ef7b807f7c6..7c94ef346248f 100644 --- a/src/test/compile-fail/issue-17728.rs +++ b/src/test/compile-fail/issue-17728.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17740.rs b/src/test/compile-fail/issue-17740.rs index b4791eba76e26..9adbd36439c21 100644 --- a/src/test/compile-fail/issue-17740.rs +++ b/src/test/compile-fail/issue-17740.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17758.rs b/src/test/compile-fail/issue-17758.rs index a47f5c16a4691..bd6d59e7f8652 100644 --- a/src/test/compile-fail/issue-17758.rs +++ b/src/test/compile-fail/issue-17758.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17800.rs b/src/test/compile-fail/issue-17800.rs index 89611e4f3fe78..95eec9775d4bf 100644 --- a/src/test/compile-fail/issue-17800.rs +++ b/src/test/compile-fail/issue-17800.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17904.rs b/src/test/compile-fail/issue-17904.rs index 96ba712bbae8b..5d98cc6f91be5 100644 --- a/src/test/compile-fail/issue-17904.rs +++ b/src/test/compile-fail/issue-17904.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17905.rs b/src/test/compile-fail/issue-17905.rs index 9d1047f68e6c7..53abf7b77d3f2 100644 --- a/src/test/compile-fail/issue-17905.rs +++ b/src/test/compile-fail/issue-17905.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17913.rs b/src/test/compile-fail/issue-17913.rs index 1f5264aef6113..8d8cf59eae043 100644 --- a/src/test/compile-fail/issue-17913.rs +++ b/src/test/compile-fail/issue-17913.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17933.rs b/src/test/compile-fail/issue-17933.rs index 47f8d75250d63..249b65eb3bee4 100644 --- a/src/test/compile-fail/issue-17933.rs +++ b/src/test/compile-fail/issue-17933.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-17999.rs b/src/test/compile-fail/issue-17999.rs index eaefe55e066b4..a72041695745a 100644 --- a/src/test/compile-fail/issue-17999.rs +++ b/src/test/compile-fail/issue-17999.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1802-1.rs b/src/test/compile-fail/issue-1802-1.rs index 8ce99f517c48a..3f33c31312773 100644 --- a/src/test/compile-fail/issue-1802-1.rs +++ b/src/test/compile-fail/issue-1802-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1802-2.rs b/src/test/compile-fail/issue-1802-2.rs index c7aacdfc68aac..c4d119cd38044 100644 --- a/src/test/compile-fail/issue-1802-2.rs +++ b/src/test/compile-fail/issue-1802-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18107.rs b/src/test/compile-fail/issue-18107.rs index 83427e8aa67f9..d0ffa1b8584ed 100644 --- a/src/test/compile-fail/issue-18107.rs +++ b/src/test/compile-fail/issue-18107.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18118.rs b/src/test/compile-fail/issue-18118.rs index 129f28f1d89c7..2a7f3544f0ca3 100644 --- a/src/test/compile-fail/issue-18118.rs +++ b/src/test/compile-fail/issue-18118.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18159.rs b/src/test/compile-fail/issue-18159.rs index e46bcf46cc398..745bc311a45bd 100644 --- a/src/test/compile-fail/issue-18159.rs +++ b/src/test/compile-fail/issue-18159.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18252.rs b/src/test/compile-fail/issue-18252.rs index 822c86d1d3e94..dd4a51cfccc93 100644 --- a/src/test/compile-fail/issue-18252.rs +++ b/src/test/compile-fail/issue-18252.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18294.rs b/src/test/compile-fail/issue-18294.rs index efc1ba1635c95..52e2ca1bf3e30 100644 --- a/src/test/compile-fail/issue-18294.rs +++ b/src/test/compile-fail/issue-18294.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18343.rs b/src/test/compile-fail/issue-18343.rs index f87a0d774fa7c..05a5216c8c86a 100644 --- a/src/test/compile-fail/issue-18343.rs +++ b/src/test/compile-fail/issue-18343.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18389.rs b/src/test/compile-fail/issue-18389.rs index 20323e9900333..82c6dd05e4318 100644 --- a/src/test/compile-fail/issue-18389.rs +++ b/src/test/compile-fail/issue-18389.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18400.rs b/src/test/compile-fail/issue-18400.rs index a6662e78f3ee0..3ed2437c21e99 100644 --- a/src/test/compile-fail/issue-18400.rs +++ b/src/test/compile-fail/issue-18400.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18423.rs b/src/test/compile-fail/issue-18423.rs index 5945a7a1c9a7e..79dd38538f713 100644 --- a/src/test/compile-fail/issue-18423.rs +++ b/src/test/compile-fail/issue-18423.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18532.rs b/src/test/compile-fail/issue-18532.rs index 9cf922ae99002..b99e036b8d840 100644 --- a/src/test/compile-fail/issue-18532.rs +++ b/src/test/compile-fail/issue-18532.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18566.rs b/src/test/compile-fail/issue-18566.rs index 85dda340d191e..a7852346740bb 100644 --- a/src/test/compile-fail/issue-18566.rs +++ b/src/test/compile-fail/issue-18566.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18611.rs b/src/test/compile-fail/issue-18611.rs index a662e9ca98ee8..ff1f0d503bdfe 100644 --- a/src/test/compile-fail/issue-18611.rs +++ b/src/test/compile-fail/issue-18611.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1871.rs b/src/test/compile-fail/issue-1871.rs index 423d87861cb68..deefb9d065f67 100644 --- a/src/test/compile-fail/issue-1871.rs +++ b/src/test/compile-fail/issue-1871.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18783.rs b/src/test/compile-fail/issue-18783.rs index bed835d9bde8c..02f8449c73176 100644 --- a/src/test/compile-fail/issue-18783.rs +++ b/src/test/compile-fail/issue-18783.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18819.rs b/src/test/compile-fail/issue-18819.rs index 3a9de74104364..e6115d778155a 100644 --- a/src/test/compile-fail/issue-18819.rs +++ b/src/test/compile-fail/issue-18819.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-18959.rs b/src/test/compile-fail/issue-18959.rs index e174fb9b7ad3e..45f1ce5e04108 100644 --- a/src/test/compile-fail/issue-18959.rs +++ b/src/test/compile-fail/issue-18959.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1900.rs b/src/test/compile-fail/issue-1900.rs index ae46ab8116f15..721e51b9a899b 100644 --- a/src/test/compile-fail/issue-1900.rs +++ b/src/test/compile-fail/issue-1900.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19086.rs b/src/test/compile-fail/issue-19086.rs index 692018594571e..ee92fbf245439 100644 --- a/src/test/compile-fail/issue-19086.rs +++ b/src/test/compile-fail/issue-19086.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19096.rs b/src/test/compile-fail/issue-19096.rs index 7bc79463d3a95..d94366ee4463f 100644 --- a/src/test/compile-fail/issue-19096.rs +++ b/src/test/compile-fail/issue-19096.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19244-1.rs b/src/test/compile-fail/issue-19244-1.rs index 0850705aee6cb..72b14c2e3d3f1 100644 --- a/src/test/compile-fail/issue-19244-1.rs +++ b/src/test/compile-fail/issue-19244-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19244-2.rs b/src/test/compile-fail/issue-19244-2.rs index 93a3fc87eb010..0d9c6a5c2402a 100644 --- a/src/test/compile-fail/issue-19244-2.rs +++ b/src/test/compile-fail/issue-19244-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19398.rs b/src/test/compile-fail/issue-19398.rs index 3a6d15e0086f7..3828503a8d295 100644 --- a/src/test/compile-fail/issue-19398.rs +++ b/src/test/compile-fail/issue-19398.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19452.rs b/src/test/compile-fail/issue-19452.rs index 2270ba594ad2b..fde38e02e913b 100644 --- a/src/test/compile-fail/issue-19452.rs +++ b/src/test/compile-fail/issue-19452.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19498.rs b/src/test/compile-fail/issue-19498.rs index 02b9c42b65b9a..d2f69b3ab1efa 100644 --- a/src/test/compile-fail/issue-19498.rs +++ b/src/test/compile-fail/issue-19498.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19521.rs b/src/test/compile-fail/issue-19521.rs index 61cff598b2aee..0fc9e3d32a15f 100644 --- a/src/test/compile-fail/issue-19521.rs +++ b/src/test/compile-fail/issue-19521.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-1962.rs b/src/test/compile-fail/issue-1962.rs index 44abfca165324..d8ca8b0af7147 100644 --- a/src/test/compile-fail/issue-1962.rs +++ b/src/test/compile-fail/issue-1962.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19692.rs b/src/test/compile-fail/issue-19692.rs index 7794c34a04b81..69922772dc647 100644 --- a/src/test/compile-fail/issue-19692.rs +++ b/src/test/compile-fail/issue-19692.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19707.rs b/src/test/compile-fail/issue-19707.rs index 9affb44b7445c..5717a8b2cfb0c 100644 --- a/src/test/compile-fail/issue-19707.rs +++ b/src/test/compile-fail/issue-19707.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19734.rs b/src/test/compile-fail/issue-19734.rs index ab88b580ba108..94558bde880c3 100644 --- a/src/test/compile-fail/issue-19734.rs +++ b/src/test/compile-fail/issue-19734.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19883.rs b/src/test/compile-fail/issue-19883.rs index bbc5ee6c8f36e..c94ec99e8c0c9 100644 --- a/src/test/compile-fail/issue-19883.rs +++ b/src/test/compile-fail/issue-19883.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19922.rs b/src/test/compile-fail/issue-19922.rs index e3ced3028098b..f2e2f5a96b06f 100644 --- a/src/test/compile-fail/issue-19922.rs +++ b/src/test/compile-fail/issue-19922.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-19991.rs b/src/test/compile-fail/issue-19991.rs index 2d73b98ec1e60..ab042c423f25c 100644 --- a/src/test/compile-fail/issue-19991.rs +++ b/src/test/compile-fail/issue-19991.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-20005.rs b/src/test/compile-fail/issue-20005.rs index d91479a2e4e89..4bcfeeb236e06 100644 --- a/src/test/compile-fail/issue-20005.rs +++ b/src/test/compile-fail/issue-20005.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-20313.rs b/src/test/compile-fail/issue-20313.rs index dfb23c0503689..f8bcf02cc48db 100644 --- a/src/test/compile-fail/issue-20313.rs +++ b/src/test/compile-fail/issue-20313.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2063-resource.rs b/src/test/compile-fail/issue-2063-resource.rs index 30cf7ee7d8888..f800869746c6a 100644 --- a/src/test/compile-fail/issue-2063-resource.rs +++ b/src/test/compile-fail/issue-2063-resource.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2063.rs b/src/test/compile-fail/issue-2063.rs index 00607f850347c..d7098abdf18eb 100644 --- a/src/test/compile-fail/issue-2063.rs +++ b/src/test/compile-fail/issue-2063.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-20711-2.rs b/src/test/compile-fail/issue-20711-2.rs index f5f5c4fe8d7dd..bb3821da42178 100644 --- a/src/test/compile-fail/issue-20711-2.rs +++ b/src/test/compile-fail/issue-20711-2.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-20711.rs b/src/test/compile-fail/issue-20711.rs index b065355394c65..356b27d9483b9 100644 --- a/src/test/compile-fail/issue-20711.rs +++ b/src/test/compile-fail/issue-20711.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-20831-debruijn.rs b/src/test/compile-fail/issue-20831-debruijn.rs index aaf45f2739891..78aa3e31a8000 100644 --- a/src/test/compile-fail/issue-20831-debruijn.rs +++ b/src/test/compile-fail/issue-20831-debruijn.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-21045.rs b/src/test/compile-fail/issue-21045.rs index 134240f8c8aa3..a2a9273e8c5e5 100644 --- a/src/test/compile-fail/issue-21045.rs +++ b/src/test/compile-fail/issue-21045.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2111.rs b/src/test/compile-fail/issue-2111.rs index 8180ce52bdbc1..d86f57fbe4d1b 100644 --- a/src/test/compile-fail/issue-2111.rs +++ b/src/test/compile-fail/issue-2111.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-21160.rs b/src/test/compile-fail/issue-21160.rs index 0ee381669351a..2077a23d94638 100644 --- a/src/test/compile-fail/issue-21160.rs +++ b/src/test/compile-fail/issue-21160.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-21202.rs b/src/test/compile-fail/issue-21202.rs index 5c1de6dfc55b4..abe48f3861dd7 100644 --- a/src/test/compile-fail/issue-21202.rs +++ b/src/test/compile-fail/issue-21202.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2149.rs b/src/test/compile-fail/issue-2149.rs index 691660f897157..269368d05cc80 100644 --- a/src/test/compile-fail/issue-2149.rs +++ b/src/test/compile-fail/issue-2149.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2150.rs b/src/test/compile-fail/issue-2150.rs index f18db94acf33f..bd3f6b688c43c 100644 --- a/src/test/compile-fail/issue-2150.rs +++ b/src/test/compile-fail/issue-2150.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2151.rs b/src/test/compile-fail/issue-2151.rs index fbd8f9163b5df..998ffd547f84c 100644 --- a/src/test/compile-fail/issue-2151.rs +++ b/src/test/compile-fail/issue-2151.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2281-part1.rs b/src/test/compile-fail/issue-2281-part1.rs index f59252dd3154b..84b8c5a2a7306 100644 --- a/src/test/compile-fail/issue-2281-part1.rs +++ b/src/test/compile-fail/issue-2281-part1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2330.rs b/src/test/compile-fail/issue-2330.rs index 63f146a21d925..dd4699edb20d8 100644 --- a/src/test/compile-fail/issue-2330.rs +++ b/src/test/compile-fail/issue-2330.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2354-1.rs b/src/test/compile-fail/issue-2354-1.rs index d37837b9714f0..dfb02042f167b 100644 --- a/src/test/compile-fail/issue-2354-1.rs +++ b/src/test/compile-fail/issue-2354-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2354.rs b/src/test/compile-fail/issue-2354.rs index cc219a6acb5ef..5ffa230cb8770 100644 --- a/src/test/compile-fail/issue-2354.rs +++ b/src/test/compile-fail/issue-2354.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2356.rs b/src/test/compile-fail/issue-2356.rs index f0ae0eb59f532..f0b750582b432 100644 --- a/src/test/compile-fail/issue-2356.rs +++ b/src/test/compile-fail/issue-2356.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2478.rs b/src/test/compile-fail/issue-2478.rs index 3aea9c32e3ad2..5b0c1f342cb79 100644 --- a/src/test/compile-fail/issue-2478.rs +++ b/src/test/compile-fail/issue-2478.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2590.rs b/src/test/compile-fail/issue-2590.rs index d7e438d1049f9..5d236d92417af 100644 --- a/src/test/compile-fail/issue-2590.rs +++ b/src/test/compile-fail/issue-2590.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2611-4.rs b/src/test/compile-fail/issue-2611-4.rs index 31796e5e20c44..17497d3f62e13 100644 --- a/src/test/compile-fail/issue-2611-4.rs +++ b/src/test/compile-fail/issue-2611-4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2611-5.rs b/src/test/compile-fail/issue-2611-5.rs index 440294f38ae92..99d3deaa98155 100644 --- a/src/test/compile-fail/issue-2611-5.rs +++ b/src/test/compile-fail/issue-2611-5.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2718-a.rs b/src/test/compile-fail/issue-2718-a.rs index 3ba8dd4fefef0..8f613e5d45750 100644 --- a/src/test/compile-fail/issue-2718-a.rs +++ b/src/test/compile-fail/issue-2718-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2823.rs b/src/test/compile-fail/issue-2823.rs index 1996cb737fc72..5f704bf60c4fb 100644 --- a/src/test/compile-fail/issue-2823.rs +++ b/src/test/compile-fail/issue-2823.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2848.rs b/src/test/compile-fail/issue-2848.rs index e5503edfab5e1..d0e81329aaa5c 100644 --- a/src/test/compile-fail/issue-2848.rs +++ b/src/test/compile-fail/issue-2848.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2849.rs b/src/test/compile-fail/issue-2849.rs index 48f4cac9711a8..9f81f459fe837 100644 --- a/src/test/compile-fail/issue-2849.rs +++ b/src/test/compile-fail/issue-2849.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2937.rs b/src/test/compile-fail/issue-2937.rs index e4fae73b18991..74203d85e1352 100644 --- a/src/test/compile-fail/issue-2937.rs +++ b/src/test/compile-fail/issue-2937.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2951.rs b/src/test/compile-fail/issue-2951.rs index d0781b5658087..142b934d5668a 100644 --- a/src/test/compile-fail/issue-2951.rs +++ b/src/test/compile-fail/issue-2951.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-2995.rs b/src/test/compile-fail/issue-2995.rs index 8fbf97411cc7d..4c0977d180185 100644 --- a/src/test/compile-fail/issue-2995.rs +++ b/src/test/compile-fail/issue-2995.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3008-1.rs b/src/test/compile-fail/issue-3008-1.rs index d2d7d800470fe..ddebcc9444a9f 100644 --- a/src/test/compile-fail/issue-3008-1.rs +++ b/src/test/compile-fail/issue-3008-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3008-2.rs b/src/test/compile-fail/issue-3008-2.rs index 1e8f81a05e7f9..713754625aa8a 100644 --- a/src/test/compile-fail/issue-3008-2.rs +++ b/src/test/compile-fail/issue-3008-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3008-3.rs b/src/test/compile-fail/issue-3008-3.rs index a338a01690dea..cdf75fe0276d0 100644 --- a/src/test/compile-fail/issue-3008-3.rs +++ b/src/test/compile-fail/issue-3008-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3021-b.rs b/src/test/compile-fail/issue-3021-b.rs index 5c539cd739cef..c77ee4fc553d8 100644 --- a/src/test/compile-fail/issue-3021-b.rs +++ b/src/test/compile-fail/issue-3021-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3021-c.rs b/src/test/compile-fail/issue-3021-c.rs index 5b3e343deeaaf..2467d007d613a 100644 --- a/src/test/compile-fail/issue-3021-c.rs +++ b/src/test/compile-fail/issue-3021-c.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3021-d.rs b/src/test/compile-fail/issue-3021-d.rs index 594f68e1812af..8791825cc2793 100644 --- a/src/test/compile-fail/issue-3021-d.rs +++ b/src/test/compile-fail/issue-3021-d.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3021.rs b/src/test/compile-fail/issue-3021.rs index 719eef1b63d5d..993277e019102 100644 --- a/src/test/compile-fail/issue-3021.rs +++ b/src/test/compile-fail/issue-3021.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3036.rs b/src/test/compile-fail/issue-3036.rs index 16834f491659b..fb8ffc35e1c5f 100644 --- a/src/test/compile-fail/issue-3036.rs +++ b/src/test/compile-fail/issue-3036.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3038.rs b/src/test/compile-fail/issue-3038.rs index 1eec62df78801..beeaee3d1c17e 100644 --- a/src/test/compile-fail/issue-3038.rs +++ b/src/test/compile-fail/issue-3038.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3044.rs b/src/test/compile-fail/issue-3044.rs index c67d6b1ce8f7c..a2365b650fba8 100644 --- a/src/test/compile-fail/issue-3044.rs +++ b/src/test/compile-fail/issue-3044.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3080.rs b/src/test/compile-fail/issue-3080.rs index fb16dad39608e..bc96baaae8eaa 100644 --- a/src/test/compile-fail/issue-3080.rs +++ b/src/test/compile-fail/issue-3080.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3096-1.rs b/src/test/compile-fail/issue-3096-1.rs index 62c2639836b24..e02aca5ab0ffa 100644 --- a/src/test/compile-fail/issue-3096-1.rs +++ b/src/test/compile-fail/issue-3096-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3096-2.rs b/src/test/compile-fail/issue-3096-2.rs index 2d1ad9a2692ec..0e965912d00b2 100644 --- a/src/test/compile-fail/issue-3096-2.rs +++ b/src/test/compile-fail/issue-3096-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3099-a.rs b/src/test/compile-fail/issue-3099-a.rs index 316199b6730bb..c7b17b7bdb7e8 100644 --- a/src/test/compile-fail/issue-3099-a.rs +++ b/src/test/compile-fail/issue-3099-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3099-b.rs b/src/test/compile-fail/issue-3099-b.rs index b3f1b2a32eae3..b1fc9f118308f 100644 --- a/src/test/compile-fail/issue-3099-b.rs +++ b/src/test/compile-fail/issue-3099-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3099.rs b/src/test/compile-fail/issue-3099.rs index cdc377a09996f..7df9bba277394 100644 --- a/src/test/compile-fail/issue-3099.rs +++ b/src/test/compile-fail/issue-3099.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3154.rs b/src/test/compile-fail/issue-3154.rs index 5f55c550aeb39..7275fa466db81 100644 --- a/src/test/compile-fail/issue-3154.rs +++ b/src/test/compile-fail/issue-3154.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3214.rs b/src/test/compile-fail/issue-3214.rs index be49ca1fe06a7..c66698343c9bc 100644 --- a/src/test/compile-fail/issue-3214.rs +++ b/src/test/compile-fail/issue-3214.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3344.rs b/src/test/compile-fail/issue-3344.rs index 73532cb768ad8..b36641db0a846 100644 --- a/src/test/compile-fail/issue-3344.rs +++ b/src/test/compile-fail/issue-3344.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3477.rs b/src/test/compile-fail/issue-3477.rs index 5e7c23164cbbb..45e1f62760108 100644 --- a/src/test/compile-fail/issue-3477.rs +++ b/src/test/compile-fail/issue-3477.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3521-2.rs b/src/test/compile-fail/issue-3521-2.rs index 678618d721692..776413dd0e330 100644 --- a/src/test/compile-fail/issue-3521-2.rs +++ b/src/test/compile-fail/issue-3521-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3521.rs b/src/test/compile-fail/issue-3521.rs index 67ab5508ec2cd..f8148ca3a6cb8 100644 --- a/src/test/compile-fail/issue-3521.rs +++ b/src/test/compile-fail/issue-3521.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3563.rs b/src/test/compile-fail/issue-3563.rs index 7ebc5b7a5b96b..373261c68e7fe 100644 --- a/src/test/compile-fail/issue-3563.rs +++ b/src/test/compile-fail/issue-3563.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3601.rs b/src/test/compile-fail/issue-3601.rs index 15b3ec0bfe708..e91dec9a2675e 100644 --- a/src/test/compile-fail/issue-3601.rs +++ b/src/test/compile-fail/issue-3601.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3668-2.rs b/src/test/compile-fail/issue-3668-2.rs index 0577b1527234d..a9faf8400a077 100644 --- a/src/test/compile-fail/issue-3668-2.rs +++ b/src/test/compile-fail/issue-3668-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3668.rs b/src/test/compile-fail/issue-3668.rs index 9c31dc1e38ef8..3f3d4f1cf657a 100644 --- a/src/test/compile-fail/issue-3668.rs +++ b/src/test/compile-fail/issue-3668.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3680.rs b/src/test/compile-fail/issue-3680.rs index 4aff95b57decb..3cd5173922567 100644 --- a/src/test/compile-fail/issue-3680.rs +++ b/src/test/compile-fail/issue-3680.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3702-2.rs b/src/test/compile-fail/issue-3702-2.rs index 2b732899ea42f..b1900d3df4cbd 100644 --- a/src/test/compile-fail/issue-3702-2.rs +++ b/src/test/compile-fail/issue-3702-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3707.rs b/src/test/compile-fail/issue-3707.rs index 0aa357f239851..54b88c1b212fa 100644 --- a/src/test/compile-fail/issue-3707.rs +++ b/src/test/compile-fail/issue-3707.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3763.rs b/src/test/compile-fail/issue-3763.rs index 6e6c19a5bf6b0..c6b9a620b3a1d 100644 --- a/src/test/compile-fail/issue-3763.rs +++ b/src/test/compile-fail/issue-3763.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3779.rs b/src/test/compile-fail/issue-3779.rs index 19a7ed05bf442..82c1cd23f41eb 100644 --- a/src/test/compile-fail/issue-3779.rs +++ b/src/test/compile-fail/issue-3779.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3820.rs b/src/test/compile-fail/issue-3820.rs index 28de76f18da76..83ecae5df808d 100644 --- a/src/test/compile-fail/issue-3820.rs +++ b/src/test/compile-fail/issue-3820.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3907-2.rs b/src/test/compile-fail/issue-3907-2.rs index 9a166a6752b7e..6353c5378f39e 100644 --- a/src/test/compile-fail/issue-3907-2.rs +++ b/src/test/compile-fail/issue-3907-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3907.rs b/src/test/compile-fail/issue-3907.rs index 001de796b4ad7..9b050d6cb191c 100644 --- a/src/test/compile-fail/issue-3907.rs +++ b/src/test/compile-fail/issue-3907.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3953.rs b/src/test/compile-fail/issue-3953.rs index 0f1dd2d7fd6a8..98dc072ac6029 100644 --- a/src/test/compile-fail/issue-3953.rs +++ b/src/test/compile-fail/issue-3953.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3973.rs b/src/test/compile-fail/issue-3973.rs index e4f7521c33303..9ffcadabb65eb 100644 --- a/src/test/compile-fail/issue-3973.rs +++ b/src/test/compile-fail/issue-3973.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3993-2.rs b/src/test/compile-fail/issue-3993-2.rs index 9d9e91a141be3..794cf40f3e495 100644 --- a/src/test/compile-fail/issue-3993-2.rs +++ b/src/test/compile-fail/issue-3993-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-3993.rs b/src/test/compile-fail/issue-3993.rs index fae5eb5127237..44d8376fcd514 100644 --- a/src/test/compile-fail/issue-3993.rs +++ b/src/test/compile-fail/issue-3993.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4201.rs b/src/test/compile-fail/issue-4201.rs index b5af1f03b635b..b50847ec9bcf6 100644 --- a/src/test/compile-fail/issue-4201.rs +++ b/src/test/compile-fail/issue-4201.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4265.rs b/src/test/compile-fail/issue-4265.rs index b4bc7ecdc5f89..49a4777c126cc 100644 --- a/src/test/compile-fail/issue-4265.rs +++ b/src/test/compile-fail/issue-4265.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4321.rs b/src/test/compile-fail/issue-4321.rs index d589680b0ecda..7d9c7b1f53b37 100644 --- a/src/test/compile-fail/issue-4321.rs +++ b/src/test/compile-fail/issue-4321.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4335.rs b/src/test/compile-fail/issue-4335.rs index 292d1d9616a1d..de9f9561ef329 100644 --- a/src/test/compile-fail/issue-4335.rs +++ b/src/test/compile-fail/issue-4335.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4366-2.rs b/src/test/compile-fail/issue-4366-2.rs index e8dfac4544744..0e25bd9ba0b36 100644 --- a/src/test/compile-fail/issue-4366-2.rs +++ b/src/test/compile-fail/issue-4366-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4366.rs b/src/test/compile-fail/issue-4366.rs index 5625ac00c85d7..3161641e29950 100644 --- a/src/test/compile-fail/issue-4366.rs +++ b/src/test/compile-fail/issue-4366.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4517.rs b/src/test/compile-fail/issue-4517.rs index 881e124fd6892..df5b01a838f25 100644 --- a/src/test/compile-fail/issue-4517.rs +++ b/src/test/compile-fail/issue-4517.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4736.rs b/src/test/compile-fail/issue-4736.rs index b63db7c5a30e5..f460c1c429b7e 100644 --- a/src/test/compile-fail/issue-4736.rs +++ b/src/test/compile-fail/issue-4736.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4935.rs b/src/test/compile-fail/issue-4935.rs index b37b8e237edda..5ef26e5b89488 100644 --- a/src/test/compile-fail/issue-4935.rs +++ b/src/test/compile-fail/issue-4935.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4968.rs b/src/test/compile-fail/issue-4968.rs index e7cd20f38a1d2..21ba3f08cf163 100644 --- a/src/test/compile-fail/issue-4968.rs +++ b/src/test/compile-fail/issue-4968.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-4972.rs b/src/test/compile-fail/issue-4972.rs index b2b9dfce09217..e47ffae470662 100644 --- a/src/test/compile-fail/issue-4972.rs +++ b/src/test/compile-fail/issue-4972.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5035-2.rs b/src/test/compile-fail/issue-5035-2.rs index 9e324cdd61eb0..c07e37a92fab2 100644 --- a/src/test/compile-fail/issue-5035-2.rs +++ b/src/test/compile-fail/issue-5035-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5035.rs b/src/test/compile-fail/issue-5035.rs index cdf9d3bd36ece..e96f86b3c2e93 100644 --- a/src/test/compile-fail/issue-5035.rs +++ b/src/test/compile-fail/issue-5035.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5062.rs b/src/test/compile-fail/issue-5062.rs index 7bf3449a664b1..99f2fbb58abe2 100644 --- a/src/test/compile-fail/issue-5062.rs +++ b/src/test/compile-fail/issue-5062.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5099.rs b/src/test/compile-fail/issue-5099.rs index c2e1fc615cca3..7dfef150969f0 100644 --- a/src/test/compile-fail/issue-5099.rs +++ b/src/test/compile-fail/issue-5099.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5100.rs b/src/test/compile-fail/issue-5100.rs index b051abbc7ff50..3cae6b4bc8d41 100644 --- a/src/test/compile-fail/issue-5100.rs +++ b/src/test/compile-fail/issue-5100.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5153.rs b/src/test/compile-fail/issue-5153.rs index c10c7cba45559..8813bd316f32d 100644 --- a/src/test/compile-fail/issue-5153.rs +++ b/src/test/compile-fail/issue-5153.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5216.rs b/src/test/compile-fail/issue-5216.rs index fef414ce978a8..2b0d47d7f3b7d 100644 --- a/src/test/compile-fail/issue-5216.rs +++ b/src/test/compile-fail/issue-5216.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5239-1.rs b/src/test/compile-fail/issue-5239-1.rs index 0eaa40efca22b..4fdac65d91743 100644 --- a/src/test/compile-fail/issue-5239-1.rs +++ b/src/test/compile-fail/issue-5239-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5358-1.rs b/src/test/compile-fail/issue-5358-1.rs index 32702d3e2f6fe..3e8d90c4afe71 100644 --- a/src/test/compile-fail/issue-5358-1.rs +++ b/src/test/compile-fail/issue-5358-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5439.rs b/src/test/compile-fail/issue-5439.rs index 4e618f3d85848..2ab219e8ab1ff 100644 --- a/src/test/compile-fail/issue-5439.rs +++ b/src/test/compile-fail/issue-5439.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5500-1.rs b/src/test/compile-fail/issue-5500-1.rs index 7e5809cdee0b0..8b3c31c05c7a9 100644 --- a/src/test/compile-fail/issue-5500-1.rs +++ b/src/test/compile-fail/issue-5500-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5500.rs b/src/test/compile-fail/issue-5500.rs index 565634191be9a..bd93055025feb 100644 --- a/src/test/compile-fail/issue-5500.rs +++ b/src/test/compile-fail/issue-5500.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5543.rs b/src/test/compile-fail/issue-5543.rs index cf98f1572e560..abab7aff6baeb 100644 --- a/src/test/compile-fail/issue-5543.rs +++ b/src/test/compile-fail/issue-5543.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5544-a.rs b/src/test/compile-fail/issue-5544-a.rs index 42a18ba5fb765..7e5abb601b648 100644 --- a/src/test/compile-fail/issue-5544-a.rs +++ b/src/test/compile-fail/issue-5544-a.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5544-b.rs b/src/test/compile-fail/issue-5544-b.rs index 1f166ec0d1cc9..1362a4cafbfdd 100644 --- a/src/test/compile-fail/issue-5544-b.rs +++ b/src/test/compile-fail/issue-5544-b.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5806.rs b/src/test/compile-fail/issue-5806.rs index 597366a1b35df..c5b8049ce6ca0 100644 --- a/src/test/compile-fail/issue-5806.rs +++ b/src/test/compile-fail/issue-5806.rs @@ -1,17 +1,9 @@ -// Copyright 2014 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 or the MIT license // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5844.rs b/src/test/compile-fail/issue-5844.rs index 6c85a97f7f57f..3a1fc0770987d 100644 --- a/src/test/compile-fail/issue-5844.rs +++ b/src/test/compile-fail/issue-5844.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5883.rs b/src/test/compile-fail/issue-5883.rs index 9ff957b6e6dea..e7975b1fe17a6 100644 --- a/src/test/compile-fail/issue-5883.rs +++ b/src/test/compile-fail/issue-5883.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5927.rs b/src/test/compile-fail/issue-5927.rs index 0359248b36a49..2b2e3c2203160 100644 --- a/src/test/compile-fail/issue-5927.rs +++ b/src/test/compile-fail/issue-5927.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5997-enum.rs b/src/test/compile-fail/issue-5997-enum.rs index ad485f2d3302b..ad275198ecf19 100644 --- a/src/test/compile-fail/issue-5997-enum.rs +++ b/src/test/compile-fail/issue-5997-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-5997-struct.rs b/src/test/compile-fail/issue-5997-struct.rs index 587c7c63f4cf1..976cff593740f 100644 --- a/src/test/compile-fail/issue-5997-struct.rs +++ b/src/test/compile-fail/issue-5997-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6458-2.rs b/src/test/compile-fail/issue-6458-2.rs index 0143c75bfc604..314e8835cfb1c 100644 --- a/src/test/compile-fail/issue-6458-2.rs +++ b/src/test/compile-fail/issue-6458-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6458-3.rs b/src/test/compile-fail/issue-6458-3.rs index f96faeeec4bd1..b51f2393e5a05 100644 --- a/src/test/compile-fail/issue-6458-3.rs +++ b/src/test/compile-fail/issue-6458-3.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6458-4.rs b/src/test/compile-fail/issue-6458-4.rs index 02274e5441e26..b56ce6c0b7c43 100644 --- a/src/test/compile-fail/issue-6458-4.rs +++ b/src/test/compile-fail/issue-6458-4.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6458.rs b/src/test/compile-fail/issue-6458.rs index efa3100360b5c..5e0a1fce18078 100644 --- a/src/test/compile-fail/issue-6458.rs +++ b/src/test/compile-fail/issue-6458.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6596-1.rs b/src/test/compile-fail/issue-6596-1.rs index e988f404c3c6f..55dd14fd29e52 100644 --- a/src/test/compile-fail/issue-6596-1.rs +++ b/src/test/compile-fail/issue-6596-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6596-2.rs b/src/test/compile-fail/issue-6596-2.rs index 0158ad4ba4e03..499adafd7ecc6 100644 --- a/src/test/compile-fail/issue-6596-2.rs +++ b/src/test/compile-fail/issue-6596-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6610.rs b/src/test/compile-fail/issue-6610.rs index 166e91b27ac13..271910fb7b2b4 100644 --- a/src/test/compile-fail/issue-6610.rs +++ b/src/test/compile-fail/issue-6610.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6642.rs b/src/test/compile-fail/issue-6642.rs index 2c1809d4d4886..30bb201559c5c 100644 --- a/src/test/compile-fail/issue-6642.rs +++ b/src/test/compile-fail/issue-6642.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6702.rs b/src/test/compile-fail/issue-6702.rs index d035c615ec378..f11ece6b578ba 100644 --- a/src/test/compile-fail/issue-6702.rs +++ b/src/test/compile-fail/issue-6702.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6738.rs b/src/test/compile-fail/issue-6738.rs index 447d0e061ee54..6fa50a8352a01 100644 --- a/src/test/compile-fail/issue-6738.rs +++ b/src/test/compile-fail/issue-6738.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6801.rs b/src/test/compile-fail/issue-6801.rs index 9424ff22dc75c..c56063b1a11d0 100644 --- a/src/test/compile-fail/issue-6801.rs +++ b/src/test/compile-fail/issue-6801.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6804.rs b/src/test/compile-fail/issue-6804.rs index 30d3ab17a463e..1de6545c1038e 100644 --- a/src/test/compile-fail/issue-6804.rs +++ b/src/test/compile-fail/issue-6804.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6936.rs b/src/test/compile-fail/issue-6936.rs index f5c879a07ee56..806ce369ebc18 100644 --- a/src/test/compile-fail/issue-6936.rs +++ b/src/test/compile-fail/issue-6936.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6977.rs b/src/test/compile-fail/issue-6977.rs index c2bd810abad25..96029239b86aa 100644 --- a/src/test/compile-fail/issue-6977.rs +++ b/src/test/compile-fail/issue-6977.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-6991.rs b/src/test/compile-fail/issue-6991.rs index 0cc5898adfca1..f902aa7a52034 100644 --- a/src/test/compile-fail/issue-6991.rs +++ b/src/test/compile-fail/issue-6991.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7013.rs b/src/test/compile-fail/issue-7013.rs index 90ecfb6015dcd..0e32d2cdd8358 100644 --- a/src/test/compile-fail/issue-7013.rs +++ b/src/test/compile-fail/issue-7013.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7044.rs b/src/test/compile-fail/issue-7044.rs index 6f9fb2e61f2a8..5afa814cf0eda 100644 --- a/src/test/compile-fail/issue-7044.rs +++ b/src/test/compile-fail/issue-7044.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7061.rs b/src/test/compile-fail/issue-7061.rs index e261249bc998e..d16ffdd08291e 100644 --- a/src/test/compile-fail/issue-7061.rs +++ b/src/test/compile-fail/issue-7061.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7092.rs b/src/test/compile-fail/issue-7092.rs index eefb34fbe4c91..322f6c20dc3d2 100644 --- a/src/test/compile-fail/issue-7092.rs +++ b/src/test/compile-fail/issue-7092.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7246.rs b/src/test/compile-fail/issue-7246.rs index 7e8d431bf1920..b075bcfa0b532 100644 --- a/src/test/compile-fail/issue-7246.rs +++ b/src/test/compile-fail/issue-7246.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7364.rs b/src/test/compile-fail/issue-7364.rs index 2e644b6540234..d22fa8f78a68b 100644 --- a/src/test/compile-fail/issue-7364.rs +++ b/src/test/compile-fail/issue-7364.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7573.rs b/src/test/compile-fail/issue-7573.rs index 897afb1c10245..90197a3e0419b 100644 --- a/src/test/compile-fail/issue-7573.rs +++ b/src/test/compile-fail/issue-7573.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7575.rs b/src/test/compile-fail/issue-7575.rs index 49e54f25bf64b..08b343abfd449 100644 --- a/src/test/compile-fail/issue-7575.rs +++ b/src/test/compile-fail/issue-7575.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7607-1.rs b/src/test/compile-fail/issue-7607-1.rs index 48fc393d0da8e..fff3f2401fddd 100644 --- a/src/test/compile-fail/issue-7607-1.rs +++ b/src/test/compile-fail/issue-7607-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7607-2.rs b/src/test/compile-fail/issue-7607-2.rs index 9541899b46913..130cb73b68854 100644 --- a/src/test/compile-fail/issue-7607-2.rs +++ b/src/test/compile-fail/issue-7607-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7813.rs b/src/test/compile-fail/issue-7813.rs index 81421af4fa839..c455ae8d239c9 100644 --- a/src/test/compile-fail/issue-7813.rs +++ b/src/test/compile-fail/issue-7813.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-7867.rs b/src/test/compile-fail/issue-7867.rs index 0e81ec19c815a..b96462fb1e931 100644 --- a/src/test/compile-fail/issue-7867.rs +++ b/src/test/compile-fail/issue-7867.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-8153.rs b/src/test/compile-fail/issue-8153.rs index ea7224939ce56..c86d9ef4fd6fb 100644 --- a/src/test/compile-fail/issue-8153.rs +++ b/src/test/compile-fail/issue-8153.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-8208.rs b/src/test/compile-fail/issue-8208.rs index 7e3f1171e252f..6a515784fc1d6 100644 --- a/src/test/compile-fail/issue-8208.rs +++ b/src/test/compile-fail/issue-8208.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-8537.rs b/src/test/compile-fail/issue-8537.rs index dba9e751f71f5..188486cac1a7f 100644 --- a/src/test/compile-fail/issue-8537.rs +++ b/src/test/compile-fail/issue-8537.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-8727.rs b/src/test/compile-fail/issue-8727.rs index d1a86d334cb44..2bcfe9fb5e548 100644 --- a/src/test/compile-fail/issue-8727.rs +++ b/src/test/compile-fail/issue-8727.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-8761.rs b/src/test/compile-fail/issue-8761.rs index 30e4ec8ad0e6d..7eacad0f321f6 100644 --- a/src/test/compile-fail/issue-8761.rs +++ b/src/test/compile-fail/issue-8761.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-8767.rs b/src/test/compile-fail/issue-8767.rs index 6c5bac5e0cb34..d6ffa5b1b8ed2 100644 --- a/src/test/compile-fail/issue-8767.rs +++ b/src/test/compile-fail/issue-8767.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-897-2.rs b/src/test/compile-fail/issue-897-2.rs index 659b1426bd3f9..3988947690f64 100644 --- a/src/test/compile-fail/issue-897-2.rs +++ b/src/test/compile-fail/issue-897-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-897.rs b/src/test/compile-fail/issue-897.rs index b9cfbd695b047..35867f6edef1c 100644 --- a/src/test/compile-fail/issue-897.rs +++ b/src/test/compile-fail/issue-897.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-9243.rs b/src/test/compile-fail/issue-9243.rs index 808aa098c5a28..f34f7c87e005d 100644 --- a/src/test/compile-fail/issue-9243.rs +++ b/src/test/compile-fail/issue-9243.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-9575.rs b/src/test/compile-fail/issue-9575.rs index 94dd787f08635..1aef9801f35e3 100644 --- a/src/test/compile-fail/issue-9575.rs +++ b/src/test/compile-fail/issue-9575.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-9725.rs b/src/test/compile-fail/issue-9725.rs index 1a3c926ba384b..bc972f791d360 100644 --- a/src/test/compile-fail/issue-9725.rs +++ b/src/test/compile-fail/issue-9725.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-9814.rs b/src/test/compile-fail/issue-9814.rs index 8aefc5919d133..c07505ed5847d 100644 --- a/src/test/compile-fail/issue-9814.rs +++ b/src/test/compile-fail/issue-9814.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/issue-9957.rs b/src/test/compile-fail/issue-9957.rs index b1204e828900c..ebf87ffd7fc9d 100644 --- a/src/test/compile-fail/issue-9957.rs +++ b/src/test/compile-fail/issue-9957.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-abstract.rs b/src/test/compile-fail/keyword-abstract.rs index 1f1360eac0078..054112a2eac3f 100644 --- a/src/test/compile-fail/keyword-abstract.rs +++ b/src/test/compile-fail/keyword-abstract.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-as-as-identifier.rs b/src/test/compile-fail/keyword-as-as-identifier.rs index f307b12f66e70..8bbe94a3e068a 100644 --- a/src/test/compile-fail/keyword-as-as-identifier.rs +++ b/src/test/compile-fail/keyword-as-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-break-as-identifier.rs b/src/test/compile-fail/keyword-break-as-identifier.rs index 1e2725eb2feb9..925c9a2f9b3d4 100644 --- a/src/test/compile-fail/keyword-break-as-identifier.rs +++ b/src/test/compile-fail/keyword-break-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-do-as-identifier.rs b/src/test/compile-fail/keyword-do-as-identifier.rs index 90f73f8a9f422..92320be0eaf7d 100644 --- a/src/test/compile-fail/keyword-do-as-identifier.rs +++ b/src/test/compile-fail/keyword-do-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-else-as-identifier.rs b/src/test/compile-fail/keyword-else-as-identifier.rs index 101fd938dcb22..8cdd3b0c07b12 100644 --- a/src/test/compile-fail/keyword-else-as-identifier.rs +++ b/src/test/compile-fail/keyword-else-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-enum-as-identifier.rs b/src/test/compile-fail/keyword-enum-as-identifier.rs index ed504cc7b7fde..b4582ae0b5b29 100644 --- a/src/test/compile-fail/keyword-enum-as-identifier.rs +++ b/src/test/compile-fail/keyword-enum-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-extern-as-identifier.rs b/src/test/compile-fail/keyword-extern-as-identifier.rs index 3260506b3e193..474eef8504199 100644 --- a/src/test/compile-fail/keyword-extern-as-identifier.rs +++ b/src/test/compile-fail/keyword-extern-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-false-as-identifier.rs b/src/test/compile-fail/keyword-false-as-identifier.rs index d875898f8bcc4..7c98cd6d675fb 100644 --- a/src/test/compile-fail/keyword-false-as-identifier.rs +++ b/src/test/compile-fail/keyword-false-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-final.rs b/src/test/compile-fail/keyword-final.rs index 305ef0ef075f7..2ac17b722abd2 100644 --- a/src/test/compile-fail/keyword-final.rs +++ b/src/test/compile-fail/keyword-final.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-fn-as-identifier.rs b/src/test/compile-fail/keyword-fn-as-identifier.rs index 8c98da229c8b7..bbdaa3b255c55 100644 --- a/src/test/compile-fail/keyword-fn-as-identifier.rs +++ b/src/test/compile-fail/keyword-fn-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-for-as-identifier.rs b/src/test/compile-fail/keyword-for-as-identifier.rs index 196a33906767b..3d8b3cd5616e8 100644 --- a/src/test/compile-fail/keyword-for-as-identifier.rs +++ b/src/test/compile-fail/keyword-for-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-if-as-identifier.rs b/src/test/compile-fail/keyword-if-as-identifier.rs index 05f82ec790cc5..c489cdbd3b95a 100644 --- a/src/test/compile-fail/keyword-if-as-identifier.rs +++ b/src/test/compile-fail/keyword-if-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-impl-as-identifier.rs b/src/test/compile-fail/keyword-impl-as-identifier.rs index 1dd2180034519..2467427e3fee7 100644 --- a/src/test/compile-fail/keyword-impl-as-identifier.rs +++ b/src/test/compile-fail/keyword-impl-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-let-as-identifier.rs b/src/test/compile-fail/keyword-let-as-identifier.rs index 0069a26a40b7e..f122ab0934e32 100644 --- a/src/test/compile-fail/keyword-let-as-identifier.rs +++ b/src/test/compile-fail/keyword-let-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-loop-as-identifier.rs b/src/test/compile-fail/keyword-loop-as-identifier.rs index 6e469e8c0b437..e7c35995d0e58 100644 --- a/src/test/compile-fail/keyword-loop-as-identifier.rs +++ b/src/test/compile-fail/keyword-loop-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-match-as-identifier.rs b/src/test/compile-fail/keyword-match-as-identifier.rs index 9155ebc71fa43..c7f9e360d2a57 100644 --- a/src/test/compile-fail/keyword-match-as-identifier.rs +++ b/src/test/compile-fail/keyword-match-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-mod-as-identifier.rs b/src/test/compile-fail/keyword-mod-as-identifier.rs index 02f57e937dd7b..09ec92b709991 100644 --- a/src/test/compile-fail/keyword-mod-as-identifier.rs +++ b/src/test/compile-fail/keyword-mod-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-mut-as-identifier.rs b/src/test/compile-fail/keyword-mut-as-identifier.rs index b5d36e577502d..6b67845a550ac 100644 --- a/src/test/compile-fail/keyword-mut-as-identifier.rs +++ b/src/test/compile-fail/keyword-mut-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-override.rs b/src/test/compile-fail/keyword-override.rs index f70e6b9261053..5ddebb196bbaf 100644 --- a/src/test/compile-fail/keyword-override.rs +++ b/src/test/compile-fail/keyword-override.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-priv-as-identifier.rs b/src/test/compile-fail/keyword-priv-as-identifier.rs index 7cbaeb9d51841..fce050974ba09 100644 --- a/src/test/compile-fail/keyword-priv-as-identifier.rs +++ b/src/test/compile-fail/keyword-priv-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-pub-as-identifier.rs b/src/test/compile-fail/keyword-pub-as-identifier.rs index aa679741c1c08..3ceb46cdd08c7 100644 --- a/src/test/compile-fail/keyword-pub-as-identifier.rs +++ b/src/test/compile-fail/keyword-pub-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-ref-as-identifier.rs b/src/test/compile-fail/keyword-ref-as-identifier.rs index 72af521f6f1a9..177c6dd6ac045 100644 --- a/src/test/compile-fail/keyword-ref-as-identifier.rs +++ b/src/test/compile-fail/keyword-ref-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-return-as-identifier.rs b/src/test/compile-fail/keyword-return-as-identifier.rs index c567644591772..464194b28654b 100644 --- a/src/test/compile-fail/keyword-return-as-identifier.rs +++ b/src/test/compile-fail/keyword-return-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-self-as-identifier.rs b/src/test/compile-fail/keyword-self-as-identifier.rs index 8bb52142287f8..9d4869515fcbb 100644 --- a/src/test/compile-fail/keyword-self-as-identifier.rs +++ b/src/test/compile-fail/keyword-self-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-static-as-identifier.rs b/src/test/compile-fail/keyword-static-as-identifier.rs index 7268c4f387eca..09891f02e0c91 100644 --- a/src/test/compile-fail/keyword-static-as-identifier.rs +++ b/src/test/compile-fail/keyword-static-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-struct-as-identifier.rs b/src/test/compile-fail/keyword-struct-as-identifier.rs index bd42eac0ecbe0..5dce770722612 100644 --- a/src/test/compile-fail/keyword-struct-as-identifier.rs +++ b/src/test/compile-fail/keyword-struct-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-super-as-identifier.rs b/src/test/compile-fail/keyword-super-as-identifier.rs index 0378c326a89a7..042ef3a93a9af 100644 --- a/src/test/compile-fail/keyword-super-as-identifier.rs +++ b/src/test/compile-fail/keyword-super-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-super.rs b/src/test/compile-fail/keyword-super.rs index 0c94f76f1f6f6..237f22db1d4a4 100644 --- a/src/test/compile-fail/keyword-super.rs +++ b/src/test/compile-fail/keyword-super.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-trait-as-identifier.rs b/src/test/compile-fail/keyword-trait-as-identifier.rs index 95c0d174c3322..7e6c751f89a17 100644 --- a/src/test/compile-fail/keyword-trait-as-identifier.rs +++ b/src/test/compile-fail/keyword-trait-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-true-as-identifier.rs b/src/test/compile-fail/keyword-true-as-identifier.rs index 048b640c0b311..6990d7a3ab990 100644 --- a/src/test/compile-fail/keyword-true-as-identifier.rs +++ b/src/test/compile-fail/keyword-true-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-type-as-identifier.rs b/src/test/compile-fail/keyword-type-as-identifier.rs index 0aaa2a63c7c4f..60b14feeb8b02 100644 --- a/src/test/compile-fail/keyword-type-as-identifier.rs +++ b/src/test/compile-fail/keyword-type-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-typeof.rs b/src/test/compile-fail/keyword-typeof.rs index c42875382b98d..4dd3ab8e8dbe4 100644 --- a/src/test/compile-fail/keyword-typeof.rs +++ b/src/test/compile-fail/keyword-typeof.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-unsafe-as-identifier.rs b/src/test/compile-fail/keyword-unsafe-as-identifier.rs index 1b631eb877d9a..d26114c99277c 100644 --- a/src/test/compile-fail/keyword-unsafe-as-identifier.rs +++ b/src/test/compile-fail/keyword-unsafe-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-use-as-identifier.rs b/src/test/compile-fail/keyword-use-as-identifier.rs index e82afd544424d..5048b8cf7932f 100644 --- a/src/test/compile-fail/keyword-use-as-identifier.rs +++ b/src/test/compile-fail/keyword-use-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword-while-as-identifier.rs b/src/test/compile-fail/keyword-while-as-identifier.rs index 95cea65c610dd..5216056420376 100644 --- a/src/test/compile-fail/keyword-while-as-identifier.rs +++ b/src/test/compile-fail/keyword-while-as-identifier.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keyword.rs b/src/test/compile-fail/keyword.rs index 64eac47e69b32..928e3607f2f25 100644 --- a/src/test/compile-fail/keyword.rs +++ b/src/test/compile-fail/keyword.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/keywords-followed-by-double-colon.rs b/src/test/compile-fail/keywords-followed-by-double-colon.rs index f69b041597edf..aa49f89c9208f 100644 --- a/src/test/compile-fail/keywords-followed-by-double-colon.rs +++ b/src/test/compile-fail/keywords-followed-by-double-colon.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-copy.rs b/src/test/compile-fail/kindck-copy.rs index 4398be4b212da..b7500aa1cca1b 100644 --- a/src/test/compile-fail/kindck-copy.rs +++ b/src/test/compile-fail/kindck-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-destructor-owned.rs b/src/test/compile-fail/kindck-destructor-owned.rs index 7f3704144bef6..1a9f95e124244 100644 --- a/src/test/compile-fail/kindck-destructor-owned.rs +++ b/src/test/compile-fail/kindck-destructor-owned.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-impl-type-params-2.rs b/src/test/compile-fail/kindck-impl-type-params-2.rs index cd47bd721fcfd..be6d5f4725a7b 100644 --- a/src/test/compile-fail/kindck-impl-type-params-2.rs +++ b/src/test/compile-fail/kindck-impl-type-params-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-impl-type-params.rs b/src/test/compile-fail/kindck-impl-type-params.rs index 5d09068941544..f0d0441f06f1b 100644 --- a/src/test/compile-fail/kindck-impl-type-params.rs +++ b/src/test/compile-fail/kindck-impl-type-params.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-inherited-copy-bound.rs b/src/test/compile-fail/kindck-inherited-copy-bound.rs index 4ccb240071d04..79df906c6b798 100644 --- a/src/test/compile-fail/kindck-inherited-copy-bound.rs +++ b/src/test/compile-fail/kindck-inherited-copy-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-nonsendable-1.rs b/src/test/compile-fail/kindck-nonsendable-1.rs index 5bc769f8e117b..41875d433febf 100644 --- a/src/test/compile-fail/kindck-nonsendable-1.rs +++ b/src/test/compile-fail/kindck-nonsendable-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-object.rs b/src/test/compile-fail/kindck-send-object.rs index 7984b3b32c213..32e17e0eaa949 100644 --- a/src/test/compile-fail/kindck-send-object.rs +++ b/src/test/compile-fail/kindck-send-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-object1.rs b/src/test/compile-fail/kindck-send-object1.rs index c781fffff2dbc..2fcba5743c5b5 100644 --- a/src/test/compile-fail/kindck-send-object1.rs +++ b/src/test/compile-fail/kindck-send-object1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-object2.rs b/src/test/compile-fail/kindck-send-object2.rs index 75bae09b37f17..5780a846c26a4 100644 --- a/src/test/compile-fail/kindck-send-object2.rs +++ b/src/test/compile-fail/kindck-send-object2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-owned.rs b/src/test/compile-fail/kindck-send-owned.rs index 7025249fafb6e..13c5442148491 100644 --- a/src/test/compile-fail/kindck-send-owned.rs +++ b/src/test/compile-fail/kindck-send-owned.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-region-pointers.rs b/src/test/compile-fail/kindck-send-region-pointers.rs index c6987e89e3af2..205f349fa3de3 100644 --- a/src/test/compile-fail/kindck-send-region-pointers.rs +++ b/src/test/compile-fail/kindck-send-region-pointers.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-unsafe.rs b/src/test/compile-fail/kindck-send-unsafe.rs index bce765a986a22..fad0bb6896435 100644 --- a/src/test/compile-fail/kindck-send-unsafe.rs +++ b/src/test/compile-fail/kindck-send-unsafe.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/kindck-send-unsafe.rs~rust-lang_master b/src/test/compile-fail/kindck-send-unsafe.rs~rust-lang_master index a9bbfcfa26263..c735fadb2723a 100644 --- a/src/test/compile-fail/kindck-send-unsafe.rs~rust-lang_master +++ b/src/test/compile-fail/kindck-send-unsafe.rs~rust-lang_master @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lang-item-missing.rs b/src/test/compile-fail/lang-item-missing.rs index 61d55fd0964e3..213b2ba2aa9f0 100644 --- a/src/test/compile-fail/lang-item-missing.rs +++ b/src/test/compile-fail/lang-item-missing.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lex-bad-char-literals.rs b/src/test/compile-fail/lex-bad-char-literals.rs index fbe03e355eed6..ca8721cb8630f 100644 --- a/src/test/compile-fail/lex-bad-char-literals.rs +++ b/src/test/compile-fail/lex-bad-char-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lex-bad-numeric-literals.rs b/src/test/compile-fail/lex-bad-numeric-literals.rs index 9a490be6a0169..cb2fa3e141fbc 100644 --- a/src/test/compile-fail/lex-bad-numeric-literals.rs +++ b/src/test/compile-fail/lex-bad-numeric-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lex-bad-token.rs b/src/test/compile-fail/lex-bad-token.rs index d28d9a20c6eed..f2e81ee961452 100644 --- a/src/test/compile-fail/lex-bad-token.rs +++ b/src/test/compile-fail/lex-bad-token.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lex-bare-cr-string-literal-doc-comment.rs b/src/test/compile-fail/lex-bare-cr-string-literal-doc-comment.rs index c1e5121d6dd4e..7c9c574ccaca8 100644 --- a/src/test/compile-fail/lex-bare-cr-string-literal-doc-comment.rs +++ b/src/test/compile-fail/lex-bare-cr-string-literal-doc-comment.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lifetime-elision-return-type-requires-explicit-lifetime.rs b/src/test/compile-fail/lifetime-elision-return-type-requires-explicit-lifetime.rs index 55cce01633540..83a592d9feae5 100644 --- a/src/test/compile-fail/lifetime-elision-return-type-requires-explicit-lifetime.rs +++ b/src/test/compile-fail/lifetime-elision-return-type-requires-explicit-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-2.rs b/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-2.rs index fac518c763569..24d5878f0e512 100644 --- a/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-2.rs +++ b/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-3.rs b/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-3.rs index 04c5b223cb875..eda40b4d40987 100644 --- a/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-3.rs +++ b/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param.rs b/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param.rs index c60e321219bd2..0cec12e2315b5 100644 --- a/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param.rs +++ b/src/test/compile-fail/lifetime-inference-give-expl-lifetime-param.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lifetime-no-keyword.rs b/src/test/compile-fail/lifetime-no-keyword.rs index 8ffbcd90df877..def2e31a99b6e 100644 --- a/src/test/compile-fail/lifetime-no-keyword.rs +++ b/src/test/compile-fail/lifetime-no-keyword.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lifetime-obsoleted-self.rs b/src/test/compile-fail/lifetime-obsoleted-self.rs index 766922f2f8864..8ff09f775bd04 100644 --- a/src/test/compile-fail/lifetime-obsoleted-self.rs +++ b/src/test/compile-fail/lifetime-obsoleted-self.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/linkage1.rs b/src/test/compile-fail/linkage1.rs index 555cc2b9a7aad..2fe13dfd1aa84 100644 --- a/src/test/compile-fail/linkage1.rs +++ b/src/test/compile-fail/linkage1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/linkage2.rs b/src/test/compile-fail/linkage2.rs index edbeebe882e51..3f5153ad9b410 100644 --- a/src/test/compile-fail/linkage2.rs +++ b/src/test/compile-fail/linkage2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/linkage3.rs b/src/test/compile-fail/linkage3.rs index c75c7002e5e0f..b072fb8a001ef 100644 --- a/src/test/compile-fail/linkage3.rs +++ b/src/test/compile-fail/linkage3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/linkage4.rs b/src/test/compile-fail/linkage4.rs index 635d58e04c7ab..eecd72a7c99e2 100644 --- a/src/test/compile-fail/linkage4.rs +++ b/src/test/compile-fail/linkage4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-change-warnings.rs b/src/test/compile-fail/lint-change-warnings.rs index 441a8410700bf..881911c0600a4 100644 --- a/src/test/compile-fail/lint-change-warnings.rs +++ b/src/test/compile-fail/lint-change-warnings.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-ctypes-enum.rs b/src/test/compile-fail/lint-ctypes-enum.rs index dea933085de4e..ed62936385c83 100644 --- a/src/test/compile-fail/lint-ctypes-enum.rs +++ b/src/test/compile-fail/lint-ctypes-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-ctypes.rs b/src/test/compile-fail/lint-ctypes.rs index 5706453a22052..a17d3bd710041 100644 --- a/src/test/compile-fail/lint-ctypes.rs +++ b/src/test/compile-fail/lint-ctypes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-dead-code-1.rs b/src/test/compile-fail/lint-dead-code-1.rs index ceba33360d947..da2901847a896 100644 --- a/src/test/compile-fail/lint-dead-code-1.rs +++ b/src/test/compile-fail/lint-dead-code-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-dead-code-2.rs b/src/test/compile-fail/lint-dead-code-2.rs index 4a0e4f4319e0a..70ad2d1ddf606 100644 --- a/src/test/compile-fail/lint-dead-code-2.rs +++ b/src/test/compile-fail/lint-dead-code-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-dead-code-3.rs b/src/test/compile-fail/lint-dead-code-3.rs index 89ab78968d04f..dd5cbb7a0544e 100644 --- a/src/test/compile-fail/lint-dead-code-3.rs +++ b/src/test/compile-fail/lint-dead-code-3.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-dead-code-4.rs b/src/test/compile-fail/lint-dead-code-4.rs index 3221be220d98c..def7f2f642b17 100644 --- a/src/test/compile-fail/lint-dead-code-4.rs +++ b/src/test/compile-fail/lint-dead-code-4.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-dead-code-5.rs b/src/test/compile-fail/lint-dead-code-5.rs index 04d6547d93812..1fe0fcb238c11 100644 --- a/src/test/compile-fail/lint-dead-code-5.rs +++ b/src/test/compile-fail/lint-dead-code-5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-directives-on-use-items-issue-10534.rs b/src/test/compile-fail/lint-directives-on-use-items-issue-10534.rs index 18159aec70844..ebffe574211b5 100644 --- a/src/test/compile-fail/lint-directives-on-use-items-issue-10534.rs +++ b/src/test/compile-fail/lint-directives-on-use-items-issue-10534.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-exceeding-bitshifts.rs b/src/test/compile-fail/lint-exceeding-bitshifts.rs index 4c880eda099ca..c98b876e326c5 100644 --- a/src/test/compile-fail/lint-exceeding-bitshifts.rs +++ b/src/test/compile-fail/lint-exceeding-bitshifts.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-forbid-attr.rs b/src/test/compile-fail/lint-forbid-attr.rs index d1fcf62115b20..6685986c58a42 100644 --- a/src/test/compile-fail/lint-forbid-attr.rs +++ b/src/test/compile-fail/lint-forbid-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-forbid-cmdline.rs b/src/test/compile-fail/lint-forbid-cmdline.rs index e3be0d06a350f..bc32bcd2fdb48 100644 --- a/src/test/compile-fail/lint-forbid-cmdline.rs +++ b/src/test/compile-fail/lint-forbid-cmdline.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-group-style.rs b/src/test/compile-fail/lint-group-style.rs index 24d16bcaafc1a..6162e4ce98bd2 100644 --- a/src/test/compile-fail/lint-group-style.rs +++ b/src/test/compile-fail/lint-group-style.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-impl-fn.rs b/src/test/compile-fail/lint-impl-fn.rs index 608aec327b63a..5b3042cc08160 100644 --- a/src/test/compile-fail/lint-impl-fn.rs +++ b/src/test/compile-fail/lint-impl-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-misplaced-attr.rs b/src/test/compile-fail/lint-misplaced-attr.rs index 18ea5a383f6b4..b8ce1e7999224 100644 --- a/src/test/compile-fail/lint-misplaced-attr.rs +++ b/src/test/compile-fail/lint-misplaced-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-missing-doc.rs b/src/test/compile-fail/lint-missing-doc.rs index 55103f10f2ce1..7090da9be679b 100644 --- a/src/test/compile-fail/lint-missing-doc.rs +++ b/src/test/compile-fail/lint-missing-doc.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-non-camel-case-types.rs b/src/test/compile-fail/lint-non-camel-case-types.rs index 70d6b240985b0..cd4f5a806e67a 100644 --- a/src/test/compile-fail/lint-non-camel-case-types.rs +++ b/src/test/compile-fail/lint-non-camel-case-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-non-snake-case-functions.rs b/src/test/compile-fail/lint-non-snake-case-functions.rs index 6cfdc6ad90b91..31738d204c17d 100644 --- a/src/test/compile-fail/lint-non-snake-case-functions.rs +++ b/src/test/compile-fail/lint-non-snake-case-functions.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-non-snake-case-lifetimes.rs b/src/test/compile-fail/lint-non-snake-case-lifetimes.rs index 64669d90d06bf..77d0656c1b91c 100644 --- a/src/test/compile-fail/lint-non-snake-case-lifetimes.rs +++ b/src/test/compile-fail/lint-non-snake-case-lifetimes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-non-snake-case-modules.rs b/src/test/compile-fail/lint-non-snake-case-modules.rs index 5bc84698ec905..ba9aa9398cecc 100644 --- a/src/test/compile-fail/lint-non-snake-case-modules.rs +++ b/src/test/compile-fail/lint-non-snake-case-modules.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-non-uppercase-statics.rs b/src/test/compile-fail/lint-non-uppercase-statics.rs index 10475f967d716..8455c37436919 100644 --- a/src/test/compile-fail/lint-non-uppercase-statics.rs +++ b/src/test/compile-fail/lint-non-uppercase-statics.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-obsolete-attr.rs b/src/test/compile-fail/lint-obsolete-attr.rs index e4fd042d09845..1ccfbb66982b9 100644 --- a/src/test/compile-fail/lint-obsolete-attr.rs +++ b/src/test/compile-fail/lint-obsolete-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-output-format.rs b/src/test/compile-fail/lint-output-format.rs index 10217481bf38a..45b64892d0630 100644 --- a/src/test/compile-fail/lint-output-format.rs +++ b/src/test/compile-fail/lint-output-format.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-owned-heap-memory.rs b/src/test/compile-fail/lint-owned-heap-memory.rs index 9c68da8beafd6..98cc8c3619c67 100644 --- a/src/test/compile-fail/lint-owned-heap-memory.rs +++ b/src/test/compile-fail/lint-owned-heap-memory.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-qualification.rs b/src/test/compile-fail/lint-qualification.rs index 18a5a8ecc5d52..4e73dc408a9be 100644 --- a/src/test/compile-fail/lint-qualification.rs +++ b/src/test/compile-fail/lint-qualification.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-raw-ptr-derive.rs b/src/test/compile-fail/lint-raw-ptr-derive.rs index 4320b3e744152..873a7c27ba389 100644 --- a/src/test/compile-fail/lint-raw-ptr-derive.rs +++ b/src/test/compile-fail/lint-raw-ptr-derive.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-renaming.rs b/src/test/compile-fail/lint-renaming.rs index 7ffec37772fe8..a94433aa6e59a 100644 --- a/src/test/compile-fail/lint-renaming.rs +++ b/src/test/compile-fail/lint-renaming.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-shorthand-field.rs b/src/test/compile-fail/lint-shorthand-field.rs index 97a976a493f80..1751b1f346f06 100644 --- a/src/test/compile-fail/lint-shorthand-field.rs +++ b/src/test/compile-fail/lint-shorthand-field.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-stability.rs b/src/test/compile-fail/lint-stability.rs index eab5e98d68fa0..9925cdccf6d0f 100644 --- a/src/test/compile-fail/lint-stability.rs +++ b/src/test/compile-fail/lint-stability.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-type-limits.rs b/src/test/compile-fail/lint-type-limits.rs index a2bc464ac4978..3cc6ac4ff7528 100644 --- a/src/test/compile-fail/lint-type-limits.rs +++ b/src/test/compile-fail/lint-type-limits.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-type-overflow.rs b/src/test/compile-fail/lint-type-overflow.rs index 47dc93dae13e9..3d630a1f1456e 100644 --- a/src/test/compile-fail/lint-type-overflow.rs +++ b/src/test/compile-fail/lint-type-overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unknown-attr.rs b/src/test/compile-fail/lint-unknown-attr.rs index e4cb92477c299..ad3726ba2b364 100644 --- a/src/test/compile-fail/lint-unknown-attr.rs +++ b/src/test/compile-fail/lint-unknown-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unknown-feature.rs b/src/test/compile-fail/lint-unknown-feature.rs index 6252e01749bd2..6593f95feda7e 100644 --- a/src/test/compile-fail/lint-unknown-feature.rs +++ b/src/test/compile-fail/lint-unknown-feature.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unnecessary-casts.rs b/src/test/compile-fail/lint-unnecessary-casts.rs index b3cf8257b8f6e..122e60cd797d2 100644 --- a/src/test/compile-fail/lint-unnecessary-casts.rs +++ b/src/test/compile-fail/lint-unnecessary-casts.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unnecessary-import-braces.rs b/src/test/compile-fail/lint-unnecessary-import-braces.rs index 1c0401ec56b85..b5758970ea47c 100644 --- a/src/test/compile-fail/lint-unnecessary-import-braces.rs +++ b/src/test/compile-fail/lint-unnecessary-import-braces.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unnecessary-parens.rs b/src/test/compile-fail/lint-unnecessary-parens.rs index 4ccc3d8b64151..e7bd1b7263716 100644 --- a/src/test/compile-fail/lint-unnecessary-parens.rs +++ b/src/test/compile-fail/lint-unnecessary-parens.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unsafe-block.rs b/src/test/compile-fail/lint-unsafe-block.rs index 56d2b2cd6c084..fb3df977b8af9 100644 --- a/src/test/compile-fail/lint-unsafe-block.rs +++ b/src/test/compile-fail/lint-unsafe-block.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unused-extern-crate.rs b/src/test/compile-fail/lint-unused-extern-crate.rs index ae156356b79b4..4425c6d3bba22 100644 --- a/src/test/compile-fail/lint-unused-extern-crate.rs +++ b/src/test/compile-fail/lint-unused-extern-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unused-imports.rs b/src/test/compile-fail/lint-unused-imports.rs index 84d7200314f9d..60ab988595a3d 100644 --- a/src/test/compile-fail/lint-unused-imports.rs +++ b/src/test/compile-fail/lint-unused-imports.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unused-mut-self.rs b/src/test/compile-fail/lint-unused-mut-self.rs index 370f664e43033..566853c5f95a4 100644 --- a/src/test/compile-fail/lint-unused-mut-self.rs +++ b/src/test/compile-fail/lint-unused-mut-self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unused-mut-variables.rs b/src/test/compile-fail/lint-unused-mut-variables.rs index 501eea770d814..5af1ba7490f1c 100644 --- a/src/test/compile-fail/lint-unused-mut-variables.rs +++ b/src/test/compile-fail/lint-unused-mut-variables.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-unused-unsafe.rs b/src/test/compile-fail/lint-unused-unsafe.rs index 5c8e73e674751..8b8a431ce2def 100644 --- a/src/test/compile-fail/lint-unused-unsafe.rs +++ b/src/test/compile-fail/lint-unused-unsafe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-uppercase-variables.rs b/src/test/compile-fail/lint-uppercase-variables.rs index d9f899ede0482..c4ddb2a76107e 100644 --- a/src/test/compile-fail/lint-uppercase-variables.rs +++ b/src/test/compile-fail/lint-uppercase-variables.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lint-visible-private-types.rs b/src/test/compile-fail/lint-visible-private-types.rs index 8cf375f80fbb1..c7bddd83b6563 100644 --- a/src/test/compile-fail/lint-visible-private-types.rs +++ b/src/test/compile-fail/lint-visible-private-types.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-assign-imm-local-in-loop.rs b/src/test/compile-fail/liveness-assign-imm-local-in-loop.rs index f50a934510697..a2bf5fd72ccd2 100644 --- a/src/test/compile-fail/liveness-assign-imm-local-in-loop.rs +++ b/src/test/compile-fail/liveness-assign-imm-local-in-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-assign-imm-local-in-op-eq.rs b/src/test/compile-fail/liveness-assign-imm-local-in-op-eq.rs index df57bb9e4417e..e86ec26fca0ea 100644 --- a/src/test/compile-fail/liveness-assign-imm-local-in-op-eq.rs +++ b/src/test/compile-fail/liveness-assign-imm-local-in-op-eq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-assign-imm-local-with-init.rs b/src/test/compile-fail/liveness-assign-imm-local-with-init.rs index 28218bff60d68..8d2f4a8e38043 100644 --- a/src/test/compile-fail/liveness-assign-imm-local-with-init.rs +++ b/src/test/compile-fail/liveness-assign-imm-local-with-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-bad-bang-2.rs b/src/test/compile-fail/liveness-bad-bang-2.rs index bb0491755942e..19f4f8d479ad2 100644 --- a/src/test/compile-fail/liveness-bad-bang-2.rs +++ b/src/test/compile-fail/liveness-bad-bang-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-closure-require-ret.rs b/src/test/compile-fail/liveness-closure-require-ret.rs index 17cd8231222f2..260abcb5a4b7f 100644 --- a/src/test/compile-fail/liveness-closure-require-ret.rs +++ b/src/test/compile-fail/liveness-closure-require-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-dead.rs b/src/test/compile-fail/liveness-dead.rs index dc7b0fc4fd0f2..8261a2ae4db3a 100644 --- a/src/test/compile-fail/liveness-dead.rs +++ b/src/test/compile-fail/liveness-dead.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-forgot-ret.rs b/src/test/compile-fail/liveness-forgot-ret.rs index e08515e40af78..b5279a78c2d9f 100644 --- a/src/test/compile-fail/liveness-forgot-ret.rs +++ b/src/test/compile-fail/liveness-forgot-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-issue-2163.rs b/src/test/compile-fail/liveness-issue-2163.rs index 69bceec8c3225..7f3a6128b8821 100644 --- a/src/test/compile-fail/liveness-issue-2163.rs +++ b/src/test/compile-fail/liveness-issue-2163.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-missing-ret2.rs b/src/test/compile-fail/liveness-missing-ret2.rs index b53bb6159e8dd..2de375e75e552 100644 --- a/src/test/compile-fail/liveness-missing-ret2.rs +++ b/src/test/compile-fail/liveness-missing-ret2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-move-call-arg.rs b/src/test/compile-fail/liveness-move-call-arg.rs index 9340964c1fb0d..64362a6d8f65d 100644 --- a/src/test/compile-fail/liveness-move-call-arg.rs +++ b/src/test/compile-fail/liveness-move-call-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-move-in-loop.rs b/src/test/compile-fail/liveness-move-in-loop.rs index 65ccaceac0821..98eb4703daa44 100644 --- a/src/test/compile-fail/liveness-move-in-loop.rs +++ b/src/test/compile-fail/liveness-move-in-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-move-in-while.rs b/src/test/compile-fail/liveness-move-in-while.rs index cadfd48712111..09272b01251c7 100644 --- a/src/test/compile-fail/liveness-move-in-while.rs +++ b/src/test/compile-fail/liveness-move-in-while.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-return-last-stmt-semi.rs b/src/test/compile-fail/liveness-return-last-stmt-semi.rs index 4b8f84ae70486..8f686e4409a20 100644 --- a/src/test/compile-fail/liveness-return-last-stmt-semi.rs +++ b/src/test/compile-fail/liveness-return-last-stmt-semi.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-unused.rs b/src/test/compile-fail/liveness-unused.rs index f27ee376f5204..9cd086c5dd8aa 100644 --- a/src/test/compile-fail/liveness-unused.rs +++ b/src/test/compile-fail/liveness-unused.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-use-after-move.rs b/src/test/compile-fail/liveness-use-after-move.rs index 21e52f130609d..cf72067281fb7 100644 --- a/src/test/compile-fail/liveness-use-after-move.rs +++ b/src/test/compile-fail/liveness-use-after-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/liveness-use-after-send.rs b/src/test/compile-fail/liveness-use-after-send.rs index 4ba24800f5d33..461da05590d1b 100644 --- a/src/test/compile-fail/liveness-use-after-send.rs +++ b/src/test/compile-fail/liveness-use-after-send.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/log-syntax-gate.rs b/src/test/compile-fail/log-syntax-gate.rs index 63c66e53c5ee8..3a12d3951fc65 100644 --- a/src/test/compile-fail/log-syntax-gate.rs +++ b/src/test/compile-fail/log-syntax-gate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/loop-does-not-diverge.rs b/src/test/compile-fail/loop-does-not-diverge.rs index e2d3d059ad815..e14b2d724c804 100644 --- a/src/test/compile-fail/loop-does-not-diverge.rs +++ b/src/test/compile-fail/loop-does-not-diverge.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lub-if.rs b/src/test/compile-fail/lub-if.rs index 6dcf1fdee8302..c87bdf2b86c81 100644 --- a/src/test/compile-fail/lub-if.rs +++ b/src/test/compile-fail/lub-if.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/lub-match.rs b/src/test/compile-fail/lub-match.rs index 1939df2877b82..dc15838e73058 100644 --- a/src/test/compile-fail/lub-match.rs +++ b/src/test/compile-fail/lub-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-attribute.rs b/src/test/compile-fail/macro-attribute.rs index 77ea0c9c4f302..6879ddad2b4ee 100644 --- a/src/test/compile-fail/macro-attribute.rs +++ b/src/test/compile-fail/macro-attribute.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-bad-delimiter-ident.rs b/src/test/compile-fail/macro-bad-delimiter-ident.rs index 75f7b5d4dd809..ad8877feecc35 100644 --- a/src/test/compile-fail/macro-bad-delimiter-ident.rs +++ b/src/test/compile-fail/macro-bad-delimiter-ident.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-crate-nonterminal-non-root.rs b/src/test/compile-fail/macro-crate-nonterminal-non-root.rs index 67aaf05c3101b..6e28e40ba7106 100644 --- a/src/test/compile-fail/macro-crate-nonterminal-non-root.rs +++ b/src/test/compile-fail/macro-crate-nonterminal-non-root.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-incomplete-parse.rs b/src/test/compile-fail/macro-incomplete-parse.rs index 53b29ccb0c0c7..5138fe307766f 100644 --- a/src/test/compile-fail/macro-incomplete-parse.rs +++ b/src/test/compile-fail/macro-incomplete-parse.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-inner-attributes.rs b/src/test/compile-fail/macro-inner-attributes.rs index e4fc5bb462700..9d88937b08763 100644 --- a/src/test/compile-fail/macro-inner-attributes.rs +++ b/src/test/compile-fail/macro-inner-attributes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-input-future-proofing.rs b/src/test/compile-fail/macro-input-future-proofing.rs index 15f6d88fd8998..32b3c8ebd6afb 100644 --- a/src/test/compile-fail/macro-input-future-proofing.rs +++ b/src/test/compile-fail/macro-input-future-proofing.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-keyword.rs b/src/test/compile-fail/macro-keyword.rs index 9d4ec9c176cce..6eb2d9be2ec27 100644 --- a/src/test/compile-fail/macro-keyword.rs +++ b/src/test/compile-fail/macro-keyword.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-local-data-key-priv.rs b/src/test/compile-fail/macro-local-data-key-priv.rs index 3818c8f7754a6..acc8cd56d48b0 100644 --- a/src/test/compile-fail/macro-local-data-key-priv.rs +++ b/src/test/compile-fail/macro-local-data-key-priv.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-match-nonterminal.rs b/src/test/compile-fail/macro-match-nonterminal.rs index a66b638701436..26347d0c9e641 100644 --- a/src/test/compile-fail/macro-match-nonterminal.rs +++ b/src/test/compile-fail/macro-match-nonterminal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-mismatched-delim-brace-paren.rs b/src/test/compile-fail/macro-mismatched-delim-brace-paren.rs index d03698c1573b1..dc7c8a3eb32f2 100644 --- a/src/test/compile-fail/macro-mismatched-delim-brace-paren.rs +++ b/src/test/compile-fail/macro-mismatched-delim-brace-paren.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-mismatched-delim-paren-brace.rs b/src/test/compile-fail/macro-mismatched-delim-paren-brace.rs index d80f93d7ad0d0..e784ffca26aea 100644 --- a/src/test/compile-fail/macro-mismatched-delim-paren-brace.rs +++ b/src/test/compile-fail/macro-mismatched-delim-paren-brace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-no-implicit-reexport.rs b/src/test/compile-fail/macro-no-implicit-reexport.rs index 1e2172f4a7cff..2ca1b7b41b8a7 100644 --- a/src/test/compile-fail/macro-no-implicit-reexport.rs +++ b/src/test/compile-fail/macro-no-implicit-reexport.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-outer-attributes.rs b/src/test/compile-fail/macro-outer-attributes.rs index a0f23c72bc41e..a39fe08cc780b 100644 --- a/src/test/compile-fail/macro-outer-attributes.rs +++ b/src/test/compile-fail/macro-outer-attributes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-reexport-malformed-1.rs b/src/test/compile-fail/macro-reexport-malformed-1.rs index b9f754b2778bc..32027828ba7a5 100644 --- a/src/test/compile-fail/macro-reexport-malformed-1.rs +++ b/src/test/compile-fail/macro-reexport-malformed-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-reexport-malformed-2.rs b/src/test/compile-fail/macro-reexport-malformed-2.rs index 9ced5be8479ba..1b188f8fd8b8e 100644 --- a/src/test/compile-fail/macro-reexport-malformed-2.rs +++ b/src/test/compile-fail/macro-reexport-malformed-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-reexport-malformed-3.rs b/src/test/compile-fail/macro-reexport-malformed-3.rs index c8bd0a0509cdc..3f3e0e6f667b7 100644 --- a/src/test/compile-fail/macro-reexport-malformed-3.rs +++ b/src/test/compile-fail/macro-reexport-malformed-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-reexport-not-locally-visible.rs b/src/test/compile-fail/macro-reexport-not-locally-visible.rs index cf0d79e0fefd3..46be031409a70 100644 --- a/src/test/compile-fail/macro-reexport-not-locally-visible.rs +++ b/src/test/compile-fail/macro-reexport-not-locally-visible.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-use-bad-args-1.rs b/src/test/compile-fail/macro-use-bad-args-1.rs index a73c4adb71f9f..87457b2b7236d 100644 --- a/src/test/compile-fail/macro-use-bad-args-1.rs +++ b/src/test/compile-fail/macro-use-bad-args-1.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-use-bad-args-2.rs b/src/test/compile-fail/macro-use-bad-args-2.rs index 31efe857605b4..8d9a41632ac07 100644 --- a/src/test/compile-fail/macro-use-bad-args-2.rs +++ b/src/test/compile-fail/macro-use-bad-args-2.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-use-wrong-name.rs b/src/test/compile-fail/macro-use-wrong-name.rs index 4e0486f0db7e9..4915652efd64e 100644 --- a/src/test/compile-fail/macro-use-wrong-name.rs +++ b/src/test/compile-fail/macro-use-wrong-name.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macro-with-seps-err-msg.rs b/src/test/compile-fail/macro-with-seps-err-msg.rs index 95250e36b8685..39e416a78e33b 100644 --- a/src/test/compile-fail/macro-with-seps-err-msg.rs +++ b/src/test/compile-fail/macro-with-seps-err-msg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macros-no-semicolon-items.rs b/src/test/compile-fail/macros-no-semicolon-items.rs index 314292085dfe6..6aec4b021691c 100644 --- a/src/test/compile-fail/macros-no-semicolon-items.rs +++ b/src/test/compile-fail/macros-no-semicolon-items.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macros-no-semicolon.rs b/src/test/compile-fail/macros-no-semicolon.rs index 0e85551e2161c..99875ed323637 100644 --- a/src/test/compile-fail/macros-no-semicolon.rs +++ b/src/test/compile-fail/macros-no-semicolon.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/macros-nonfatal-errors.rs b/src/test/compile-fail/macros-nonfatal-errors.rs index ce1b372a4c11e..b15d2db6bf0fa 100644 --- a/src/test/compile-fail/macros-nonfatal-errors.rs +++ b/src/test/compile-fail/macros-nonfatal-errors.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/main-wrong-location.rs b/src/test/compile-fail/main-wrong-location.rs index ef3f8140c68a0..dccd68e557558 100644 --- a/src/test/compile-fail/main-wrong-location.rs +++ b/src/test/compile-fail/main-wrong-location.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/main-wrong-type-2.rs b/src/test/compile-fail/main-wrong-type-2.rs index 09d5765a80f3f..7ce10d6f8527c 100644 --- a/src/test/compile-fail/main-wrong-type-2.rs +++ b/src/test/compile-fail/main-wrong-type-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/main-wrong-type.rs b/src/test/compile-fail/main-wrong-type.rs index d9c617a71720e..0a43b7fd7c237 100644 --- a/src/test/compile-fail/main-wrong-type.rs +++ b/src/test/compile-fail/main-wrong-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/manual-link-bad-form.rs b/src/test/compile-fail/manual-link-bad-form.rs index bd2a3eba0b5b8..ad92205ff1280 100644 --- a/src/test/compile-fail/manual-link-bad-form.rs +++ b/src/test/compile-fail/manual-link-bad-form.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/manual-link-bad-kind.rs b/src/test/compile-fail/manual-link-bad-kind.rs index 4614440ddafd5..93e9cb2862aec 100644 --- a/src/test/compile-fail/manual-link-bad-kind.rs +++ b/src/test/compile-fail/manual-link-bad-kind.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/manual-link-framework.rs b/src/test/compile-fail/manual-link-framework.rs index 96cc35049ee40..2977ca6e5492b 100644 --- a/src/test/compile-fail/manual-link-framework.rs +++ b/src/test/compile-fail/manual-link-framework.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/map-types.rs b/src/test/compile-fail/map-types.rs index ba2205f5868d4..2be82585b2f00 100644 --- a/src/test/compile-fail/map-types.rs +++ b/src/test/compile-fail/map-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/marker-no-copy.rs b/src/test/compile-fail/marker-no-copy.rs index d9e139cc9db71..2986cfc222d9e 100644 --- a/src/test/compile-fail/marker-no-copy.rs +++ b/src/test/compile-fail/marker-no-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-arm-statics.rs b/src/test/compile-fail/match-arm-statics.rs index 9b313f248fcbb..b1577e5f0bfaf 100644 --- a/src/test/compile-fail/match-arm-statics.rs +++ b/src/test/compile-fail/match-arm-statics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-arrows-block-then-binop.rs b/src/test/compile-fail/match-arrows-block-then-binop.rs index b6b2313aa09c3..63e34093c7375 100644 --- a/src/test/compile-fail/match-arrows-block-then-binop.rs +++ b/src/test/compile-fail/match-arrows-block-then-binop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-ill-type1.rs b/src/test/compile-fail/match-ill-type1.rs index 908d46f398ca7..5c774e6082b63 100644 --- a/src/test/compile-fail/match-ill-type1.rs +++ b/src/test/compile-fail/match-ill-type1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-ill-type2.rs b/src/test/compile-fail/match-ill-type2.rs index 6b6954101b246..b5a3c55b25a0a 100644 --- a/src/test/compile-fail/match-ill-type2.rs +++ b/src/test/compile-fail/match-ill-type2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-join.rs b/src/test/compile-fail/match-join.rs index 4ec426fd3aa8b..7912abefbb0d0 100644 --- a/src/test/compile-fail/match-join.rs +++ b/src/test/compile-fail/match-join.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-non-exhaustive.rs b/src/test/compile-fail/match-non-exhaustive.rs index 2aeccacb0f6ee..bc7928fd7616a 100644 --- a/src/test/compile-fail/match-non-exhaustive.rs +++ b/src/test/compile-fail/match-non-exhaustive.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-pattern-field-mismatch-2.rs b/src/test/compile-fail/match-pattern-field-mismatch-2.rs index e63ddf6c7fd9b..c7fd3f8b6701a 100644 --- a/src/test/compile-fail/match-pattern-field-mismatch-2.rs +++ b/src/test/compile-fail/match-pattern-field-mismatch-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-pattern-field-mismatch.rs b/src/test/compile-fail/match-pattern-field-mismatch.rs index 8426ecdaf995e..edfabf0d62790 100644 --- a/src/test/compile-fail/match-pattern-field-mismatch.rs +++ b/src/test/compile-fail/match-pattern-field-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-range-fail-dominate.rs b/src/test/compile-fail/match-range-fail-dominate.rs index 7d33963003ffc..4e629e9113315 100644 --- a/src/test/compile-fail/match-range-fail-dominate.rs +++ b/src/test/compile-fail/match-range-fail-dominate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-range-fail.rs b/src/test/compile-fail/match-range-fail.rs index 1c804b0552cc9..267582b8905ec 100644 --- a/src/test/compile-fail/match-range-fail.rs +++ b/src/test/compile-fail/match-range-fail.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-static-const-lc.rs b/src/test/compile-fail/match-static-const-lc.rs index 345c4aa69a720..9350d61818b53 100644 --- a/src/test/compile-fail/match-static-const-lc.rs +++ b/src/test/compile-fail/match-static-const-lc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-struct.rs b/src/test/compile-fail/match-struct.rs index 5bda37896879b..b5d41163b1609 100644 --- a/src/test/compile-fail/match-struct.rs +++ b/src/test/compile-fail/match-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-tag-nullary.rs b/src/test/compile-fail/match-tag-nullary.rs index 0fb262003592b..9a54dd2847b5a 100644 --- a/src/test/compile-fail/match-tag-nullary.rs +++ b/src/test/compile-fail/match-tag-nullary.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-tag-unary.rs b/src/test/compile-fail/match-tag-unary.rs index 48733fd423d46..b670236ccd1dc 100644 --- a/src/test/compile-fail/match-tag-unary.rs +++ b/src/test/compile-fail/match-tag-unary.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-vec-fixed.rs b/src/test/compile-fail/match-vec-fixed.rs index c35dc8d7c86eb..9c4d14235ed8b 100644 --- a/src/test/compile-fail/match-vec-fixed.rs +++ b/src/test/compile-fail/match-vec-fixed.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-vec-invalid.rs b/src/test/compile-fail/match-vec-invalid.rs index 3e073d34f3261..16d1affd7ead7 100644 --- a/src/test/compile-fail/match-vec-invalid.rs +++ b/src/test/compile-fail/match-vec-invalid.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-vec-mismatch-2.rs b/src/test/compile-fail/match-vec-mismatch-2.rs index a4abdf3ddfe94..82ba7413bb0d0 100644 --- a/src/test/compile-fail/match-vec-mismatch-2.rs +++ b/src/test/compile-fail/match-vec-mismatch-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-vec-mismatch.rs b/src/test/compile-fail/match-vec-mismatch.rs index edbdc77f0306d..b562faecc0efe 100644 --- a/src/test/compile-fail/match-vec-mismatch.rs +++ b/src/test/compile-fail/match-vec-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/match-vec-unreachable.rs b/src/test/compile-fail/match-vec-unreachable.rs index e2671552b4349..fd894d6d2fe7f 100644 --- a/src/test/compile-fail/match-vec-unreachable.rs +++ b/src/test/compile-fail/match-vec-unreachable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-ambig-one-trait-coerce.rs b/src/test/compile-fail/method-ambig-one-trait-coerce.rs index cb5da4bb54772..9ad74fe26273c 100644 --- a/src/test/compile-fail/method-ambig-one-trait-coerce.rs +++ b/src/test/compile-fail/method-ambig-one-trait-coerce.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-ambig-one-trait-unknown-int-type.rs b/src/test/compile-fail/method-ambig-one-trait-unknown-int-type.rs index c6d45f1c9db8a..65910fe0c1794 100644 --- a/src/test/compile-fail/method-ambig-one-trait-unknown-int-type.rs +++ b/src/test/compile-fail/method-ambig-one-trait-unknown-int-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-ambig-two-traits-cross-crate.rs b/src/test/compile-fail/method-ambig-two-traits-cross-crate.rs index cab6a8610bfb3..47ff570989f82 100644 --- a/src/test/compile-fail/method-ambig-two-traits-cross-crate.rs +++ b/src/test/compile-fail/method-ambig-two-traits-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-ambig-two-traits-from-bounds.rs b/src/test/compile-fail/method-ambig-two-traits-from-bounds.rs index 184927c01357a..51f0c3ae0b78d 100644 --- a/src/test/compile-fail/method-ambig-two-traits-from-bounds.rs +++ b/src/test/compile-fail/method-ambig-two-traits-from-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-ambig-two-traits-with-default-method.rs b/src/test/compile-fail/method-ambig-two-traits-with-default-method.rs index 87e3655d31e1a..fce07f61b9a5a 100644 --- a/src/test/compile-fail/method-ambig-two-traits-with-default-method.rs +++ b/src/test/compile-fail/method-ambig-two-traits-with-default-method.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-call-err-msg.rs b/src/test/compile-fail/method-call-err-msg.rs index 2f82441762f75..0ea81732dbf5d 100644 --- a/src/test/compile-fail/method-call-err-msg.rs +++ b/src/test/compile-fail/method-call-err-msg.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-macro-backtrace.rs b/src/test/compile-fail/method-macro-backtrace.rs index f4740492651ae..1d8664e00f946 100644 --- a/src/test/compile-fail/method-macro-backtrace.rs +++ b/src/test/compile-fail/method-macro-backtrace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-missing-call.rs b/src/test/compile-fail/method-missing-call.rs index 899c1ef16a665..6ae994efbf61a 100644 --- a/src/test/compile-fail/method-missing-call.rs +++ b/src/test/compile-fail/method-missing-call.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-self-arg-1.rs b/src/test/compile-fail/method-self-arg-1.rs index 4d416ed42debf..bc0f788cdce2e 100644 --- a/src/test/compile-fail/method-self-arg-1.rs +++ b/src/test/compile-fail/method-self-arg-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/method-self-arg-2.rs b/src/test/compile-fail/method-self-arg-2.rs index dd5b2004145c2..26fdd169c2064 100644 --- a/src/test/compile-fail/method-self-arg-2.rs +++ b/src/test/compile-fail/method-self-arg-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/minus-string.rs b/src/test/compile-fail/minus-string.rs index 9a89424c61f34..bd7b558112a0b 100644 --- a/src/test/compile-fail/minus-string.rs +++ b/src/test/compile-fail/minus-string.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/missing-derivable-attr.rs b/src/test/compile-fail/missing-derivable-attr.rs index 7eee51e40764e..bf790886c344f 100644 --- a/src/test/compile-fail/missing-derivable-attr.rs +++ b/src/test/compile-fail/missing-derivable-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/missing-macro-use.rs b/src/test/compile-fail/missing-macro-use.rs index 0153d71fb268f..604a0c13da7c5 100644 --- a/src/test/compile-fail/missing-macro-use.rs +++ b/src/test/compile-fail/missing-macro-use.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/missing-main.rs b/src/test/compile-fail/missing-main.rs index 4bfdaf69480e6..5680d07e861ef 100644 --- a/src/test/compile-fail/missing-main.rs +++ b/src/test/compile-fail/missing-main.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/missing-return.rs b/src/test/compile-fail/missing-return.rs index efd0c827a35f7..bdfdeb156b17e 100644 --- a/src/test/compile-fail/missing-return.rs +++ b/src/test/compile-fail/missing-return.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_aux.rs b/src/test/compile-fail/mod_file_aux.rs index b7470811f6034..d42063432b8ac 100644 --- a/src/test/compile-fail/mod_file_aux.rs +++ b/src/test/compile-fail/mod_file_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_correct_spans.rs b/src/test/compile-fail/mod_file_correct_spans.rs index f8ea5dda18336..bd96c261a10d1 100644 --- a/src/test/compile-fail/mod_file_correct_spans.rs +++ b/src/test/compile-fail/mod_file_correct_spans.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_disambig.rs b/src/test/compile-fail/mod_file_disambig.rs index 48bd00a3ee06c..8608c44b7c41c 100644 --- a/src/test/compile-fail/mod_file_disambig.rs +++ b/src/test/compile-fail/mod_file_disambig.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_disambig_aux.rs b/src/test/compile-fail/mod_file_disambig_aux.rs index f617b29346358..e5fcf24c83902 100644 --- a/src/test/compile-fail/mod_file_disambig_aux.rs +++ b/src/test/compile-fail/mod_file_disambig_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_disambig_aux/mod.rs b/src/test/compile-fail/mod_file_disambig_aux/mod.rs index f617b29346358..e5fcf24c83902 100644 --- a/src/test/compile-fail/mod_file_disambig_aux/mod.rs +++ b/src/test/compile-fail/mod_file_disambig_aux/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_not_exist.rs b/src/test/compile-fail/mod_file_not_exist.rs index bbf2152d5b795..dbae5d6b476ed 100644 --- a/src/test/compile-fail/mod_file_not_exist.rs +++ b/src/test/compile-fail/mod_file_not_exist.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_not_owning.rs b/src/test/compile-fail/mod_file_not_owning.rs index adbcedd91f205..11bfe6af7464b 100644 --- a/src/test/compile-fail/mod_file_not_owning.rs +++ b/src/test/compile-fail/mod_file_not_owning.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_not_owning_aux1.rs b/src/test/compile-fail/mod_file_not_owning_aux1.rs index 2d522be6dc5dc..c86ab116c72f2 100644 --- a/src/test/compile-fail/mod_file_not_owning_aux1.rs +++ b/src/test/compile-fail/mod_file_not_owning_aux1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_not_owning_aux2.rs b/src/test/compile-fail/mod_file_not_owning_aux2.rs index 41401d640f624..85fe6d9056c86 100644 --- a/src/test/compile-fail/mod_file_not_owning_aux2.rs +++ b/src/test/compile-fail/mod_file_not_owning_aux2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mod_file_with_path_attr.rs b/src/test/compile-fail/mod_file_with_path_attr.rs index ff330047c4e96..ba26ff6837ac9 100644 --- a/src/test/compile-fail/mod_file_with_path_attr.rs +++ b/src/test/compile-fail/mod_file_with_path_attr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/module-macro_use-arguments.rs b/src/test/compile-fail/module-macro_use-arguments.rs index 6d3038b4820d6..ddfcb6395cef7 100644 --- a/src/test/compile-fail/module-macro_use-arguments.rs +++ b/src/test/compile-fail/module-macro_use-arguments.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-1.rs b/src/test/compile-fail/move-fragments-1.rs index 3f14be2da109a..7d52b12108016 100644 --- a/src/test/compile-fail/move-fragments-1.rs +++ b/src/test/compile-fail/move-fragments-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-2.rs b/src/test/compile-fail/move-fragments-2.rs index 6c0635d6be931..5231d42f4edf1 100644 --- a/src/test/compile-fail/move-fragments-2.rs +++ b/src/test/compile-fail/move-fragments-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-3.rs b/src/test/compile-fail/move-fragments-3.rs index 24d73ec2274ba..4e793763e64c2 100644 --- a/src/test/compile-fail/move-fragments-3.rs +++ b/src/test/compile-fail/move-fragments-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-4.rs b/src/test/compile-fail/move-fragments-4.rs index 97e8e45ed0656..1162945f6433c 100644 --- a/src/test/compile-fail/move-fragments-4.rs +++ b/src/test/compile-fail/move-fragments-4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-5.rs b/src/test/compile-fail/move-fragments-5.rs index 9f70421fa8425..fc8764a40fc3c 100644 --- a/src/test/compile-fail/move-fragments-5.rs +++ b/src/test/compile-fail/move-fragments-5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-6.rs b/src/test/compile-fail/move-fragments-6.rs index b249d0d739789..71a236f33eb32 100644 --- a/src/test/compile-fail/move-fragments-6.rs +++ b/src/test/compile-fail/move-fragments-6.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-7.rs b/src/test/compile-fail/move-fragments-7.rs index 2af2b2957f8d6..d03db4e62e7cd 100644 --- a/src/test/compile-fail/move-fragments-7.rs +++ b/src/test/compile-fail/move-fragments-7.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-8.rs b/src/test/compile-fail/move-fragments-8.rs index 18bf4066076ba..9291eeb8999f4 100644 --- a/src/test/compile-fail/move-fragments-8.rs +++ b/src/test/compile-fail/move-fragments-8.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-fragments-9.rs b/src/test/compile-fail/move-fragments-9.rs index d0eeebd02f809..1d226f153fedb 100644 --- a/src/test/compile-fail/move-fragments-9.rs +++ b/src/test/compile-fail/move-fragments-9.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/move-out-of-tuple-field.rs b/src/test/compile-fail/move-out-of-tuple-field.rs index ace6c80e3e3ee..bb9f4506772e9 100644 --- a/src/test/compile-fail/move-out-of-tuple-field.rs +++ b/src/test/compile-fail/move-out-of-tuple-field.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-access-to-field.rs b/src/test/compile-fail/moves-based-on-type-access-to-field.rs index b8572fbd2150d..604da8627b741 100644 --- a/src/test/compile-fail/moves-based-on-type-access-to-field.rs +++ b/src/test/compile-fail/moves-based-on-type-access-to-field.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-block-bad.rs b/src/test/compile-fail/moves-based-on-type-block-bad.rs index 179c71d3659f2..eb41e140be3bd 100644 --- a/src/test/compile-fail/moves-based-on-type-block-bad.rs +++ b/src/test/compile-fail/moves-based-on-type-block-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-capture-clause-bad.rs b/src/test/compile-fail/moves-based-on-type-capture-clause-bad.rs index dc90994fcc102..083b1d9047b1b 100644 --- a/src/test/compile-fail/moves-based-on-type-capture-clause-bad.rs +++ b/src/test/compile-fail/moves-based-on-type-capture-clause-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-cyclic-types-issue-4821.rs b/src/test/compile-fail/moves-based-on-type-cyclic-types-issue-4821.rs index 865784c2f1eed..438418f44c30f 100644 --- a/src/test/compile-fail/moves-based-on-type-cyclic-types-issue-4821.rs +++ b/src/test/compile-fail/moves-based-on-type-cyclic-types-issue-4821.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-distribute-copy-over-paren.rs b/src/test/compile-fail/moves-based-on-type-distribute-copy-over-paren.rs index f30360af46eb4..b28d2fb1cdd2c 100644 --- a/src/test/compile-fail/moves-based-on-type-distribute-copy-over-paren.rs +++ b/src/test/compile-fail/moves-based-on-type-distribute-copy-over-paren.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-exprs.rs b/src/test/compile-fail/moves-based-on-type-exprs.rs index 58f1f78fa5d6d..2f62d9a1070ab 100644 --- a/src/test/compile-fail/moves-based-on-type-exprs.rs +++ b/src/test/compile-fail/moves-based-on-type-exprs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-match-bindings.rs b/src/test/compile-fail/moves-based-on-type-match-bindings.rs index 7d209467caf2a..c2057bd151175 100644 --- a/src/test/compile-fail/moves-based-on-type-match-bindings.rs +++ b/src/test/compile-fail/moves-based-on-type-match-bindings.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-move-out-of-closure-env-issue-1965.rs b/src/test/compile-fail/moves-based-on-type-move-out-of-closure-env-issue-1965.rs index 5dfe7f0c71f14..4e74a7db1cd1e 100644 --- a/src/test/compile-fail/moves-based-on-type-move-out-of-closure-env-issue-1965.rs +++ b/src/test/compile-fail/moves-based-on-type-move-out-of-closure-env-issue-1965.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-no-recursive-stack-closure.rs b/src/test/compile-fail/moves-based-on-type-no-recursive-stack-closure.rs index f410541f0b7e9..f20268989fbc1 100644 --- a/src/test/compile-fail/moves-based-on-type-no-recursive-stack-closure.rs +++ b/src/test/compile-fail/moves-based-on-type-no-recursive-stack-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-based-on-type-tuple.rs b/src/test/compile-fail/moves-based-on-type-tuple.rs index 30388f9d2f7e5..bbca707b11ab2 100644 --- a/src/test/compile-fail/moves-based-on-type-tuple.rs +++ b/src/test/compile-fail/moves-based-on-type-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/moves-sru-moved-field.rs b/src/test/compile-fail/moves-sru-moved-field.rs index 15977fbeb734d..40a6a53a3ae68 100644 --- a/src/test/compile-fail/moves-sru-moved-field.rs +++ b/src/test/compile-fail/moves-sru-moved-field.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/multi-plugin-attr.rs b/src/test/compile-fail/multi-plugin-attr.rs index 1d98cd26a38f5..61e311e775ec0 100644 --- a/src/test/compile-fail/multi-plugin-attr.rs +++ b/src/test/compile-fail/multi-plugin-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/multiline-comment-line-tracking.rs b/src/test/compile-fail/multiline-comment-line-tracking.rs index 11abe6727455d..81c0eabeb011a 100644 --- a/src/test/compile-fail/multiline-comment-line-tracking.rs +++ b/src/test/compile-fail/multiline-comment-line-tracking.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/multiple-main-2.rs b/src/test/compile-fail/multiple-main-2.rs index d9c232d7dac37..15b5a25ce45ff 100644 --- a/src/test/compile-fail/multiple-main-2.rs +++ b/src/test/compile-fail/multiple-main-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/multiple-main-3.rs b/src/test/compile-fail/multiple-main-3.rs index 866a59e7a4f62..103d8fa42ec32 100644 --- a/src/test/compile-fail/multiple-main-3.rs +++ b/src/test/compile-fail/multiple-main-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/multiple-plugin-registrars.rs b/src/test/compile-fail/multiple-plugin-registrars.rs index f5ebf84b8e0df..ba513bbafb8dc 100644 --- a/src/test/compile-fail/multiple-plugin-registrars.rs +++ b/src/test/compile-fail/multiple-plugin-registrars.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/multitrait.rs b/src/test/compile-fail/multitrait.rs index a0e210aed40e6..41e9b75a2ddcc 100644 --- a/src/test/compile-fail/multitrait.rs +++ b/src/test/compile-fail/multitrait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-cant-alias.rs b/src/test/compile-fail/mut-cant-alias.rs index 847a3eaf8a1e7..5fa917f6f150f 100644 --- a/src/test/compile-fail/mut-cant-alias.rs +++ b/src/test/compile-fail/mut-cant-alias.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-cross-borrowing.rs b/src/test/compile-fail/mut-cross-borrowing.rs index 7fb5c2ac4a4ff..7bf7394954f72 100644 --- a/src/test/compile-fail/mut-cross-borrowing.rs +++ b/src/test/compile-fail/mut-cross-borrowing.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-not-freeze.rs b/src/test/compile-fail/mut-not-freeze.rs index 8c39320276a16..0002ad4bb3f2e 100644 --- a/src/test/compile-fail/mut-not-freeze.rs +++ b/src/test/compile-fail/mut-not-freeze.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-pattern-internal-mutability.rs b/src/test/compile-fail/mut-pattern-internal-mutability.rs index 92f02114a1360..981c68c0f82b7 100644 --- a/src/test/compile-fail/mut-pattern-internal-mutability.rs +++ b/src/test/compile-fail/mut-pattern-internal-mutability.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-pattern-mismatched.rs b/src/test/compile-fail/mut-pattern-mismatched.rs index a3d016d756ffc..8915833095efc 100644 --- a/src/test/compile-fail/mut-pattern-mismatched.rs +++ b/src/test/compile-fail/mut-pattern-mismatched.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-patterns.rs b/src/test/compile-fail/mut-patterns.rs index cde05bc1d524e..f40a7ec85bfc2 100644 --- a/src/test/compile-fail/mut-patterns.rs +++ b/src/test/compile-fail/mut-patterns.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mut-ptr-cant-outlive-ref.rs b/src/test/compile-fail/mut-ptr-cant-outlive-ref.rs index 74b561c37aacb..49cd36c46ea60 100644 --- a/src/test/compile-fail/mut-ptr-cant-outlive-ref.rs +++ b/src/test/compile-fail/mut-ptr-cant-outlive-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mutable-class-fields-2.rs b/src/test/compile-fail/mutable-class-fields-2.rs index 932c2a9715ff4..52b27d5d3e14f 100644 --- a/src/test/compile-fail/mutable-class-fields-2.rs +++ b/src/test/compile-fail/mutable-class-fields-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mutable-class-fields.rs b/src/test/compile-fail/mutable-class-fields.rs index a840ac63dd8e9..9215ee1dd2d55 100644 --- a/src/test/compile-fail/mutable-class-fields.rs +++ b/src/test/compile-fail/mutable-class-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/mutable-enum-indirect.rs b/src/test/compile-fail/mutable-enum-indirect.rs index 1657d602e24c4..b1123e5eb14b8 100644 --- a/src/test/compile-fail/mutable-enum-indirect.rs +++ b/src/test/compile-fail/mutable-enum-indirect.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/name-clash-nullary.rs b/src/test/compile-fail/name-clash-nullary.rs index 1250318a7291d..69bffbef36208 100644 --- a/src/test/compile-fail/name-clash-nullary.rs +++ b/src/test/compile-fail/name-clash-nullary.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/namespaced-enum-glob-import-no-impls-xcrate.rs b/src/test/compile-fail/namespaced-enum-glob-import-no-impls-xcrate.rs index 4fcb31d36865a..53ad32ac475d1 100644 --- a/src/test/compile-fail/namespaced-enum-glob-import-no-impls-xcrate.rs +++ b/src/test/compile-fail/namespaced-enum-glob-import-no-impls-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/namespaced-enum-glob-import-no-impls.rs b/src/test/compile-fail/namespaced-enum-glob-import-no-impls.rs index 4437482fb67cc..e8ff35a6ce14b 100644 --- a/src/test/compile-fail/namespaced-enum-glob-import-no-impls.rs +++ b/src/test/compile-fail/namespaced-enum-glob-import-no-impls.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/nested-ty-params.rs b/src/test/compile-fail/nested-ty-params.rs index 0ee2a3add8721..fa02f88f0c2e0 100644 --- a/src/test/compile-fail/nested-ty-params.rs +++ b/src/test/compile-fail/nested-ty-params.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/new-unicode-escapes-1.rs b/src/test/compile-fail/new-unicode-escapes-1.rs index f2422830a21cc..e87bd5aed402f 100644 --- a/src/test/compile-fail/new-unicode-escapes-1.rs +++ b/src/test/compile-fail/new-unicode-escapes-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/new-unicode-escapes-2.rs b/src/test/compile-fail/new-unicode-escapes-2.rs index 5da8674c37ea5..c0b09e39972c8 100644 --- a/src/test/compile-fail/new-unicode-escapes-2.rs +++ b/src/test/compile-fail/new-unicode-escapes-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/new-unicode-escapes-3.rs b/src/test/compile-fail/new-unicode-escapes-3.rs index 7c64d02efd746..e36d0930b087a 100644 --- a/src/test/compile-fail/new-unicode-escapes-3.rs +++ b/src/test/compile-fail/new-unicode-escapes-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/new-unicode-escapes-4.rs b/src/test/compile-fail/new-unicode-escapes-4.rs index ffc2b11e0c13c..1b38da9098451 100644 --- a/src/test/compile-fail/new-unicode-escapes-4.rs +++ b/src/test/compile-fail/new-unicode-escapes-4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-binary-float-literal.rs b/src/test/compile-fail/no-binary-float-literal.rs index 2e207f90d36cd..e08d8331e58d4 100644 --- a/src/test/compile-fail/no-binary-float-literal.rs +++ b/src/test/compile-fail/no-binary-float-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-capture-arc.rs b/src/test/compile-fail/no-capture-arc.rs index beb0d0ee47e2f..0d66ae71d5cae 100644 --- a/src/test/compile-fail/no-capture-arc.rs +++ b/src/test/compile-fail/no-capture-arc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-hex-float-literal.rs b/src/test/compile-fail/no-hex-float-literal.rs index 4abb6093b2443..81c68cc08e6b8 100644 --- a/src/test/compile-fail/no-hex-float-literal.rs +++ b/src/test/compile-fail/no-hex-float-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-implicit-prelude-nested.rs b/src/test/compile-fail/no-implicit-prelude-nested.rs index 2fb097f111db4..95af91f3b1534 100644 --- a/src/test/compile-fail/no-implicit-prelude-nested.rs +++ b/src/test/compile-fail/no-implicit-prelude-nested.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-implicit-prelude.rs b/src/test/compile-fail/no-implicit-prelude.rs index c0f7bea25b57a..e6da45e7e039b 100644 --- a/src/test/compile-fail/no-implicit-prelude.rs +++ b/src/test/compile-fail/no-implicit-prelude.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-link.rs b/src/test/compile-fail/no-link.rs index a9c2b6a942c65..c33ee5b9fa03e 100644 --- a/src/test/compile-fail/no-link.rs +++ b/src/test/compile-fail/no-link.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-method-suggested-traits.rs b/src/test/compile-fail/no-method-suggested-traits.rs index ba8121eb5cc35..88832b6898118 100644 --- a/src/test/compile-fail/no-method-suggested-traits.rs +++ b/src/test/compile-fail/no-method-suggested-traits.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-reuse-move-arc.rs b/src/test/compile-fail/no-reuse-move-arc.rs index d8f0fa497a4f3..c889bf82fd6c1 100644 --- a/src/test/compile-fail/no-reuse-move-arc.rs +++ b/src/test/compile-fail/no-reuse-move-arc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-send-res-ports.rs b/src/test/compile-fail/no-send-res-ports.rs index 52335ab76bda2..5e16f08aa9770 100644 --- a/src/test/compile-fail/no-send-res-ports.rs +++ b/src/test/compile-fail/no-send-res-ports.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-type-for-node-ice.rs b/src/test/compile-fail/no-type-for-node-ice.rs index aab4db6eadfd6..d0f9cf21c1277 100644 --- a/src/test/compile-fail/no-type-for-node-ice.rs +++ b/src/test/compile-fail/no-type-for-node-ice.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no-unsafe-self.rs b/src/test/compile-fail/no-unsafe-self.rs index 0bf73bbdfe31c..920af8676243c 100644 --- a/src/test/compile-fail/no-unsafe-self.rs +++ b/src/test/compile-fail/no-unsafe-self.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_crate_type.rs b/src/test/compile-fail/no_crate_type.rs index bef909917d22a..a26e533b0a2d1 100644 --- a/src/test/compile-fail/no_crate_type.rs +++ b/src/test/compile-fail/no_crate_type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_send-enum.rs b/src/test/compile-fail/no_send-enum.rs index 625d51260c4dc..5d14495e5affe 100644 --- a/src/test/compile-fail/no_send-enum.rs +++ b/src/test/compile-fail/no_send-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_send-rc.rs b/src/test/compile-fail/no_send-rc.rs index d404988bd9848..1022cf444348a 100644 --- a/src/test/compile-fail/no_send-rc.rs +++ b/src/test/compile-fail/no_send-rc.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_send-struct.rs b/src/test/compile-fail/no_send-struct.rs index 7f16db0ba947b..1d186490a3b83 100644 --- a/src/test/compile-fail/no_send-struct.rs +++ b/src/test/compile-fail/no_send-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_share-enum.rs b/src/test/compile-fail/no_share-enum.rs index 9331afdbbb5d7..3c4a74960162e 100644 --- a/src/test/compile-fail/no_share-enum.rs +++ b/src/test/compile-fail/no_share-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_share-rc.rs b/src/test/compile-fail/no_share-rc.rs index 4917db602e175..86df969206f42 100644 --- a/src/test/compile-fail/no_share-rc.rs +++ b/src/test/compile-fail/no_share-rc.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/no_share-struct.rs b/src/test/compile-fail/no_share-struct.rs index b5ccceb3b2a7d..040a803ef2261 100644 --- a/src/test/compile-fail/no_share-struct.rs +++ b/src/test/compile-fail/no_share-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/noexporttypeexe.rs b/src/test/compile-fail/noexporttypeexe.rs index 85a47492306af..5f10763a83b04 100644 --- a/src/test/compile-fail/noexporttypeexe.rs +++ b/src/test/compile-fail/noexporttypeexe.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/nolink-with-link-args.rs b/src/test/compile-fail/nolink-with-link-args.rs index c4c75bc760f4c..fda39d3c2ec8a 100644 --- a/src/test/compile-fail/nolink-with-link-args.rs +++ b/src/test/compile-fail/nolink-with-link-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-constant-enum-for-vec-repeat.rs b/src/test/compile-fail/non-constant-enum-for-vec-repeat.rs index 0212adff305d0..b6906da0bcd74 100644 --- a/src/test/compile-fail/non-constant-enum-for-vec-repeat.rs +++ b/src/test/compile-fail/non-constant-enum-for-vec-repeat.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-constant-expr-for-fixed-len-vec.rs b/src/test/compile-fail/non-constant-expr-for-fixed-len-vec.rs index 14d2c8d0326a1..54a63fe41e500 100644 --- a/src/test/compile-fail/non-constant-expr-for-fixed-len-vec.rs +++ b/src/test/compile-fail/non-constant-expr-for-fixed-len-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-constant-expr-for-vec-repeat.rs b/src/test/compile-fail/non-constant-expr-for-vec-repeat.rs index 26528543b435a..3c976bb9cb21d 100644 --- a/src/test/compile-fail/non-constant-expr-for-vec-repeat.rs +++ b/src/test/compile-fail/non-constant-expr-for-vec-repeat.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-copyable-void.rs b/src/test/compile-fail/non-copyable-void.rs index 40b641519b06d..c76168f2c5f09 100644 --- a/src/test/compile-fail/non-copyable-void.rs +++ b/src/test/compile-fail/non-copyable-void.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-exhaustive-match-nested.rs b/src/test/compile-fail/non-exhaustive-match-nested.rs index 8f2cb61f95514..98f2edab25652 100644 --- a/src/test/compile-fail/non-exhaustive-match-nested.rs +++ b/src/test/compile-fail/non-exhaustive-match-nested.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-exhaustive-match.rs b/src/test/compile-fail/non-exhaustive-match.rs index ccf69a4d2c8b1..1496dd1fe0364 100644 --- a/src/test/compile-fail/non-exhaustive-match.rs +++ b/src/test/compile-fail/non-exhaustive-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-exhaustive-pattern-witness.rs b/src/test/compile-fail/non-exhaustive-pattern-witness.rs index 3bd3a0c653ca1..39dc73b40895d 100644 --- a/src/test/compile-fail/non-exhaustive-pattern-witness.rs +++ b/src/test/compile-fail/non-exhaustive-pattern-witness.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/non-str-meta.rs b/src/test/compile-fail/non-str-meta.rs index 752f72f0b0833..5c83a40fe4acd 100644 --- a/src/test/compile-fail/non-str-meta.rs +++ b/src/test/compile-fail/non-str-meta.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/noncopyable-class.rs b/src/test/compile-fail/noncopyable-class.rs index 029b848599309..f4bba8413494e 100644 --- a/src/test/compile-fail/noncopyable-class.rs +++ b/src/test/compile-fail/noncopyable-class.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/nonscalar-cast.rs b/src/test/compile-fail/nonscalar-cast.rs index f32c96b7b6430..b34e247abd48d 100644 --- a/src/test/compile-fail/nonscalar-cast.rs +++ b/src/test/compile-fail/nonscalar-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/not-a-pred.rs b/src/test/compile-fail/not-a-pred.rs index 782c90a6c26b0..485bf0d79b5de 100644 --- a/src/test/compile-fail/not-a-pred.rs +++ b/src/test/compile-fail/not-a-pred.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/not-enough-arguments.rs b/src/test/compile-fail/not-enough-arguments.rs index c952906e5e89a..740cab54d52ca 100644 --- a/src/test/compile-fail/not-enough-arguments.rs +++ b/src/test/compile-fail/not-enough-arguments.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/not-utf8.rs b/src/test/compile-fail/not-utf8.rs index 1b323edd589e1..ea333dafb6a4c 100644 --- a/src/test/compile-fail/not-utf8.rs +++ b/src/test/compile-fail/not-utf8.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-does-not-impl-trait.rs b/src/test/compile-fail/object-does-not-impl-trait.rs index cfaf149a49cac..bab8904198e77 100644 --- a/src/test/compile-fail/object-does-not-impl-trait.rs +++ b/src/test/compile-fail/object-does-not-impl-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-pointer-types.rs b/src/test/compile-fail/object-pointer-types.rs index 84e7f98a40dc2..c39c87e4fcbc6 100644 --- a/src/test/compile-fail/object-pointer-types.rs +++ b/src/test/compile-fail/object-pointer-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-safety-by-value-self.rs b/src/test/compile-fail/object-safety-by-value-self.rs index 5ebcc8516ca05..e63d55c871aed 100644 --- a/src/test/compile-fail/object-safety-by-value-self.rs +++ b/src/test/compile-fail/object-safety-by-value-self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-safety-generics.rs b/src/test/compile-fail/object-safety-generics.rs index 0ca706404c1f3..d416057d18e56 100644 --- a/src/test/compile-fail/object-safety-generics.rs +++ b/src/test/compile-fail/object-safety-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-safety-mentions-Self.rs b/src/test/compile-fail/object-safety-mentions-Self.rs index df0f44c139158..ef1b12ced3bef 100644 --- a/src/test/compile-fail/object-safety-mentions-Self.rs +++ b/src/test/compile-fail/object-safety-mentions-Self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-safety-no-static.rs b/src/test/compile-fail/object-safety-no-static.rs index 6a010d49692d2..65f325d6f9c84 100644 --- a/src/test/compile-fail/object-safety-no-static.rs +++ b/src/test/compile-fail/object-safety-no-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-safety-sized-2.rs b/src/test/compile-fail/object-safety-sized-2.rs index 3a02461bbb223..51dbcb8e85df8 100644 --- a/src/test/compile-fail/object-safety-sized-2.rs +++ b/src/test/compile-fail/object-safety-sized-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/object-safety-sized.rs b/src/test/compile-fail/object-safety-sized.rs index bc214f6f3d962..0cfdf37dbbcda 100644 --- a/src/test/compile-fail/object-safety-sized.rs +++ b/src/test/compile-fail/object-safety-sized.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/obsolete-for-sized.rs b/src/test/compile-fail/obsolete-for-sized.rs index 1b86d08a50dff..eacd6a5f92057 100644 --- a/src/test/compile-fail/obsolete-for-sized.rs +++ b/src/test/compile-fail/obsolete-for-sized.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/obsolete-proc.rs b/src/test/compile-fail/obsolete-proc.rs index 5208cdb6ad231..d7d172d46848c 100644 --- a/src/test/compile-fail/obsolete-proc.rs +++ b/src/test/compile-fail/obsolete-proc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/occurs-check-2.rs b/src/test/compile-fail/occurs-check-2.rs index fd2903a85ddb0..87a3c50d05cf1 100644 --- a/src/test/compile-fail/occurs-check-2.rs +++ b/src/test/compile-fail/occurs-check-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/occurs-check-3.rs b/src/test/compile-fail/occurs-check-3.rs index ba7688e852485..fe9fe5ccdc353 100644 --- a/src/test/compile-fail/occurs-check-3.rs +++ b/src/test/compile-fail/occurs-check-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/occurs-check.rs b/src/test/compile-fail/occurs-check.rs index 036fcc1b9d779..476a9098697de 100644 --- a/src/test/compile-fail/occurs-check.rs +++ b/src/test/compile-fail/occurs-check.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/omitted-arg-in-item-fn.rs b/src/test/compile-fail/omitted-arg-in-item-fn.rs index 729b45df8b430..e56c9055c8b02 100644 --- a/src/test/compile-fail/omitted-arg-in-item-fn.rs +++ b/src/test/compile-fail/omitted-arg-in-item-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/on-unimplemented-bad-anno.rs b/src/test/compile-fail/on-unimplemented-bad-anno.rs index dda534cc489b5..73ef1b42755bf 100644 --- a/src/test/compile-fail/on-unimplemented-bad-anno.rs +++ b/src/test/compile-fail/on-unimplemented-bad-anno.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/on-unimplemented.rs b/src/test/compile-fail/on-unimplemented.rs index 7b406afcf1f58..3aefc4ae1050c 100644 --- a/src/test/compile-fail/on-unimplemented.rs +++ b/src/test/compile-fail/on-unimplemented.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/once-cant-call-twice-on-heap.rs b/src/test/compile-fail/once-cant-call-twice-on-heap.rs index 6441f308f29c6..007db7b366a0c 100644 --- a/src/test/compile-fail/once-cant-call-twice-on-heap.rs +++ b/src/test/compile-fail/once-cant-call-twice-on-heap.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/opt-in-copy.rs b/src/test/compile-fail/opt-in-copy.rs index 56f71c844ac29..5b77c821a8b4b 100644 --- a/src/test/compile-fail/opt-in-copy.rs +++ b/src/test/compile-fail/opt-in-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/or-patter-mismatch.rs b/src/test/compile-fail/or-patter-mismatch.rs index 74f674e64baf5..ec592c3ce5e1f 100644 --- a/src/test/compile-fail/or-patter-mismatch.rs +++ b/src/test/compile-fail/or-patter-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/osx-frameworks.rs b/src/test/compile-fail/osx-frameworks.rs index aba5fb3bc03ef..56212db5119ad 100644 --- a/src/test/compile-fail/osx-frameworks.rs +++ b/src/test/compile-fail/osx-frameworks.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/output-type-mismatch.rs b/src/test/compile-fail/output-type-mismatch.rs index 158e99ac2003e..d04b6eb24ba9d 100644 --- a/src/test/compile-fail/output-type-mismatch.rs +++ b/src/test/compile-fail/output-type-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/overloaded-calls-bad.rs b/src/test/compile-fail/overloaded-calls-bad.rs index d784ba2d0d6bd..b8b66c59d0ba1 100644 --- a/src/test/compile-fail/overloaded-calls-bad.rs +++ b/src/test/compile-fail/overloaded-calls-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/overloaded-calls-nontuple.rs b/src/test/compile-fail/overloaded-calls-nontuple.rs index c06ab04cd849a..e024b2b1c0b9a 100644 --- a/src/test/compile-fail/overloaded-calls-nontuple.rs +++ b/src/test/compile-fail/overloaded-calls-nontuple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/oversized-literal.rs b/src/test/compile-fail/oversized-literal.rs index 5416bcacf3d59..fe56e8bce9f00 100644 --- a/src/test/compile-fail/oversized-literal.rs +++ b/src/test/compile-fail/oversized-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/paamayim-nekudotayim.rs b/src/test/compile-fail/paamayim-nekudotayim.rs index 4d5473faf7352..3a762656123f9 100644 --- a/src/test/compile-fail/paamayim-nekudotayim.rs +++ b/src/test/compile-fail/paamayim-nekudotayim.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/packed-struct-generic-transmute.rs b/src/test/compile-fail/packed-struct-generic-transmute.rs index 6b6ab3f297019..e503df5c017ec 100644 --- a/src/test/compile-fail/packed-struct-generic-transmute.rs +++ b/src/test/compile-fail/packed-struct-generic-transmute.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/packed-struct-transmute.rs b/src/test/compile-fail/packed-struct-transmute.rs index b80dd0b36ed52..f7d6fce0cac33 100644 --- a/src/test/compile-fail/packed-struct-transmute.rs +++ b/src/test/compile-fail/packed-struct-transmute.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/parenthesized-box-expr-message.rs b/src/test/compile-fail/parenthesized-box-expr-message.rs index 05bbaec37af02..420987fe2e56a 100644 --- a/src/test/compile-fail/parenthesized-box-expr-message.rs +++ b/src/test/compile-fail/parenthesized-box-expr-message.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pat-range-bad-dots.rs b/src/test/compile-fail/pat-range-bad-dots.rs index 7f67d7a5fb19e..03a3d2dacff1b 100644 --- a/src/test/compile-fail/pat-range-bad-dots.rs +++ b/src/test/compile-fail/pat-range-bad-dots.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pat-ref-enum.rs b/src/test/compile-fail/pat-ref-enum.rs index 062d3308c3de6..d0f68b2cd6a5e 100644 --- a/src/test/compile-fail/pat-ref-enum.rs +++ b/src/test/compile-fail/pat-ref-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pat-shadow-in-nested-binding.rs b/src/test/compile-fail/pat-shadow-in-nested-binding.rs index 526e4c1618721..8aee3a906e17b 100644 --- a/src/test/compile-fail/pat-shadow-in-nested-binding.rs +++ b/src/test/compile-fail/pat-shadow-in-nested-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pattern-bindings-after-at.rs b/src/test/compile-fail/pattern-bindings-after-at.rs index 70840200aad7d..c6745519a1f60 100644 --- a/src/test/compile-fail/pattern-bindings-after-at.rs +++ b/src/test/compile-fail/pattern-bindings-after-at.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pattern-error-continue.rs b/src/test/compile-fail/pattern-error-continue.rs index aa7202574abfc..7c7d840976bda 100644 --- a/src/test/compile-fail/pattern-error-continue.rs +++ b/src/test/compile-fail/pattern-error-continue.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pattern-ident-path-generics.rs b/src/test/compile-fail/pattern-ident-path-generics.rs index 58288fa484221..35fbfa097fbf4 100644 --- a/src/test/compile-fail/pattern-ident-path-generics.rs +++ b/src/test/compile-fail/pattern-ident-path-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pattern-macro-hygiene.rs b/src/test/compile-fail/pattern-macro-hygiene.rs index 1c79c9a2293a0..89e90b759efe0 100644 --- a/src/test/compile-fail/pattern-macro-hygiene.rs +++ b/src/test/compile-fail/pattern-macro-hygiene.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pattern-tyvar-2.rs b/src/test/compile-fail/pattern-tyvar-2.rs index cd4a98835c8c7..fec56f5745e3e 100644 --- a/src/test/compile-fail/pattern-tyvar-2.rs +++ b/src/test/compile-fail/pattern-tyvar-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pattern-tyvar.rs b/src/test/compile-fail/pattern-tyvar.rs index be8d3e027e7f2..c41c5227c764c 100644 --- a/src/test/compile-fail/pattern-tyvar.rs +++ b/src/test/compile-fail/pattern-tyvar.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/pptypedef.rs b/src/test/compile-fail/pptypedef.rs index 9e5081ed55028..1565c1014134f 100644 --- a/src/test/compile-fail/pptypedef.rs +++ b/src/test/compile-fail/pptypedef.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/prim-with-args.rs b/src/test/compile-fail/prim-with-args.rs index cc0b74dc82a5b..1661ab65ba1e4 100644 --- a/src/test/compile-fail/prim-with-args.rs +++ b/src/test/compile-fail/prim-with-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/priv-in-bad-locations.rs b/src/test/compile-fail/priv-in-bad-locations.rs index db649ed0cc606..e5da3d46caf7d 100644 --- a/src/test/compile-fail/priv-in-bad-locations.rs +++ b/src/test/compile-fail/priv-in-bad-locations.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy-ns1.rs b/src/test/compile-fail/privacy-ns1.rs index 5952f05b7bc4c..78b8fa86a87bf 100644 --- a/src/test/compile-fail/privacy-ns1.rs +++ b/src/test/compile-fail/privacy-ns1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy-ns2.rs b/src/test/compile-fail/privacy-ns2.rs index 7fe0574ab7d9a..52a8a7695c385 100644 --- a/src/test/compile-fail/privacy-ns2.rs +++ b/src/test/compile-fail/privacy-ns2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy1.rs b/src/test/compile-fail/privacy1.rs index b2ee62ddabe55..f8005e114a76c 100644 --- a/src/test/compile-fail/privacy1.rs +++ b/src/test/compile-fail/privacy1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy2.rs b/src/test/compile-fail/privacy2.rs index b3d7321edabd5..073bf548ff1dd 100644 --- a/src/test/compile-fail/privacy2.rs +++ b/src/test/compile-fail/privacy2.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy3.rs b/src/test/compile-fail/privacy3.rs index 245a9c21a6b2e..5479b3cd0cd1c 100644 --- a/src/test/compile-fail/privacy3.rs +++ b/src/test/compile-fail/privacy3.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy4.rs b/src/test/compile-fail/privacy4.rs index e35089b8606c2..08594d57f3043 100644 --- a/src/test/compile-fail/privacy4.rs +++ b/src/test/compile-fail/privacy4.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/privacy5.rs b/src/test/compile-fail/privacy5.rs index df570fd464792..ebc5ba6be76b9 100644 --- a/src/test/compile-fail/privacy5.rs +++ b/src/test/compile-fail/privacy5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-impl-method.rs b/src/test/compile-fail/private-impl-method.rs index c6e329aab041a..2996ee834fe0b 100644 --- a/src/test/compile-fail/private-impl-method.rs +++ b/src/test/compile-fail/private-impl-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-item-simple.rs b/src/test/compile-fail/private-item-simple.rs index 2b9e32b8f5860..29a40a79d9d30 100644 --- a/src/test/compile-fail/private-item-simple.rs +++ b/src/test/compile-fail/private-item-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-method-cross-crate.rs b/src/test/compile-fail/private-method-cross-crate.rs index 68059baa3850d..d83926aa0a90a 100644 --- a/src/test/compile-fail/private-method-cross-crate.rs +++ b/src/test/compile-fail/private-method-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-method-inherited.rs b/src/test/compile-fail/private-method-inherited.rs index c6419991b112c..ee07be022dc6d 100644 --- a/src/test/compile-fail/private-method-inherited.rs +++ b/src/test/compile-fail/private-method-inherited.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-method.rs b/src/test/compile-fail/private-method.rs index e8e26cf8ce33d..02bcaf03c21eb 100644 --- a/src/test/compile-fail/private-method.rs +++ b/src/test/compile-fail/private-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-struct-field-cross-crate.rs b/src/test/compile-fail/private-struct-field-cross-crate.rs index 36b6000ceebe1..41af42a07de88 100644 --- a/src/test/compile-fail/private-struct-field-cross-crate.rs +++ b/src/test/compile-fail/private-struct-field-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-struct-field-ctor.rs b/src/test/compile-fail/private-struct-field-ctor.rs index 0a0f2d490a8ec..ccffc8904d7a9 100644 --- a/src/test/compile-fail/private-struct-field-ctor.rs +++ b/src/test/compile-fail/private-struct-field-ctor.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-struct-field-pattern.rs b/src/test/compile-fail/private-struct-field-pattern.rs index e9dd6cd1d7478..de05b15da69f4 100644 --- a/src/test/compile-fail/private-struct-field-pattern.rs +++ b/src/test/compile-fail/private-struct-field-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/private-struct-field.rs b/src/test/compile-fail/private-struct-field.rs index b98719e157ea6..a8c38732f8160 100644 --- a/src/test/compile-fail/private-struct-field.rs +++ b/src/test/compile-fail/private-struct-field.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ptr-coercion.rs b/src/test/compile-fail/ptr-coercion.rs index 463754b29c7b4..a4d713bdbf0de 100644 --- a/src/test/compile-fail/ptr-coercion.rs +++ b/src/test/compile-fail/ptr-coercion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/qquote-1.rs b/src/test/compile-fail/qquote-1.rs index deae9a8386603..427b10da808ad 100644 --- a/src/test/compile-fail/qquote-1.rs +++ b/src/test/compile-fail/qquote-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/qquote-2.rs b/src/test/compile-fail/qquote-2.rs index 978287a681eb1..7bc41bf6fcf8d 100644 --- a/src/test/compile-fail/qquote-2.rs +++ b/src/test/compile-fail/qquote-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/range-1.rs b/src/test/compile-fail/range-1.rs index 9888c0856953f..f57797315a8cd 100644 --- a/src/test/compile-fail/range-1.rs +++ b/src/test/compile-fail/range-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/range-2.rs b/src/test/compile-fail/range-2.rs index 6d176ca3700b9..5136ba5abb61e 100644 --- a/src/test/compile-fail/range-2.rs +++ b/src/test/compile-fail/range-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/raw-byte-string-eof.rs b/src/test/compile-fail/raw-byte-string-eof.rs index 83ea9db39b798..dc9da40518b75 100644 --- a/src/test/compile-fail/raw-byte-string-eof.rs +++ b/src/test/compile-fail/raw-byte-string-eof.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/raw-byte-string-literals.rs b/src/test/compile-fail/raw-byte-string-literals.rs index 7a3d1b2318a31..542dc4a9ffacf 100644 --- a/src/test/compile-fail/raw-byte-string-literals.rs +++ b/src/test/compile-fail/raw-byte-string-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/raw-str-delim.rs b/src/test/compile-fail/raw-str-delim.rs index 83afb33b641cf..398c0490fb54e 100644 --- a/src/test/compile-fail/raw-str-delim.rs +++ b/src/test/compile-fail/raw-str-delim.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/raw-str-unbalanced.rs b/src/test/compile-fail/raw-str-unbalanced.rs index 3403b28fdc9c0..f4a15ed472682 100644 --- a/src/test/compile-fail/raw-str-unbalanced.rs +++ b/src/test/compile-fail/raw-str-unbalanced.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/raw-str-unterminated.rs b/src/test/compile-fail/raw-str-unterminated.rs index 4151cf32346ce..c20cdb494c787 100644 --- a/src/test/compile-fail/raw-str-unterminated.rs +++ b/src/test/compile-fail/raw-str-unterminated.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/recursion.rs b/src/test/compile-fail/recursion.rs index ffc21a5ce6123..1cddd5db4126f 100644 --- a/src/test/compile-fail/recursion.rs +++ b/src/test/compile-fail/recursion.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/recursion_limit.rs b/src/test/compile-fail/recursion_limit.rs index 6cd984c071a0c..ba667cd0b5466 100644 --- a/src/test/compile-fail/recursion_limit.rs +++ b/src/test/compile-fail/recursion_limit.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/recursive-enum.rs b/src/test/compile-fail/recursive-enum.rs index 119f6dae9e556..6539a22b0b701 100644 --- a/src/test/compile-fail/recursive-enum.rs +++ b/src/test/compile-fail/recursive-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/redundant-link-args.rs b/src/test/compile-fail/redundant-link-args.rs index e7cf7c9745907..4e5cbf5f8378e 100644 --- a/src/test/compile-fail/redundant-link-args.rs +++ b/src/test/compile-fail/redundant-link-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/refutable-pattern-errors.rs b/src/test/compile-fail/refutable-pattern-errors.rs index d06c73c4cc039..3f6e78edaa0a5 100644 --- a/src/test/compile-fail/refutable-pattern-errors.rs +++ b/src/test/compile-fail/refutable-pattern-errors.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/refutable-pattern-in-fn-arg.rs b/src/test/compile-fail/refutable-pattern-in-fn-arg.rs index 53f923e506196..6abfae798f0a0 100644 --- a/src/test/compile-fail/refutable-pattern-in-fn-arg.rs +++ b/src/test/compile-fail/refutable-pattern-in-fn-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/region-bound-on-closure-outlives-call.rs b/src/test/compile-fail/region-bound-on-closure-outlives-call.rs index 5b04fa3d87ca5..935b4d4a12b26 100644 --- a/src/test/compile-fail/region-bound-on-closure-outlives-call.rs +++ b/src/test/compile-fail/region-bound-on-closure-outlives-call.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/region-bounds-on-objects-and-type-parameters.rs b/src/test/compile-fail/region-bounds-on-objects-and-type-parameters.rs index 6b3c92e0028bf..eb17bb16c07b2 100644 --- a/src/test/compile-fail/region-bounds-on-objects-and-type-parameters.rs +++ b/src/test/compile-fail/region-bounds-on-objects-and-type-parameters.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/region-lifetime-bounds-on-fns-where-clause.rs b/src/test/compile-fail/region-lifetime-bounds-on-fns-where-clause.rs index ee05ba676ac70..6b4680fca9dde 100644 --- a/src/test/compile-fail/region-lifetime-bounds-on-fns-where-clause.rs +++ b/src/test/compile-fail/region-lifetime-bounds-on-fns-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/region-multiple-lifetime-bounds-on-fns-where-clause.rs b/src/test/compile-fail/region-multiple-lifetime-bounds-on-fns-where-clause.rs index 30e6a4e12773f..1b459540f5a87 100644 --- a/src/test/compile-fail/region-multiple-lifetime-bounds-on-fns-where-clause.rs +++ b/src/test/compile-fail/region-multiple-lifetime-bounds-on-fns-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/region-object-lifetime-1.rs b/src/test/compile-fail/region-object-lifetime-1.rs index 4758ce71ffff5..11cceb65fce83 100644 --- a/src/test/compile-fail/region-object-lifetime-1.rs +++ b/src/test/compile-fail/region-object-lifetime-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/region-object-lifetime-in-coercion.rs b/src/test/compile-fail/region-object-lifetime-in-coercion.rs index e4521873a61fd..b97f7fba961e7 100644 --- a/src/test/compile-fail/region-object-lifetime-in-coercion.rs +++ b/src/test/compile-fail/region-object-lifetime-in-coercion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regionck-unboxed-closure-lifetimes.rs b/src/test/compile-fail/regionck-unboxed-closure-lifetimes.rs index cdaa3468a463c..95322c58c1c08 100644 --- a/src/test/compile-fail/regionck-unboxed-closure-lifetimes.rs +++ b/src/test/compile-fail/regionck-unboxed-closure-lifetimes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-addr-of-arg.rs b/src/test/compile-fail/regions-addr-of-arg.rs index c54b4aaace5fb..da49c4165f240 100644 --- a/src/test/compile-fail/regions-addr-of-arg.rs +++ b/src/test/compile-fail/regions-addr-of-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-addr-of-self.rs b/src/test/compile-fail/regions-addr-of-self.rs index b69224d449957..f4f266faaec2b 100644 --- a/src/test/compile-fail/regions-addr-of-self.rs +++ b/src/test/compile-fail/regions-addr-of-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-addr-of-upvar-self.rs b/src/test/compile-fail/regions-addr-of-upvar-self.rs index fa76ab758ab56..cadc6b81bb9ce 100644 --- a/src/test/compile-fail/regions-addr-of-upvar-self.rs +++ b/src/test/compile-fail/regions-addr-of-upvar-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bound-missing-bound-in-impl.rs b/src/test/compile-fail/regions-bound-missing-bound-in-impl.rs index a3c38dff6b0f6..ca3f965c072d6 100644 --- a/src/test/compile-fail/regions-bound-missing-bound-in-impl.rs +++ b/src/test/compile-fail/regions-bound-missing-bound-in-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bounded-by-send.rs b/src/test/compile-fail/regions-bounded-by-send.rs index e3f0d3bcdb69e..841de50e8e58b 100644 --- a/src/test/compile-fail/regions-bounded-by-send.rs +++ b/src/test/compile-fail/regions-bounded-by-send.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bounded-by-trait-requiring-static.rs b/src/test/compile-fail/regions-bounded-by-trait-requiring-static.rs index 8194af25d73b1..34d8d56b01919 100644 --- a/src/test/compile-fail/regions-bounded-by-trait-requiring-static.rs +++ b/src/test/compile-fail/regions-bounded-by-trait-requiring-static.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bounded-method-type-parameters-cross-crate.rs b/src/test/compile-fail/regions-bounded-method-type-parameters-cross-crate.rs index 1705cfec6e2be..93bdd350f5e92 100644 --- a/src/test/compile-fail/regions-bounded-method-type-parameters-cross-crate.rs +++ b/src/test/compile-fail/regions-bounded-method-type-parameters-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bounded-method-type-parameters-trait-bound.rs b/src/test/compile-fail/regions-bounded-method-type-parameters-trait-bound.rs index acc721f26b394..b260d5914e07c 100644 --- a/src/test/compile-fail/regions-bounded-method-type-parameters-trait-bound.rs +++ b/src/test/compile-fail/regions-bounded-method-type-parameters-trait-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bounded-method-type-parameters.rs b/src/test/compile-fail/regions-bounded-method-type-parameters.rs index 9afacacd66218..b18aefc01e184 100644 --- a/src/test/compile-fail/regions-bounded-method-type-parameters.rs +++ b/src/test/compile-fail/regions-bounded-method-type-parameters.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-bounds.rs b/src/test/compile-fail/regions-bounds.rs index 7f2889a327be0..040dd1bebc1c1 100644 --- a/src/test/compile-fail/regions-bounds.rs +++ b/src/test/compile-fail/regions-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-associated-type-into-object.rs b/src/test/compile-fail/regions-close-associated-type-into-object.rs index 8a03f36972dd1..2af57d3c31cfe 100644 --- a/src/test/compile-fail/regions-close-associated-type-into-object.rs +++ b/src/test/compile-fail/regions-close-associated-type-into-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-object-into-object.rs b/src/test/compile-fail/regions-close-object-into-object.rs index 675f86b58f4e8..d448faef80f3f 100644 --- a/src/test/compile-fail/regions-close-object-into-object.rs +++ b/src/test/compile-fail/regions-close-object-into-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-over-borrowed-ref-in-obj.rs b/src/test/compile-fail/regions-close-over-borrowed-ref-in-obj.rs index 25b8137d29cad..0afb39d09497d 100644 --- a/src/test/compile-fail/regions-close-over-borrowed-ref-in-obj.rs +++ b/src/test/compile-fail/regions-close-over-borrowed-ref-in-obj.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-over-type-parameter-1.rs b/src/test/compile-fail/regions-close-over-type-parameter-1.rs index fc18095fc8336..2acb4de5112de 100644 --- a/src/test/compile-fail/regions-close-over-type-parameter-1.rs +++ b/src/test/compile-fail/regions-close-over-type-parameter-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-over-type-parameter-2.rs b/src/test/compile-fail/regions-close-over-type-parameter-2.rs index 543d4d1620b79..e8263cc3f57d8 100644 --- a/src/test/compile-fail/regions-close-over-type-parameter-2.rs +++ b/src/test/compile-fail/regions-close-over-type-parameter-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-over-type-parameter-multiple.rs b/src/test/compile-fail/regions-close-over-type-parameter-multiple.rs index 0f8bc6d684f12..6e46ddfd1b691 100644 --- a/src/test/compile-fail/regions-close-over-type-parameter-multiple.rs +++ b/src/test/compile-fail/regions-close-over-type-parameter-multiple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-close-param-into-object.rs b/src/test/compile-fail/regions-close-param-into-object.rs index 74b36958c92f1..b9790a7c7d4b3 100644 --- a/src/test/compile-fail/regions-close-param-into-object.rs +++ b/src/test/compile-fail/regions-close-param-into-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-creating-enums.rs b/src/test/compile-fail/regions-creating-enums.rs index 83cef9397c30b..a0b6f9ac7b3b9 100644 --- a/src/test/compile-fail/regions-creating-enums.rs +++ b/src/test/compile-fail/regions-creating-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-creating-enums3.rs b/src/test/compile-fail/regions-creating-enums3.rs index 4c8484540aabb..a62143f7db8de 100644 --- a/src/test/compile-fail/regions-creating-enums3.rs +++ b/src/test/compile-fail/regions-creating-enums3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-creating-enums4.rs b/src/test/compile-fail/regions-creating-enums4.rs index 5dc9b370f32b5..88c8a3489251b 100644 --- a/src/test/compile-fail/regions-creating-enums4.rs +++ b/src/test/compile-fail/regions-creating-enums4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-early-bound-error-method.rs b/src/test/compile-fail/regions-early-bound-error-method.rs index 4a3ca01c8496d..a6e94a455856f 100644 --- a/src/test/compile-fail/regions-early-bound-error-method.rs +++ b/src/test/compile-fail/regions-early-bound-error-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-early-bound-error.rs b/src/test/compile-fail/regions-early-bound-error.rs index 57c8e3f1170aa..a905d96133363 100644 --- a/src/test/compile-fail/regions-early-bound-error.rs +++ b/src/test/compile-fail/regions-early-bound-error.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-enum-not-wf.rs b/src/test/compile-fail/regions-enum-not-wf.rs index 0165dbdabf3c2..dc63a0fc95286 100644 --- a/src/test/compile-fail/regions-enum-not-wf.rs +++ b/src/test/compile-fail/regions-enum-not-wf.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-bound-fn-2.rs b/src/test/compile-fail/regions-escape-bound-fn-2.rs index 1329d05a0f690..f82a7c7cb666c 100644 --- a/src/test/compile-fail/regions-escape-bound-fn-2.rs +++ b/src/test/compile-fail/regions-escape-bound-fn-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-bound-fn.rs b/src/test/compile-fail/regions-escape-bound-fn.rs index 02e62ffddfd50..da362e38376b7 100644 --- a/src/test/compile-fail/regions-escape-bound-fn.rs +++ b/src/test/compile-fail/regions-escape-bound-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-loop-via-variable.rs b/src/test/compile-fail/regions-escape-loop-via-variable.rs index c300c86f70fca..9666e498b116f 100644 --- a/src/test/compile-fail/regions-escape-loop-via-variable.rs +++ b/src/test/compile-fail/regions-escape-loop-via-variable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-loop-via-vec.rs b/src/test/compile-fail/regions-escape-loop-via-vec.rs index 5e6e1858cf1c1..e02154c419e57 100644 --- a/src/test/compile-fail/regions-escape-loop-via-vec.rs +++ b/src/test/compile-fail/regions-escape-loop-via-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-method.rs b/src/test/compile-fail/regions-escape-method.rs index e3771cfebba25..c49063c773b7f 100644 --- a/src/test/compile-fail/regions-escape-method.rs +++ b/src/test/compile-fail/regions-escape-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-unboxed-closure.rs b/src/test/compile-fail/regions-escape-unboxed-closure.rs index 06768fa68804c..36e9901ba042d 100644 --- a/src/test/compile-fail/regions-escape-unboxed-closure.rs +++ b/src/test/compile-fail/regions-escape-unboxed-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-escape-via-trait-or-not.rs b/src/test/compile-fail/regions-escape-via-trait-or-not.rs index a4363b00e1c93..dec32b100b4a1 100644 --- a/src/test/compile-fail/regions-escape-via-trait-or-not.rs +++ b/src/test/compile-fail/regions-escape-via-trait-or-not.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-fn-bound.rs b/src/test/compile-fail/regions-fn-bound.rs index c2b52b79f6c87..c3f250255892d 100644 --- a/src/test/compile-fail/regions-fn-bound.rs +++ b/src/test/compile-fail/regions-fn-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your @@ -11,16 +7,6 @@ // ignore-test // ignored because the first error does not show up. -// Copyright 2012 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - fn of() -> |T| { panic!(); } fn subtype(x: |T|) { panic!(); } diff --git a/src/test/compile-fail/regions-fn-subtyping-return-static.rs b/src/test/compile-fail/regions-fn-subtyping-return-static.rs index ebf7ca289f889..561afcb09a6ee 100644 --- a/src/test/compile-fail/regions-fn-subtyping-return-static.rs +++ b/src/test/compile-fail/regions-fn-subtyping-return-static.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-free-region-ordering-callee.rs b/src/test/compile-fail/regions-free-region-ordering-callee.rs index 22724081a1bce..03ab07b3da96c 100644 --- a/src/test/compile-fail/regions-free-region-ordering-callee.rs +++ b/src/test/compile-fail/regions-free-region-ordering-callee.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-free-region-ordering-caller.rs b/src/test/compile-fail/regions-free-region-ordering-caller.rs index edca3b7ed41e4..b3b64f8562ba1 100644 --- a/src/test/compile-fail/regions-free-region-ordering-caller.rs +++ b/src/test/compile-fail/regions-free-region-ordering-caller.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-free-region-ordering-caller1.rs b/src/test/compile-fail/regions-free-region-ordering-caller1.rs index b29518ccdabb5..a58d805b461df 100644 --- a/src/test/compile-fail/regions-free-region-ordering-caller1.rs +++ b/src/test/compile-fail/regions-free-region-ordering-caller1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-free-region-ordering-incorrect.rs b/src/test/compile-fail/regions-free-region-ordering-incorrect.rs index 9cb61c24922ee..7c7d934698520 100644 --- a/src/test/compile-fail/regions-free-region-ordering-incorrect.rs +++ b/src/test/compile-fail/regions-free-region-ordering-incorrect.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-glb-free-free.rs b/src/test/compile-fail/regions-glb-free-free.rs index f43d35c579e25..5b2bf352fdc90 100644 --- a/src/test/compile-fail/regions-glb-free-free.rs +++ b/src/test/compile-fail/regions-glb-free-free.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-in-consts.rs b/src/test/compile-fail/regions-in-consts.rs index 8d0829a4cffc3..887d63951e1d3 100644 --- a/src/test/compile-fail/regions-in-consts.rs +++ b/src/test/compile-fail/regions-in-consts.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-in-enums-anon.rs b/src/test/compile-fail/regions-in-enums-anon.rs index 305bf88c4d5d7..d70b3b3b8a8a8 100644 --- a/src/test/compile-fail/regions-in-enums-anon.rs +++ b/src/test/compile-fail/regions-in-enums-anon.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-in-enums.rs b/src/test/compile-fail/regions-in-enums.rs index 613a90dda67c8..e494126236778 100644 --- a/src/test/compile-fail/regions-in-enums.rs +++ b/src/test/compile-fail/regions-in-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-in-structs-anon.rs b/src/test/compile-fail/regions-in-structs-anon.rs index b85928b1b9fa3..cb2364daf3ba9 100644 --- a/src/test/compile-fail/regions-in-structs-anon.rs +++ b/src/test/compile-fail/regions-in-structs-anon.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-in-structs.rs b/src/test/compile-fail/regions-in-structs.rs index c231d3a913e0c..2d36fe20a70ff 100644 --- a/src/test/compile-fail/regions-in-structs.rs +++ b/src/test/compile-fail/regions-in-structs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-at-fn-not-param.rs b/src/test/compile-fail/regions-infer-at-fn-not-param.rs index 0c250e38258ce..0a59178f8fe6c 100644 --- a/src/test/compile-fail/regions-infer-at-fn-not-param.rs +++ b/src/test/compile-fail/regions-infer-at-fn-not-param.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-borrow-scope-too-big.rs b/src/test/compile-fail/regions-infer-borrow-scope-too-big.rs index 2628e6a1ce279..fda7fb0c69fef 100644 --- a/src/test/compile-fail/regions-infer-borrow-scope-too-big.rs +++ b/src/test/compile-fail/regions-infer-borrow-scope-too-big.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs b/src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs index a05658e9e581d..72d22d5430fcc 100644 --- a/src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs +++ b/src/test/compile-fail/regions-infer-borrow-scope-within-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-bound-from-trait-self.rs b/src/test/compile-fail/regions-infer-bound-from-trait-self.rs index 23b8ebfe54b44..89bc8bfafb1f3 100644 --- a/src/test/compile-fail/regions-infer-bound-from-trait-self.rs +++ b/src/test/compile-fail/regions-infer-bound-from-trait-self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-bound-from-trait.rs b/src/test/compile-fail/regions-infer-bound-from-trait.rs index f7a910547669b..62e33177909ea 100644 --- a/src/test/compile-fail/regions-infer-bound-from-trait.rs +++ b/src/test/compile-fail/regions-infer-bound-from-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-call-3.rs b/src/test/compile-fail/regions-infer-call-3.rs index 95783a420b6dd..db01c77d93d9d 100644 --- a/src/test/compile-fail/regions-infer-call-3.rs +++ b/src/test/compile-fail/regions-infer-call-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-contravariance-due-to-decl.rs b/src/test/compile-fail/regions-infer-contravariance-due-to-decl.rs index 6c5e90a54de2b..29216ad8c6923 100644 --- a/src/test/compile-fail/regions-infer-contravariance-due-to-decl.rs +++ b/src/test/compile-fail/regions-infer-contravariance-due-to-decl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-covariance-due-to-decl.rs b/src/test/compile-fail/regions-infer-covariance-due-to-decl.rs index d8e31fa1374a8..0f59712c0d72e 100644 --- a/src/test/compile-fail/regions-infer-covariance-due-to-decl.rs +++ b/src/test/compile-fail/regions-infer-covariance-due-to-decl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-invariance-due-to-decl.rs b/src/test/compile-fail/regions-infer-invariance-due-to-decl.rs index 5f4a1af6bf90f..f3deb17cf252b 100644 --- a/src/test/compile-fail/regions-infer-invariance-due-to-decl.rs +++ b/src/test/compile-fail/regions-infer-invariance-due-to-decl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-invariance-due-to-mutability-3.rs b/src/test/compile-fail/regions-infer-invariance-due-to-mutability-3.rs index e42aa684e149e..dd3cebf5eef8d 100644 --- a/src/test/compile-fail/regions-infer-invariance-due-to-mutability-3.rs +++ b/src/test/compile-fail/regions-infer-invariance-due-to-mutability-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-invariance-due-to-mutability-4.rs b/src/test/compile-fail/regions-infer-invariance-due-to-mutability-4.rs index 2e634dfe3eb61..a19e652fe8729 100644 --- a/src/test/compile-fail/regions-infer-invariance-due-to-mutability-4.rs +++ b/src/test/compile-fail/regions-infer-invariance-due-to-mutability-4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-not-param.rs b/src/test/compile-fail/regions-infer-not-param.rs index 5d7a218ca8a5b..a3e29c90662dc 100644 --- a/src/test/compile-fail/regions-infer-not-param.rs +++ b/src/test/compile-fail/regions-infer-not-param.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-paramd-indirect.rs b/src/test/compile-fail/regions-infer-paramd-indirect.rs index 1d32e8fe7b250..db1a85dfdf149 100644 --- a/src/test/compile-fail/regions-infer-paramd-indirect.rs +++ b/src/test/compile-fail/regions-infer-paramd-indirect.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-infer-paramd-method.rs b/src/test/compile-fail/regions-infer-paramd-method.rs index ef331bb0fd7bc..d5921f3fb349b 100644 --- a/src/test/compile-fail/regions-infer-paramd-method.rs +++ b/src/test/compile-fail/regions-infer-paramd-method.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your @@ -11,16 +7,6 @@ // ignore-test // ignored due to problems with by value self. -// Copyright 2012 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - // Here: foo is parameterized because it contains a method that // refers to self. diff --git a/src/test/compile-fail/regions-infer-proc-static-upvar.rs b/src/test/compile-fail/regions-infer-proc-static-upvar.rs index 4e99f64dbf7b3..3e5ef1f30f2eb 100644 --- a/src/test/compile-fail/regions-infer-proc-static-upvar.rs +++ b/src/test/compile-fail/regions-infer-proc-static-upvar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-lifetime-bounds-on-fns.rs b/src/test/compile-fail/regions-lifetime-bounds-on-fns.rs index 43940d499d210..f3397e32f41bc 100644 --- a/src/test/compile-fail/regions-lifetime-bounds-on-fns.rs +++ b/src/test/compile-fail/regions-lifetime-bounds-on-fns.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-lifetime-of-struct-or-enum-variant.rs b/src/test/compile-fail/regions-lifetime-of-struct-or-enum-variant.rs index 9c985839c4d9a..1d9d333ec1423 100644 --- a/src/test/compile-fail/regions-lifetime-of-struct-or-enum-variant.rs +++ b/src/test/compile-fail/regions-lifetime-of-struct-or-enum-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-name-duplicated.rs b/src/test/compile-fail/regions-name-duplicated.rs index b4b9cfd75cbc9..a78ffb36bbcfd 100644 --- a/src/test/compile-fail/regions-name-duplicated.rs +++ b/src/test/compile-fail/regions-name-duplicated.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-name-static.rs b/src/test/compile-fail/regions-name-static.rs index 29896aa486b49..bb10e8f2039af 100644 --- a/src/test/compile-fail/regions-name-static.rs +++ b/src/test/compile-fail/regions-name-static.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-name-undeclared.rs b/src/test/compile-fail/regions-name-undeclared.rs index a61d30949334a..26b4597e71bd4 100644 --- a/src/test/compile-fail/regions-name-undeclared.rs +++ b/src/test/compile-fail/regions-name-undeclared.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-nested-fns-2.rs b/src/test/compile-fail/regions-nested-fns-2.rs index bdebadb2832ca..39105af351bb4 100644 --- a/src/test/compile-fail/regions-nested-fns-2.rs +++ b/src/test/compile-fail/regions-nested-fns-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-nested-fns.rs b/src/test/compile-fail/regions-nested-fns.rs index 58386c319f8ab..6c5e666ee7b46 100644 --- a/src/test/compile-fail/regions-nested-fns.rs +++ b/src/test/compile-fail/regions-nested-fns.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-out-of-scope-slice.rs b/src/test/compile-fail/regions-out-of-scope-slice.rs index c67c14d35d895..b887c94981220 100644 --- a/src/test/compile-fail/regions-out-of-scope-slice.rs +++ b/src/test/compile-fail/regions-out-of-scope-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-pattern-typing-issue-19552.rs b/src/test/compile-fail/regions-pattern-typing-issue-19552.rs index 3f722c9433bb2..7f2c5413d30c8 100644 --- a/src/test/compile-fail/regions-pattern-typing-issue-19552.rs +++ b/src/test/compile-fail/regions-pattern-typing-issue-19552.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-pattern-typing-issue-19997.rs b/src/test/compile-fail/regions-pattern-typing-issue-19997.rs index da839d7217261..3e53d4078fbe5 100644 --- a/src/test/compile-fail/regions-pattern-typing-issue-19997.rs +++ b/src/test/compile-fail/regions-pattern-typing-issue-19997.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-proc-bound-capture.rs b/src/test/compile-fail/regions-proc-bound-capture.rs index 7ea4d1c7507af..2c90403a411ad 100644 --- a/src/test/compile-fail/regions-proc-bound-capture.rs +++ b/src/test/compile-fail/regions-proc-bound-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref-mut-ref.rs b/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref-mut-ref.rs index 9743f11c9667b..f507b85b1e8c8 100644 --- a/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref-mut-ref.rs +++ b/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref-mut-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref.rs b/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref.rs index 399ebd6a2a726..cf18b8c697448 100644 --- a/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref.rs +++ b/src/test/compile-fail/regions-reborrow-from-shorter-mut-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-ref-in-fn-arg.rs b/src/test/compile-fail/regions-ref-in-fn-arg.rs index 13a903bf2b559..ea23149bd9121 100644 --- a/src/test/compile-fail/regions-ref-in-fn-arg.rs +++ b/src/test/compile-fail/regions-ref-in-fn-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-ret-borrowed-1.rs b/src/test/compile-fail/regions-ret-borrowed-1.rs index b8cebe665181c..e13c7b07492ce 100644 --- a/src/test/compile-fail/regions-ret-borrowed-1.rs +++ b/src/test/compile-fail/regions-ret-borrowed-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-ret-borrowed.rs b/src/test/compile-fail/regions-ret-borrowed.rs index 40909ddd4adb5..e1129295df722 100644 --- a/src/test/compile-fail/regions-ret-borrowed.rs +++ b/src/test/compile-fail/regions-ret-borrowed.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-ret.rs b/src/test/compile-fail/regions-ret.rs index 61c98d69d808f..98444eb4f61ba 100644 --- a/src/test/compile-fail/regions-ret.rs +++ b/src/test/compile-fail/regions-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-return-ref-to-upvar-issue-17403.rs b/src/test/compile-fail/regions-return-ref-to-upvar-issue-17403.rs index 21586f78db342..64b7beb676d7f 100644 --- a/src/test/compile-fail/regions-return-ref-to-upvar-issue-17403.rs +++ b/src/test/compile-fail/regions-return-ref-to-upvar-issue-17403.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-return-stack-allocated-vec.rs b/src/test/compile-fail/regions-return-stack-allocated-vec.rs index b5d4e07d04bb8..9c90976c8dea6 100644 --- a/src/test/compile-fail/regions-return-stack-allocated-vec.rs +++ b/src/test/compile-fail/regions-return-stack-allocated-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-steal-closure.rs b/src/test/compile-fail/regions-steal-closure.rs index 583d9695be4cf..d5d31e434d63a 100644 --- a/src/test/compile-fail/regions-steal-closure.rs +++ b/src/test/compile-fail/regions-steal-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-struct-not-wf.rs b/src/test/compile-fail/regions-struct-not-wf.rs index 3de137a9efbd7..a5d2ea7ce8284 100644 --- a/src/test/compile-fail/regions-struct-not-wf.rs +++ b/src/test/compile-fail/regions-struct-not-wf.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-trait-1.rs b/src/test/compile-fail/regions-trait-1.rs index 63052580dc26d..76055753d60b4 100644 --- a/src/test/compile-fail/regions-trait-1.rs +++ b/src/test/compile-fail/regions-trait-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-trait-2.rs b/src/test/compile-fail/regions-trait-2.rs index 8b36e87db3e53..f82e732a57258 100644 --- a/src/test/compile-fail/regions-trait-2.rs +++ b/src/test/compile-fail/regions-trait-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-trait-3.rs b/src/test/compile-fail/regions-trait-3.rs index 8943abb49ae93..869e0640d9bd7 100644 --- a/src/test/compile-fail/regions-trait-3.rs +++ b/src/test/compile-fail/regions-trait-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your @@ -11,16 +7,6 @@ // ignore-test // ignore'd due to problems with by-value self. -// Copyright 2012-2014 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - trait get_ctxt<'a> { fn get_ctxt(self) -> &'a usize; } diff --git a/src/test/compile-fail/regions-trait-variance.rs b/src/test/compile-fail/regions-trait-variance.rs index 9ba4ef4e35837..b4aded2d88e40 100644 --- a/src/test/compile-fail/regions-trait-variance.rs +++ b/src/test/compile-fail/regions-trait-variance.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-undeclared.rs b/src/test/compile-fail/regions-undeclared.rs index 3190875158055..c1bd632624172 100644 --- a/src/test/compile-fail/regions-undeclared.rs +++ b/src/test/compile-fail/regions-undeclared.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-var-type-out-of-scope.rs b/src/test/compile-fail/regions-var-type-out-of-scope.rs index 039de994ea32d..5e122bc42c1ee 100644 --- a/src/test/compile-fail/regions-var-type-out-of-scope.rs +++ b/src/test/compile-fail/regions-var-type-out-of-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-variance-contravariant-use-covariant-in-second-position.rs b/src/test/compile-fail/regions-variance-contravariant-use-covariant-in-second-position.rs index a7ef3ec9ac190..5446727d816c7 100644 --- a/src/test/compile-fail/regions-variance-contravariant-use-covariant-in-second-position.rs +++ b/src/test/compile-fail/regions-variance-contravariant-use-covariant-in-second-position.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-variance-contravariant-use-covariant.rs b/src/test/compile-fail/regions-variance-contravariant-use-covariant.rs index a79249ade4f5c..27e6d80759340 100644 --- a/src/test/compile-fail/regions-variance-contravariant-use-covariant.rs +++ b/src/test/compile-fail/regions-variance-contravariant-use-covariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-variance-covariant-use-contravariant.rs b/src/test/compile-fail/regions-variance-covariant-use-contravariant.rs index f42b7027d9e00..9273d8b5c26c9 100644 --- a/src/test/compile-fail/regions-variance-covariant-use-contravariant.rs +++ b/src/test/compile-fail/regions-variance-covariant-use-contravariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-variance-invariant-use-contravariant.rs b/src/test/compile-fail/regions-variance-invariant-use-contravariant.rs index 71023b26c2769..03032ba2dafce 100644 --- a/src/test/compile-fail/regions-variance-invariant-use-contravariant.rs +++ b/src/test/compile-fail/regions-variance-invariant-use-contravariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/regions-variance-invariant-use-covariant.rs b/src/test/compile-fail/regions-variance-invariant-use-covariant.rs index bd944a8b52cfb..0e8f50e2923cd 100644 --- a/src/test/compile-fail/regions-variance-invariant-use-covariant.rs +++ b/src/test/compile-fail/regions-variance-invariant-use-covariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-closure-lifetime.rs b/src/test/compile-fail/removed-syntax-closure-lifetime.rs index a07832d5bb761..1ac3ef6d80142 100644 --- a/src/test/compile-fail/removed-syntax-closure-lifetime.rs +++ b/src/test/compile-fail/removed-syntax-closure-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-enum-newtype.rs b/src/test/compile-fail/removed-syntax-enum-newtype.rs index 3b45fd81288fd..3433c8d288ab5 100644 --- a/src/test/compile-fail/removed-syntax-enum-newtype.rs +++ b/src/test/compile-fail/removed-syntax-enum-newtype.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-extern-const.rs b/src/test/compile-fail/removed-syntax-extern-const.rs index 98eec0977e0c1..7e8bc0e816eb3 100644 --- a/src/test/compile-fail/removed-syntax-extern-const.rs +++ b/src/test/compile-fail/removed-syntax-extern-const.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-field-let.rs b/src/test/compile-fail/removed-syntax-field-let.rs index c8711598163a0..26b02b9af46bc 100644 --- a/src/test/compile-fail/removed-syntax-field-let.rs +++ b/src/test/compile-fail/removed-syntax-field-let.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-field-semicolon.rs b/src/test/compile-fail/removed-syntax-field-semicolon.rs index 9bb3c649cdfe2..ab4a4c1e681f9 100644 --- a/src/test/compile-fail/removed-syntax-field-semicolon.rs +++ b/src/test/compile-fail/removed-syntax-field-semicolon.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-fixed-vec.rs b/src/test/compile-fail/removed-syntax-fixed-vec.rs index 0ca2380ef68c7..07f50ff008a51 100644 --- a/src/test/compile-fail/removed-syntax-fixed-vec.rs +++ b/src/test/compile-fail/removed-syntax-fixed-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-fn-pure.rs b/src/test/compile-fail/removed-syntax-fn-pure.rs index d569ea25c46a7..b1c9734c2337b 100644 --- a/src/test/compile-fail/removed-syntax-fn-pure.rs +++ b/src/test/compile-fail/removed-syntax-fn-pure.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-fn-sigil.rs b/src/test/compile-fail/removed-syntax-fn-sigil.rs index 83ebe7cc7a3bd..87f61dd1b5c66 100644 --- a/src/test/compile-fail/removed-syntax-fn-sigil.rs +++ b/src/test/compile-fail/removed-syntax-fn-sigil.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-larrow-init.rs b/src/test/compile-fail/removed-syntax-larrow-init.rs index 1474cc9dd396d..a2694a59cc51f 100644 --- a/src/test/compile-fail/removed-syntax-larrow-init.rs +++ b/src/test/compile-fail/removed-syntax-larrow-init.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-larrow-move.rs b/src/test/compile-fail/removed-syntax-larrow-move.rs index 552c9f2efa2de..4f7b0764251c3 100644 --- a/src/test/compile-fail/removed-syntax-larrow-move.rs +++ b/src/test/compile-fail/removed-syntax-larrow-move.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-mode.rs b/src/test/compile-fail/removed-syntax-mode.rs index b02de5ce08e94..6d0fc30e163eb 100644 --- a/src/test/compile-fail/removed-syntax-mode.rs +++ b/src/test/compile-fail/removed-syntax-mode.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-mut-vec-expr.rs b/src/test/compile-fail/removed-syntax-mut-vec-expr.rs index 30302bbd16ef8..323a22c650b3a 100644 --- a/src/test/compile-fail/removed-syntax-mut-vec-expr.rs +++ b/src/test/compile-fail/removed-syntax-mut-vec-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-mut-vec-ty.rs b/src/test/compile-fail/removed-syntax-mut-vec-ty.rs index 0f67a1d04eec3..a9a7b05710fc5 100644 --- a/src/test/compile-fail/removed-syntax-mut-vec-ty.rs +++ b/src/test/compile-fail/removed-syntax-mut-vec-ty.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-ptr-lifetime.rs b/src/test/compile-fail/removed-syntax-ptr-lifetime.rs index d94f2ec1e073e..0716a883d1d9c 100644 --- a/src/test/compile-fail/removed-syntax-ptr-lifetime.rs +++ b/src/test/compile-fail/removed-syntax-ptr-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-record.rs b/src/test/compile-fail/removed-syntax-record.rs index ae5a68575f72f..bc9c558d7702e 100644 --- a/src/test/compile-fail/removed-syntax-record.rs +++ b/src/test/compile-fail/removed-syntax-record.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-static-fn.rs b/src/test/compile-fail/removed-syntax-static-fn.rs index e3e1cb0f3cac8..52b9227b9f5ea 100644 --- a/src/test/compile-fail/removed-syntax-static-fn.rs +++ b/src/test/compile-fail/removed-syntax-static-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-uniq-mut-expr.rs b/src/test/compile-fail/removed-syntax-uniq-mut-expr.rs index c5559c4ea9621..073fe15b4f0d7 100644 --- a/src/test/compile-fail/removed-syntax-uniq-mut-expr.rs +++ b/src/test/compile-fail/removed-syntax-uniq-mut-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-uniq-mut-ty.rs b/src/test/compile-fail/removed-syntax-uniq-mut-ty.rs index c051059aee6f4..70e52d6ce7399 100644 --- a/src/test/compile-fail/removed-syntax-uniq-mut-ty.rs +++ b/src/test/compile-fail/removed-syntax-uniq-mut-ty.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-with-1.rs b/src/test/compile-fail/removed-syntax-with-1.rs index c7f31045cb6a2..f4383872f285f 100644 --- a/src/test/compile-fail/removed-syntax-with-1.rs +++ b/src/test/compile-fail/removed-syntax-with-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/removed-syntax-with-2.rs b/src/test/compile-fail/removed-syntax-with-2.rs index 83c6897dee311..0d3f7e94060cc 100644 --- a/src/test/compile-fail/removed-syntax-with-2.rs +++ b/src/test/compile-fail/removed-syntax-with-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/repeat-to-run-dtor-twice.rs b/src/test/compile-fail/repeat-to-run-dtor-twice.rs index c8457adb8d6e6..92a15778ff551 100644 --- a/src/test/compile-fail/repeat-to-run-dtor-twice.rs +++ b/src/test/compile-fail/repeat-to-run-dtor-twice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/repeat_count.rs b/src/test/compile-fail/repeat_count.rs index df69e13bf1e65..b47342f6b82d1 100644 --- a/src/test/compile-fail/repeat_count.rs +++ b/src/test/compile-fail/repeat_count.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/require-parens-for-chained-comparison.rs b/src/test/compile-fail/require-parens-for-chained-comparison.rs index 7513815ad730c..f1eb479ca6b14 100644 --- a/src/test/compile-fail/require-parens-for-chained-comparison.rs +++ b/src/test/compile-fail/require-parens-for-chained-comparison.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/required-lang-item.rs b/src/test/compile-fail/required-lang-item.rs index ae561878e9ba0..ca0fec6fafbd1 100644 --- a/src/test/compile-fail/required-lang-item.rs +++ b/src/test/compile-fail/required-lang-item.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/reserved-be.rs b/src/test/compile-fail/reserved-be.rs index 386d53cc16e92..4d756c89cd4c5 100644 --- a/src/test/compile-fail/reserved-be.rs +++ b/src/test/compile-fail/reserved-be.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-conflict-extern-crate-vs-extern-crate.rs b/src/test/compile-fail/resolve-conflict-extern-crate-vs-extern-crate.rs index 8673d95de1b17..21b104c03d0ce 100644 --- a/src/test/compile-fail/resolve-conflict-extern-crate-vs-extern-crate.rs +++ b/src/test/compile-fail/resolve-conflict-extern-crate-vs-extern-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-conflict-import-vs-extern-crate.rs b/src/test/compile-fail/resolve-conflict-import-vs-extern-crate.rs index f27b11d5411c9..d090f5bb23dfb 100644 --- a/src/test/compile-fail/resolve-conflict-import-vs-extern-crate.rs +++ b/src/test/compile-fail/resolve-conflict-import-vs-extern-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-conflict-import-vs-import.rs b/src/test/compile-fail/resolve-conflict-import-vs-import.rs index beb4b74f3264b..c69c80fe63c8f 100644 --- a/src/test/compile-fail/resolve-conflict-import-vs-import.rs +++ b/src/test/compile-fail/resolve-conflict-import-vs-import.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-conflict-item-vs-extern-crate.rs b/src/test/compile-fail/resolve-conflict-item-vs-extern-crate.rs index 9d40196d4ac6b..ba22a574fd504 100644 --- a/src/test/compile-fail/resolve-conflict-item-vs-extern-crate.rs +++ b/src/test/compile-fail/resolve-conflict-item-vs-extern-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-conflict-item-vs-import.rs b/src/test/compile-fail/resolve-conflict-item-vs-import.rs index 96800918351c1..b793e780a8bef 100644 --- a/src/test/compile-fail/resolve-conflict-item-vs-import.rs +++ b/src/test/compile-fail/resolve-conflict-item-vs-import.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-conflict-type-vs-import.rs b/src/test/compile-fail/resolve-conflict-type-vs-import.rs index 45b0314d2c01d..38ace46079a83 100644 --- a/src/test/compile-fail/resolve-conflict-type-vs-import.rs +++ b/src/test/compile-fail/resolve-conflict-type-vs-import.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-inconsistent-binding-mode.rs b/src/test/compile-fail/resolve-inconsistent-binding-mode.rs index cdb812790480c..19b24d183eba0 100644 --- a/src/test/compile-fail/resolve-inconsistent-binding-mode.rs +++ b/src/test/compile-fail/resolve-inconsistent-binding-mode.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-inconsistent-names.rs b/src/test/compile-fail/resolve-inconsistent-names.rs index f7f3acd37d62d..41ebfee099d5d 100644 --- a/src/test/compile-fail/resolve-inconsistent-names.rs +++ b/src/test/compile-fail/resolve-inconsistent-names.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-label.rs b/src/test/compile-fail/resolve-label.rs index 398b4f5859e65..36c69df989b89 100644 --- a/src/test/compile-fail/resolve-label.rs +++ b/src/test/compile-fail/resolve-label.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-type-param-in-item-in-trait.rs b/src/test/compile-fail/resolve-type-param-in-item-in-trait.rs index 341fe173a03f4..5880ecfb3221a 100644 --- a/src/test/compile-fail/resolve-type-param-in-item-in-trait.rs +++ b/src/test/compile-fail/resolve-type-param-in-item-in-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve-unknown-trait.rs b/src/test/compile-fail/resolve-unknown-trait.rs index 0d0dc0a05d12a..9e2b331bfcccf 100644 --- a/src/test/compile-fail/resolve-unknown-trait.rs +++ b/src/test/compile-fail/resolve-unknown-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/resolve_self_super_hint.rs b/src/test/compile-fail/resolve_self_super_hint.rs index ed143fdff687f..d8af52d77dda0 100644 --- a/src/test/compile-fail/resolve_self_super_hint.rs +++ b/src/test/compile-fail/resolve_self_super_hint.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ret-non-nil.rs b/src/test/compile-fail/ret-non-nil.rs index 4ee3cf4abac4e..64652b4eb5102 100644 --- a/src/test/compile-fail/ret-non-nil.rs +++ b/src/test/compile-fail/ret-non-nil.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/seq-args.rs b/src/test/compile-fail/seq-args.rs index b4929eacf3d05..76bca6752b622 100644 --- a/src/test/compile-fail/seq-args.rs +++ b/src/test/compile-fail/seq-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/shadowed-lifetime.rs b/src/test/compile-fail/shadowed-lifetime.rs index 57a2744d8f883..1b8822ef8e4f0 100644 --- a/src/test/compile-fail/shadowed-lifetime.rs +++ b/src/test/compile-fail/shadowed-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/shadowed-type-parameter.rs b/src/test/compile-fail/shadowed-type-parameter.rs index 1a3d7821159c3..68fe82693cc44 100644 --- a/src/test/compile-fail/shadowed-type-parameter.rs +++ b/src/test/compile-fail/shadowed-type-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/shadowing-in-the-same-pattern.rs b/src/test/compile-fail/shadowing-in-the-same-pattern.rs index c29534128ae45..2b409a062a9ed 100644 --- a/src/test/compile-fail/shadowing-in-the-same-pattern.rs +++ b/src/test/compile-fail/shadowing-in-the-same-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/shift-various-bad-types.rs b/src/test/compile-fail/shift-various-bad-types.rs index 66aef0ec3a1b1..410b9a5e46ca0 100644 --- a/src/test/compile-fail/shift-various-bad-types.rs +++ b/src/test/compile-fail/shift-various-bad-types.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/simd-binop.rs b/src/test/compile-fail/simd-binop.rs index 0c2d8972ce7ae..d318cafb4e9ae 100644 --- a/src/test/compile-fail/simd-binop.rs +++ b/src/test/compile-fail/simd-binop.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/simd-experimental.rs b/src/test/compile-fail/simd-experimental.rs index aea970f90b2c3..a003fcc9016ce 100644 --- a/src/test/compile-fail/simd-experimental.rs +++ b/src/test/compile-fail/simd-experimental.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/simd-type.rs b/src/test/compile-fail/simd-type.rs index c47bc1747de3c..8181b414e5522 100644 --- a/src/test/compile-fail/simd-type.rs +++ b/src/test/compile-fail/simd-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/slice-1.rs b/src/test/compile-fail/slice-1.rs index 903760caf1a1e..fb0ca3cc4447c 100644 --- a/src/test/compile-fail/slice-1.rs +++ b/src/test/compile-fail/slice-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/slice-2.rs b/src/test/compile-fail/slice-2.rs index 07162293565ed..ae3979360a23a 100644 --- a/src/test/compile-fail/slice-2.rs +++ b/src/test/compile-fail/slice-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/slice-borrow.rs b/src/test/compile-fail/slice-borrow.rs index 0062f66ae2209..5c624e438c288 100644 --- a/src/test/compile-fail/slice-borrow.rs +++ b/src/test/compile-fail/slice-borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/slice-mut-2.rs b/src/test/compile-fail/slice-mut-2.rs index e20e968a0126e..7f174aa6287da 100644 --- a/src/test/compile-fail/slice-mut-2.rs +++ b/src/test/compile-fail/slice-mut-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/slice-mut.rs b/src/test/compile-fail/slice-mut.rs index a1747f3b6bdc7..e3f33746cee97 100644 --- a/src/test/compile-fail/slice-mut.rs +++ b/src/test/compile-fail/slice-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/slightly-nice-generic-literal-messages.rs b/src/test/compile-fail/slightly-nice-generic-literal-messages.rs index 1203d62234899..430c59b05776d 100644 --- a/src/test/compile-fail/slightly-nice-generic-literal-messages.rs +++ b/src/test/compile-fail/slightly-nice-generic-literal-messages.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-assert.rs b/src/test/compile-fail/static-assert.rs index 349e5f4cb5105..b789e4b4c9af4 100644 --- a/src/test/compile-fail/static-assert.rs +++ b/src/test/compile-fail/static-assert.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-assert2.rs b/src/test/compile-fail/static-assert2.rs index e988cfb9097ea..ef82bbb58ed68 100644 --- a/src/test/compile-fail/static-assert2.rs +++ b/src/test/compile-fail/static-assert2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-items-cant-move.rs b/src/test/compile-fail/static-items-cant-move.rs index 422e95338edb9..efe7c17b0fdb9 100644 --- a/src/test/compile-fail/static-items-cant-move.rs +++ b/src/test/compile-fail/static-items-cant-move.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-method-privacy.rs b/src/test/compile-fail/static-method-privacy.rs index 5e175aa0feef4..e353949f1ae64 100644 --- a/src/test/compile-fail/static-method-privacy.rs +++ b/src/test/compile-fail/static-method-privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-mut-bad-types.rs b/src/test/compile-fail/static-mut-bad-types.rs index 088c8ef3ab8c2..aebe7e444c815 100644 --- a/src/test/compile-fail/static-mut-bad-types.rs +++ b/src/test/compile-fail/static-mut-bad-types.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-mut-foreign-requires-unsafe.rs b/src/test/compile-fail/static-mut-foreign-requires-unsafe.rs index 0e44af19a7f62..3c2d6b6fd5727 100644 --- a/src/test/compile-fail/static-mut-foreign-requires-unsafe.rs +++ b/src/test/compile-fail/static-mut-foreign-requires-unsafe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-mut-not-constant.rs b/src/test/compile-fail/static-mut-not-constant.rs index 7c228ce413f0f..9f3cffca5869d 100644 --- a/src/test/compile-fail/static-mut-not-constant.rs +++ b/src/test/compile-fail/static-mut-not-constant.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-mut-not-pat.rs b/src/test/compile-fail/static-mut-not-pat.rs index bfdeff6ed7083..f0762cf96f7b1 100644 --- a/src/test/compile-fail/static-mut-not-pat.rs +++ b/src/test/compile-fail/static-mut-not-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-mut-requires-unsafe.rs b/src/test/compile-fail/static-mut-requires-unsafe.rs index f6ad46a0527b3..4553c12529e69 100644 --- a/src/test/compile-fail/static-mut-requires-unsafe.rs +++ b/src/test/compile-fail/static-mut-requires-unsafe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-priv-by-default.rs b/src/test/compile-fail/static-priv-by-default.rs index 14299a9b639c1..4f445b8daaa99 100644 --- a/src/test/compile-fail/static-priv-by-default.rs +++ b/src/test/compile-fail/static-priv-by-default.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-priv-by-default2.rs b/src/test/compile-fail/static-priv-by-default2.rs index 577e4f7542d26..390df7800db4c 100644 --- a/src/test/compile-fail/static-priv-by-default2.rs +++ b/src/test/compile-fail/static-priv-by-default2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-reference-to-fn-1.rs b/src/test/compile-fail/static-reference-to-fn-1.rs index cf8ee1ecb4183..a965696eb5f4b 100644 --- a/src/test/compile-fail/static-reference-to-fn-1.rs +++ b/src/test/compile-fail/static-reference-to-fn-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-reference-to-fn-2.rs b/src/test/compile-fail/static-reference-to-fn-2.rs index 460154f25d7fc..745e74b3f5fb9 100644 --- a/src/test/compile-fail/static-reference-to-fn-2.rs +++ b/src/test/compile-fail/static-reference-to-fn-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-region-bound.rs b/src/test/compile-fail/static-region-bound.rs index 4c59e7a769fbf..852ae7d39a873 100644 --- a/src/test/compile-fail/static-region-bound.rs +++ b/src/test/compile-fail/static-region-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/static-vec-repeat-not-constant.rs b/src/test/compile-fail/static-vec-repeat-not-constant.rs index 7cb7615526a8e..fdbc68243e2a0 100644 --- a/src/test/compile-fail/static-vec-repeat-not-constant.rs +++ b/src/test/compile-fail/static-vec-repeat-not-constant.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/staticness-mismatch.rs b/src/test/compile-fail/staticness-mismatch.rs index bf4e46cace304..a933e00da24c4 100644 --- a/src/test/compile-fail/staticness-mismatch.rs +++ b/src/test/compile-fail/staticness-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/std-uncopyable-atomics.rs b/src/test/compile-fail/std-uncopyable-atomics.rs index 9807fc43140d9..4379dbfb308b8 100644 --- a/src/test/compile-fail/std-uncopyable-atomics.rs +++ b/src/test/compile-fail/std-uncopyable-atomics.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/str-idx.rs b/src/test/compile-fail/str-idx.rs index ddd2a4eeedf76..5b308c1216062 100644 --- a/src/test/compile-fail/str-idx.rs +++ b/src/test/compile-fail/str-idx.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-base-wrong-type.rs b/src/test/compile-fail/struct-base-wrong-type.rs index 71a2b50b612d9..85bf1b4cd9eaa 100644 --- a/src/test/compile-fail/struct-base-wrong-type.rs +++ b/src/test/compile-fail/struct-base-wrong-type.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-field-assignability.rs b/src/test/compile-fail/struct-field-assignability.rs index 685ce28d510a8..b028ca2bde574 100644 --- a/src/test/compile-fail/struct-field-assignability.rs +++ b/src/test/compile-fail/struct-field-assignability.rs @@ -1,7 +1,3 @@ -// ignore-test - -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-fields-decl-dupe.rs b/src/test/compile-fail/struct-fields-decl-dupe.rs index 049569e8a184f..02bafffad2444 100644 --- a/src/test/compile-fail/struct-fields-decl-dupe.rs +++ b/src/test/compile-fail/struct-fields-decl-dupe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-fields-dupe.rs b/src/test/compile-fail/struct-fields-dupe.rs index 578091f5e9a28..41ec4c4cf75a7 100644 --- a/src/test/compile-fail/struct-fields-dupe.rs +++ b/src/test/compile-fail/struct-fields-dupe.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-fields-missing.rs b/src/test/compile-fail/struct-fields-missing.rs index 1fd9357cf2d4e..895d68498a716 100644 --- a/src/test/compile-fail/struct-fields-missing.rs +++ b/src/test/compile-fail/struct-fields-missing.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-fields-too-many.rs b/src/test/compile-fail/struct-fields-too-many.rs index 9244a9d4f9d0f..1088a0908c60f 100644 --- a/src/test/compile-fail/struct-fields-too-many.rs +++ b/src/test/compile-fail/struct-fields-too-many.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-like-enum-nonexhaustive.rs b/src/test/compile-fail/struct-like-enum-nonexhaustive.rs index a14e43f4c9435..72c13a06e7a83 100644 --- a/src/test/compile-fail/struct-like-enum-nonexhaustive.rs +++ b/src/test/compile-fail/struct-like-enum-nonexhaustive.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-literal-in-for.rs b/src/test/compile-fail/struct-literal-in-for.rs index 4bb5d5e6aa176..bfcdd6de6c350 100644 --- a/src/test/compile-fail/struct-literal-in-for.rs +++ b/src/test/compile-fail/struct-literal-in-for.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-literal-in-if.rs b/src/test/compile-fail/struct-literal-in-if.rs index b2bc8a4901f4c..c1c83d34b397a 100644 --- a/src/test/compile-fail/struct-literal-in-if.rs +++ b/src/test/compile-fail/struct-literal-in-if.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-literal-in-match-discriminant.rs b/src/test/compile-fail/struct-literal-in-match-discriminant.rs index 8f50940806a58..932998a247740 100644 --- a/src/test/compile-fail/struct-literal-in-match-discriminant.rs +++ b/src/test/compile-fail/struct-literal-in-match-discriminant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-literal-in-while.rs b/src/test/compile-fail/struct-literal-in-while.rs index 05fa3a8dd5fc2..f4eae84aa8ce1 100644 --- a/src/test/compile-fail/struct-literal-in-while.rs +++ b/src/test/compile-fail/struct-literal-in-while.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-no-fields-2.rs b/src/test/compile-fail/struct-no-fields-2.rs index 4f973f81b1641..27f2261d55e88 100644 --- a/src/test/compile-fail/struct-no-fields-2.rs +++ b/src/test/compile-fail/struct-no-fields-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-no-fields-3.rs b/src/test/compile-fail/struct-no-fields-3.rs index e594683feed17..053a4b639e63e 100644 --- a/src/test/compile-fail/struct-no-fields-3.rs +++ b/src/test/compile-fail/struct-no-fields-3.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-no-fields-4.rs b/src/test/compile-fail/struct-no-fields-4.rs index 60a0a85d0abf1..339c63a53e0b0 100644 --- a/src/test/compile-fail/struct-no-fields-4.rs +++ b/src/test/compile-fail/struct-no-fields-4.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-no-fields-5.rs b/src/test/compile-fail/struct-no-fields-5.rs index 940fa9c7f273f..abd1f0aae3db1 100644 --- a/src/test/compile-fail/struct-no-fields-5.rs +++ b/src/test/compile-fail/struct-no-fields-5.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-no-fields-enumlike.rs b/src/test/compile-fail/struct-no-fields-enumlike.rs index 379d310a60bd4..351d8432c7677 100644 --- a/src/test/compile-fail/struct-no-fields-enumlike.rs +++ b/src/test/compile-fail/struct-no-fields-enumlike.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-no-fields.rs b/src/test/compile-fail/struct-no-fields.rs index ee853ade18eab..661317436e641 100644 --- a/src/test/compile-fail/struct-no-fields.rs +++ b/src/test/compile-fail/struct-no-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-pat-derived-error.rs b/src/test/compile-fail/struct-pat-derived-error.rs index 4b65292340fa1..30e07fdde98e3 100644 --- a/src/test/compile-fail/struct-pat-derived-error.rs +++ b/src/test/compile-fail/struct-pat-derived-error.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-pattern-match-useless.rs b/src/test/compile-fail/struct-pattern-match-useless.rs index 9f7ebc261ad2e..b6c4562cbe443 100644 --- a/src/test/compile-fail/struct-pattern-match-useless.rs +++ b/src/test/compile-fail/struct-pattern-match-useless.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-variant-no-fields.rs b/src/test/compile-fail/struct-variant-no-fields.rs index 41dbbeefc0a60..551929f3725c8 100644 --- a/src/test/compile-fail/struct-variant-no-fields.rs +++ b/src/test/compile-fail/struct-variant-no-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-variant-no-pub.rs b/src/test/compile-fail/struct-variant-no-pub.rs index e62b39ad5aabd..58c93c2ca677d 100644 --- a/src/test/compile-fail/struct-variant-no-pub.rs +++ b/src/test/compile-fail/struct-variant-no-pub.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-variant-privacy-xc.rs b/src/test/compile-fail/struct-variant-privacy-xc.rs index c58273361ad0b..da3ac78509182 100644 --- a/src/test/compile-fail/struct-variant-privacy-xc.rs +++ b/src/test/compile-fail/struct-variant-privacy-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/struct-variant-privacy.rs b/src/test/compile-fail/struct-variant-privacy.rs index f36862364e734..30314800b44a2 100644 --- a/src/test/compile-fail/struct-variant-privacy.rs +++ b/src/test/compile-fail/struct-variant-privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/structure-constructor-type-mismatch.rs b/src/test/compile-fail/structure-constructor-type-mismatch.rs index a22f390499f27..d1a9c53fe19ac 100644 --- a/src/test/compile-fail/structure-constructor-type-mismatch.rs +++ b/src/test/compile-fail/structure-constructor-type-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/super-at-top-level.rs b/src/test/compile-fail/super-at-top-level.rs index 309b6773f604e..c079643e81987 100644 --- a/src/test/compile-fail/super-at-top-level.rs +++ b/src/test/compile-fail/super-at-top-level.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/suppressed-error.rs b/src/test/compile-fail/suppressed-error.rs index 44de5d8cfe353..9cd74d4eb32ce 100644 --- a/src/test/compile-fail/suppressed-error.rs +++ b/src/test/compile-fail/suppressed-error.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-change-lit.rs b/src/test/compile-fail/svh-change-lit.rs index c839ade75cf29..fee811095dbfd 100644 --- a/src/test/compile-fail/svh-change-lit.rs +++ b/src/test/compile-fail/svh-change-lit.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-change-significant-cfg.rs b/src/test/compile-fail/svh-change-significant-cfg.rs index df0adf36ce2e6..023baf6b2350b 100644 --- a/src/test/compile-fail/svh-change-significant-cfg.rs +++ b/src/test/compile-fail/svh-change-significant-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-change-trait-bound.rs b/src/test/compile-fail/svh-change-trait-bound.rs index 4774384fecd49..00ac2b6b34897 100644 --- a/src/test/compile-fail/svh-change-trait-bound.rs +++ b/src/test/compile-fail/svh-change-trait-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-change-type-arg.rs b/src/test/compile-fail/svh-change-type-arg.rs index 51d3fd0a73a12..bb1f813bf7e74 100644 --- a/src/test/compile-fail/svh-change-type-arg.rs +++ b/src/test/compile-fail/svh-change-type-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-change-type-ret.rs b/src/test/compile-fail/svh-change-type-ret.rs index 609e0f3689e5d..98f0f71dd49c9 100644 --- a/src/test/compile-fail/svh-change-type-ret.rs +++ b/src/test/compile-fail/svh-change-type-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-change-type-static.rs b/src/test/compile-fail/svh-change-type-static.rs index c42714609b6f8..6e2f8a0d52c88 100644 --- a/src/test/compile-fail/svh-change-type-static.rs +++ b/src/test/compile-fail/svh-change-type-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/svh-use-trait.rs b/src/test/compile-fail/svh-use-trait.rs index 7fdbf35fc6d59..3aac26c2bf9de 100644 --- a/src/test/compile-fail/svh-use-trait.rs +++ b/src/test/compile-fail/svh-use-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/syntax-extension-minor.rs b/src/test/compile-fail/syntax-extension-minor.rs index d1e50638138c4..ac47df3880fa1 100644 --- a/src/test/compile-fail/syntax-extension-minor.rs +++ b/src/test/compile-fail/syntax-extension-minor.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/syntax-trait-polarity-feature-gate.rs b/src/test/compile-fail/syntax-trait-polarity-feature-gate.rs index a7ca5e3bf093a..890d1773b2606 100644 --- a/src/test/compile-fail/syntax-trait-polarity-feature-gate.rs +++ b/src/test/compile-fail/syntax-trait-polarity-feature-gate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/syntax-trait-polarity.rs b/src/test/compile-fail/syntax-trait-polarity.rs index 1ab79f5c80ecc..0a657b5821e94 100644 --- a/src/test/compile-fail/syntax-trait-polarity.rs +++ b/src/test/compile-fail/syntax-trait-polarity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tag-that-dare-not-speak-its-name.rs b/src/test/compile-fail/tag-that-dare-not-speak-its-name.rs index 660c1fa9a88d8..c39a82a6f6739 100644 --- a/src/test/compile-fail/tag-that-dare-not-speak-its-name.rs +++ b/src/test/compile-fail/tag-that-dare-not-speak-its-name.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tag-type-args.rs b/src/test/compile-fail/tag-type-args.rs index 5785a13b00682..8fd2e43d5e800 100644 --- a/src/test/compile-fail/tag-type-args.rs +++ b/src/test/compile-fail/tag-type-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tag-variant-cast-non-nullary.rs b/src/test/compile-fail/tag-variant-cast-non-nullary.rs index b01063291266c..bd40b2f6412c5 100644 --- a/src/test/compile-fail/tag-variant-cast-non-nullary.rs +++ b/src/test/compile-fail/tag-variant-cast-non-nullary.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tag-variant-disr-dup.rs b/src/test/compile-fail/tag-variant-disr-dup.rs index 5da5bb854097d..d24569dbf8704 100644 --- a/src/test/compile-fail/tag-variant-disr-dup.rs +++ b/src/test/compile-fail/tag-variant-disr-dup.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tag-variant-disr-non-nullary.rs b/src/test/compile-fail/tag-variant-disr-non-nullary.rs index 207bbe9a44602..315a17f3e97cf 100644 --- a/src/test/compile-fail/tag-variant-disr-non-nullary.rs +++ b/src/test/compile-fail/tag-variant-disr-non-nullary.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tail-typeck.rs b/src/test/compile-fail/tail-typeck.rs index a934bbe61c434..8d872c9e42b9d 100644 --- a/src/test/compile-fail/tail-typeck.rs +++ b/src/test/compile-fail/tail-typeck.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/task-rng-isnt-sendable.rs b/src/test/compile-fail/task-rng-isnt-sendable.rs index dc3385f4bb92f..8958479da6955 100644 --- a/src/test/compile-fail/task-rng-isnt-sendable.rs +++ b/src/test/compile-fail/task-rng-isnt-sendable.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/terr-in-field.rs b/src/test/compile-fail/terr-in-field.rs index 60db35b879f57..f529c4d895db6 100644 --- a/src/test/compile-fail/terr-in-field.rs +++ b/src/test/compile-fail/terr-in-field.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/terr-sorts.rs b/src/test/compile-fail/terr-sorts.rs index 231d2366b48a8..875b7ed5d3a6a 100644 --- a/src/test/compile-fail/terr-sorts.rs +++ b/src/test/compile-fail/terr-sorts.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/test-cfg.rs b/src/test/compile-fail/test-cfg.rs index 0709d9095124e..8d14ba5ff2958 100644 --- a/src/test/compile-fail/test-cfg.rs +++ b/src/test/compile-fail/test-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trace_macros-format.rs b/src/test/compile-fail/trace_macros-format.rs index 95cb17c215b7b..cbcce27720d55 100644 --- a/src/test/compile-fail/trace_macros-format.rs +++ b/src/test/compile-fail/trace_macros-format.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trailing-carriage-return-in-string.rs b/src/test/compile-fail/trailing-carriage-return-in-string.rs index 810983332615e..b58b9bad675c1 100644 --- a/src/test/compile-fail/trailing-carriage-return-in-string.rs +++ b/src/test/compile-fail/trailing-carriage-return-in-string.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trailing-plus-in-bounds.rs b/src/test/compile-fail/trailing-plus-in-bounds.rs index 069c2e88793da..db0668ad5cca5 100644 --- a/src/test/compile-fail/trailing-plus-in-bounds.rs +++ b/src/test/compile-fail/trailing-plus-in-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-as-struct-constructor.rs b/src/test/compile-fail/trait-as-struct-constructor.rs index a1fcab002e138..d36258e340fe8 100644 --- a/src/test/compile-fail/trait-as-struct-constructor.rs +++ b/src/test/compile-fail/trait-as-struct-constructor.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-cant-coerce.rs b/src/test/compile-fail/trait-bounds-cant-coerce.rs index 79174552ae09c..c18501a0dc8d6 100644 --- a/src/test/compile-fail/trait-bounds-cant-coerce.rs +++ b/src/test/compile-fail/trait-bounds-cant-coerce.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-impl-comparison-1.rs b/src/test/compile-fail/trait-bounds-impl-comparison-1.rs index 477bd4f5be9a1..c35625f03a311 100644 --- a/src/test/compile-fail/trait-bounds-impl-comparison-1.rs +++ b/src/test/compile-fail/trait-bounds-impl-comparison-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-impl-comparison-2.rs b/src/test/compile-fail/trait-bounds-impl-comparison-2.rs index 8ad19116e7bb1..5b84f499df7c7 100644 --- a/src/test/compile-fail/trait-bounds-impl-comparison-2.rs +++ b/src/test/compile-fail/trait-bounds-impl-comparison-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-not-on-bare-trait.rs b/src/test/compile-fail/trait-bounds-not-on-bare-trait.rs index 434d803d718e7..8aaf0a95e18f2 100644 --- a/src/test/compile-fail/trait-bounds-not-on-bare-trait.rs +++ b/src/test/compile-fail/trait-bounds-not-on-bare-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-not-on-impl.rs b/src/test/compile-fail/trait-bounds-not-on-impl.rs index a034352c4a694..2e778411712eb 100644 --- a/src/test/compile-fail/trait-bounds-not-on-impl.rs +++ b/src/test/compile-fail/trait-bounds-not-on-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-not-on-struct.rs b/src/test/compile-fail/trait-bounds-not-on-struct.rs index 081efa429c3e4..f38cc3d3858f7 100644 --- a/src/test/compile-fail/trait-bounds-not-on-struct.rs +++ b/src/test/compile-fail/trait-bounds-not-on-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-on-structs-and-enums-locals.rs b/src/test/compile-fail/trait-bounds-on-structs-and-enums-locals.rs index 45a74a235e0e2..d4c91574833e0 100644 --- a/src/test/compile-fail/trait-bounds-on-structs-and-enums-locals.rs +++ b/src/test/compile-fail/trait-bounds-on-structs-and-enums-locals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-on-structs-and-enums-static.rs b/src/test/compile-fail/trait-bounds-on-structs-and-enums-static.rs index d5369817e9ac1..7d76d1f05ae74 100644 --- a/src/test/compile-fail/trait-bounds-on-structs-and-enums-static.rs +++ b/src/test/compile-fail/trait-bounds-on-structs-and-enums-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc.rs b/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc.rs index ded75aa1d85e4..1f5a7847f2757 100644 --- a/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc.rs +++ b/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc1.rs b/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc1.rs index 6179301c11da1..937e0851b725d 100644 --- a/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc1.rs +++ b/src/test/compile-fail/trait-bounds-on-structs-and-enums-xc1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-on-structs-and-enums.rs b/src/test/compile-fail/trait-bounds-on-structs-and-enums.rs index 490ee0e8ad6f3..497c97238a106 100644 --- a/src/test/compile-fail/trait-bounds-on-structs-and-enums.rs +++ b/src/test/compile-fail/trait-bounds-on-structs-and-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-bounds-sugar.rs b/src/test/compile-fail/trait-bounds-sugar.rs index 4da496621d1c9..c80b0f04d1225 100644 --- a/src/test/compile-fail/trait-bounds-sugar.rs +++ b/src/test/compile-fail/trait-bounds-sugar.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-coercion-generic-bad.rs b/src/test/compile-fail/trait-coercion-generic-bad.rs index 1ddfc5b7ccd48..66a80713bc61b 100644 --- a/src/test/compile-fail/trait-coercion-generic-bad.rs +++ b/src/test/compile-fail/trait-coercion-generic-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-coercion-generic-regions.rs b/src/test/compile-fail/trait-coercion-generic-regions.rs index 9c78d7ea2439a..dd3295d7efffc 100644 --- a/src/test/compile-fail/trait-coercion-generic-regions.rs +++ b/src/test/compile-fail/trait-coercion-generic-regions.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-duplicate-methods.rs b/src/test/compile-fail/trait-duplicate-methods.rs index ba8101d16ab0f..e99e483287c88 100644 --- a/src/test/compile-fail/trait-duplicate-methods.rs +++ b/src/test/compile-fail/trait-duplicate-methods.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-1.rs b/src/test/compile-fail/trait-impl-1.rs index 1c7fa1e426397..828fc435b3cac 100644 --- a/src/test/compile-fail/trait-impl-1.rs +++ b/src/test/compile-fail/trait-impl-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-2.rs b/src/test/compile-fail/trait-impl-2.rs index 303e3d937444d..fbd171e580ca4 100644 --- a/src/test/compile-fail/trait-impl-2.rs +++ b/src/test/compile-fail/trait-impl-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-can-not-have-untraitful-methods.rs b/src/test/compile-fail/trait-impl-can-not-have-untraitful-methods.rs index 3538c7f1289c7..157e3e59aeaaa 100644 --- a/src/test/compile-fail/trait-impl-can-not-have-untraitful-methods.rs +++ b/src/test/compile-fail/trait-impl-can-not-have-untraitful-methods.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-different-num-params.rs b/src/test/compile-fail/trait-impl-different-num-params.rs index 647dd4e05faf5..62b6f06c58ebc 100644 --- a/src/test/compile-fail/trait-impl-different-num-params.rs +++ b/src/test/compile-fail/trait-impl-different-num-params.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-for-module.rs b/src/test/compile-fail/trait-impl-for-module.rs index 28d20483c7e7b..7badf514f494d 100644 --- a/src/test/compile-fail/trait-impl-for-module.rs +++ b/src/test/compile-fail/trait-impl-for-module.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-method-mismatch.rs b/src/test/compile-fail/trait-impl-method-mismatch.rs index 4e2eb22421354..0bff55d73b672 100644 --- a/src/test/compile-fail/trait-impl-method-mismatch.rs +++ b/src/test/compile-fail/trait-impl-method-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs b/src/test/compile-fail/trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs index 44c53e70f8653..63c05200f811f 100644 --- a/src/test/compile-fail/trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs +++ b/src/test/compile-fail/trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-keyword.rs b/src/test/compile-fail/trait-keyword.rs index e60be6c81eb58..deea5dd7c9f10 100644 --- a/src/test/compile-fail/trait-keyword.rs +++ b/src/test/compile-fail/trait-keyword.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-matching-lifetimes.rs b/src/test/compile-fail/trait-matching-lifetimes.rs index 5ab80065572c0..a02d4dd634de1 100644 --- a/src/test/compile-fail/trait-matching-lifetimes.rs +++ b/src/test/compile-fail/trait-matching-lifetimes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-object-safety.rs b/src/test/compile-fail/trait-object-safety.rs index 761bcd4968abf..f287540c059aa 100644 --- a/src/test/compile-fail/trait-object-safety.rs +++ b/src/test/compile-fail/trait-object-safety.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-or-new-type-instead.rs b/src/test/compile-fail/trait-or-new-type-instead.rs index e621d77a65c8d..bf6b0a0e74520 100644 --- a/src/test/compile-fail/trait-or-new-type-instead.rs +++ b/src/test/compile-fail/trait-or-new-type-instead.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-resolution-in-overloaded-op.rs b/src/test/compile-fail/trait-resolution-in-overloaded-op.rs index 1f57c4cf93a28..b4134bc3000cf 100644 --- a/src/test/compile-fail/trait-resolution-in-overloaded-op.rs +++ b/src/test/compile-fail/trait-resolution-in-overloaded-op.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-safety-fn-body.rs b/src/test/compile-fail/trait-safety-fn-body.rs index 499b58f70d77a..fb9ac84a959d0 100644 --- a/src/test/compile-fail/trait-safety-fn-body.rs +++ b/src/test/compile-fail/trait-safety-fn-body.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-safety-inherent-impl.rs b/src/test/compile-fail/trait-safety-inherent-impl.rs index 285d4c1ba8d14..1c8cb5e6cc997 100644 --- a/src/test/compile-fail/trait-safety-inherent-impl.rs +++ b/src/test/compile-fail/trait-safety-inherent-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-safety-trait-impl-cc.rs b/src/test/compile-fail/trait-safety-trait-impl-cc.rs index 032deb2e017ac..82bd5590321bb 100644 --- a/src/test/compile-fail/trait-safety-trait-impl-cc.rs +++ b/src/test/compile-fail/trait-safety-trait-impl-cc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-safety-trait-impl.rs b/src/test/compile-fail/trait-safety-trait-impl.rs index 1bd6d76360768..ab2f18ce33413 100644 --- a/src/test/compile-fail/trait-safety-trait-impl.rs +++ b/src/test/compile-fail/trait-safety-trait-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-static-method-generic-inference.rs b/src/test/compile-fail/trait-static-method-generic-inference.rs index 651f663fc9913..28a2e105dcc34 100644 --- a/src/test/compile-fail/trait-static-method-generic-inference.rs +++ b/src/test/compile-fail/trait-static-method-generic-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-test-2.rs b/src/test/compile-fail/trait-test-2.rs index bdfc6dcda8837..b5c9bfb30fa61 100644 --- a/src/test/compile-fail/trait-test-2.rs +++ b/src/test/compile-fail/trait-test-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/trait-test.rs b/src/test/compile-fail/trait-test.rs index d53e353d9d928..81544312a17c5 100644 --- a/src/test/compile-fail/trait-test.rs +++ b/src/test/compile-fail/trait-test.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/traits-multidispatch-bad.rs b/src/test/compile-fail/traits-multidispatch-bad.rs index e9a4005b4b4f2..878531e579b01 100644 --- a/src/test/compile-fail/traits-multidispatch-bad.rs +++ b/src/test/compile-fail/traits-multidispatch-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/traits-multidispatch-convert-ambig-dest.rs b/src/test/compile-fail/traits-multidispatch-convert-ambig-dest.rs index 0a5aa1b7bd346..8bc4028f09ea2 100644 --- a/src/test/compile-fail/traits-multidispatch-convert-ambig-dest.rs +++ b/src/test/compile-fail/traits-multidispatch-convert-ambig-dest.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/traits-negative-impls.rs b/src/test/compile-fail/traits-negative-impls.rs index 3ef760053c709..5c51313c162c2 100644 --- a/src/test/compile-fail/traits-negative-impls.rs +++ b/src/test/compile-fail/traits-negative-impls.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/compile-fail/transmute-different-sizes.rs b/src/test/compile-fail/transmute-different-sizes.rs index 5c61212a7f5a5..c9997af9d577e 100644 --- a/src/test/compile-fail/transmute-different-sizes.rs +++ b/src/test/compile-fail/transmute-different-sizes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/transmute-fat-pointers.rs b/src/test/compile-fail/transmute-fat-pointers.rs index 31456853e1c0f..c17bc2ddf9e20 100644 --- a/src/test/compile-fail/transmute-fat-pointers.rs +++ b/src/test/compile-fail/transmute-fat-pointers.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/transmute-impl.rs b/src/test/compile-fail/transmute-impl.rs index a77a37a77e146..bd9444f4334dc 100644 --- a/src/test/compile-fail/transmute-impl.rs +++ b/src/test/compile-fail/transmute-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/transmute-type-parameters.rs b/src/test/compile-fail/transmute-type-parameters.rs index b06966bd867ca..627a267fd4b0f 100644 --- a/src/test/compile-fail/transmute-type-parameters.rs +++ b/src/test/compile-fail/transmute-type-parameters.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tuple-arity-mismatch.rs b/src/test/compile-fail/tuple-arity-mismatch.rs index 8ad9ca50e3042..419e588eb5b6f 100644 --- a/src/test/compile-fail/tuple-arity-mismatch.rs +++ b/src/test/compile-fail/tuple-arity-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tuple-index-not-tuple.rs b/src/test/compile-fail/tuple-index-not-tuple.rs index bf2a63abbfd6c..9b28e8d1bc9f7 100644 --- a/src/test/compile-fail/tuple-index-not-tuple.rs +++ b/src/test/compile-fail/tuple-index-not-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tuple-index-out-of-bounds.rs b/src/test/compile-fail/tuple-index-out-of-bounds.rs index 20dd71e3bdf44..adbdba247f264 100644 --- a/src/test/compile-fail/tuple-index-out-of-bounds.rs +++ b/src/test/compile-fail/tuple-index-out-of-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tuple-struct-nonexhaustive.rs b/src/test/compile-fail/tuple-struct-nonexhaustive.rs index e4fda6dd53417..5e146a8bf0519 100644 --- a/src/test/compile-fail/tuple-struct-nonexhaustive.rs +++ b/src/test/compile-fail/tuple-struct-nonexhaustive.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/tutorial-suffix-inference-test.rs b/src/test/compile-fail/tutorial-suffix-inference-test.rs index c8c596fdb4fcc..730003d49dbfa 100644 --- a/src/test/compile-fail/tutorial-suffix-inference-test.rs +++ b/src/test/compile-fail/tutorial-suffix-inference-test.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-arg-out-of-scope.rs b/src/test/compile-fail/type-arg-out-of-scope.rs index 3249794e5c822..ff4c71170cf33 100644 --- a/src/test/compile-fail/type-arg-out-of-scope.rs +++ b/src/test/compile-fail/type-arg-out-of-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-mismatch-multiple.rs b/src/test/compile-fail/type-mismatch-multiple.rs index 4ab6bd531913a..c94005ebb4af4 100644 --- a/src/test/compile-fail/type-mismatch-multiple.rs +++ b/src/test/compile-fail/type-mismatch-multiple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-parameter-names.rs b/src/test/compile-fail/type-parameter-names.rs index 408bf72e97c87..8ee0e891e3325 100644 --- a/src/test/compile-fail/type-parameter-names.rs +++ b/src/test/compile-fail/type-parameter-names.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-parameters-in-field-exprs.rs b/src/test/compile-fail/type-parameters-in-field-exprs.rs index 54ddb3e19fa48..049e5630dd61c 100644 --- a/src/test/compile-fail/type-parameters-in-field-exprs.rs +++ b/src/test/compile-fail/type-parameters-in-field-exprs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-params-in-different-spaces-1.rs b/src/test/compile-fail/type-params-in-different-spaces-1.rs index de9623de7cd3a..1c62c7dcaf565 100644 --- a/src/test/compile-fail/type-params-in-different-spaces-1.rs +++ b/src/test/compile-fail/type-params-in-different-spaces-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-params-in-different-spaces-2.rs b/src/test/compile-fail/type-params-in-different-spaces-2.rs index 3a4cc9e874e7d..50e04f2648a45 100644 --- a/src/test/compile-fail/type-params-in-different-spaces-2.rs +++ b/src/test/compile-fail/type-params-in-different-spaces-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-params-in-different-spaces-3.rs b/src/test/compile-fail/type-params-in-different-spaces-3.rs index c113e1b781521..7c094b0a80189 100644 --- a/src/test/compile-fail/type-params-in-different-spaces-3.rs +++ b/src/test/compile-fail/type-params-in-different-spaces-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-recursive.rs b/src/test/compile-fail/type-recursive.rs index 9dcb60628a907..3747a19305cf0 100644 --- a/src/test/compile-fail/type-recursive.rs +++ b/src/test/compile-fail/type-recursive.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/type-shadow.rs b/src/test/compile-fail/type-shadow.rs index 6d8c0fe22bdb7..208ce7670df7d 100644 --- a/src/test/compile-fail/type-shadow.rs +++ b/src/test/compile-fail/type-shadow.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck-cast-pointer-to-float.rs b/src/test/compile-fail/typeck-cast-pointer-to-float.rs index 22a0978ef7c78..b2d2784cf0bb7 100644 --- a/src/test/compile-fail/typeck-cast-pointer-to-float.rs +++ b/src/test/compile-fail/typeck-cast-pointer-to-float.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck-negative-impls-builtin.rs b/src/test/compile-fail/typeck-negative-impls-builtin.rs index 9da79b11cf0b7..dae1d18c483ed 100644 --- a/src/test/compile-fail/typeck-negative-impls-builtin.rs +++ b/src/test/compile-fail/typeck-negative-impls-builtin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck-unsafe-always-share.rs b/src/test/compile-fail/typeck-unsafe-always-share.rs index 38e3b57634838..cc127b2b80d3d 100644 --- a/src/test/compile-fail/typeck-unsafe-always-share.rs +++ b/src/test/compile-fail/typeck-unsafe-always-share.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck_type_placeholder_item.rs b/src/test/compile-fail/typeck_type_placeholder_item.rs index d69c0dc5d1fa8..8c5cd70f6f943 100644 --- a/src/test/compile-fail/typeck_type_placeholder_item.rs +++ b/src/test/compile-fail/typeck_type_placeholder_item.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck_type_placeholder_lifetime_1.rs b/src/test/compile-fail/typeck_type_placeholder_lifetime_1.rs index e1d17e4fef7b0..aedf1e97eb24f 100644 --- a/src/test/compile-fail/typeck_type_placeholder_lifetime_1.rs +++ b/src/test/compile-fail/typeck_type_placeholder_lifetime_1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck_type_placeholder_lifetime_2.rs b/src/test/compile-fail/typeck_type_placeholder_lifetime_2.rs index 8178335de5931..2f4b45f3d58e0 100644 --- a/src/test/compile-fail/typeck_type_placeholder_lifetime_2.rs +++ b/src/test/compile-fail/typeck_type_placeholder_lifetime_2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/typeck_type_placeholder_mismatch.rs b/src/test/compile-fail/typeck_type_placeholder_mismatch.rs index a34be63ba6b3c..89b203f11cd11 100644 --- a/src/test/compile-fail/typeck_type_placeholder_mismatch.rs +++ b/src/test/compile-fail/typeck_type_placeholder_mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ufcs-explicit-self-bad.rs b/src/test/compile-fail/ufcs-explicit-self-bad.rs index cbcf31b5b7edb..254f0482efa9d 100644 --- a/src/test/compile-fail/ufcs-explicit-self-bad.rs +++ b/src/test/compile-fail/ufcs-explicit-self-bad.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ufcs-qpath-missing-params.rs b/src/test/compile-fail/ufcs-qpath-missing-params.rs index 5fa66eb98e1af..b65a7783171cf 100644 --- a/src/test/compile-fail/ufcs-qpath-missing-params.rs +++ b/src/test/compile-fail/ufcs-qpath-missing-params.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/ufcs-qpath-self-mismatch.rs b/src/test/compile-fail/ufcs-qpath-self-mismatch.rs index 868c1eae4a9e1..3e7caaae519cf 100644 --- a/src/test/compile-fail/ufcs-qpath-self-mismatch.rs +++ b/src/test/compile-fail/ufcs-qpath-self-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unbalanced-doublequote.rs b/src/test/compile-fail/unbalanced-doublequote.rs index 789cc886217ec..5076b45f6522d 100644 --- a/src/test/compile-fail/unbalanced-doublequote.rs +++ b/src/test/compile-fail/unbalanced-doublequote.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closer-non-implicit-copyable.rs b/src/test/compile-fail/unboxed-closer-non-implicit-copyable.rs index 182c632d06261..034d9d419440d 100644 --- a/src/test/compile-fail/unboxed-closer-non-implicit-copyable.rs +++ b/src/test/compile-fail/unboxed-closer-non-implicit-copyable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-feature-gate.rs b/src/test/compile-fail/unboxed-closure-feature-gate.rs index 5eb67a9bb71d4..c8c67b9fd8dd0 100644 --- a/src/test/compile-fail/unboxed-closure-feature-gate.rs +++ b/src/test/compile-fail/unboxed-closure-feature-gate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-illegal-move.rs b/src/test/compile-fail/unboxed-closure-illegal-move.rs index d489c3a64fabd..0a6125f310773 100644 --- a/src/test/compile-fail/unboxed-closure-illegal-move.rs +++ b/src/test/compile-fail/unboxed-closure-illegal-move.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-immutable-capture.rs b/src/test/compile-fail/unboxed-closure-immutable-capture.rs index ebdd3c3107f3f..d5a5d6cb71608 100644 --- a/src/test/compile-fail/unboxed-closure-immutable-capture.rs +++ b/src/test/compile-fail/unboxed-closure-immutable-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-region.rs b/src/test/compile-fail/unboxed-closure-region.rs index 9d9667986949e..d0d30630b5e92 100644 --- a/src/test/compile-fail/unboxed-closure-region.rs +++ b/src/test/compile-fail/unboxed-closure-region.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-default.rs b/src/test/compile-fail/unboxed-closure-sugar-default.rs index 0d9e406b0867c..7d4391c3ba56a 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-default.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-default.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-equiv.rs b/src/test/compile-fail/unboxed-closure-sugar-equiv.rs index 9dff0e9e01e34..7496badad1d3f 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-equiv.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-equiv.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-lifetime-elision.rs b/src/test/compile-fail/unboxed-closure-sugar-lifetime-elision.rs index 29429c708d255..ea44027c19c66 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-lifetime-elision.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-lifetime-elision.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-nonexistent-trait.rs b/src/test/compile-fail/unboxed-closure-sugar-nonexistent-trait.rs index 12f62d805e15a..f67f0002173a4 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-nonexistent-trait.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-nonexistent-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-not-used-on-fn.rs b/src/test/compile-fail/unboxed-closure-sugar-not-used-on-fn.rs index 21844e5b986c1..2abdb9ae7015a 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-not-used-on-fn.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-not-used-on-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-region.rs b/src/test/compile-fail/unboxed-closure-sugar-region.rs index c8dd33c11fd3b..82d2e146f8b99 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-region.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-region.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-1.rs b/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-1.rs index a6184caf68b1f..95792ac0cb021 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-1.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-3.rs b/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-3.rs index d86f55d53685a..ab7b60f87dc82 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-3.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-used-on-struct-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-used-on-struct.rs b/src/test/compile-fail/unboxed-closure-sugar-used-on-struct.rs index d5fb505715e90..c7a5b27c3229c 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-used-on-struct.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-used-on-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs b/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs index d9efab974d83f..6015ad7904406 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs b/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs index dcfcb7d47728c..ea91d19df6a73 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters.rs b/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters.rs index a8ac62444aafc..620bcb5660809 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-wrong-number-number-type-parameters.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closure-sugar-wrong-trait.rs b/src/test/compile-fail/unboxed-closure-sugar-wrong-trait.rs index b58e08355c118..fe5bbb80ef595 100644 --- a/src/test/compile-fail/unboxed-closure-sugar-wrong-trait.rs +++ b/src/test/compile-fail/unboxed-closure-sugar-wrong-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-borrow-conflict.rs b/src/test/compile-fail/unboxed-closures-borrow-conflict.rs index bb92e57d70c0e..34a46d9c5309b 100644 --- a/src/test/compile-fail/unboxed-closures-borrow-conflict.rs +++ b/src/test/compile-fail/unboxed-closures-borrow-conflict.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-fnmut-as-fn.rs b/src/test/compile-fail/unboxed-closures-fnmut-as-fn.rs index fc87ec9f9598c..823aa2f528bc7 100644 --- a/src/test/compile-fail/unboxed-closures-fnmut-as-fn.rs +++ b/src/test/compile-fail/unboxed-closures-fnmut-as-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-infer-argument-types-two-region-pointers.rs b/src/test/compile-fail/unboxed-closures-infer-argument-types-two-region-pointers.rs index 525d0b31995c2..8024474e1cb51 100644 --- a/src/test/compile-fail/unboxed-closures-infer-argument-types-two-region-pointers.rs +++ b/src/test/compile-fail/unboxed-closures-infer-argument-types-two-region-pointers.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-static-call-wrong-trait.rs b/src/test/compile-fail/unboxed-closures-static-call-wrong-trait.rs index 22bfabf040ae4..4565e1d900872 100644 --- a/src/test/compile-fail/unboxed-closures-static-call-wrong-trait.rs +++ b/src/test/compile-fail/unboxed-closures-static-call-wrong-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-type-mismatch.rs b/src/test/compile-fail/unboxed-closures-type-mismatch.rs index f7ac2274ffb3a..0cd997de9a659 100644 --- a/src/test/compile-fail/unboxed-closures-type-mismatch.rs +++ b/src/test/compile-fail/unboxed-closures-type-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-unsafe-extern-fn.rs b/src/test/compile-fail/unboxed-closures-unsafe-extern-fn.rs index ab909717cab65..816f8a8bf78a1 100644 --- a/src/test/compile-fail/unboxed-closures-unsafe-extern-fn.rs +++ b/src/test/compile-fail/unboxed-closures-unsafe-extern-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-vtable-mismatch.rs b/src/test/compile-fail/unboxed-closures-vtable-mismatch.rs index 95673a513190b..9c3b26055337d 100644 --- a/src/test/compile-fail/unboxed-closures-vtable-mismatch.rs +++ b/src/test/compile-fail/unboxed-closures-vtable-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-wrong-abi.rs b/src/test/compile-fail/unboxed-closures-wrong-abi.rs index 4a0b55558c049..eddc4f250841d 100644 --- a/src/test/compile-fail/unboxed-closures-wrong-abi.rs +++ b/src/test/compile-fail/unboxed-closures-wrong-abi.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-wrong-arg-type-extern-fn.rs b/src/test/compile-fail/unboxed-closures-wrong-arg-type-extern-fn.rs index b2fdf79263019..b12bc8a5fb2a9 100644 --- a/src/test/compile-fail/unboxed-closures-wrong-arg-type-extern-fn.rs +++ b/src/test/compile-fail/unboxed-closures-wrong-arg-type-extern-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unboxed-closures-wrong-trait.rs b/src/test/compile-fail/unboxed-closures-wrong-trait.rs index e4255d0024feb..090a80ab7a60a 100644 --- a/src/test/compile-fail/unboxed-closures-wrong-trait.rs +++ b/src/test/compile-fail/unboxed-closures-wrong-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unconstrained-none.rs b/src/test/compile-fail/unconstrained-none.rs index 9879766a8fa25..2c05a33a5e9b3 100644 --- a/src/test/compile-fail/unconstrained-none.rs +++ b/src/test/compile-fail/unconstrained-none.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unconstrained-ref.rs b/src/test/compile-fail/unconstrained-ref.rs index e03f60e758ce2..facf9c394973d 100644 --- a/src/test/compile-fail/unconstrained-ref.rs +++ b/src/test/compile-fail/unconstrained-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/uninhabited-enum-cast.rs b/src/test/compile-fail/uninhabited-enum-cast.rs index b4df5fb1e2acc..ddb21970bbb86 100644 --- a/src/test/compile-fail/uninhabited-enum-cast.rs +++ b/src/test/compile-fail/uninhabited-enum-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unique-object-noncopyable.rs b/src/test/compile-fail/unique-object-noncopyable.rs index 5074d00ca1587..1efc5132259e9 100644 --- a/src/test/compile-fail/unique-object-noncopyable.rs +++ b/src/test/compile-fail/unique-object-noncopyable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unique-pinned-nocopy.rs b/src/test/compile-fail/unique-pinned-nocopy.rs index 04eaa3d7ae067..9bf89b593ab19 100644 --- a/src/test/compile-fail/unique-pinned-nocopy.rs +++ b/src/test/compile-fail/unique-pinned-nocopy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unique-unique-kind.rs b/src/test/compile-fail/unique-unique-kind.rs index 322de45daf03e..0ac834d909159 100644 --- a/src/test/compile-fail/unique-unique-kind.rs +++ b/src/test/compile-fail/unique-unique-kind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unique-vec-res.rs b/src/test/compile-fail/unique-vec-res.rs index 4a84bb4c5ab04..f59d32ade10dc 100644 --- a/src/test/compile-fail/unique-vec-res.rs +++ b/src/test/compile-fail/unique-vec-res.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unnecessary-private.rs b/src/test/compile-fail/unnecessary-private.rs index 6e6ffd23c4a87..bc0c5229fad50 100644 --- a/src/test/compile-fail/unnecessary-private.rs +++ b/src/test/compile-fail/unnecessary-private.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unop-move-semantics.rs b/src/test/compile-fail/unop-move-semantics.rs index 946566675981e..2afb9d790bd57 100644 --- a/src/test/compile-fail/unop-move-semantics.rs +++ b/src/test/compile-fail/unop-move-semantics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unop-neg-bool.rs b/src/test/compile-fail/unop-neg-bool.rs index 316e17c54adca..c0489488ffb91 100644 --- a/src/test/compile-fail/unop-neg-bool.rs +++ b/src/test/compile-fail/unop-neg-bool.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unreachable-arm.rs b/src/test/compile-fail/unreachable-arm.rs index f403457efbc1b..d8b2534a5875f 100644 --- a/src/test/compile-fail/unreachable-arm.rs +++ b/src/test/compile-fail/unreachable-arm.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unreachable-code.rs b/src/test/compile-fail/unreachable-code.rs index d96578f2df94a..13b918896814a 100644 --- a/src/test/compile-fail/unreachable-code.rs +++ b/src/test/compile-fail/unreachable-code.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unreachable-variant.rs b/src/test/compile-fail/unreachable-variant.rs index ef991d8533737..671c8df7aa448 100644 --- a/src/test/compile-fail/unreachable-variant.rs +++ b/src/test/compile-fail/unreachable-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unresolved-extern-mod-suggestion.rs b/src/test/compile-fail/unresolved-extern-mod-suggestion.rs index c2ee62c195cb0..45e3df22def05 100644 --- a/src/test/compile-fail/unresolved-extern-mod-suggestion.rs +++ b/src/test/compile-fail/unresolved-extern-mod-suggestion.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unresolved-import.rs b/src/test/compile-fail/unresolved-import.rs index 7da7b364bda36..f2b18457857aa 100644 --- a/src/test/compile-fail/unresolved-import.rs +++ b/src/test/compile-fail/unresolved-import.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-around-compiler-generated-unsafe.rs b/src/test/compile-fail/unsafe-around-compiler-generated-unsafe.rs index 484a8979d718b..84b908064a68e 100644 --- a/src/test/compile-fail/unsafe-around-compiler-generated-unsafe.rs +++ b/src/test/compile-fail/unsafe-around-compiler-generated-unsafe.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-destructor-check-crash.rs b/src/test/compile-fail/unsafe-destructor-check-crash.rs index af675587728be..81179dded5c1d 100644 --- a/src/test/compile-fail/unsafe-destructor-check-crash.rs +++ b/src/test/compile-fail/unsafe-destructor-check-crash.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-fn-assign-deref-ptr.rs b/src/test/compile-fail/unsafe-fn-assign-deref-ptr.rs index 97908118e3518..fda9311c8cb1d 100644 --- a/src/test/compile-fail/unsafe-fn-assign-deref-ptr.rs +++ b/src/test/compile-fail/unsafe-fn-assign-deref-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-fn-autoderef.rs b/src/test/compile-fail/unsafe-fn-autoderef.rs index 97a7bf147105a..3f3553afc6095 100644 --- a/src/test/compile-fail/unsafe-fn-autoderef.rs +++ b/src/test/compile-fail/unsafe-fn-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-fn-called-from-safe.rs b/src/test/compile-fail/unsafe-fn-called-from-safe.rs index 15bcad95cb22b..1af318ccb6de7 100644 --- a/src/test/compile-fail/unsafe-fn-called-from-safe.rs +++ b/src/test/compile-fail/unsafe-fn-called-from-safe.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-fn-deref-ptr.rs b/src/test/compile-fail/unsafe-fn-deref-ptr.rs index bdf079e24d2a1..48dc1df8bf1f9 100644 --- a/src/test/compile-fail/unsafe-fn-deref-ptr.rs +++ b/src/test/compile-fail/unsafe-fn-deref-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsafe-fn-used-as-value.rs b/src/test/compile-fail/unsafe-fn-used-as-value.rs index 8e2d82b8fdbf4..df0f85904c67b 100644 --- a/src/test/compile-fail/unsafe-fn-used-as-value.rs +++ b/src/test/compile-fail/unsafe-fn-used-as-value.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsendable-class.rs b/src/test/compile-fail/unsendable-class.rs index f51eee379347c..e0f4c7cd04b6f 100644 --- a/src/test/compile-fail/unsendable-class.rs +++ b/src/test/compile-fail/unsendable-class.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized-bare-typaram.rs b/src/test/compile-fail/unsized-bare-typaram.rs index e28c082c80c4a..af7e9f202c047 100644 --- a/src/test/compile-fail/unsized-bare-typaram.rs +++ b/src/test/compile-fail/unsized-bare-typaram.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized-enum.rs b/src/test/compile-fail/unsized-enum.rs index df961978086e7..541e64cd1d534 100644 --- a/src/test/compile-fail/unsized-enum.rs +++ b/src/test/compile-fail/unsized-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized-inherent-impl-self-type.rs b/src/test/compile-fail/unsized-inherent-impl-self-type.rs index 8740346a21750..020fa3820512a 100644 --- a/src/test/compile-fail/unsized-inherent-impl-self-type.rs +++ b/src/test/compile-fail/unsized-inherent-impl-self-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized-struct.rs b/src/test/compile-fail/unsized-struct.rs index 7b9fc2b468b78..fd31dd065ab27 100644 --- a/src/test/compile-fail/unsized-struct.rs +++ b/src/test/compile-fail/unsized-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized-trait-impl-self-type.rs b/src/test/compile-fail/unsized-trait-impl-self-type.rs index 3dd55b0ba7d23..577af80cc424e 100644 --- a/src/test/compile-fail/unsized-trait-impl-self-type.rs +++ b/src/test/compile-fail/unsized-trait-impl-self-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized-trait-impl-trait-arg.rs b/src/test/compile-fail/unsized-trait-impl-trait-arg.rs index ac8043d6852a9..c398ae983c25f 100644 --- a/src/test/compile-fail/unsized-trait-impl-trait-arg.rs +++ b/src/test/compile-fail/unsized-trait-impl-trait-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized.rs b/src/test/compile-fail/unsized.rs index 92dbea0424b6f..116e0488ed873 100644 --- a/src/test/compile-fail/unsized.rs +++ b/src/test/compile-fail/unsized.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized2.rs b/src/test/compile-fail/unsized2.rs index 604f7ba3255cd..c86f079cdbbb4 100644 --- a/src/test/compile-fail/unsized2.rs +++ b/src/test/compile-fail/unsized2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized3.rs b/src/test/compile-fail/unsized3.rs index 9d4cfe0f4ac65..64a069e6d29e8 100644 --- a/src/test/compile-fail/unsized3.rs +++ b/src/test/compile-fail/unsized3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized4.rs b/src/test/compile-fail/unsized4.rs index f8b8ad2bf2efa..b803a69d746fe 100644 --- a/src/test/compile-fail/unsized4.rs +++ b/src/test/compile-fail/unsized4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized5.rs b/src/test/compile-fail/unsized5.rs index dc10f795cd422..2705468651afe 100644 --- a/src/test/compile-fail/unsized5.rs +++ b/src/test/compile-fail/unsized5.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized6.rs b/src/test/compile-fail/unsized6.rs index 21953d1bb09f9..b3c46a4b98241 100644 --- a/src/test/compile-fail/unsized6.rs +++ b/src/test/compile-fail/unsized6.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsized7.rs b/src/test/compile-fail/unsized7.rs index 6fc547c0b8e86..b3cb0603ee442 100644 --- a/src/test/compile-fail/unsized7.rs +++ b/src/test/compile-fail/unsized7.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unsupported-cast.rs b/src/test/compile-fail/unsupported-cast.rs index ca17c898ec37c..53f3c5fdaec70 100644 --- a/src/test/compile-fail/unsupported-cast.rs +++ b/src/test/compile-fail/unsupported-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unused-attr.rs b/src/test/compile-fail/unused-attr.rs index b04f2edd14240..198bc2af8b684 100644 --- a/src/test/compile-fail/unused-attr.rs +++ b/src/test/compile-fail/unused-attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unused-mut-warning-captured-var.rs b/src/test/compile-fail/unused-mut-warning-captured-var.rs index aa5adb6a6b0cd..85dcce550fd9b 100644 --- a/src/test/compile-fail/unused-mut-warning-captured-var.rs +++ b/src/test/compile-fail/unused-mut-warning-captured-var.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/unused-result.rs b/src/test/compile-fail/unused-result.rs index 6ed3b081c97fd..16f6e1dee95b3 100644 --- a/src/test/compile-fail/unused-result.rs +++ b/src/test/compile-fail/unused-result.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-after-move-based-on-type.rs b/src/test/compile-fail/use-after-move-based-on-type.rs index e2167ca446f2c..a5a028df45fa6 100644 --- a/src/test/compile-fail/use-after-move-based-on-type.rs +++ b/src/test/compile-fail/use-after-move-based-on-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-after-move-implicity-coerced-object.rs b/src/test/compile-fail/use-after-move-implicity-coerced-object.rs index d8a82d8fbf046..0a656fd6bebd8 100644 --- a/src/test/compile-fail/use-after-move-implicity-coerced-object.rs +++ b/src/test/compile-fail/use-after-move-implicity-coerced-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-after-move-self-based-on-type.rs b/src/test/compile-fail/use-after-move-self-based-on-type.rs index 810fc68a0f4da..b0d7923b2ed81 100644 --- a/src/test/compile-fail/use-after-move-self-based-on-type.rs +++ b/src/test/compile-fail/use-after-move-self-based-on-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-after-move-self.rs b/src/test/compile-fail/use-after-move-self.rs index e9ffb26aba5b7..4a1f2da276190 100644 --- a/src/test/compile-fail/use-after-move-self.rs +++ b/src/test/compile-fail/use-after-move-self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-from-trait-xc.rs b/src/test/compile-fail/use-from-trait-xc.rs index ff2824135801a..a17256e61639d 100644 --- a/src/test/compile-fail/use-from-trait-xc.rs +++ b/src/test/compile-fail/use-from-trait-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-from-trait.rs b/src/test/compile-fail/use-from-trait.rs index 2a97155dd2efb..b5dae5845a12d 100644 --- a/src/test/compile-fail/use-from-trait.rs +++ b/src/test/compile-fail/use-from-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-meta-mismatch.rs b/src/test/compile-fail/use-meta-mismatch.rs index 808deea226bfc..66fd1535bd808 100644 --- a/src/test/compile-fail/use-meta-mismatch.rs +++ b/src/test/compile-fail/use-meta-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-mod-2.rs b/src/test/compile-fail/use-mod-2.rs index e98224bee02f8..a47ac4ecbf18a 100644 --- a/src/test/compile-fail/use-mod-2.rs +++ b/src/test/compile-fail/use-mod-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-mod-3.rs b/src/test/compile-fail/use-mod-3.rs index bd954272fcca2..8c2f0efcaa716 100644 --- a/src/test/compile-fail/use-mod-3.rs +++ b/src/test/compile-fail/use-mod-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/use-mod.rs b/src/test/compile-fail/use-mod.rs index 493991835e8a2..559bbddfcc320 100644 --- a/src/test/compile-fail/use-mod.rs +++ b/src/test/compile-fail/use-mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/useless-priv.rs b/src/test/compile-fail/useless-priv.rs index d8531f4543dff..73077ecf27d4f 100644 --- a/src/test/compile-fail/useless-priv.rs +++ b/src/test/compile-fail/useless-priv.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/useless-priv2.rs b/src/test/compile-fail/useless-priv2.rs index 7125a66b294ce..7e4e2c0b8916f 100644 --- a/src/test/compile-fail/useless-priv2.rs +++ b/src/test/compile-fail/useless-priv2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/utf8_idents.rs b/src/test/compile-fail/utf8_idents.rs index a5471e87f2204..b20e592b2912e 100644 --- a/src/test/compile-fail/utf8_idents.rs +++ b/src/test/compile-fail/utf8_idents.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variadic-ffi-1.rs b/src/test/compile-fail/variadic-ffi-1.rs index 34846ab496d2f..13bf117ed2aa8 100644 --- a/src/test/compile-fail/variadic-ffi-1.rs +++ b/src/test/compile-fail/variadic-ffi-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variadic-ffi-2.rs b/src/test/compile-fail/variadic-ffi-2.rs index 1d519c978a35c..c064a59e081d4 100644 --- a/src/test/compile-fail/variadic-ffi-2.rs +++ b/src/test/compile-fail/variadic-ffi-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variadic-ffi-3.rs b/src/test/compile-fail/variadic-ffi-3.rs index 331a45239345c..a27f943e7184e 100644 --- a/src/test/compile-fail/variadic-ffi-3.rs +++ b/src/test/compile-fail/variadic-ffi-3.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variadic-ffi-4.rs b/src/test/compile-fail/variadic-ffi-4.rs index 62e985f44f734..1eeed779ae164 100644 --- a/src/test/compile-fail/variadic-ffi-4.rs +++ b/src/test/compile-fail/variadic-ffi-4.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variadic-ffi.rs b/src/test/compile-fail/variadic-ffi.rs index 86271f670ce6f..d3b2b59c21890 100644 --- a/src/test/compile-fail/variadic-ffi.rs +++ b/src/test/compile-fail/variadic-ffi.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variance-cell-is-invariant.rs b/src/test/compile-fail/variance-cell-is-invariant.rs index b8a8f9ad91c72..39d43d5a369a7 100644 --- a/src/test/compile-fail/variance-cell-is-invariant.rs +++ b/src/test/compile-fail/variance-cell-is-invariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variance-regions-direct.rs b/src/test/compile-fail/variance-regions-direct.rs index 04389b67dba04..3ef2d48b8424b 100644 --- a/src/test/compile-fail/variance-regions-direct.rs +++ b/src/test/compile-fail/variance-regions-direct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variance-regions-indirect.rs b/src/test/compile-fail/variance-regions-indirect.rs index e2c7958b31dec..6fd5713b6e559 100644 --- a/src/test/compile-fail/variance-regions-indirect.rs +++ b/src/test/compile-fail/variance-regions-indirect.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variance-trait-matching.rs b/src/test/compile-fail/variance-trait-matching.rs index d4dab5f0ed05d..ef7ad8ff223b5 100644 --- a/src/test/compile-fail/variance-trait-matching.rs +++ b/src/test/compile-fail/variance-trait-matching.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/variance-trait-object-bound.rs b/src/test/compile-fail/variance-trait-object-bound.rs index c61f2ff79c019..ed1fd84cc251f 100644 --- a/src/test/compile-fail/variance-trait-object-bound.rs +++ b/src/test/compile-fail/variance-trait-object-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/vec-macro-with-comma-only.rs b/src/test/compile-fail/vec-macro-with-comma-only.rs index 8c8e789cd9640..a4593eba52597 100644 --- a/src/test/compile-fail/vec-macro-with-comma-only.rs +++ b/src/test/compile-fail/vec-macro-with-comma-only.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/vec-mut-iter-borrow.rs b/src/test/compile-fail/vec-mut-iter-borrow.rs index 59c490f2fff27..18cc50cc0d4fe 100644 --- a/src/test/compile-fail/vec-mut-iter-borrow.rs +++ b/src/test/compile-fail/vec-mut-iter-borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/vec-res-add.rs b/src/test/compile-fail/vec-res-add.rs index 97a684b24593f..376ee6c83a633 100644 --- a/src/test/compile-fail/vec-res-add.rs +++ b/src/test/compile-fail/vec-res-add.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/vector-cast-weirdness.rs b/src/test/compile-fail/vector-cast-weirdness.rs index c5109ce473e9e..c8ba0d60a772b 100644 --- a/src/test/compile-fail/vector-cast-weirdness.rs +++ b/src/test/compile-fail/vector-cast-weirdness.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/vector-no-ann.rs b/src/test/compile-fail/vector-no-ann.rs index d48f5715ec1b9..1f07953d7d478 100644 --- a/src/test/compile-fail/vector-no-ann.rs +++ b/src/test/compile-fail/vector-no-ann.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/view-items-at-top.rs b/src/test/compile-fail/view-items-at-top.rs index 7b78a8d932b33..d17cd301f0c43 100644 --- a/src/test/compile-fail/view-items-at-top.rs +++ b/src/test/compile-fail/view-items-at-top.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/virtual-structs.rs b/src/test/compile-fail/virtual-structs.rs index 3b3c7d5a30f94..0a50ac68f9ba8 100644 --- a/src/test/compile-fail/virtual-structs.rs +++ b/src/test/compile-fail/virtual-structs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/visible-private-types-generics.rs b/src/test/compile-fail/visible-private-types-generics.rs index 7ff18f8e0886c..d41dbe171056f 100644 --- a/src/test/compile-fail/visible-private-types-generics.rs +++ b/src/test/compile-fail/visible-private-types-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/visible-private-types-supertrait.rs b/src/test/compile-fail/visible-private-types-supertrait.rs index dc6d446154ac7..b82f9ea546940 100644 --- a/src/test/compile-fail/visible-private-types-supertrait.rs +++ b/src/test/compile-fail/visible-private-types-supertrait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/vtable-res-trait-param.rs b/src/test/compile-fail/vtable-res-trait-param.rs index bbe88379aa737..ebc183190be85 100644 --- a/src/test/compile-fail/vtable-res-trait-param.rs +++ b/src/test/compile-fail/vtable-res-trait-param.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/walk-struct-literal-with.rs b/src/test/compile-fail/walk-struct-literal-with.rs index 0f3754e09e41e..f9124a71ac243 100644 --- a/src/test/compile-fail/walk-struct-literal-with.rs +++ b/src/test/compile-fail/walk-struct-literal-with.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/warn-foreign-int-types.rs b/src/test/compile-fail/warn-foreign-int-types.rs index 9ff0f011e1dc7..47d0918e5085a 100644 --- a/src/test/compile-fail/warn-foreign-int-types.rs +++ b/src/test/compile-fail/warn-foreign-int-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/warn-path-statement.rs b/src/test/compile-fail/warn-path-statement.rs index 304900df776c1..954d4e8994d43 100644 --- a/src/test/compile-fail/warn-path-statement.rs +++ b/src/test/compile-fail/warn-path-statement.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/weak-lang-item.rs b/src/test/compile-fail/weak-lang-item.rs index baac192cbf022..d9895a4a10fcd 100644 --- a/src/test/compile-fail/weak-lang-item.rs +++ b/src/test/compile-fail/weak-lang-item.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clause-constraints-are-local-for-inherent-impl.rs b/src/test/compile-fail/where-clause-constraints-are-local-for-inherent-impl.rs index 74342cfedd329..fcc7c72bd5026 100644 --- a/src/test/compile-fail/where-clause-constraints-are-local-for-inherent-impl.rs +++ b/src/test/compile-fail/where-clause-constraints-are-local-for-inherent-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs b/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs index 8e01e89b68707..b883f90a42e49 100644 --- a/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs +++ b/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clause-method-substituion.rs b/src/test/compile-fail/where-clause-method-substituion.rs index a5108f005dc0e..078039ab531f4 100644 --- a/src/test/compile-fail/where-clause-method-substituion.rs +++ b/src/test/compile-fail/where-clause-method-substituion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clauses-method-unsatisfied.rs b/src/test/compile-fail/where-clauses-method-unsatisfied.rs index e5b54582e4e3f..880b84be8ab25 100644 --- a/src/test/compile-fail/where-clauses-method-unsatisfied.rs +++ b/src/test/compile-fail/where-clauses-method-unsatisfied.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clauses-no-bounds-or-predicates.rs b/src/test/compile-fail/where-clauses-no-bounds-or-predicates.rs index b96c7c2de6b3c..72ff0ecd4fa73 100644 --- a/src/test/compile-fail/where-clauses-no-bounds-or-predicates.rs +++ b/src/test/compile-fail/where-clauses-no-bounds-or-predicates.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clauses-not-parameter.rs b/src/test/compile-fail/where-clauses-not-parameter.rs index 5573464c5ab6c..7fa3410671fb7 100644 --- a/src/test/compile-fail/where-clauses-not-parameter.rs +++ b/src/test/compile-fail/where-clauses-not-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/where-clauses-unsatisfied.rs b/src/test/compile-fail/where-clauses-unsatisfied.rs index 4a4a5f3193d3a..59f768611e470 100644 --- a/src/test/compile-fail/where-clauses-unsatisfied.rs +++ b/src/test/compile-fail/where-clauses-unsatisfied.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/while-let.rs b/src/test/compile-fail/while-let.rs index 45e0d0aaeab13..76b80f7c4bc44 100644 --- a/src/test/compile-fail/while-let.rs +++ b/src/test/compile-fail/while-let.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/while-type-error.rs b/src/test/compile-fail/while-type-error.rs index ecab746373a98..85d52003c483f 100644 --- a/src/test/compile-fail/while-type-error.rs +++ b/src/test/compile-fail/while-type-error.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/writing-to-immutable-vec.rs b/src/test/compile-fail/writing-to-immutable-vec.rs index 09c9439b464ec..9f1390792f000 100644 --- a/src/test/compile-fail/writing-to-immutable-vec.rs +++ b/src/test/compile-fail/writing-to-immutable-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/wrong-mul-method-signature.rs b/src/test/compile-fail/wrong-mul-method-signature.rs index 21c249c0e1fb0..e0bbf7e095829 100644 --- a/src/test/compile-fail/wrong-mul-method-signature.rs +++ b/src/test/compile-fail/wrong-mul-method-signature.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/wrong-ret-type.rs b/src/test/compile-fail/wrong-ret-type.rs index 6db11fcffd227..5efd3c9d56f3e 100644 --- a/src/test/compile-fail/wrong-ret-type.rs +++ b/src/test/compile-fail/wrong-ret-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/compile-fail/xc-private-method.rs b/src/test/compile-fail/xc-private-method.rs index edc0e31040d39..9ff8aea238363 100644 --- a/src/test/compile-fail/xc-private-method.rs +++ b/src/test/compile-fail/xc-private-method.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/xc-private-method2.rs b/src/test/compile-fail/xc-private-method2.rs index 26e055d7cbb9d..208c2895e0395 100644 --- a/src/test/compile-fail/xc-private-method2.rs +++ b/src/test/compile-fail/xc-private-method2.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/compile-fail/xcrate-private-by-default.rs b/src/test/compile-fail/xcrate-private-by-default.rs index 43be96965d01f..45f58dfa0da89 100644 --- a/src/test/compile-fail/xcrate-private-by-default.rs +++ b/src/test/compile-fail/xcrate-private-by-default.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/compile-fail/xcrate-unit-struct.rs b/src/test/compile-fail/xcrate-unit-struct.rs index cccb7e500213f..016aed4cc9c8e 100644 --- a/src/test/compile-fail/xcrate-unit-struct.rs +++ b/src/test/compile-fail/xcrate-unit-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/debuginfo/basic-types-globals-metadata.rs b/src/test/debuginfo/basic-types-globals-metadata.rs index e9f801c5f050e..eb076871f3d15 100644 --- a/src/test/debuginfo/basic-types-globals-metadata.rs +++ b/src/test/debuginfo/basic-types-globals-metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/basic-types-globals.rs b/src/test/debuginfo/basic-types-globals.rs index a4d4ddfea531d..2a926099d7264 100644 --- a/src/test/debuginfo/basic-types-globals.rs +++ b/src/test/debuginfo/basic-types-globals.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/basic-types-metadata.rs b/src/test/debuginfo/basic-types-metadata.rs index 5e2497043da7a..350cef9bcf8e2 100644 --- a/src/test/debuginfo/basic-types-metadata.rs +++ b/src/test/debuginfo/basic-types-metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/basic-types-mut-globals.rs b/src/test/debuginfo/basic-types-mut-globals.rs index bc8cdaf8eacc9..054d070d6367b 100644 --- a/src/test/debuginfo/basic-types-mut-globals.rs +++ b/src/test/debuginfo/basic-types-mut-globals.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/basic-types.rs b/src/test/debuginfo/basic-types.rs index f61f49228cdeb..70638b4d9ead7 100644 --- a/src/test/debuginfo/basic-types.rs +++ b/src/test/debuginfo/basic-types.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/borrowed-basic.rs b/src/test/debuginfo/borrowed-basic.rs index f4c31278cf63b..cb3539bc7b4e6 100644 --- a/src/test/debuginfo/borrowed-basic.rs +++ b/src/test/debuginfo/borrowed-basic.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/borrowed-c-style-enum.rs b/src/test/debuginfo/borrowed-c-style-enum.rs index c2da58f1583c0..d5b36c83e97ee 100644 --- a/src/test/debuginfo/borrowed-c-style-enum.rs +++ b/src/test/debuginfo/borrowed-c-style-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/borrowed-enum.rs b/src/test/debuginfo/borrowed-enum.rs index d54869888f182..10e617a76c5c1 100644 --- a/src/test/debuginfo/borrowed-enum.rs +++ b/src/test/debuginfo/borrowed-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/borrowed-struct.rs b/src/test/debuginfo/borrowed-struct.rs index 53d2befc49d06..727275743d45d 100644 --- a/src/test/debuginfo/borrowed-struct.rs +++ b/src/test/debuginfo/borrowed-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/borrowed-tuple.rs b/src/test/debuginfo/borrowed-tuple.rs index c7e5987fbcfa2..35ac66a85c7b5 100644 --- a/src/test/debuginfo/borrowed-tuple.rs +++ b/src/test/debuginfo/borrowed-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/borrowed-unique-basic.rs b/src/test/debuginfo/borrowed-unique-basic.rs index fc186a0b5b21f..4a4aaafe09512 100644 --- a/src/test/debuginfo/borrowed-unique-basic.rs +++ b/src/test/debuginfo/borrowed-unique-basic.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/box.rs b/src/test/debuginfo/box.rs index 0439e3dc34d49..f5e1f7ca5e2ea 100644 --- a/src/test/debuginfo/box.rs +++ b/src/test/debuginfo/box.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/boxed-struct.rs b/src/test/debuginfo/boxed-struct.rs index 6397efa0a96a3..da8673cfae6f8 100644 --- a/src/test/debuginfo/boxed-struct.rs +++ b/src/test/debuginfo/boxed-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/by-value-non-immediate-argument.rs b/src/test/debuginfo/by-value-non-immediate-argument.rs index 8ac8d5970f318..827f207b4ba90 100644 --- a/src/test/debuginfo/by-value-non-immediate-argument.rs +++ b/src/test/debuginfo/by-value-non-immediate-argument.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/by-value-self-argument-in-trait-impl.rs b/src/test/debuginfo/by-value-self-argument-in-trait-impl.rs index 6907313370e1a..6f099c0bbcc2b 100644 --- a/src/test/debuginfo/by-value-self-argument-in-trait-impl.rs +++ b/src/test/debuginfo/by-value-self-argument-in-trait-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/c-style-enum-in-composite.rs b/src/test/debuginfo/c-style-enum-in-composite.rs index f2dfc63d52253..cb7548ab8fcec 100644 --- a/src/test/debuginfo/c-style-enum-in-composite.rs +++ b/src/test/debuginfo/c-style-enum-in-composite.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/c-style-enum.rs b/src/test/debuginfo/c-style-enum.rs index ad7c860c8b9be..6b45470efb7a2 100644 --- a/src/test/debuginfo/c-style-enum.rs +++ b/src/test/debuginfo/c-style-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/closure-in-generic-function.rs b/src/test/debuginfo/closure-in-generic-function.rs index f8b125694002d..7038f42809200 100644 --- a/src/test/debuginfo/closure-in-generic-function.rs +++ b/src/test/debuginfo/closure-in-generic-function.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/cross-crate-type-uniquing.rs b/src/test/debuginfo/cross-crate-type-uniquing.rs index 5a56722f0cc5a..0c6f03bdb23c1 100644 --- a/src/test/debuginfo/cross-crate-type-uniquing.rs +++ b/src/test/debuginfo/cross-crate-type-uniquing.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/destructured-fn-argument.rs b/src/test/debuginfo/destructured-fn-argument.rs index 73289c56befc4..9d0e1165a216b 100644 --- a/src/test/debuginfo/destructured-fn-argument.rs +++ b/src/test/debuginfo/destructured-fn-argument.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/destructured-for-loop-variable.rs b/src/test/debuginfo/destructured-for-loop-variable.rs index 103bdc0355084..d1e921173164e 100644 --- a/src/test/debuginfo/destructured-for-loop-variable.rs +++ b/src/test/debuginfo/destructured-for-loop-variable.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/destructured-local.rs b/src/test/debuginfo/destructured-local.rs index 1fd598e18c16d..4a445cba8ce35 100644 --- a/src/test/debuginfo/destructured-local.rs +++ b/src/test/debuginfo/destructured-local.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/evec-in-struct.rs b/src/test/debuginfo/evec-in-struct.rs index f623a321922b8..9fbb0a00d94bb 100644 --- a/src/test/debuginfo/evec-in-struct.rs +++ b/src/test/debuginfo/evec-in-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/function-arg-initialization.rs b/src/test/debuginfo/function-arg-initialization.rs index 55c5c50406416..a4e891c66c586 100644 --- a/src/test/debuginfo/function-arg-initialization.rs +++ b/src/test/debuginfo/function-arg-initialization.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/function-arguments.rs b/src/test/debuginfo/function-arguments.rs index 01136c11014a3..923866fd4f67f 100644 --- a/src/test/debuginfo/function-arguments.rs +++ b/src/test/debuginfo/function-arguments.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs b/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs index e437e35db3a99..c0c0becdc3d08 100644 --- a/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs +++ b/src/test/debuginfo/function-prologue-stepping-no-stack-check.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/function-prologue-stepping-regular.rs b/src/test/debuginfo/function-prologue-stepping-regular.rs index 05ea357389bc6..f153f1b099b89 100644 --- a/src/test/debuginfo/function-prologue-stepping-regular.rs +++ b/src/test/debuginfo/function-prologue-stepping-regular.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs b/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs index 092cd9edc7065..1ce16a23f6a81 100644 --- a/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs +++ b/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/gdb-pretty-struct-and-enums.rs b/src/test/debuginfo/gdb-pretty-struct-and-enums.rs index 4b2628b2a1f73..68c037cd15cbc 100644 --- a/src/test/debuginfo/gdb-pretty-struct-and-enums.rs +++ b/src/test/debuginfo/gdb-pretty-struct-and-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-function.rs b/src/test/debuginfo/generic-function.rs index b2fdb708db559..b5766da761aa6 100644 --- a/src/test/debuginfo/generic-function.rs +++ b/src/test/debuginfo/generic-function.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-functions-nested.rs b/src/test/debuginfo/generic-functions-nested.rs index 0f3fd556f189a..2db0a9d432dd2 100644 --- a/src/test/debuginfo/generic-functions-nested.rs +++ b/src/test/debuginfo/generic-functions-nested.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-method-on-generic-struct.rs b/src/test/debuginfo/generic-method-on-generic-struct.rs index 66cd73622ffb4..78084e35028e1 100644 --- a/src/test/debuginfo/generic-method-on-generic-struct.rs +++ b/src/test/debuginfo/generic-method-on-generic-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs b/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs index bf755d379a623..5e01f9175c4e0 100644 --- a/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs +++ b/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-struct-style-enum.rs b/src/test/debuginfo/generic-struct-style-enum.rs index 992e74179137b..8f6c1b5487627 100644 --- a/src/test/debuginfo/generic-struct-style-enum.rs +++ b/src/test/debuginfo/generic-struct-style-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-struct.rs b/src/test/debuginfo/generic-struct.rs index a81230599fa71..1823bd024ef20 100644 --- a/src/test/debuginfo/generic-struct.rs +++ b/src/test/debuginfo/generic-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/generic-trait-generic-static-default-method.rs b/src/test/debuginfo/generic-trait-generic-static-default-method.rs index 4382861fd2099..a6ea868c261c7 100644 --- a/src/test/debuginfo/generic-trait-generic-static-default-method.rs +++ b/src/test/debuginfo/generic-trait-generic-static-default-method.rs @@ -1,7 +1,3 @@ -// ignore-test - -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/include_string.rs b/src/test/debuginfo/include_string.rs index 25719a802863d..440b32b6b029d 100644 --- a/src/test/debuginfo/include_string.rs +++ b/src/test/debuginfo/include_string.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/issue11600.rs b/src/test/debuginfo/issue11600.rs index 5166400029980..4b9601ab8793b 100644 --- a/src/test/debuginfo/issue11600.rs +++ b/src/test/debuginfo/issue11600.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/issue12886.rs b/src/test/debuginfo/issue12886.rs index c6acc9a31fe3c..48f18866032c7 100644 --- a/src/test/debuginfo/issue12886.rs +++ b/src/test/debuginfo/issue12886.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/issue13213.rs b/src/test/debuginfo/issue13213.rs index 474f34c4b453c..8fbe2797ce941 100644 --- a/src/test/debuginfo/issue13213.rs +++ b/src/test/debuginfo/issue13213.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/issue14411.rs b/src/test/debuginfo/issue14411.rs index 0fc567f421f34..8f013199818cf 100644 --- a/src/test/debuginfo/issue14411.rs +++ b/src/test/debuginfo/issue14411.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/issue7712.rs b/src/test/debuginfo/issue7712.rs index 94458a7fb4bcc..bcd94a68088be 100644 --- a/src/test/debuginfo/issue7712.rs +++ b/src/test/debuginfo/issue7712.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-for-loop.rs b/src/test/debuginfo/lexical-scope-in-for-loop.rs index 3309ae13c9dcb..3ebaf1bfb2181 100644 --- a/src/test/debuginfo/lexical-scope-in-for-loop.rs +++ b/src/test/debuginfo/lexical-scope-in-for-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-if.rs b/src/test/debuginfo/lexical-scope-in-if.rs index bc3a694524325..6b215de65e90a 100644 --- a/src/test/debuginfo/lexical-scope-in-if.rs +++ b/src/test/debuginfo/lexical-scope-in-if.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-match.rs b/src/test/debuginfo/lexical-scope-in-match.rs index 37976ab3996ae..68a31a6a8bdbc 100644 --- a/src/test/debuginfo/lexical-scope-in-match.rs +++ b/src/test/debuginfo/lexical-scope-in-match.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-parameterless-closure.rs b/src/test/debuginfo/lexical-scope-in-parameterless-closure.rs index b2617c5774252..ae0592a49136c 100644 --- a/src/test/debuginfo/lexical-scope-in-parameterless-closure.rs +++ b/src/test/debuginfo/lexical-scope-in-parameterless-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-stack-closure.rs b/src/test/debuginfo/lexical-scope-in-stack-closure.rs index f2d092216697f..3bed331de1163 100644 --- a/src/test/debuginfo/lexical-scope-in-stack-closure.rs +++ b/src/test/debuginfo/lexical-scope-in-stack-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-unconditional-loop.rs b/src/test/debuginfo/lexical-scope-in-unconditional-loop.rs index b295c6f37a7a1..bae754f1aeeb4 100644 --- a/src/test/debuginfo/lexical-scope-in-unconditional-loop.rs +++ b/src/test/debuginfo/lexical-scope-in-unconditional-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-unique-closure.rs b/src/test/debuginfo/lexical-scope-in-unique-closure.rs index be4085b63abe5..f6a8c9c42acee 100644 --- a/src/test/debuginfo/lexical-scope-in-unique-closure.rs +++ b/src/test/debuginfo/lexical-scope-in-unique-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-in-while.rs b/src/test/debuginfo/lexical-scope-in-while.rs index c7a36ef9b82bd..1ee8af8ae5245 100644 --- a/src/test/debuginfo/lexical-scope-in-while.rs +++ b/src/test/debuginfo/lexical-scope-in-while.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scope-with-macro.rs b/src/test/debuginfo/lexical-scope-with-macro.rs index 2aa31969a46ad..22836e094cb55 100644 --- a/src/test/debuginfo/lexical-scope-with-macro.rs +++ b/src/test/debuginfo/lexical-scope-with-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/lexical-scopes-in-block-expression.rs b/src/test/debuginfo/lexical-scopes-in-block-expression.rs index 2f8b11ac283b6..598e3043ba5c3 100644 --- a/src/test/debuginfo/lexical-scopes-in-block-expression.rs +++ b/src/test/debuginfo/lexical-scopes-in-block-expression.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/limited-debuginfo.rs b/src/test/debuginfo/limited-debuginfo.rs index 00de4497cedbf..904810c084923 100644 --- a/src/test/debuginfo/limited-debuginfo.rs +++ b/src/test/debuginfo/limited-debuginfo.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/method-on-enum.rs b/src/test/debuginfo/method-on-enum.rs index 732e1d5c50029..81f5241103585 100644 --- a/src/test/debuginfo/method-on-enum.rs +++ b/src/test/debuginfo/method-on-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/method-on-generic-struct.rs b/src/test/debuginfo/method-on-generic-struct.rs index c1785951e2348..90bd68f8b8b63 100644 --- a/src/test/debuginfo/method-on-generic-struct.rs +++ b/src/test/debuginfo/method-on-generic-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/method-on-struct.rs b/src/test/debuginfo/method-on-struct.rs index d88a32b8475a3..240d6f9425d06 100644 --- a/src/test/debuginfo/method-on-struct.rs +++ b/src/test/debuginfo/method-on-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/method-on-trait.rs b/src/test/debuginfo/method-on-trait.rs index 5622d17225ba8..e4fa494cc0866 100644 --- a/src/test/debuginfo/method-on-trait.rs +++ b/src/test/debuginfo/method-on-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/method-on-tuple-struct.rs b/src/test/debuginfo/method-on-tuple-struct.rs index 02f7808221a85..e9bc8312af0aa 100644 --- a/src/test/debuginfo/method-on-tuple-struct.rs +++ b/src/test/debuginfo/method-on-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/multi-byte-chars.rs b/src/test/debuginfo/multi-byte-chars.rs index cb7e26327c3de..9bbb40afc865f 100644 --- a/src/test/debuginfo/multi-byte-chars.rs +++ b/src/test/debuginfo/multi-byte-chars.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/multiple-functions-equal-var-names.rs b/src/test/debuginfo/multiple-functions-equal-var-names.rs index cb21c13426a7b..ebcbb7240ede2 100644 --- a/src/test/debuginfo/multiple-functions-equal-var-names.rs +++ b/src/test/debuginfo/multiple-functions-equal-var-names.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/multiple-functions.rs b/src/test/debuginfo/multiple-functions.rs index ef7c4ce2045c7..0cd6259889024 100644 --- a/src/test/debuginfo/multiple-functions.rs +++ b/src/test/debuginfo/multiple-functions.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/name-shadowing-and-scope-nesting.rs b/src/test/debuginfo/name-shadowing-and-scope-nesting.rs index d248c7e98198c..cf7694e467372 100644 --- a/src/test/debuginfo/name-shadowing-and-scope-nesting.rs +++ b/src/test/debuginfo/name-shadowing-and-scope-nesting.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/nil-enum.rs b/src/test/debuginfo/nil-enum.rs index f0eaf6acb6138..726f2269cddeb 100644 --- a/src/test/debuginfo/nil-enum.rs +++ b/src/test/debuginfo/nil-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/no-debug-attribute.rs b/src/test/debuginfo/no-debug-attribute.rs index dcc1928ae50c9..ca586cc2aa7a0 100644 --- a/src/test/debuginfo/no-debug-attribute.rs +++ b/src/test/debuginfo/no-debug-attribute.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/option-like-enum.rs b/src/test/debuginfo/option-like-enum.rs index 71c235c878cc1..4b274ccfde2e5 100644 --- a/src/test/debuginfo/option-like-enum.rs +++ b/src/test/debuginfo/option-like-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/packed-struct-with-destructor.rs b/src/test/debuginfo/packed-struct-with-destructor.rs index 84c0b8da02c06..283ae368d4c0d 100644 --- a/src/test/debuginfo/packed-struct-with-destructor.rs +++ b/src/test/debuginfo/packed-struct-with-destructor.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/packed-struct.rs b/src/test/debuginfo/packed-struct.rs index 97e6ee79952e8..74596578da76a 100644 --- a/src/test/debuginfo/packed-struct.rs +++ b/src/test/debuginfo/packed-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/recursive-enum.rs b/src/test/debuginfo/recursive-enum.rs index 73a68893e933c..7c536e9693755 100644 --- a/src/test/debuginfo/recursive-enum.rs +++ b/src/test/debuginfo/recursive-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/recursive-struct.rs b/src/test/debuginfo/recursive-struct.rs index 2cbe9f43789d9..465bcf8c811cb 100644 --- a/src/test/debuginfo/recursive-struct.rs +++ b/src/test/debuginfo/recursive-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/self-in-default-method.rs b/src/test/debuginfo/self-in-default-method.rs index a1074e490f7eb..3adba9db58513 100644 --- a/src/test/debuginfo/self-in-default-method.rs +++ b/src/test/debuginfo/self-in-default-method.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/self-in-generic-default-method.rs b/src/test/debuginfo/self-in-generic-default-method.rs index f0da6e26870bd..10409a9dfd7d3 100644 --- a/src/test/debuginfo/self-in-generic-default-method.rs +++ b/src/test/debuginfo/self-in-generic-default-method.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/shadowed-argument.rs b/src/test/debuginfo/shadowed-argument.rs index c5c3664b07a7c..f38e3f2498947 100644 --- a/src/test/debuginfo/shadowed-argument.rs +++ b/src/test/debuginfo/shadowed-argument.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/shadowed-variable.rs b/src/test/debuginfo/shadowed-variable.rs index f384b756da678..9371d453bcd15 100644 --- a/src/test/debuginfo/shadowed-variable.rs +++ b/src/test/debuginfo/shadowed-variable.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/simd.rs b/src/test/debuginfo/simd.rs index 4aaa3e0b75f31..0ecc77b7823ab 100644 --- a/src/test/debuginfo/simd.rs +++ b/src/test/debuginfo/simd.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/simple-lexical-scope.rs b/src/test/debuginfo/simple-lexical-scope.rs index 5981c18494d40..a8334b5670ac5 100644 --- a/src/test/debuginfo/simple-lexical-scope.rs +++ b/src/test/debuginfo/simple-lexical-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/simple-struct.rs b/src/test/debuginfo/simple-struct.rs index 3015b16a0aa99..b6bca12385d36 100644 --- a/src/test/debuginfo/simple-struct.rs +++ b/src/test/debuginfo/simple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/simple-tuple.rs b/src/test/debuginfo/simple-tuple.rs index 78184fab7d390..e8fac005f0eba 100644 --- a/src/test/debuginfo/simple-tuple.rs +++ b/src/test/debuginfo/simple-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/static-method-on-struct-and-enum.rs b/src/test/debuginfo/static-method-on-struct-and-enum.rs index 59ee300b3e3b5..c5957f2cd0b0f 100644 --- a/src/test/debuginfo/static-method-on-struct-and-enum.rs +++ b/src/test/debuginfo/static-method-on-struct-and-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/struct-in-enum.rs b/src/test/debuginfo/struct-in-enum.rs index 6f801a7d587d3..5866182e47103 100644 --- a/src/test/debuginfo/struct-in-enum.rs +++ b/src/test/debuginfo/struct-in-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/struct-in-struct.rs b/src/test/debuginfo/struct-in-struct.rs index 3f819c92e1017..b9c91f14c7c3c 100644 --- a/src/test/debuginfo/struct-in-struct.rs +++ b/src/test/debuginfo/struct-in-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/struct-style-enum.rs b/src/test/debuginfo/struct-style-enum.rs index f6d4627082f0e..32a744ad8d589 100644 --- a/src/test/debuginfo/struct-style-enum.rs +++ b/src/test/debuginfo/struct-style-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/struct-with-destructor.rs b/src/test/debuginfo/struct-with-destructor.rs index 743f5ac5ff452..910301573b41a 100644 --- a/src/test/debuginfo/struct-with-destructor.rs +++ b/src/test/debuginfo/struct-with-destructor.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/trait-generic-static-default-method.rs b/src/test/debuginfo/trait-generic-static-default-method.rs index 2ecafb02ae52d..83afdd2bf859f 100644 --- a/src/test/debuginfo/trait-generic-static-default-method.rs +++ b/src/test/debuginfo/trait-generic-static-default-method.rs @@ -1,7 +1,3 @@ -// ignore-test - -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/tuple-in-struct.rs b/src/test/debuginfo/tuple-in-struct.rs index 3d28490c0cfd7..ea064e0fe30b4 100644 --- a/src/test/debuginfo/tuple-in-struct.rs +++ b/src/test/debuginfo/tuple-in-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/tuple-in-tuple.rs b/src/test/debuginfo/tuple-in-tuple.rs index b1228f7a8846a..53e405b02f1b8 100644 --- a/src/test/debuginfo/tuple-in-tuple.rs +++ b/src/test/debuginfo/tuple-in-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/tuple-struct.rs b/src/test/debuginfo/tuple-struct.rs index 0960ab5834dd6..a55a15f159b0c 100644 --- a/src/test/debuginfo/tuple-struct.rs +++ b/src/test/debuginfo/tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/tuple-style-enum.rs b/src/test/debuginfo/tuple-style-enum.rs index f205f484f25fb..a6a94fe68cad6 100644 --- a/src/test/debuginfo/tuple-style-enum.rs +++ b/src/test/debuginfo/tuple-style-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/type-names.rs b/src/test/debuginfo/type-names.rs index 156e5f12ad5e8..cb85849149730 100644 --- a/src/test/debuginfo/type-names.rs +++ b/src/test/debuginfo/type-names.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/unique-enum.rs b/src/test/debuginfo/unique-enum.rs index 08622b2dca8fb..b572f1bb5e8e7 100644 --- a/src/test/debuginfo/unique-enum.rs +++ b/src/test/debuginfo/unique-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/unreachable-locals.rs b/src/test/debuginfo/unreachable-locals.rs index c15dcd1958f1c..e4691f45af94d 100644 --- a/src/test/debuginfo/unreachable-locals.rs +++ b/src/test/debuginfo/unreachable-locals.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/var-captured-in-nested-closure.rs b/src/test/debuginfo/var-captured-in-nested-closure.rs index d7831c983c050..39978e590eed9 100644 --- a/src/test/debuginfo/var-captured-in-nested-closure.rs +++ b/src/test/debuginfo/var-captured-in-nested-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/var-captured-in-sendable-closure.rs b/src/test/debuginfo/var-captured-in-sendable-closure.rs index 30a07ea46ddd3..a71158015366e 100644 --- a/src/test/debuginfo/var-captured-in-sendable-closure.rs +++ b/src/test/debuginfo/var-captured-in-sendable-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/var-captured-in-stack-closure.rs b/src/test/debuginfo/var-captured-in-stack-closure.rs index 9daf6abba1143..f799e9901fd27 100644 --- a/src/test/debuginfo/var-captured-in-stack-closure.rs +++ b/src/test/debuginfo/var-captured-in-stack-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/vec-slices.rs b/src/test/debuginfo/vec-slices.rs index 949dffaac068f..2771d2269b0d8 100644 --- a/src/test/debuginfo/vec-slices.rs +++ b/src/test/debuginfo/vec-slices.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/debuginfo/vec.rs b/src/test/debuginfo/vec.rs index 92a490206b624..be6c5d56c9915 100644 --- a/src/test/debuginfo/vec.rs +++ b/src/test/debuginfo/vec.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/pretty/asm-clobbers.rs b/src/test/pretty/asm-clobbers.rs index 20a3ac226bdc5..76a14e991aefc 100644 --- a/src/test/pretty/asm-clobbers.rs +++ b/src/test/pretty/asm-clobbers.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/asm-options.rs b/src/test/pretty/asm-options.rs index bc9f89a3d15ff..8476d587c729f 100644 --- a/src/test/pretty/asm-options.rs +++ b/src/test/pretty/asm-options.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/attr-fn-inner.rs b/src/test/pretty/attr-fn-inner.rs index 65dcf90056701..a8f9692bb762b 100644 --- a/src/test/pretty/attr-fn-inner.rs +++ b/src/test/pretty/attr-fn-inner.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/blank-lines.rs b/src/test/pretty/blank-lines.rs index 1774edd3f76e2..904d59ee15981 100644 --- a/src/test/pretty/blank-lines.rs +++ b/src/test/pretty/blank-lines.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/block-comment-multiple-asterisks.rs b/src/test/pretty/block-comment-multiple-asterisks.rs index f9f657fa8e207..2599c9d68375c 100644 --- a/src/test/pretty/block-comment-multiple-asterisks.rs +++ b/src/test/pretty/block-comment-multiple-asterisks.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/block-comment-trailing-whitespace.rs b/src/test/pretty/block-comment-trailing-whitespace.rs index fd4a978a7ad84..a20b713f82662 100644 --- a/src/test/pretty/block-comment-trailing-whitespace.rs +++ b/src/test/pretty/block-comment-trailing-whitespace.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/block-comment-trailing-whitespace2.rs b/src/test/pretty/block-comment-trailing-whitespace2.rs index 951799a3528b9..cfa327d610fa3 100644 --- a/src/test/pretty/block-comment-trailing-whitespace2.rs +++ b/src/test/pretty/block-comment-trailing-whitespace2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/block-comment-wchar.pp b/src/test/pretty/block-comment-wchar.pp index fbdd15b6060b6..3363ad0a24356 100644 --- a/src/test/pretty/block-comment-wchar.pp +++ b/src/test/pretty/block-comment-wchar.pp @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/pretty/block-comment-wchar.rs b/src/test/pretty/block-comment-wchar.rs index cc5640ce82a37..ce0094f08bcd5 100644 --- a/src/test/pretty/block-comment-wchar.rs +++ b/src/test/pretty/block-comment-wchar.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/pretty/block-disambig.rs b/src/test/pretty/block-disambig.rs index db01bc94e32b8..a4d14a006b3c7 100644 --- a/src/test/pretty/block-disambig.rs +++ b/src/test/pretty/block-disambig.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/closure-reform-pretty.rs b/src/test/pretty/closure-reform-pretty.rs index 094e3ce915686..4f17bef0a2ccb 100644 --- a/src/test/pretty/closure-reform-pretty.rs +++ b/src/test/pretty/closure-reform-pretty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/disamb-stmt-expr.rs b/src/test/pretty/disamb-stmt-expr.rs index 0c4cd103b82ef..17ec8fb5791bb 100644 --- a/src/test/pretty/disamb-stmt-expr.rs +++ b/src/test/pretty/disamb-stmt-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/do1.rs b/src/test/pretty/do1.rs index e0066053f3c5b..df3fd1f676314 100644 --- a/src/test/pretty/do1.rs +++ b/src/test/pretty/do1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/doc-comments.rs b/src/test/pretty/doc-comments.rs index 02d141f5163c9..1723420162cbb 100644 --- a/src/test/pretty/doc-comments.rs +++ b/src/test/pretty/doc-comments.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/pretty/empty-impl.rs b/src/test/pretty/empty-impl.rs index f22f1b4095269..e042617d135a7 100644 --- a/src/test/pretty/empty-impl.rs +++ b/src/test/pretty/empty-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/empty-lines.rs b/src/test/pretty/empty-lines.rs index 3725ff8bb3f09..9ca427258979f 100644 --- a/src/test/pretty/empty-lines.rs +++ b/src/test/pretty/empty-lines.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/example1.rs b/src/test/pretty/example1.rs index 394fd64bcc419..89616c95568cf 100644 --- a/src/test/pretty/example1.rs +++ b/src/test/pretty/example1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/example2.pp b/src/test/pretty/example2.pp index 94f62d8647e55..a640458bfd25d 100644 --- a/src/test/pretty/example2.pp +++ b/src/test/pretty/example2.pp @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/example2.rs b/src/test/pretty/example2.rs index 94f62d8647e55..a640458bfd25d 100644 --- a/src/test/pretty/example2.rs +++ b/src/test/pretty/example2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/fn-return.rs b/src/test/pretty/fn-return.rs index 8a223296e5467..9e39e53875ca3 100644 --- a/src/test/pretty/fn-return.rs +++ b/src/test/pretty/fn-return.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/pretty/fn-types.rs b/src/test/pretty/fn-types.rs index 31efb0c9ab1eb..35145245b270b 100644 --- a/src/test/pretty/fn-types.rs +++ b/src/test/pretty/fn-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/for-comment.rs b/src/test/pretty/for-comment.rs index 2318e783b6947..5472411ccafc3 100644 --- a/src/test/pretty/for-comment.rs +++ b/src/test/pretty/for-comment.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/pretty/issue-19077.rs b/src/test/pretty/issue-19077.rs index 61274385857fe..e245e9fec0e3b 100644 --- a/src/test/pretty/issue-19077.rs +++ b/src/test/pretty/issue-19077.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/issue-4264.pp b/src/test/pretty/issue-4264.pp index dac6e628d10d5..eccbfc30e37a1 100644 --- a/src/test/pretty/issue-4264.pp +++ b/src/test/pretty/issue-4264.pp @@ -1,12 +1,4 @@ -#![no_std] -#[macro_use] -extern crate "std" as std; -#[prelude_import] use std::prelude::v1::*; -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/issue-4264.rs b/src/test/pretty/issue-4264.rs index 75be2f23c2b20..2a3d8d191ee49 100644 --- a/src/test/pretty/issue-4264.rs +++ b/src/test/pretty/issue-4264.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/issue-929.rs b/src/test/pretty/issue-929.rs index 377f4669ffc8c..5fa81a42043f5 100644 --- a/src/test/pretty/issue-929.rs +++ b/src/test/pretty/issue-929.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/let.rs b/src/test/pretty/let.rs index 736ea3a0d10ad..1b8314e3e8739 100644 --- a/src/test/pretty/let.rs +++ b/src/test/pretty/let.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/match-block-expr.rs b/src/test/pretty/match-block-expr.rs index 44771a29bb4fd..8826bc3847d77 100644 --- a/src/test/pretty/match-block-expr.rs +++ b/src/test/pretty/match-block-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/match-naked-expr-medium.rs b/src/test/pretty/match-naked-expr-medium.rs index d2f8157ef6213..ed4cf4b13c356 100644 --- a/src/test/pretty/match-naked-expr-medium.rs +++ b/src/test/pretty/match-naked-expr-medium.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/match-naked-expr.rs b/src/test/pretty/match-naked-expr.rs index 6b4f579f9c51c..4e5e14feb13a4 100644 --- a/src/test/pretty/match-naked-expr.rs +++ b/src/test/pretty/match-naked-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/path-type-bounds.rs b/src/test/pretty/path-type-bounds.rs index 382394b14070d..95c9153e84a1c 100644 --- a/src/test/pretty/path-type-bounds.rs +++ b/src/test/pretty/path-type-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/raw-str-nonexpr.rs b/src/test/pretty/raw-str-nonexpr.rs index 965b1760f1ff1..91869731572ea 100644 --- a/src/test/pretty/raw-str-nonexpr.rs +++ b/src/test/pretty/raw-str-nonexpr.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/pretty/record-trailing-comma.rs b/src/test/pretty/record-trailing-comma.rs index 1cdf2e6de4607..5b8e35f1b458d 100644 --- a/src/test/pretty/record-trailing-comma.rs +++ b/src/test/pretty/record-trailing-comma.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/pretty/struct-pattern.rs b/src/test/pretty/struct-pattern.rs index b0795bb08f361..9836d03bc59a8 100644 --- a/src/test/pretty/struct-pattern.rs +++ b/src/test/pretty/struct-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/struct-tuple.rs b/src/test/pretty/struct-tuple.rs index acd534ccbfa2c..8af54ce47d900 100644 --- a/src/test/pretty/struct-tuple.rs +++ b/src/test/pretty/struct-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/tag-blank-lines.rs b/src/test/pretty/tag-blank-lines.rs index 29a3b965251ec..d471f59a0f897 100644 --- a/src/test/pretty/tag-blank-lines.rs +++ b/src/test/pretty/tag-blank-lines.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/trait-polarity.rs b/src/test/pretty/trait-polarity.rs index 7d3a921301e34..30d95ebbfb647 100644 --- a/src/test/pretty/trait-polarity.rs +++ b/src/test/pretty/trait-polarity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/trait-safety.rs b/src/test/pretty/trait-safety.rs index b96dbbf3cc964..e16fb2f932d4b 100644 --- a/src/test/pretty/trait-safety.rs +++ b/src/test/pretty/trait-safety.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/pretty/unary-op-disambig.rs b/src/test/pretty/unary-op-disambig.rs index 850904fe53e44..a9035ae03399a 100644 --- a/src/test/pretty/unary-op-disambig.rs +++ b/src/test/pretty/unary-op-disambig.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/vec-comments.pp b/src/test/pretty/vec-comments.pp index 401c63efbc468..e6b3e2f143aee 100644 --- a/src/test/pretty/vec-comments.pp +++ b/src/test/pretty/vec-comments.pp @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/vec-comments.rs b/src/test/pretty/vec-comments.rs index 401c63efbc468..e6b3e2f143aee 100644 --- a/src/test/pretty/vec-comments.rs +++ b/src/test/pretty/vec-comments.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/pretty/where-clauses.rs b/src/test/pretty/where-clauses.rs index 0f3b914334e12..ce67b4c66500b 100644 --- a/src/test/pretty/where-clauses.rs +++ b/src/test/pretty/where-clauses.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/args-panic.rs b/src/test/run-fail/args-panic.rs index eab7475bc8668..e55781f65ca7e 100644 --- a/src/test/run-fail/args-panic.rs +++ b/src/test/run-fail/args-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/assert-as-macro.rs b/src/test/run-fail/assert-as-macro.rs index 59e79fe9266f0..deeeec9bc5d75 100644 --- a/src/test/run-fail/assert-as-macro.rs +++ b/src/test/run-fail/assert-as-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/assert-eq-macro-panic.rs b/src/test/run-fail/assert-eq-macro-panic.rs index 4b1a420cb7880..ec89470e2ce2f 100644 --- a/src/test/run-fail/assert-eq-macro-panic.rs +++ b/src/test/run-fail/assert-eq-macro-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/assert-macro-explicit.rs b/src/test/run-fail/assert-macro-explicit.rs index 197ed59c07f44..337a304f5789d 100644 --- a/src/test/run-fail/assert-macro-explicit.rs +++ b/src/test/run-fail/assert-macro-explicit.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/assert-macro-fmt.rs b/src/test/run-fail/assert-macro-fmt.rs index 223c60d6ae438..ec3bf64ea9b4f 100644 --- a/src/test/run-fail/assert-macro-fmt.rs +++ b/src/test/run-fail/assert-macro-fmt.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/assert-macro-owned.rs b/src/test/run-fail/assert-macro-owned.rs index e68aef10de891..c6ddef07f6681 100644 --- a/src/test/run-fail/assert-macro-owned.rs +++ b/src/test/run-fail/assert-macro-owned.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/assert-macro-static.rs b/src/test/run-fail/assert-macro-static.rs index 59be468e0cb90..84ac9610b29b6 100644 --- a/src/test/run-fail/assert-macro-static.rs +++ b/src/test/run-fail/assert-macro-static.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/binop-panic.rs b/src/test/run-fail/binop-panic.rs index ac85b218ec030..a83f01ca4a7a7 100644 --- a/src/test/run-fail/binop-panic.rs +++ b/src/test/run-fail/binop-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/bounds-check-no-overflow.rs b/src/test/run-fail/bounds-check-no-overflow.rs index df9050e218631..1a5e51ce0c29b 100644 --- a/src/test/run-fail/bounds-check-no-overflow.rs +++ b/src/test/run-fail/bounds-check-no-overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/bug-2470-bounds-check-overflow-2.rs b/src/test/run-fail/bug-2470-bounds-check-overflow-2.rs index 06712841823e8..be6e49527b20d 100644 --- a/src/test/run-fail/bug-2470-bounds-check-overflow-2.rs +++ b/src/test/run-fail/bug-2470-bounds-check-overflow-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/bug-2470-bounds-check-overflow-3.rs b/src/test/run-fail/bug-2470-bounds-check-overflow-3.rs index 0cb73bc98a45a..b8ac09f4a93c8 100644 --- a/src/test/run-fail/bug-2470-bounds-check-overflow-3.rs +++ b/src/test/run-fail/bug-2470-bounds-check-overflow-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-fail/bug-2470-bounds-check-overflow.rs b/src/test/run-fail/bug-2470-bounds-check-overflow.rs index f8686d0dbb56f..4b9bbdc069055 100644 --- a/src/test/run-fail/bug-2470-bounds-check-overflow.rs +++ b/src/test/run-fail/bug-2470-bounds-check-overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/bug-811.rs b/src/test/run-fail/bug-811.rs index e46564f80760c..be613a6495cdb 100644 --- a/src/test/run-fail/bug-811.rs +++ b/src/test/run-fail/bug-811.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/die-macro-expr.rs b/src/test/run-fail/die-macro-expr.rs index 2014a108b3dab..b5fc213fa48e6 100644 --- a/src/test/run-fail/die-macro-expr.rs +++ b/src/test/run-fail/die-macro-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/die-macro-pure.rs b/src/test/run-fail/die-macro-pure.rs index b54bf1c0c68d6..498b690aad2f3 100644 --- a/src/test/run-fail/die-macro-pure.rs +++ b/src/test/run-fail/die-macro-pure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/die-macro.rs b/src/test/run-fail/die-macro.rs index 811bd6e037dd4..6359d085a22c6 100644 --- a/src/test/run-fail/die-macro.rs +++ b/src/test/run-fail/die-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/divide-by-zero.rs b/src/test/run-fail/divide-by-zero.rs index c58d30f272996..0a33a8d659b03 100644 --- a/src/test/run-fail/divide-by-zero.rs +++ b/src/test/run-fail/divide-by-zero.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/doublepanic.rs b/src/test/run-fail/doublepanic.rs index 3835a16a5c263..94617b9c65fcc 100644 --- a/src/test/run-fail/doublepanic.rs +++ b/src/test/run-fail/doublepanic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/dst-raw-slice.rs b/src/test/run-fail/dst-raw-slice.rs index 39bf899a023f1..c62affca2cc8b 100644 --- a/src/test/run-fail/dst-raw-slice.rs +++ b/src/test/run-fail/dst-raw-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/explicit-panic-msg.rs b/src/test/run-fail/explicit-panic-msg.rs index ae6e72bdd4f32..07c1b64d3b521 100644 --- a/src/test/run-fail/explicit-panic-msg.rs +++ b/src/test/run-fail/explicit-panic-msg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/explicit-panic.rs b/src/test/run-fail/explicit-panic.rs index 4699897bf8abe..49f6037353259 100644 --- a/src/test/run-fail/explicit-panic.rs +++ b/src/test/run-fail/explicit-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/expr-fn-panic.rs b/src/test/run-fail/expr-fn-panic.rs index 8cf018fb7702d..71ae0c2e3b059 100644 --- a/src/test/run-fail/expr-fn-panic.rs +++ b/src/test/run-fail/expr-fn-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/expr-if-panic-fn.rs b/src/test/run-fail/expr-if-panic-fn.rs index 987bee55c606d..95093995ebcad 100644 --- a/src/test/run-fail/expr-if-panic-fn.rs +++ b/src/test/run-fail/expr-if-panic-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/expr-if-panic.rs b/src/test/run-fail/expr-if-panic.rs index f04c94a3bf47f..a4f935a43edac 100644 --- a/src/test/run-fail/expr-if-panic.rs +++ b/src/test/run-fail/expr-if-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/expr-match-panic-fn.rs b/src/test/run-fail/expr-match-panic-fn.rs index 069c1d5ed3557..b605276a29549 100644 --- a/src/test/run-fail/expr-match-panic-fn.rs +++ b/src/test/run-fail/expr-match-panic-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/expr-match-panic.rs b/src/test/run-fail/expr-match-panic.rs index d5c005b7029a5..e6be81309566b 100644 --- a/src/test/run-fail/expr-match-panic.rs +++ b/src/test/run-fail/expr-match-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/extern-panic.rs b/src/test/run-fail/extern-panic.rs index e7c6dcc2df7e7..9af8ee2d39009 100644 --- a/src/test/run-fail/extern-panic.rs +++ b/src/test/run-fail/extern-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/fmt-panic.rs b/src/test/run-fail/fmt-panic.rs index 22e81480867a9..8cd19661130ed 100644 --- a/src/test/run-fail/fmt-panic.rs +++ b/src/test/run-fail/fmt-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/for-each-loop-panic.rs b/src/test/run-fail/for-each-loop-panic.rs index 472c8ae15b992..6c5b2d30052b4 100644 --- a/src/test/run-fail/for-each-loop-panic.rs +++ b/src/test/run-fail/for-each-loop-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/glob-use-std.rs b/src/test/run-fail/glob-use-std.rs index 6712b3b065908..cbfefb2007878 100644 --- a/src/test/run-fail/glob-use-std.rs +++ b/src/test/run-fail/glob-use-std.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/hashmap-capacity-overflow.rs b/src/test/run-fail/hashmap-capacity-overflow.rs index c86f8a38f63c4..1cda000b31a1c 100644 --- a/src/test/run-fail/hashmap-capacity-overflow.rs +++ b/src/test/run-fail/hashmap-capacity-overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/if-check-panic.rs b/src/test/run-fail/if-check-panic.rs index 1ead81b00919d..1e45821f3de88 100644 --- a/src/test/run-fail/if-check-panic.rs +++ b/src/test/run-fail/if-check-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/if-cond-bot.rs b/src/test/run-fail/if-cond-bot.rs index f38b00ab46d90..bd2423ece51e9 100644 --- a/src/test/run-fail/if-cond-bot.rs +++ b/src/test/run-fail/if-cond-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-12920.rs b/src/test/run-fail/issue-12920.rs index 8dbfc06152a0f..335de865dc93c 100644 --- a/src/test/run-fail/issue-12920.rs +++ b/src/test/run-fail/issue-12920.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-13202.rs b/src/test/run-fail/issue-13202.rs index 57b7dfc1eecd6..1b52af6ca025a 100644 --- a/src/test/run-fail/issue-13202.rs +++ b/src/test/run-fail/issue-13202.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-18576.rs b/src/test/run-fail/issue-18576.rs index 0b82a0d8d8378..0941b4f87c20b 100644 --- a/src/test/run-fail/issue-18576.rs +++ b/src/test/run-fail/issue-18576.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-2061.rs b/src/test/run-fail/issue-2061.rs index 49449be52af8f..482cd1a710e8f 100644 --- a/src/test/run-fail/issue-2061.rs +++ b/src/test/run-fail/issue-2061.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-2444.rs b/src/test/run-fail/issue-2444.rs index 2b20540501ec0..62977d1274eb6 100644 --- a/src/test/run-fail/issue-2444.rs +++ b/src/test/run-fail/issue-2444.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-2761.rs b/src/test/run-fail/issue-2761.rs index 95050a4dcf19e..fdddbfbea1b61 100644 --- a/src/test/run-fail/issue-2761.rs +++ b/src/test/run-fail/issue-2761.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-3029.rs b/src/test/run-fail/issue-3029.rs index 0846ba2e71a4f..671539a504610 100644 --- a/src/test/run-fail/issue-3029.rs +++ b/src/test/run-fail/issue-3029.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-6458-1.rs b/src/test/run-fail/issue-6458-1.rs index 631517f6a3ca6..8b4d7258af5f1 100644 --- a/src/test/run-fail/issue-6458-1.rs +++ b/src/test/run-fail/issue-6458-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/issue-948.rs b/src/test/run-fail/issue-948.rs index e51e8d93eb0ca..1ff7fd16093e3 100644 --- a/src/test/run-fail/issue-948.rs +++ b/src/test/run-fail/issue-948.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/main-panic.rs b/src/test/run-fail/main-panic.rs index b8ff1be71bf2b..c0efeb3a9cb2e 100644 --- a/src/test/run-fail/main-panic.rs +++ b/src/test/run-fail/main-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/match-bot-panic.rs b/src/test/run-fail/match-bot-panic.rs index 2b1672ad4e537..f5d2a78665a44 100644 --- a/src/test/run-fail/match-bot-panic.rs +++ b/src/test/run-fail/match-bot-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/match-disc-bot.rs b/src/test/run-fail/match-disc-bot.rs index da08f53fcde56..6b65d7082159c 100644 --- a/src/test/run-fail/match-disc-bot.rs +++ b/src/test/run-fail/match-disc-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/match-wildcards.rs b/src/test/run-fail/match-wildcards.rs index 5c1a9e1a5e712..8f426a9223f5c 100644 --- a/src/test/run-fail/match-wildcards.rs +++ b/src/test/run-fail/match-wildcards.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/mod-zero.rs b/src/test/run-fail/mod-zero.rs index 544150517084c..f84d98f8f850e 100644 --- a/src/test/run-fail/mod-zero.rs +++ b/src/test/run-fail/mod-zero.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-arg.rs b/src/test/run-fail/panic-arg.rs index 4d4f931751067..dc4f9919fd048 100644 --- a/src/test/run-fail/panic-arg.rs +++ b/src/test/run-fail/panic-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-macro-any-wrapped.rs b/src/test/run-fail/panic-macro-any-wrapped.rs index 89e47bf46ab02..d66ef3629e093 100644 --- a/src/test/run-fail/panic-macro-any-wrapped.rs +++ b/src/test/run-fail/panic-macro-any-wrapped.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-macro-any.rs b/src/test/run-fail/panic-macro-any.rs index 231c57390b301..f8f1b8aef293c 100644 --- a/src/test/run-fail/panic-macro-any.rs +++ b/src/test/run-fail/panic-macro-any.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-macro-explicit.rs b/src/test/run-fail/panic-macro-explicit.rs index a8565549a03ed..2553436d0821c 100644 --- a/src/test/run-fail/panic-macro-explicit.rs +++ b/src/test/run-fail/panic-macro-explicit.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-macro-fmt.rs b/src/test/run-fail/panic-macro-fmt.rs index ac50f02cf33c3..1c99f4a32099c 100644 --- a/src/test/run-fail/panic-macro-fmt.rs +++ b/src/test/run-fail/panic-macro-fmt.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-macro-owned.rs b/src/test/run-fail/panic-macro-owned.rs index 2f695c4e4b70c..b0943441a644e 100644 --- a/src/test/run-fail/panic-macro-owned.rs +++ b/src/test/run-fail/panic-macro-owned.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-macro-static.rs b/src/test/run-fail/panic-macro-static.rs index c62162da09b7c..7c92c847e6180 100644 --- a/src/test/run-fail/panic-macro-static.rs +++ b/src/test/run-fail/panic-macro-static.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-main.rs b/src/test/run-fail/panic-main.rs index 877ea9cd0a430..9a27ae3f21e8c 100644 --- a/src/test/run-fail/panic-main.rs +++ b/src/test/run-fail/panic-main.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-parens.rs b/src/test/run-fail/panic-parens.rs index 06655e4c68132..7e38e0ae129e1 100644 --- a/src/test/run-fail/panic-parens.rs +++ b/src/test/run-fail/panic-parens.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-task-name-none.rs b/src/test/run-fail/panic-task-name-none.rs index 9beee3b1843f3..0ce6066d66964 100644 --- a/src/test/run-fail/panic-task-name-none.rs +++ b/src/test/run-fail/panic-task-name-none.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic-task-name-owned.rs b/src/test/run-fail/panic-task-name-owned.rs index 714cec6fb3d20..5f9cc17daf8b1 100644 --- a/src/test/run-fail/panic-task-name-owned.rs +++ b/src/test/run-fail/panic-task-name-owned.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/panic.rs b/src/test/run-fail/panic.rs index dd4c58f176c84..5decd884b005f 100644 --- a/src/test/run-fail/panic.rs +++ b/src/test/run-fail/panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/result-get-panic.rs b/src/test/run-fail/result-get-panic.rs index df14efd6c3a97..d334e91191cf3 100644 --- a/src/test/run-fail/result-get-panic.rs +++ b/src/test/run-fail/result-get-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/rhs-type.rs b/src/test/run-fail/rhs-type.rs index ff4040ded5f38..5c22b3beebff4 100644 --- a/src/test/run-fail/rhs-type.rs +++ b/src/test/run-fail/rhs-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/rt-set-exit-status-panic.rs b/src/test/run-fail/rt-set-exit-status-panic.rs index fd7c3f8cc0e4b..7df8f0889c0e2 100644 --- a/src/test/run-fail/rt-set-exit-status-panic.rs +++ b/src/test/run-fail/rt-set-exit-status-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/rt-set-exit-status-panic2.rs b/src/test/run-fail/rt-set-exit-status-panic2.rs index 446ef6f97e297..e6ec6a7d6fa00 100644 --- a/src/test/run-fail/rt-set-exit-status-panic2.rs +++ b/src/test/run-fail/rt-set-exit-status-panic2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/rt-set-exit-status.rs b/src/test/run-fail/rt-set-exit-status.rs index 39ece8a464a6f..4997622ab2a2a 100644 --- a/src/test/run-fail/rt-set-exit-status.rs +++ b/src/test/run-fail/rt-set-exit-status.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/run-unexported-tests.rs b/src/test/run-fail/run-unexported-tests.rs index 0e218740ab1cf..76e7dbff3735b 100644 --- a/src/test/run-fail/run-unexported-tests.rs +++ b/src/test/run-fail/run-unexported-tests.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/str-overrun.rs b/src/test/run-fail/str-overrun.rs index a9c0030fecaf7..15b03644573bf 100644 --- a/src/test/run-fail/str-overrun.rs +++ b/src/test/run-fail/str-overrun.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/task-spawn-barefn.rs b/src/test/run-fail/task-spawn-barefn.rs index d58148810da1f..f7b716d363b71 100644 --- a/src/test/run-fail/task-spawn-barefn.rs +++ b/src/test/run-fail/task-spawn-barefn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/test-panic.rs b/src/test/run-fail/test-panic.rs index fa360570253b0..efe91f46791de 100644 --- a/src/test/run-fail/test-panic.rs +++ b/src/test/run-fail/test-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/test-should-fail-bad-message.rs b/src/test/run-fail/test-should-fail-bad-message.rs index 5a5bb53a33a20..0c001eacbb7c2 100644 --- a/src/test/run-fail/test-should-fail-bad-message.rs +++ b/src/test/run-fail/test-should-fail-bad-message.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/test-tasks-invalid-value.rs b/src/test/run-fail/test-tasks-invalid-value.rs index 8c9cd2d63cb47..85e7bf6696fc9 100644 --- a/src/test/run-fail/test-tasks-invalid-value.rs +++ b/src/test/run-fail/test-tasks-invalid-value.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/tls-exit-status.rs b/src/test/run-fail/tls-exit-status.rs index 5b44e3757047b..e40bb7f601d26 100644 --- a/src/test/run-fail/tls-exit-status.rs +++ b/src/test/run-fail/tls-exit-status.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-fail/too-much-recursion-unwinding.rs b/src/test/run-fail/too-much-recursion-unwinding.rs index 2ec670c3306db..22f2146d041ca 100644 --- a/src/test/run-fail/too-much-recursion-unwinding.rs +++ b/src/test/run-fail/too-much-recursion-unwinding.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/unimplemented-macro-panic.rs b/src/test/run-fail/unimplemented-macro-panic.rs index 7eff1fee62579..bbd248dc221e6 100644 --- a/src/test/run-fail/unimplemented-macro-panic.rs +++ b/src/test/run-fail/unimplemented-macro-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/unique-panic.rs b/src/test/run-fail/unique-panic.rs index 9f643c09795df..e1907e46f5df0 100644 --- a/src/test/run-fail/unique-panic.rs +++ b/src/test/run-fail/unique-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/unreachable-fmt-msg.rs b/src/test/run-fail/unreachable-fmt-msg.rs index f005fa4476cf2..97ede434a70aa 100644 --- a/src/test/run-fail/unreachable-fmt-msg.rs +++ b/src/test/run-fail/unreachable-fmt-msg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/unreachable-macro-panic.rs b/src/test/run-fail/unreachable-macro-panic.rs index 07e05c6fed954..b08cabea40076 100644 --- a/src/test/run-fail/unreachable-macro-panic.rs +++ b/src/test/run-fail/unreachable-macro-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/unreachable-static-msg.rs b/src/test/run-fail/unreachable-static-msg.rs index 25894a885413f..877aab023a2cf 100644 --- a/src/test/run-fail/unreachable-static-msg.rs +++ b/src/test/run-fail/unreachable-static-msg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/unreachable.rs b/src/test/run-fail/unreachable.rs index 07e05c6fed954..b08cabea40076 100644 --- a/src/test/run-fail/unreachable.rs +++ b/src/test/run-fail/unreachable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-fail/unwind-interleaved.rs b/src/test/run-fail/unwind-interleaved.rs index 5012ded28b5c3..2ccccb974f0b6 100644 --- a/src/test/run-fail/unwind-interleaved.rs +++ b/src/test/run-fail/unwind-interleaved.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/unwind-rec.rs b/src/test/run-fail/unwind-rec.rs index 1c72686b60287..4706cd3f79f2b 100644 --- a/src/test/run-fail/unwind-rec.rs +++ b/src/test/run-fail/unwind-rec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/unwind-rec2.rs b/src/test/run-fail/unwind-rec2.rs index 943b4cd76715c..d8c0320615530 100644 --- a/src/test/run-fail/unwind-rec2.rs +++ b/src/test/run-fail/unwind-rec2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/unwind-unique.rs b/src/test/run-fail/unwind-unique.rs index f39ded8f98e80..09ec8b23fa90e 100644 --- a/src/test/run-fail/unwind-unique.rs +++ b/src/test/run-fail/unwind-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/vec-overrun.rs b/src/test/run-fail/vec-overrun.rs index c378e852f897e..bb64dd5b55695 100644 --- a/src/test/run-fail/vec-overrun.rs +++ b/src/test/run-fail/vec-overrun.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/while-body-panics.rs b/src/test/run-fail/while-body-panics.rs index 6a7d0a1d73e8f..126f3cbddcba8 100644 --- a/src/test/run-fail/while-body-panics.rs +++ b/src/test/run-fail/while-body-panics.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-fail/while-panic.rs b/src/test/run-fail/while-panic.rs index f6081e497bffe..2cb1a8131a5f1 100644 --- a/src/test/run-fail/while-panic.rs +++ b/src/test/run-fail/while-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-make/c-dynamic-dylib/bar.rs b/src/test/run-make/c-dynamic-dylib/bar.rs index 37b120decd1a8..aa626e2ed7754 100644 --- a/src/test/run-make/c-dynamic-dylib/bar.rs +++ b/src/test/run-make/c-dynamic-dylib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-dynamic-dylib/foo.rs b/src/test/run-make/c-dynamic-dylib/foo.rs index 04253be71d454..93bc97d1d6ff5 100644 --- a/src/test/run-make/c-dynamic-dylib/foo.rs +++ b/src/test/run-make/c-dynamic-dylib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-dynamic-rlib/bar.rs b/src/test/run-make/c-dynamic-rlib/bar.rs index 37b120decd1a8..aa626e2ed7754 100644 --- a/src/test/run-make/c-dynamic-rlib/bar.rs +++ b/src/test/run-make/c-dynamic-rlib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-dynamic-rlib/foo.rs b/src/test/run-make/c-dynamic-rlib/foo.rs index a1f01bd2b626c..a3ed763491589 100644 --- a/src/test/run-make/c-dynamic-rlib/foo.rs +++ b/src/test/run-make/c-dynamic-rlib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-link-to-rust-dylib/foo.rs b/src/test/run-make/c-link-to-rust-dylib/foo.rs index 32675bcba1e0a..37c8813588324 100644 --- a/src/test/run-make/c-link-to-rust-dylib/foo.rs +++ b/src/test/run-make/c-link-to-rust-dylib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-link-to-rust-staticlib/foo.rs b/src/test/run-make/c-link-to-rust-staticlib/foo.rs index 1bb1901670035..35dd3f291808c 100644 --- a/src/test/run-make/c-link-to-rust-staticlib/foo.rs +++ b/src/test/run-make/c-link-to-rust-staticlib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-static-dylib/bar.rs b/src/test/run-make/c-static-dylib/bar.rs index 37b120decd1a8..aa626e2ed7754 100644 --- a/src/test/run-make/c-static-dylib/bar.rs +++ b/src/test/run-make/c-static-dylib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-static-dylib/foo.rs b/src/test/run-make/c-static-dylib/foo.rs index 04253be71d454..93bc97d1d6ff5 100644 --- a/src/test/run-make/c-static-dylib/foo.rs +++ b/src/test/run-make/c-static-dylib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-static-rlib/bar.rs b/src/test/run-make/c-static-rlib/bar.rs index 37b120decd1a8..aa626e2ed7754 100644 --- a/src/test/run-make/c-static-rlib/bar.rs +++ b/src/test/run-make/c-static-rlib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/c-static-rlib/foo.rs b/src/test/run-make/c-static-rlib/foo.rs index a1f01bd2b626c..a3ed763491589 100644 --- a/src/test/run-make/c-static-rlib/foo.rs +++ b/src/test/run-make/c-static-rlib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/cannot-read-embedded-idents/create_and_compile.rs b/src/test/run-make/cannot-read-embedded-idents/create_and_compile.rs index 2d8fa352e2713..12f8e1bbff8a3 100644 --- a/src/test/run-make/cannot-read-embedded-idents/create_and_compile.rs +++ b/src/test/run-make/cannot-read-embedded-idents/create_and_compile.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/codegen-options-parsing/dummy.rs b/src/test/run-make/codegen-options-parsing/dummy.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-make/codegen-options-parsing/dummy.rs +++ b/src/test/run-make/codegen-options-parsing/dummy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths-2/a.rs b/src/test/run-make/compiler-lookup-paths-2/a.rs index e7572a5f61578..aa48f6219d1c7 100644 --- a/src/test/run-make/compiler-lookup-paths-2/a.rs +++ b/src/test/run-make/compiler-lookup-paths-2/a.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths-2/b.rs b/src/test/run-make/compiler-lookup-paths-2/b.rs index fee0da9b4c194..be0718e60bf09 100644 --- a/src/test/run-make/compiler-lookup-paths-2/b.rs +++ b/src/test/run-make/compiler-lookup-paths-2/b.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths-2/c.rs b/src/test/run-make/compiler-lookup-paths-2/c.rs index 66fe51d10991e..4a90bd88a052b 100644 --- a/src/test/run-make/compiler-lookup-paths-2/c.rs +++ b/src/test/run-make/compiler-lookup-paths-2/c.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths/a.rs b/src/test/run-make/compiler-lookup-paths/a.rs index 4ddf231fba2a4..aa48f6219d1c7 100644 --- a/src/test/run-make/compiler-lookup-paths/a.rs +++ b/src/test/run-make/compiler-lookup-paths/a.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths/b.rs b/src/test/run-make/compiler-lookup-paths/b.rs index c38300f976ebc..be0718e60bf09 100644 --- a/src/test/run-make/compiler-lookup-paths/b.rs +++ b/src/test/run-make/compiler-lookup-paths/b.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths/c.rs b/src/test/run-make/compiler-lookup-paths/c.rs index 8a801d589fb81..5b44dd67c531d 100644 --- a/src/test/run-make/compiler-lookup-paths/c.rs +++ b/src/test/run-make/compiler-lookup-paths/c.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths/d.rs b/src/test/run-make/compiler-lookup-paths/d.rs index 295b6e00e41ab..700c04091051e 100644 --- a/src/test/run-make/compiler-lookup-paths/d.rs +++ b/src/test/run-make/compiler-lookup-paths/d.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths/e.rs b/src/test/run-make/compiler-lookup-paths/e.rs index c0407aba7c9f5..466f0d4798ef1 100644 --- a/src/test/run-make/compiler-lookup-paths/e.rs +++ b/src/test/run-make/compiler-lookup-paths/e.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/compiler-lookup-paths/f.rs b/src/test/run-make/compiler-lookup-paths/f.rs index e616042257625..584550fb80cb2 100644 --- a/src/test/run-make/compiler-lookup-paths/f.rs +++ b/src/test/run-make/compiler-lookup-paths/f.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/crate-data-smoke/crate.rs b/src/test/run-make/crate-data-smoke/crate.rs index 305b3dc70a625..d8c1f72af5ab8 100644 --- a/src/test/run-make/crate-data-smoke/crate.rs +++ b/src/test/run-make/crate-data-smoke/crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/crate-data-smoke/lib.rs b/src/test/run-make/crate-data-smoke/lib.rs index 639a5d0387b8e..a44340ef43d34 100644 --- a/src/test/run-make/crate-data-smoke/lib.rs +++ b/src/test/run-make/crate-data-smoke/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/crate-data-smoke/rlib.rs b/src/test/run-make/crate-data-smoke/rlib.rs index 4e0937486003c..acf6a5e10d84f 100644 --- a/src/test/run-make/crate-data-smoke/rlib.rs +++ b/src/test/run-make/crate-data-smoke/rlib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/crate-name-priority/foo.rs b/src/test/run-make/crate-name-priority/foo.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-make/crate-name-priority/foo.rs +++ b/src/test/run-make/crate-name-priority/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/crate-name-priority/foo1.rs b/src/test/run-make/crate-name-priority/foo1.rs index 0f02f1005728e..a526371f1b716 100644 --- a/src/test/run-make/crate-name-priority/foo1.rs +++ b/src/test/run-make/crate-name-priority/foo1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info-custom/bar.rs b/src/test/run-make/dep-info-custom/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/dep-info-custom/bar.rs +++ b/src/test/run-make/dep-info-custom/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info-custom/foo.rs b/src/test/run-make/dep-info-custom/foo.rs index 2661b1f4eb49b..0f43757b2c70f 100644 --- a/src/test/run-make/dep-info-custom/foo.rs +++ b/src/test/run-make/dep-info-custom/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info-custom/lib.rs b/src/test/run-make/dep-info-custom/lib.rs index 14baa8ca55a39..d1d885e79f945 100644 --- a/src/test/run-make/dep-info-custom/lib.rs +++ b/src/test/run-make/dep-info-custom/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info-spaces/bar.rs b/src/test/run-make/dep-info-spaces/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/dep-info-spaces/bar.rs +++ b/src/test/run-make/dep-info-spaces/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info-spaces/foo foo.rs b/src/test/run-make/dep-info-spaces/foo foo.rs index 2661b1f4eb49b..0f43757b2c70f 100644 --- a/src/test/run-make/dep-info-spaces/foo foo.rs +++ b/src/test/run-make/dep-info-spaces/foo foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info-spaces/lib.rs b/src/test/run-make/dep-info-spaces/lib.rs index bfbe41baeac48..7c4a2ae5012ef 100644 --- a/src/test/run-make/dep-info-spaces/lib.rs +++ b/src/test/run-make/dep-info-spaces/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info/bar.rs b/src/test/run-make/dep-info/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/dep-info/bar.rs +++ b/src/test/run-make/dep-info/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info/foo.rs b/src/test/run-make/dep-info/foo.rs index 2661b1f4eb49b..0f43757b2c70f 100644 --- a/src/test/run-make/dep-info/foo.rs +++ b/src/test/run-make/dep-info/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dep-info/lib.rs b/src/test/run-make/dep-info/lib.rs index 7c15785bbb23d..fa15063bfa9fe 100644 --- a/src/test/run-make/dep-info/lib.rs +++ b/src/test/run-make/dep-info/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/duplicate-output-flavors/foo.rs b/src/test/run-make/duplicate-output-flavors/foo.rs index 04d3ae6720722..02f5926877e72 100644 --- a/src/test/run-make/duplicate-output-flavors/foo.rs +++ b/src/test/run-make/duplicate-output-flavors/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dylib-chain/m1.rs b/src/test/run-make/dylib-chain/m1.rs index 5437c935c4e95..98a1678de11ea 100644 --- a/src/test/run-make/dylib-chain/m1.rs +++ b/src/test/run-make/dylib-chain/m1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dylib-chain/m2.rs b/src/test/run-make/dylib-chain/m2.rs index b464f32eae204..53775da16eea3 100644 --- a/src/test/run-make/dylib-chain/m2.rs +++ b/src/test/run-make/dylib-chain/m2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dylib-chain/m3.rs b/src/test/run-make/dylib-chain/m3.rs index bf431cc827b0b..46d77faffe293 100644 --- a/src/test/run-make/dylib-chain/m3.rs +++ b/src/test/run-make/dylib-chain/m3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/dylib-chain/m4.rs b/src/test/run-make/dylib-chain/m4.rs index 6c2a66858028e..333dedba7f4c9 100644 --- a/src/test/run-make/dylib-chain/m4.rs +++ b/src/test/run-make/dylib-chain/m4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/error-writing-dependencies/foo.rs b/src/test/run-make/error-writing-dependencies/foo.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-make/error-writing-dependencies/foo.rs +++ b/src/test/run-make/error-writing-dependencies/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-diff-internal-name/lib.rs b/src/test/run-make/extern-diff-internal-name/lib.rs index e8779bba13c88..4e298b3fe0123 100644 --- a/src/test/run-make/extern-diff-internal-name/lib.rs +++ b/src/test/run-make/extern-diff-internal-name/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-diff-internal-name/test.rs b/src/test/run-make/extern-diff-internal-name/test.rs index 11e042c8c4a06..af0490488c528 100644 --- a/src/test/run-make/extern-diff-internal-name/test.rs +++ b/src/test/run-make/extern-diff-internal-name/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-flag-disambiguates/a.rs b/src/test/run-make/extern-flag-disambiguates/a.rs index ac92aede7894f..a616c7fca2cc8 100644 --- a/src/test/run-make/extern-flag-disambiguates/a.rs +++ b/src/test/run-make/extern-flag-disambiguates/a.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-flag-disambiguates/b.rs b/src/test/run-make/extern-flag-disambiguates/b.rs index 8ae238f5a482c..32bcf2d577ddd 100644 --- a/src/test/run-make/extern-flag-disambiguates/b.rs +++ b/src/test/run-make/extern-flag-disambiguates/b.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-flag-disambiguates/c.rs b/src/test/run-make/extern-flag-disambiguates/c.rs index 6eccdf7e5c857..aa3b4ce95c67b 100644 --- a/src/test/run-make/extern-flag-disambiguates/c.rs +++ b/src/test/run-make/extern-flag-disambiguates/c.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-flag-disambiguates/d.rs b/src/test/run-make/extern-flag-disambiguates/d.rs index 90e1330d4ae47..d9d7174e73249 100644 --- a/src/test/run-make/extern-flag-disambiguates/d.rs +++ b/src/test/run-make/extern-flag-disambiguates/d.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-flag-fun/bar.rs b/src/test/run-make/extern-flag-fun/bar.rs index 2152aa79c3370..87107ad762f70 100644 --- a/src/test/run-make/extern-flag-fun/bar.rs +++ b/src/test/run-make/extern-flag-fun/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-flag-fun/foo.rs b/src/test/run-make/extern-flag-fun/foo.rs index 5274166864011..328e1c52604af 100644 --- a/src/test/run-make/extern-flag-fun/foo.rs +++ b/src/test/run-make/extern-flag-fun/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-generic/test.rs b/src/test/run-make/extern-fn-generic/test.rs index ee0485683ecc8..87e70d38a288c 100644 --- a/src/test/run-make/extern-fn-generic/test.rs +++ b/src/test/run-make/extern-fn-generic/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-generic/testcrate.rs b/src/test/run-make/extern-fn-generic/testcrate.rs index 5fd61bb419ca9..3c9db2b3c5a9f 100644 --- a/src/test/run-make/extern-fn-generic/testcrate.rs +++ b/src/test/run-make/extern-fn-generic/testcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-mangle/test.rs b/src/test/run-make/extern-fn-mangle/test.rs index 35b5a9278a429..8fb3614d5daed 100644 --- a/src/test/run-make/extern-fn-mangle/test.rs +++ b/src/test/run-make/extern-fn-mangle/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-reachable/dylib.rs b/src/test/run-make/extern-fn-reachable/dylib.rs index f24265e7a5229..bb160a7be4061 100644 --- a/src/test/run-make/extern-fn-reachable/dylib.rs +++ b/src/test/run-make/extern-fn-reachable/dylib.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-reachable/main.rs b/src/test/run-make/extern-fn-reachable/main.rs index 0f759efb02539..9fe77cb476ca6 100644 --- a/src/test/run-make/extern-fn-reachable/main.rs +++ b/src/test/run-make/extern-fn-reachable/main.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-with-packed-struct/test.rs b/src/test/run-make/extern-fn-with-packed-struct/test.rs index b38db4c9eb2c6..a03c4b6d78af4 100644 --- a/src/test/run-make/extern-fn-with-packed-struct/test.rs +++ b/src/test/run-make/extern-fn-with-packed-struct/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-with-union/test.rs b/src/test/run-make/extern-fn-with-union/test.rs index f9277ba11f476..523727084e571 100644 --- a/src/test/run-make/extern-fn-with-union/test.rs +++ b/src/test/run-make/extern-fn-with-union/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extern-fn-with-union/testcrate.rs b/src/test/run-make/extern-fn-with-union/testcrate.rs index ebd62d902dfe7..a09c08afc2fba 100644 --- a/src/test/run-make/extern-fn-with-union/testcrate.rs +++ b/src/test/run-make/extern-fn-with-union/testcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/extra-filename-with-temp-outputs/foo.rs b/src/test/run-make/extra-filename-with-temp-outputs/foo.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-make/extra-filename-with-temp-outputs/foo.rs +++ b/src/test/run-make/extra-filename-with-temp-outputs/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f00.rs b/src/test/run-make/graphviz-flowgraph/f00.rs index 4e7fc7ea9b084..a885206efb6ef 100644 --- a/src/test/run-make/graphviz-flowgraph/f00.rs +++ b/src/test/run-make/graphviz-flowgraph/f00.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f01.rs b/src/test/run-make/graphviz-flowgraph/f01.rs index 27b198078651a..73b61daba059d 100644 --- a/src/test/run-make/graphviz-flowgraph/f01.rs +++ b/src/test/run-make/graphviz-flowgraph/f01.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f02.rs b/src/test/run-make/graphviz-flowgraph/f02.rs index f7fe126619853..59c22355372f1 100644 --- a/src/test/run-make/graphviz-flowgraph/f02.rs +++ b/src/test/run-make/graphviz-flowgraph/f02.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f03.rs b/src/test/run-make/graphviz-flowgraph/f03.rs index c95dbcbb31c2e..8cec19485ac73 100644 --- a/src/test/run-make/graphviz-flowgraph/f03.rs +++ b/src/test/run-make/graphviz-flowgraph/f03.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f04.rs b/src/test/run-make/graphviz-flowgraph/f04.rs index 552cb24c7506e..200c165cd27eb 100644 --- a/src/test/run-make/graphviz-flowgraph/f04.rs +++ b/src/test/run-make/graphviz-flowgraph/f04.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f05.rs b/src/test/run-make/graphviz-flowgraph/f05.rs index 09a45c9bd2151..a400a8ed8c72f 100644 --- a/src/test/run-make/graphviz-flowgraph/f05.rs +++ b/src/test/run-make/graphviz-flowgraph/f05.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f06.rs b/src/test/run-make/graphviz-flowgraph/f06.rs index 538ef2af89896..789eb2ce314f6 100644 --- a/src/test/run-make/graphviz-flowgraph/f06.rs +++ b/src/test/run-make/graphviz-flowgraph/f06.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f07.rs b/src/test/run-make/graphviz-flowgraph/f07.rs index 8334f81c080d7..db5a56b649250 100644 --- a/src/test/run-make/graphviz-flowgraph/f07.rs +++ b/src/test/run-make/graphviz-flowgraph/f07.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f08.rs b/src/test/run-make/graphviz-flowgraph/f08.rs index ad96f30073bc6..180d2385b9cac 100644 --- a/src/test/run-make/graphviz-flowgraph/f08.rs +++ b/src/test/run-make/graphviz-flowgraph/f08.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f09.rs b/src/test/run-make/graphviz-flowgraph/f09.rs index 184772e7d5166..a9cf48a5ec3ee 100644 --- a/src/test/run-make/graphviz-flowgraph/f09.rs +++ b/src/test/run-make/graphviz-flowgraph/f09.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f10.rs b/src/test/run-make/graphviz-flowgraph/f10.rs index 456f740d468d5..f520ef5e38410 100644 --- a/src/test/run-make/graphviz-flowgraph/f10.rs +++ b/src/test/run-make/graphviz-flowgraph/f10.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f11.rs b/src/test/run-make/graphviz-flowgraph/f11.rs index 65262f249bcd6..15947f405fd0a 100644 --- a/src/test/run-make/graphviz-flowgraph/f11.rs +++ b/src/test/run-make/graphviz-flowgraph/f11.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f12.rs b/src/test/run-make/graphviz-flowgraph/f12.rs index 5651d73baffef..d9a5d8db1e4df 100644 --- a/src/test/run-make/graphviz-flowgraph/f12.rs +++ b/src/test/run-make/graphviz-flowgraph/f12.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f13.rs b/src/test/run-make/graphviz-flowgraph/f13.rs index babb283c7342c..a9fe5e889e070 100644 --- a/src/test/run-make/graphviz-flowgraph/f13.rs +++ b/src/test/run-make/graphviz-flowgraph/f13.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f14.rs b/src/test/run-make/graphviz-flowgraph/f14.rs index adb7b193d1617..d11b63be025da 100644 --- a/src/test/run-make/graphviz-flowgraph/f14.rs +++ b/src/test/run-make/graphviz-flowgraph/f14.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f15.rs b/src/test/run-make/graphviz-flowgraph/f15.rs index a1141eb67689a..77bb3b29d614a 100644 --- a/src/test/run-make/graphviz-flowgraph/f15.rs +++ b/src/test/run-make/graphviz-flowgraph/f15.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f16.rs b/src/test/run-make/graphviz-flowgraph/f16.rs index 5d0e9f963a021..d3755ebb4b945 100644 --- a/src/test/run-make/graphviz-flowgraph/f16.rs +++ b/src/test/run-make/graphviz-flowgraph/f16.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f17.rs b/src/test/run-make/graphviz-flowgraph/f17.rs index de9b3bd567611..a0eaa45697aff 100644 --- a/src/test/run-make/graphviz-flowgraph/f17.rs +++ b/src/test/run-make/graphviz-flowgraph/f17.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f18.rs b/src/test/run-make/graphviz-flowgraph/f18.rs index cbf8aa5db4391..d1d20de438490 100644 --- a/src/test/run-make/graphviz-flowgraph/f18.rs +++ b/src/test/run-make/graphviz-flowgraph/f18.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f19.rs b/src/test/run-make/graphviz-flowgraph/f19.rs index 78c15dd64adc4..c47647d0110bc 100644 --- a/src/test/run-make/graphviz-flowgraph/f19.rs +++ b/src/test/run-make/graphviz-flowgraph/f19.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f20.rs b/src/test/run-make/graphviz-flowgraph/f20.rs index 3ca55cb521baf..5192876014b1a 100644 --- a/src/test/run-make/graphviz-flowgraph/f20.rs +++ b/src/test/run-make/graphviz-flowgraph/f20.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f21.rs b/src/test/run-make/graphviz-flowgraph/f21.rs index 25e93f65110ad..8c4392a366bb6 100644 --- a/src/test/run-make/graphviz-flowgraph/f21.rs +++ b/src/test/run-make/graphviz-flowgraph/f21.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f22.rs b/src/test/run-make/graphviz-flowgraph/f22.rs index 6de703a42f696..56c076eaab68f 100644 --- a/src/test/run-make/graphviz-flowgraph/f22.rs +++ b/src/test/run-make/graphviz-flowgraph/f22.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f23.rs b/src/test/run-make/graphviz-flowgraph/f23.rs index 6ffa1838903f0..b6b58c3a6e96e 100644 --- a/src/test/run-make/graphviz-flowgraph/f23.rs +++ b/src/test/run-make/graphviz-flowgraph/f23.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f24.rs b/src/test/run-make/graphviz-flowgraph/f24.rs index ebaf7f2810103..61550a1003154 100644 --- a/src/test/run-make/graphviz-flowgraph/f24.rs +++ b/src/test/run-make/graphviz-flowgraph/f24.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/graphviz-flowgraph/f25.rs b/src/test/run-make/graphviz-flowgraph/f25.rs index 8896a854787b9..d03ca17a49d01 100644 --- a/src/test/run-make/graphviz-flowgraph/f25.rs +++ b/src/test/run-make/graphviz-flowgraph/f25.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/interdependent-c-libraries/bar.rs b/src/test/run-make/interdependent-c-libraries/bar.rs index 5311af2959b2c..f47d613ef8894 100644 --- a/src/test/run-make/interdependent-c-libraries/bar.rs +++ b/src/test/run-make/interdependent-c-libraries/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/interdependent-c-libraries/foo.rs b/src/test/run-make/interdependent-c-libraries/foo.rs index f94c6edb97d71..ab77335d49398 100644 --- a/src/test/run-make/interdependent-c-libraries/foo.rs +++ b/src/test/run-make/interdependent-c-libraries/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/interdependent-c-libraries/main.rs b/src/test/run-make/interdependent-c-libraries/main.rs index f42e3dd44a924..54e620f1b1423 100644 --- a/src/test/run-make/interdependent-c-libraries/main.rs +++ b/src/test/run-make/interdependent-c-libraries/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/intrinsic-unreachable/exit-ret.rs b/src/test/run-make/intrinsic-unreachable/exit-ret.rs index 02c03445ef4e6..5cf22f9f991b2 100644 --- a/src/test/run-make/intrinsic-unreachable/exit-ret.rs +++ b/src/test/run-make/intrinsic-unreachable/exit-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/intrinsic-unreachable/exit-unreachable.rs b/src/test/run-make/intrinsic-unreachable/exit-unreachable.rs index 835e068c15cfd..4d0ae215d03c4 100644 --- a/src/test/run-make/intrinsic-unreachable/exit-unreachable.rs +++ b/src/test/run-make/intrinsic-unreachable/exit-unreachable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/invalid-library/foo.rs b/src/test/run-make/invalid-library/foo.rs index 6316cfa3bba08..fcee80c7c410c 100644 --- a/src/test/run-make/invalid-library/foo.rs +++ b/src/test/run-make/invalid-library/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-11908/bar.rs b/src/test/run-make/issue-11908/bar.rs index 6316cfa3bba08..fcee80c7c410c 100644 --- a/src/test/run-make/issue-11908/bar.rs +++ b/src/test/run-make/issue-11908/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-11908/foo.rs b/src/test/run-make/issue-11908/foo.rs index 0858d3c4e47a1..8edc1fab33be0 100644 --- a/src/test/run-make/issue-11908/foo.rs +++ b/src/test/run-make/issue-11908/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-12446/bar.rs b/src/test/run-make/issue-12446/bar.rs index cd41058744d5a..5ad5d70ff20f9 100644 --- a/src/test/run-make/issue-12446/bar.rs +++ b/src/test/run-make/issue-12446/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-12446/foo.rs b/src/test/run-make/issue-12446/foo.rs index 11c61169de97b..51f222bb4083d 100644 --- a/src/test/run-make/issue-12446/foo.rs +++ b/src/test/run-make/issue-12446/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-14500/bar.rs b/src/test/run-make/issue-14500/bar.rs index 4b4916fe96d63..ca49f564839c5 100644 --- a/src/test/run-make/issue-14500/bar.rs +++ b/src/test/run-make/issue-14500/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-14500/foo.c b/src/test/run-make/issue-14500/foo.c index 25098ac479d06..5362f40f95198 100644 --- a/src/test/run-make/issue-14500/foo.c +++ b/src/test/run-make/issue-14500/foo.c @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-14500/foo.rs b/src/test/run-make/issue-14500/foo.rs index ceca907403f91..e065a3260f324 100644 --- a/src/test/run-make/issue-14500/foo.rs +++ b/src/test/run-make/issue-14500/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-15460/bar.rs b/src/test/run-make/issue-15460/bar.rs index 46777f7fbd241..39111957b2b4d 100644 --- a/src/test/run-make/issue-15460/bar.rs +++ b/src/test/run-make/issue-15460/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-15460/foo.rs b/src/test/run-make/issue-15460/foo.rs index 6917fa5557980..1139b4403c734 100644 --- a/src/test/run-make/issue-15460/foo.rs +++ b/src/test/run-make/issue-15460/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-19371/foo.rs b/src/test/run-make/issue-19371/foo.rs index fe7df6411599c..94510026a9925 100644 --- a/src/test/run-make/issue-19371/foo.rs +++ b/src/test/run-make/issue-19371/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/issue-7349/foo.rs b/src/test/run-make/issue-7349/foo.rs index 870d1749278d7..8ec0e64b9dac0 100644 --- a/src/test/run-make/issue-7349/foo.rs +++ b/src/test/run-make/issue-7349/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/libs-and-bins/foo.rs b/src/test/run-make/libs-and-bins/foo.rs index 2ebe63928cad6..554cd14d9fce5 100644 --- a/src/test/run-make/libs-and-bins/foo.rs +++ b/src/test/run-make/libs-and-bins/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/libs-through-symlinks/bar.rs b/src/test/run-make/libs-through-symlinks/bar.rs index 6316cfa3bba08..fcee80c7c410c 100644 --- a/src/test/run-make/libs-through-symlinks/bar.rs +++ b/src/test/run-make/libs-through-symlinks/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/libs-through-symlinks/foo.rs b/src/test/run-make/libs-through-symlinks/foo.rs index dd818cf87986d..6e6332878cf2d 100644 --- a/src/test/run-make/libs-through-symlinks/foo.rs +++ b/src/test/run-make/libs-through-symlinks/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/link-path-order/main.rs b/src/test/run-make/link-path-order/main.rs index cd286af602a70..e6fe759e62406 100644 --- a/src/test/run-make/link-path-order/main.rs +++ b/src/test/run-make/link-path-order/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/linkage-attr-on-static/bar.rs b/src/test/run-make/linkage-attr-on-static/bar.rs index 6125421bdeb6c..b4408497d280d 100644 --- a/src/test/run-make/linkage-attr-on-static/bar.rs +++ b/src/test/run-make/linkage-attr-on-static/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/ls-metadata/foo.rs b/src/test/run-make/ls-metadata/foo.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-make/ls-metadata/foo.rs +++ b/src/test/run-make/ls-metadata/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-readonly-lib/lib.rs b/src/test/run-make/lto-readonly-lib/lib.rs index 04d3ae6720722..02f5926877e72 100644 --- a/src/test/run-make/lto-readonly-lib/lib.rs +++ b/src/test/run-make/lto-readonly-lib/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-readonly-lib/main.rs b/src/test/run-make/lto-readonly-lib/main.rs index e12ac9e01dc17..45f1c578ed16b 100644 --- a/src/test/run-make/lto-readonly-lib/main.rs +++ b/src/test/run-make/lto-readonly-lib/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-smoke-c/foo.rs b/src/test/run-make/lto-smoke-c/foo.rs index 1bb1901670035..35dd3f291808c 100644 --- a/src/test/run-make/lto-smoke-c/foo.rs +++ b/src/test/run-make/lto-smoke-c/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-smoke/lib.rs b/src/test/run-make/lto-smoke/lib.rs index 04d3ae6720722..02f5926877e72 100644 --- a/src/test/run-make/lto-smoke/lib.rs +++ b/src/test/run-make/lto-smoke/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-smoke/main.rs b/src/test/run-make/lto-smoke/main.rs index e12ac9e01dc17..45f1c578ed16b 100644 --- a/src/test/run-make/lto-smoke/main.rs +++ b/src/test/run-make/lto-smoke/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-syntax-extension/lib.rs b/src/test/run-make/lto-syntax-extension/lib.rs index 04d3ae6720722..02f5926877e72 100644 --- a/src/test/run-make/lto-syntax-extension/lib.rs +++ b/src/test/run-make/lto-syntax-extension/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/lto-syntax-extension/main.rs b/src/test/run-make/lto-syntax-extension/main.rs index a38b2cfb96287..35f2ee04acaa7 100644 --- a/src/test/run-make/lto-syntax-extension/main.rs +++ b/src/test/run-make/lto-syntax-extension/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/manual-crate-name/bar.rs b/src/test/run-make/manual-crate-name/bar.rs index 04d3ae6720722..02f5926877e72 100644 --- a/src/test/run-make/manual-crate-name/bar.rs +++ b/src/test/run-make/manual-crate-name/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/manual-link/foo.rs b/src/test/run-make/manual-link/foo.rs index d67a4057afbfc..f4ad9b8e69b8f 100644 --- a/src/test/run-make/manual-link/foo.rs +++ b/src/test/run-make/manual-link/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/manual-link/main.rs b/src/test/run-make/manual-link/main.rs index 756a47f386ae3..d8d23fe12ccdf 100644 --- a/src/test/run-make/manual-link/main.rs +++ b/src/test/run-make/manual-link/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/many-crates-but-no-match/crateA1.rs b/src/test/run-make/many-crates-but-no-match/crateA1.rs index dbfe920c85ba3..0f44c2e6a2032 100644 --- a/src/test/run-make/many-crates-but-no-match/crateA1.rs +++ b/src/test/run-make/many-crates-but-no-match/crateA1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/many-crates-but-no-match/crateA2.rs b/src/test/run-make/many-crates-but-no-match/crateA2.rs index 857c36aee6025..5c4ad5c0065a9 100644 --- a/src/test/run-make/many-crates-but-no-match/crateA2.rs +++ b/src/test/run-make/many-crates-but-no-match/crateA2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/many-crates-but-no-match/crateA3.rs b/src/test/run-make/many-crates-but-no-match/crateA3.rs index 8b8dac5e862a1..4eeed9a220d15 100644 --- a/src/test/run-make/many-crates-but-no-match/crateA3.rs +++ b/src/test/run-make/many-crates-but-no-match/crateA3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/many-crates-but-no-match/crateB.rs b/src/test/run-make/many-crates-but-no-match/crateB.rs index bf55017c6463f..5d6e5b107c5d3 100644 --- a/src/test/run-make/many-crates-but-no-match/crateB.rs +++ b/src/test/run-make/many-crates-but-no-match/crateB.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/many-crates-but-no-match/crateC.rs b/src/test/run-make/many-crates-but-no-match/crateC.rs index 174d9382b76be..6f74949c4e2c9 100644 --- a/src/test/run-make/many-crates-but-no-match/crateC.rs +++ b/src/test/run-make/many-crates-but-no-match/crateC.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/metadata-flag-frobs-symbols/bar.rs b/src/test/run-make/metadata-flag-frobs-symbols/bar.rs index 44b9e2f874a4b..1ceccd8239664 100644 --- a/src/test/run-make/metadata-flag-frobs-symbols/bar.rs +++ b/src/test/run-make/metadata-flag-frobs-symbols/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/metadata-flag-frobs-symbols/foo.rs b/src/test/run-make/metadata-flag-frobs-symbols/foo.rs index ed04eed8cf77e..a862adca9381f 100644 --- a/src/test/run-make/metadata-flag-frobs-symbols/foo.rs +++ b/src/test/run-make/metadata-flag-frobs-symbols/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mismatching-target-triples/bar.rs b/src/test/run-make/mismatching-target-triples/bar.rs index ed15e5d880a9b..c99b526e93ff1 100755 --- a/src/test/run-make/mismatching-target-triples/bar.rs +++ b/src/test/run-make/mismatching-target-triples/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mismatching-target-triples/foo.rs b/src/test/run-make/mismatching-target-triples/foo.rs index 8afa43710dd93..6cfff9a53f2bc 100755 --- a/src/test/run-make/mismatching-target-triples/foo.rs +++ b/src/test/run-make/mismatching-target-triples/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/missing-crate-dependency/crateA.rs b/src/test/run-make/missing-crate-dependency/crateA.rs index 4e111f29e8afa..1cfc387ee1598 100644 --- a/src/test/run-make/missing-crate-dependency/crateA.rs +++ b/src/test/run-make/missing-crate-dependency/crateA.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/missing-crate-dependency/crateB.rs b/src/test/run-make/missing-crate-dependency/crateB.rs index bf55017c6463f..5d6e5b107c5d3 100644 --- a/src/test/run-make/missing-crate-dependency/crateB.rs +++ b/src/test/run-make/missing-crate-dependency/crateB.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/missing-crate-dependency/crateC.rs b/src/test/run-make/missing-crate-dependency/crateC.rs index 174d9382b76be..6f74949c4e2c9 100644 --- a/src/test/run-make/missing-crate-dependency/crateC.rs +++ b/src/test/run-make/missing-crate-dependency/crateC.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-deps/both.rs b/src/test/run-make/mixing-deps/both.rs index 7696c27ad71fc..9d1328a00aa54 100644 --- a/src/test/run-make/mixing-deps/both.rs +++ b/src/test/run-make/mixing-deps/both.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-deps/dylib.rs b/src/test/run-make/mixing-deps/dylib.rs index d60cc05cc9f9c..61b05bd4815aa 100644 --- a/src/test/run-make/mixing-deps/dylib.rs +++ b/src/test/run-make/mixing-deps/dylib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-deps/prog.rs b/src/test/run-make/mixing-deps/prog.rs index 8006987e9f349..a3111fd163676 100644 --- a/src/test/run-make/mixing-deps/prog.rs +++ b/src/test/run-make/mixing-deps/prog.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-formats/bar1.rs b/src/test/run-make/mixing-formats/bar1.rs index 4b4916fe96d63..ca49f564839c5 100644 --- a/src/test/run-make/mixing-formats/bar1.rs +++ b/src/test/run-make/mixing-formats/bar1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-formats/bar2.rs b/src/test/run-make/mixing-formats/bar2.rs index 4b4916fe96d63..ca49f564839c5 100644 --- a/src/test/run-make/mixing-formats/bar2.rs +++ b/src/test/run-make/mixing-formats/bar2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-formats/baz.rs b/src/test/run-make/mixing-formats/baz.rs index 3fb90f6a854f6..7ad4837cbdfb0 100644 --- a/src/test/run-make/mixing-formats/baz.rs +++ b/src/test/run-make/mixing-formats/baz.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-formats/baz2.rs b/src/test/run-make/mixing-formats/baz2.rs index 4cfa65330bd19..7f0f0abc60294 100644 --- a/src/test/run-make/mixing-formats/baz2.rs +++ b/src/test/run-make/mixing-formats/baz2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-formats/foo.rs b/src/test/run-make/mixing-formats/foo.rs index e6c760257380c..c9fed89cf732f 100644 --- a/src/test/run-make/mixing-formats/foo.rs +++ b/src/test/run-make/mixing-formats/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-libs/dylib.rs b/src/test/run-make/mixing-libs/dylib.rs index 1a5bd658cd9aa..f3a7696c66991 100644 --- a/src/test/run-make/mixing-libs/dylib.rs +++ b/src/test/run-make/mixing-libs/dylib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-libs/prog.rs b/src/test/run-make/mixing-libs/prog.rs index 5e1a4274756c3..50b1e69cbe35d 100644 --- a/src/test/run-make/mixing-libs/prog.rs +++ b/src/test/run-make/mixing-libs/prog.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/mixing-libs/rlib.rs b/src/test/run-make/mixing-libs/rlib.rs index ad0ea67b9ab15..5d39de78d6609 100644 --- a/src/test/run-make/mixing-libs/rlib.rs +++ b/src/test/run-make/mixing-libs/rlib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/no-duplicate-libs/bar.rs b/src/test/run-make/no-duplicate-libs/bar.rs index 1183475610584..0ce8c0342bce6 100644 --- a/src/test/run-make/no-duplicate-libs/bar.rs +++ b/src/test/run-make/no-duplicate-libs/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/no-duplicate-libs/foo.rs b/src/test/run-make/no-duplicate-libs/foo.rs index 61a2a51da0864..d7e6dbd866ca4 100644 --- a/src/test/run-make/no-duplicate-libs/foo.rs +++ b/src/test/run-make/no-duplicate-libs/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/no-duplicate-libs/main.rs b/src/test/run-make/no-duplicate-libs/main.rs index 12ddce345820b..8b520e2946f24 100644 --- a/src/test/run-make/no-duplicate-libs/main.rs +++ b/src/test/run-make/no-duplicate-libs/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/no-intermediate-extras/foo.rs b/src/test/run-make/no-intermediate-extras/foo.rs index e6c760257380c..c9fed89cf732f 100644 --- a/src/test/run-make/no-intermediate-extras/foo.rs +++ b/src/test/run-make/no-intermediate-extras/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/no-stack-check/attr.rs b/src/test/run-make/no-stack-check/attr.rs index 7d0fc2d7fe503..d68fbbf3d7f87 100644 --- a/src/test/run-make/no-stack-check/attr.rs +++ b/src/test/run-make/no-stack-check/attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/no-stack-check/flag.rs b/src/test/run-make/no-stack-check/flag.rs index 2b6e7240d6fa8..014f0db440b40 100644 --- a/src/test/run-make/no-stack-check/flag.rs +++ b/src/test/run-make/no-stack-check/flag.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/obey-crate-type-flag/test.rs b/src/test/run-make/obey-crate-type-flag/test.rs index 8eb82b48eacf7..5247641f4e61a 100644 --- a/src/test/run-make/obey-crate-type-flag/test.rs +++ b/src/test/run-make/obey-crate-type-flag/test.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/output-type-permutations/foo.rs b/src/test/run-make/output-type-permutations/foo.rs index bb5796bd8737f..90f582d7084d7 100644 --- a/src/test/run-make/output-type-permutations/foo.rs +++ b/src/test/run-make/output-type-permutations/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/prefer-dylib/bar.rs b/src/test/run-make/prefer-dylib/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/prefer-dylib/bar.rs +++ b/src/test/run-make/prefer-dylib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/prefer-dylib/foo.rs b/src/test/run-make/prefer-dylib/foo.rs index 858ef492acef5..7c8920216d993 100644 --- a/src/test/run-make/prefer-dylib/foo.rs +++ b/src/test/run-make/prefer-dylib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/prefer-rlib/bar.rs b/src/test/run-make/prefer-rlib/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/prefer-rlib/bar.rs +++ b/src/test/run-make/prefer-rlib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/prefer-rlib/foo.rs b/src/test/run-make/prefer-rlib/foo.rs index 858ef492acef5..7c8920216d993 100644 --- a/src/test/run-make/prefer-rlib/foo.rs +++ b/src/test/run-make/prefer-rlib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-expanded-hygiene/input.pp.rs b/src/test/run-make/pretty-expanded-hygiene/input.pp.rs index 6febe2ff7c1d3..ab3f2a5c38693 100755 --- a/src/test/run-make/pretty-expanded-hygiene/input.pp.rs +++ b/src/test/run-make/pretty-expanded-hygiene/input.pp.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-expanded-hygiene/input.rs b/src/test/run-make/pretty-expanded-hygiene/input.rs index c31b67b8043ae..58d48f6bc6ecc 100755 --- a/src/test/run-make/pretty-expanded-hygiene/input.rs +++ b/src/test/run-make/pretty-expanded-hygiene/input.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-expanded/input.rs b/src/test/run-make/pretty-expanded/input.rs index b6137c3eba91b..88071b02acf0a 100644 --- a/src/test/run-make/pretty-expanded/input.rs +++ b/src/test/run-make/pretty-expanded/input.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-print-path-suffix/foo.pp b/src/test/run-make/pretty-print-path-suffix/foo.pp index f3130a8044a20..b3fe43598c73b 100644 --- a/src/test/run-make/pretty-print-path-suffix/foo.pp +++ b/src/test/run-make/pretty-print-path-suffix/foo.pp @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-print-path-suffix/foo_method.pp b/src/test/run-make/pretty-print-path-suffix/foo_method.pp index acf3f90cb0e1f..43a1460adb1c3 100644 --- a/src/test/run-make/pretty-print-path-suffix/foo_method.pp +++ b/src/test/run-make/pretty-print-path-suffix/foo_method.pp @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-print-path-suffix/input.rs b/src/test/run-make/pretty-print-path-suffix/input.rs index 4942540126b11..df945d3a931d3 100644 --- a/src/test/run-make/pretty-print-path-suffix/input.rs +++ b/src/test/run-make/pretty-print-path-suffix/input.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-print-path-suffix/nest_foo.pp b/src/test/run-make/pretty-print-path-suffix/nest_foo.pp index 88eaa062b0320..32ed730f792bc 100644 --- a/src/test/run-make/pretty-print-path-suffix/nest_foo.pp +++ b/src/test/run-make/pretty-print-path-suffix/nest_foo.pp @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-print-to-file/input.pp b/src/test/run-make/pretty-print-to-file/input.pp index a6dd6b6778ed0..060cc2a0e954e 100644 --- a/src/test/run-make/pretty-print-to-file/input.pp +++ b/src/test/run-make/pretty-print-to-file/input.pp @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/pretty-print-to-file/input.rs b/src/test/run-make/pretty-print-to-file/input.rs index 8e3ec36318749..60782cce9adfb 100644 --- a/src/test/run-make/pretty-print-to-file/input.rs +++ b/src/test/run-make/pretty-print-to-file/input.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/prune-link-args/empty.rs b/src/test/run-make/prune-link-args/empty.rs index a9e231b0ea839..8f03999a541d9 100644 --- a/src/test/run-make/prune-link-args/empty.rs +++ b/src/test/run-make/prune-link-args/empty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/relocation-model/foo.rs b/src/test/run-make/relocation-model/foo.rs index e06d81cd60b65..42880f46127bb 100644 --- a/src/test/run-make/relocation-model/foo.rs +++ b/src/test/run-make/relocation-model/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rlib-chain/m1.rs b/src/test/run-make/rlib-chain/m1.rs index e3afa352938d6..f5ce198ce10f3 100644 --- a/src/test/run-make/rlib-chain/m1.rs +++ b/src/test/run-make/rlib-chain/m1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rlib-chain/m2.rs b/src/test/run-make/rlib-chain/m2.rs index 2b4c181134b31..fea5e05709767 100644 --- a/src/test/run-make/rlib-chain/m2.rs +++ b/src/test/run-make/rlib-chain/m2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rlib-chain/m3.rs b/src/test/run-make/rlib-chain/m3.rs index 6323a9e65aae1..dac5aa5fb8a3a 100644 --- a/src/test/run-make/rlib-chain/m3.rs +++ b/src/test/run-make/rlib-chain/m3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rlib-chain/m4.rs b/src/test/run-make/rlib-chain/m4.rs index 6c2a66858028e..333dedba7f4c9 100644 --- a/src/test/run-make/rlib-chain/m4.rs +++ b/src/test/run-make/rlib-chain/m4.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-hidden-line/foo.rs b/src/test/run-make/rustdoc-hidden-line/foo.rs index c538a132fb1bc..6096c16581db7 100644 --- a/src/test/run-make/rustdoc-hidden-line/foo.rs +++ b/src/test/run-make/rustdoc-hidden-line/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-json/foo.rs b/src/test/run-make/rustdoc-json/foo.rs index d57a7164cdbce..59c5fc702c98f 100644 --- a/src/test/run-make/rustdoc-json/foo.rs +++ b/src/test/run-make/rustdoc-json/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-recursion/foo.rs b/src/test/run-make/rustdoc-recursion/foo.rs index 29a909f139ead..69c69dfa5bec4 100644 --- a/src/test/run-make/rustdoc-recursion/foo.rs +++ b/src/test/run-make/rustdoc-recursion/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-recursion/foo2.rs b/src/test/run-make/rustdoc-recursion/foo2.rs index 7505d20566dbb..14300beec4f72 100644 --- a/src/test/run-make/rustdoc-recursion/foo2.rs +++ b/src/test/run-make/rustdoc-recursion/foo2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-recursion/foo3.rs b/src/test/run-make/rustdoc-recursion/foo3.rs index 62a13f76ca4f0..0d81ef419982e 100644 --- a/src/test/run-make/rustdoc-recursion/foo3.rs +++ b/src/test/run-make/rustdoc-recursion/foo3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-search-index/index.rs b/src/test/run-make/rustdoc-search-index/index.rs index dd68f2d6f1dee..c59ac47dcd112 100644 --- a/src/test/run-make/rustdoc-search-index/index.rs +++ b/src/test/run-make/rustdoc-search-index/index.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-smoke/foo.rs b/src/test/run-make/rustdoc-smoke/foo.rs index 0438c9aba3599..26c0ecfd86813 100644 --- a/src/test/run-make/rustdoc-smoke/foo.rs +++ b/src/test/run-make/rustdoc-smoke/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/rustdoc-where/foo.rs b/src/test/run-make/rustdoc-where/foo.rs index 9f38ff138051c..d6f7b509d83ac 100644 --- a/src/test/run-make/rustdoc-where/foo.rs +++ b/src/test/run-make/rustdoc-where/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/save-analysis/foo.rs b/src/test/run-make/save-analysis/foo.rs index c72d685b311c6..9ee25c6e39581 100644 --- a/src/test/run-make/save-analysis/foo.rs +++ b/src/test/run-make/save-analysis/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/sepcomp-cci-copies/cci_lib.rs b/src/test/run-make/sepcomp-cci-copies/cci_lib.rs index a7cd85db4a2d1..2736f0eab972c 100644 --- a/src/test/run-make/sepcomp-cci-copies/cci_lib.rs +++ b/src/test/run-make/sepcomp-cci-copies/cci_lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-make/sepcomp-cci-copies/foo.rs b/src/test/run-make/sepcomp-cci-copies/foo.rs index b0642b64cdaac..a1583f6ed47fa 100644 --- a/src/test/run-make/sepcomp-cci-copies/foo.rs +++ b/src/test/run-make/sepcomp-cci-copies/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/sepcomp-inlining/foo.rs b/src/test/run-make/sepcomp-inlining/foo.rs index 20fd18b829562..a8921d1481043 100644 --- a/src/test/run-make/sepcomp-inlining/foo.rs +++ b/src/test/run-make/sepcomp-inlining/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/sepcomp-separate/foo.rs b/src/test/run-make/sepcomp-separate/foo.rs index fe6a7b5a18f27..6651c79b2402b 100644 --- a/src/test/run-make/sepcomp-separate/foo.rs +++ b/src/test/run-make/sepcomp-separate/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/simd-ffi/simd.rs b/src/test/run-make/simd-ffi/simd.rs index 76079ddb8bd91..21a5499cf31ad 100755 --- a/src/test/run-make/simd-ffi/simd.rs +++ b/src/test/run-make/simd-ffi/simd.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-make/simple-dylib/bar.rs b/src/test/run-make/simple-dylib/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/simple-dylib/bar.rs +++ b/src/test/run-make/simple-dylib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/simple-dylib/foo.rs b/src/test/run-make/simple-dylib/foo.rs index 858ef492acef5..7c8920216d993 100644 --- a/src/test/run-make/simple-dylib/foo.rs +++ b/src/test/run-make/simple-dylib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/simple-rlib/bar.rs b/src/test/run-make/simple-rlib/bar.rs index 4c79f7e285535..0d1e11a0c23e4 100644 --- a/src/test/run-make/simple-rlib/bar.rs +++ b/src/test/run-make/simple-rlib/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/simple-rlib/foo.rs b/src/test/run-make/simple-rlib/foo.rs index 858ef492acef5..7c8920216d993 100644 --- a/src/test/run-make/simple-rlib/foo.rs +++ b/src/test/run-make/simple-rlib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/static-dylib-by-default/bar.rs b/src/test/run-make/static-dylib-by-default/bar.rs index 63da277dece47..f6a14b874d8ca 100644 --- a/src/test/run-make/static-dylib-by-default/bar.rs +++ b/src/test/run-make/static-dylib-by-default/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/static-dylib-by-default/foo.rs b/src/test/run-make/static-dylib-by-default/foo.rs index 341040e653c5c..3bb699bcb0a8f 100644 --- a/src/test/run-make/static-dylib-by-default/foo.rs +++ b/src/test/run-make/static-dylib-by-default/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/static-dylib-by-default/main.c b/src/test/run-make/static-dylib-by-default/main.c index 30bb0783edfb1..1974bbdd014e0 100644 --- a/src/test/run-make/static-dylib-by-default/main.c +++ b/src/test/run-make/static-dylib-by-default/main.c @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/static-unwinding/lib.rs b/src/test/run-make/static-unwinding/lib.rs index c3fa1a68e164c..159e0f9c7235a 100644 --- a/src/test/run-make/static-unwinding/lib.rs +++ b/src/test/run-make/static-unwinding/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/static-unwinding/main.rs b/src/test/run-make/static-unwinding/main.rs index bd88cb19aa7c0..2d20cbb909c2a 100644 --- a/src/test/run-make/static-unwinding/main.rs +++ b/src/test/run-make/static-unwinding/main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/staticlib-blank-lib/foo.rs b/src/test/run-make/staticlib-blank-lib/foo.rs index 6010e60e95c1c..0fd7938c22acc 100644 --- a/src/test/run-make/staticlib-blank-lib/foo.rs +++ b/src/test/run-make/staticlib-blank-lib/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/suspicious-library/bar.rs b/src/test/run-make/suspicious-library/bar.rs index ed0e8a7e23e80..1ce3f871906e3 100644 --- a/src/test/run-make/suspicious-library/bar.rs +++ b/src/test/run-make/suspicious-library/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/suspicious-library/foo.rs b/src/test/run-make/suspicious-library/foo.rs index 2ec6e3834a113..a6a344dba74d0 100644 --- a/src/test/run-make/suspicious-library/foo.rs +++ b/src/test/run-make/suspicious-library/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/symbols-are-reasonable/lib.rs b/src/test/run-make/symbols-are-reasonable/lib.rs index 7cfebb31b2290..6451fc63170d0 100644 --- a/src/test/run-make/symbols-are-reasonable/lib.rs +++ b/src/test/run-make/symbols-are-reasonable/lib.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/symlinked-extern/bar.rs b/src/test/run-make/symlinked-extern/bar.rs index 79103f2401700..65c2ab9f24e8a 100644 --- a/src/test/run-make/symlinked-extern/bar.rs +++ b/src/test/run-make/symlinked-extern/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/symlinked-extern/baz.rs b/src/test/run-make/symlinked-extern/baz.rs index 0f6ba25436823..02f8b6edc3dad 100644 --- a/src/test/run-make/symlinked-extern/baz.rs +++ b/src/test/run-make/symlinked-extern/baz.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/symlinked-extern/foo.rs b/src/test/run-make/symlinked-extern/foo.rs index 0b8bb64d37572..4f8e16c8db404 100644 --- a/src/test/run-make/symlinked-extern/foo.rs +++ b/src/test/run-make/symlinked-extern/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/symlinked-libraries/bar.rs b/src/test/run-make/symlinked-libraries/bar.rs index 73596f93f5685..8d77ffb57bf01 100644 --- a/src/test/run-make/symlinked-libraries/bar.rs +++ b/src/test/run-make/symlinked-libraries/bar.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/symlinked-libraries/foo.rs b/src/test/run-make/symlinked-libraries/foo.rs index fdb29974cd800..bd9e10deb290e 100644 --- a/src/test/run-make/symlinked-libraries/foo.rs +++ b/src/test/run-make/symlinked-libraries/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-make/target-specs/foo.rs b/src/test/run-make/target-specs/foo.rs index fd112034f40c5..39587a7756579 100644 --- a/src/test/run-make/target-specs/foo.rs +++ b/src/test/run-make/target-specs/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/test-harness/test-ignore-cfg.rs b/src/test/run-make/test-harness/test-ignore-cfg.rs index 990d3d104853b..dd30e4b6fbe99 100644 --- a/src/test/run-make/test-harness/test-ignore-cfg.rs +++ b/src/test/run-make/test-harness/test-ignore-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/test-shard-completeness/main.rs b/src/test/run-make/test-shard-completeness/main.rs index 5eabd630b0931..2decb67e47ee0 100644 --- a/src/test/run-make/test-shard-completeness/main.rs +++ b/src/test/run-make/test-shard-completeness/main.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-make/unicode-input/multiple_files.rs b/src/test/run-make/unicode-input/multiple_files.rs index 88d8f10e7094d..a5b3941b1dc84 100644 --- a/src/test/run-make/unicode-input/multiple_files.rs +++ b/src/test/run-make/unicode-input/multiple_files.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/unicode-input/span_length.rs b/src/test/run-make/unicode-input/span_length.rs index ae638399450c9..f63575ff3b18e 100644 --- a/src/test/run-make/unicode-input/span_length.rs +++ b/src/test/run-make/unicode-input/span_length.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-make/volatile-intrinsics/main.rs b/src/test/run-make/volatile-intrinsics/main.rs index 6dffb53e4a319..cc27b596f6776 100644 --- a/src/test/run-make/volatile-intrinsics/main.rs +++ b/src/test/run-make/volatile-intrinsics/main.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-make/weird-output-filenames/foo.rs b/src/test/run-make/weird-output-filenames/foo.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-make/weird-output-filenames/foo.rs +++ b/src/test/run-make/weird-output-filenames/foo.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/issue-13560.rs b/src/test/run-pass-fulldeps/issue-13560.rs index cd79a95dace7a..6694d60689daf 100644 --- a/src/test/run-pass-fulldeps/issue-13560.rs +++ b/src/test/run-pass-fulldeps/issue-13560.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/issue-16822.rs b/src/test/run-pass-fulldeps/issue-16822.rs index 6306627df0f8d..5cabd231698bc 100644 --- a/src/test/run-pass-fulldeps/issue-16822.rs +++ b/src/test/run-pass-fulldeps/issue-16822.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/issue-16992.rs b/src/test/run-pass-fulldeps/issue-16992.rs index 563b839496325..d94a88ecf94d9 100644 --- a/src/test/run-pass-fulldeps/issue-16992.rs +++ b/src/test/run-pass-fulldeps/issue-16992.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/issue-18502.rs b/src/test/run-pass-fulldeps/issue-18502.rs index 91b24b3b2abac..bf376601b616d 100644 --- a/src/test/run-pass-fulldeps/issue-18502.rs +++ b/src/test/run-pass-fulldeps/issue-18502.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/issue-18763-quote-token-tree.rs b/src/test/run-pass-fulldeps/issue-18763-quote-token-tree.rs index aeb6a89a98ea6..aaf12f07ada9b 100644 --- a/src/test/run-pass-fulldeps/issue-18763-quote-token-tree.rs +++ b/src/test/run-pass-fulldeps/issue-18763-quote-token-tree.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/issue_16723_multiple_items_syntax_ext.rs b/src/test/run-pass-fulldeps/issue_16723_multiple_items_syntax_ext.rs index 11e7da770291a..2a7c6a0304f56 100644 --- a/src/test/run-pass-fulldeps/issue_16723_multiple_items_syntax_ext.rs +++ b/src/test/run-pass-fulldeps/issue_16723_multiple_items_syntax_ext.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/lint-group-plugin.rs b/src/test/run-pass-fulldeps/lint-group-plugin.rs index 7615b25f9e40c..d18e9c3ec513a 100644 --- a/src/test/run-pass-fulldeps/lint-group-plugin.rs +++ b/src/test/run-pass-fulldeps/lint-group-plugin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/lint-plugin-cmdline-allow.rs b/src/test/run-pass-fulldeps/lint-plugin-cmdline-allow.rs index 7144d2b0f1e71..cad2354496dfd 100644 --- a/src/test/run-pass-fulldeps/lint-plugin-cmdline-allow.rs +++ b/src/test/run-pass-fulldeps/lint-plugin-cmdline-allow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/lint-plugin-cmdline-load.rs b/src/test/run-pass-fulldeps/lint-plugin-cmdline-load.rs index 1af26094f2315..e46feca3d30b4 100644 --- a/src/test/run-pass-fulldeps/lint-plugin-cmdline-load.rs +++ b/src/test/run-pass-fulldeps/lint-plugin-cmdline-load.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/lint-plugin.rs b/src/test/run-pass-fulldeps/lint-plugin.rs index d11242f4fe643..8201ae640f9a6 100644 --- a/src/test/run-pass-fulldeps/lint-plugin.rs +++ b/src/test/run-pass-fulldeps/lint-plugin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/macro-crate-does-hygiene-work.rs b/src/test/run-pass-fulldeps/macro-crate-does-hygiene-work.rs index a8762234ad996..5884bddba5460 100644 --- a/src/test/run-pass-fulldeps/macro-crate-does-hygiene-work.rs +++ b/src/test/run-pass-fulldeps/macro-crate-does-hygiene-work.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs b/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs index d943cf0457b4f..ff8ac98fcffb0 100644 --- a/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs +++ b/src/test/run-pass-fulldeps/macro-crate-outlive-expansion-phase.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/macro-crate.rs b/src/test/run-pass-fulldeps/macro-crate.rs index 5236b35d4d2b9..ee52bbceb365a 100644 --- a/src/test/run-pass-fulldeps/macro-crate.rs +++ b/src/test/run-pass-fulldeps/macro-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/plugin-args-1.rs b/src/test/run-pass-fulldeps/plugin-args-1.rs index 5a91f603f9681..8b30c8a1578bc 100644 --- a/src/test/run-pass-fulldeps/plugin-args-1.rs +++ b/src/test/run-pass-fulldeps/plugin-args-1.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/plugin-args-2.rs b/src/test/run-pass-fulldeps/plugin-args-2.rs index d0ac22a529021..49ecbc437e2c5 100644 --- a/src/test/run-pass-fulldeps/plugin-args-2.rs +++ b/src/test/run-pass-fulldeps/plugin-args-2.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/plugin-args-3.rs b/src/test/run-pass-fulldeps/plugin-args-3.rs index 7cac8ac57e55c..2244cb1152e71 100644 --- a/src/test/run-pass-fulldeps/plugin-args-3.rs +++ b/src/test/run-pass-fulldeps/plugin-args-3.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/plugin-args-4.rs b/src/test/run-pass-fulldeps/plugin-args-4.rs index 8563c8c178ff8..4616fdd17b2f3 100644 --- a/src/test/run-pass-fulldeps/plugin-args-4.rs +++ b/src/test/run-pass-fulldeps/plugin-args-4.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/plugin-link-does-resolve.rs b/src/test/run-pass-fulldeps/plugin-link-does-resolve.rs index 518d02e3d75bb..848b2b39d1c79 100644 --- a/src/test/run-pass-fulldeps/plugin-link-does-resolve.rs +++ b/src/test/run-pass-fulldeps/plugin-link-does-resolve.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/qquote.rs b/src/test/run-pass-fulldeps/qquote.rs index 252d297d12d30..61f2339cb9ea0 100644 --- a/src/test/run-pass-fulldeps/qquote.rs +++ b/src/test/run-pass-fulldeps/qquote.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/quote-tokens.rs b/src/test/run-pass-fulldeps/quote-tokens.rs index e76c379177b99..dd1bf3aab2d31 100644 --- a/src/test/run-pass-fulldeps/quote-tokens.rs +++ b/src/test/run-pass-fulldeps/quote-tokens.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs b/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs index 2d5bbd43e826f..c62d04c27a571 100644 --- a/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs +++ b/src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/roman-numerals-macro.rs b/src/test/run-pass-fulldeps/roman-numerals-macro.rs index d76766094ed77..7023ab7cda4ae 100644 --- a/src/test/run-pass-fulldeps/roman-numerals-macro.rs +++ b/src/test/run-pass-fulldeps/roman-numerals-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-fulldeps/syntax-extension-with-dll-deps.rs b/src/test/run-pass-fulldeps/syntax-extension-with-dll-deps.rs index 1c74c8ad08eec..8e19c70c80fc7 100644 --- a/src/test/run-pass-fulldeps/syntax-extension-with-dll-deps.rs +++ b/src/test/run-pass-fulldeps/syntax-extension-with-dll-deps.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs b/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs index 195055f12d1e4..399e4cc38e8f2 100644 --- a/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs +++ b/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-valgrind/cleanup-stdin.rs b/src/test/run-pass-valgrind/cleanup-stdin.rs index 21160553f79cc..651a0feb786df 100644 --- a/src/test/run-pass-valgrind/cleanup-stdin.rs +++ b/src/test/run-pass-valgrind/cleanup-stdin.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-valgrind/dst-dtor-1.rs b/src/test/run-pass-valgrind/dst-dtor-1.rs index 47e2a18a9992a..f57cfed5529e8 100644 --- a/src/test/run-pass-valgrind/dst-dtor-1.rs +++ b/src/test/run-pass-valgrind/dst-dtor-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass-valgrind/dst-dtor-2.rs b/src/test/run-pass-valgrind/dst-dtor-2.rs index 2c7b89d680a3d..a0ef1682acb0c 100644 --- a/src/test/run-pass-valgrind/dst-dtor-2.rs +++ b/src/test/run-pass-valgrind/dst-dtor-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/alias-uninit-value.rs b/src/test/run-pass/alias-uninit-value.rs index fc8c04598ea2a..136029661034c 100644 --- a/src/test/run-pass/alias-uninit-value.rs +++ b/src/test/run-pass/alias-uninit-value.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/alignment-gep-tup-like-1.rs b/src/test/run-pass/alignment-gep-tup-like-1.rs index 72a79e188b3dc..463a56ca6fd8c 100644 --- a/src/test/run-pass/alignment-gep-tup-like-1.rs +++ b/src/test/run-pass/alignment-gep-tup-like-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/alloca-from-derived-tydesc.rs b/src/test/run-pass/alloca-from-derived-tydesc.rs index c356d1d527e5e..a91168797805d 100644 --- a/src/test/run-pass/alloca-from-derived-tydesc.rs +++ b/src/test/run-pass/alloca-from-derived-tydesc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/anon-extern-mod-cross-crate-2.rs b/src/test/run-pass/anon-extern-mod-cross-crate-2.rs index 0ef666031114e..11d07b8309de3 100644 --- a/src/test/run-pass/anon-extern-mod-cross-crate-2.rs +++ b/src/test/run-pass/anon-extern-mod-cross-crate-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/anon-extern-mod.rs b/src/test/run-pass/anon-extern-mod.rs index 78e1cdabb4748..a586336103db8 100644 --- a/src/test/run-pass/anon-extern-mod.rs +++ b/src/test/run-pass/anon-extern-mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/anon-trait-static-method.rs b/src/test/run-pass/anon-trait-static-method.rs index 98975c7f021c3..7881feed78676 100644 --- a/src/test/run-pass/anon-trait-static-method.rs +++ b/src/test/run-pass/anon-trait-static-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/anon_trait_static_method_exe.rs b/src/test/run-pass/anon_trait_static_method_exe.rs index f420460a41247..dafa6a8ea88ca 100644 --- a/src/test/run-pass/anon_trait_static_method_exe.rs +++ b/src/test/run-pass/anon_trait_static_method_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/argument-passing.rs b/src/test/run-pass/argument-passing.rs index dfce311529028..7a496798323bf 100644 --- a/src/test/run-pass/argument-passing.rs +++ b/src/test/run-pass/argument-passing.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/arith-0.rs b/src/test/run-pass/arith-0.rs index 24c63e5affc0d..2868ebec64cf8 100644 --- a/src/test/run-pass/arith-0.rs +++ b/src/test/run-pass/arith-0.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/arith-1.rs b/src/test/run-pass/arith-1.rs index 1e043d77fa811..a7ffb502b856c 100644 --- a/src/test/run-pass/arith-1.rs +++ b/src/test/run-pass/arith-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/arith-2.rs b/src/test/run-pass/arith-2.rs index 70df6e46e59d7..d08e83c91f675 100644 --- a/src/test/run-pass/arith-2.rs +++ b/src/test/run-pass/arith-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/arith-unsigned.rs b/src/test/run-pass/arith-unsigned.rs index 43288d9044ec5..015dd3688757e 100644 --- a/src/test/run-pass/arith-unsigned.rs +++ b/src/test/run-pass/arith-unsigned.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/artificial-block.rs b/src/test/run-pass/artificial-block.rs index 7bc1354c3cefe..c64612a1ae1ff 100644 --- a/src/test/run-pass/artificial-block.rs +++ b/src/test/run-pass/artificial-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/as-precedence.rs b/src/test/run-pass/as-precedence.rs index 0760f13200c8f..c1b60c0bef3ab 100644 --- a/src/test/run-pass/as-precedence.rs +++ b/src/test/run-pass/as-precedence.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/asm-concat-src.rs b/src/test/run-pass/asm-concat-src.rs index 9df96b35ce1b4..649dcd4f88f47 100644 --- a/src/test/run-pass/asm-concat-src.rs +++ b/src/test/run-pass/asm-concat-src.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/asm-in-out-operand.rs b/src/test/run-pass/asm-in-out-operand.rs index ce0fcad40eea3..3308297156847 100644 --- a/src/test/run-pass/asm-in-out-operand.rs +++ b/src/test/run-pass/asm-in-out-operand.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/asm-out-assign.rs b/src/test/run-pass/asm-out-assign.rs index f785390846753..9e73acf78f6e8 100644 --- a/src/test/run-pass/asm-out-assign.rs +++ b/src/test/run-pass/asm-out-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/assert-eq-macro-success.rs b/src/test/run-pass/assert-eq-macro-success.rs index 089e1b8c5c2a3..492291c6e0e75 100644 --- a/src/test/run-pass/assert-eq-macro-success.rs +++ b/src/test/run-pass/assert-eq-macro-success.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/assign-assign.rs b/src/test/run-pass/assign-assign.rs index 0f5d27015fb74..1b19ae8ce3d3b 100644 --- a/src/test/run-pass/assign-assign.rs +++ b/src/test/run-pass/assign-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/assignability-trait.rs b/src/test/run-pass/assignability-trait.rs index b7e3480c07626..d1fa72005bb85 100644 --- a/src/test/run-pass/assignability-trait.rs +++ b/src/test/run-pass/assignability-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012-4 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-basic.rs b/src/test/run-pass/associated-types-basic.rs index 3314b61320159..24a97d5ca7ed0 100644 --- a/src/test/run-pass/associated-types-basic.rs +++ b/src/test/run-pass/associated-types-basic.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-binding-in-where-clause.rs b/src/test/run-pass/associated-types-binding-in-where-clause.rs index caf7d31a5fd45..751572e6cdc3e 100644 --- a/src/test/run-pass/associated-types-binding-in-where-clause.rs +++ b/src/test/run-pass/associated-types-binding-in-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-bound.rs b/src/test/run-pass/associated-types-bound.rs index c34a19e1d8242..f1427ec5f6f37 100644 --- a/src/test/run-pass/associated-types-bound.rs +++ b/src/test/run-pass/associated-types-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-cc.rs b/src/test/run-pass/associated-types-cc.rs index 58aa351ba9c41..8a7393399ae68 100644 --- a/src/test/run-pass/associated-types-cc.rs +++ b/src/test/run-pass/associated-types-cc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-conditional-dispatch.rs b/src/test/run-pass/associated-types-conditional-dispatch.rs index 6d59161ff9345..f3a7eb02be340 100644 --- a/src/test/run-pass/associated-types-conditional-dispatch.rs +++ b/src/test/run-pass/associated-types-conditional-dispatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-constant-type.rs b/src/test/run-pass/associated-types-constant-type.rs index 68b49af0d3b69..f3c549dc40568 100644 --- a/src/test/run-pass/associated-types-constant-type.rs +++ b/src/test/run-pass/associated-types-constant-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-doubleendediterator-object.rs b/src/test/run-pass/associated-types-doubleendediterator-object.rs index 7365e052171ef..9a02b74d82b55 100644 --- a/src/test/run-pass/associated-types-doubleendediterator-object.rs +++ b/src/test/run-pass/associated-types-doubleendediterator-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-enum-field-named.rs b/src/test/run-pass/associated-types-enum-field-named.rs index a499aa6733aae..67d350390639b 100644 --- a/src/test/run-pass/associated-types-enum-field-named.rs +++ b/src/test/run-pass/associated-types-enum-field-named.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-enum-field-numbered.rs b/src/test/run-pass/associated-types-enum-field-numbered.rs index e710c53327ec7..43b52aadb7cad 100644 --- a/src/test/run-pass/associated-types-enum-field-numbered.rs +++ b/src/test/run-pass/associated-types-enum-field-numbered.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-eq-obj.rs b/src/test/run-pass/associated-types-eq-obj.rs index 0ec8a3661906f..cdb5fb5ed3f29 100644 --- a/src/test/run-pass/associated-types-eq-obj.rs +++ b/src/test/run-pass/associated-types-eq-obj.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-impl-redirect.rs b/src/test/run-pass/associated-types-impl-redirect.rs index d9d11c95adbdc..1d3e8a2ec4fad 100644 --- a/src/test/run-pass/associated-types-impl-redirect.rs +++ b/src/test/run-pass/associated-types-impl-redirect.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-in-default-method.rs b/src/test/run-pass/associated-types-in-default-method.rs index 0ae6103715472..504e83b5ed6d4 100644 --- a/src/test/run-pass/associated-types-in-default-method.rs +++ b/src/test/run-pass/associated-types-in-default-method.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-in-fn.rs b/src/test/run-pass/associated-types-in-fn.rs index 4104f520a0c5d..9524a39bdffce 100644 --- a/src/test/run-pass/associated-types-in-fn.rs +++ b/src/test/run-pass/associated-types-in-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-in-impl-generics.rs b/src/test/run-pass/associated-types-in-impl-generics.rs index 59f05e1184285..3274cc300d001 100644 --- a/src/test/run-pass/associated-types-in-impl-generics.rs +++ b/src/test/run-pass/associated-types-in-impl-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-in-inherent-method.rs b/src/test/run-pass/associated-types-in-inherent-method.rs index 951497709fd69..ed76111d36b85 100644 --- a/src/test/run-pass/associated-types-in-inherent-method.rs +++ b/src/test/run-pass/associated-types-in-inherent-method.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-issue-20371.rs b/src/test/run-pass/associated-types-issue-20371.rs index d35b7331d4dbf..e5df0582fda13 100644 --- a/src/test/run-pass/associated-types-issue-20371.rs +++ b/src/test/run-pass/associated-types-issue-20371.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-iterator-binding.rs b/src/test/run-pass/associated-types-iterator-binding.rs index f8258466a7d43..d781d533a07e6 100644 --- a/src/test/run-pass/associated-types-iterator-binding.rs +++ b/src/test/run-pass/associated-types-iterator-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-nested-projections.rs b/src/test/run-pass/associated-types-nested-projections.rs index a907b9fcde51f..86d0ffdfc1006 100644 --- a/src/test/run-pass/associated-types-nested-projections.rs +++ b/src/test/run-pass/associated-types-nested-projections.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-normalize-in-bounds-ufcs.rs b/src/test/run-pass/associated-types-normalize-in-bounds-ufcs.rs index 1d264655bc479..f693dfbc3bb4b 100644 --- a/src/test/run-pass/associated-types-normalize-in-bounds-ufcs.rs +++ b/src/test/run-pass/associated-types-normalize-in-bounds-ufcs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-normalize-in-bounds.rs b/src/test/run-pass/associated-types-normalize-in-bounds.rs index 742bab0578e9c..56352597076ae 100644 --- a/src/test/run-pass/associated-types-normalize-in-bounds.rs +++ b/src/test/run-pass/associated-types-normalize-in-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-normalize-unifield-struct.rs b/src/test/run-pass/associated-types-normalize-unifield-struct.rs index c517f61de0c16..f6cdeecb614fd 100644 --- a/src/test/run-pass/associated-types-normalize-unifield-struct.rs +++ b/src/test/run-pass/associated-types-normalize-unifield-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-projection-bound-in-supertraits.rs b/src/test/run-pass/associated-types-projection-bound-in-supertraits.rs index 24dae20b3e77e..834cc2c9cf96f 100644 --- a/src/test/run-pass/associated-types-projection-bound-in-supertraits.rs +++ b/src/test/run-pass/associated-types-projection-bound-in-supertraits.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-projection-from-known-type-in-impl.rs b/src/test/run-pass/associated-types-projection-from-known-type-in-impl.rs index 0a1a8589dec82..ec35d291bb56c 100644 --- a/src/test/run-pass/associated-types-projection-from-known-type-in-impl.rs +++ b/src/test/run-pass/associated-types-projection-from-known-type-in-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-projection-in-object-type.rs b/src/test/run-pass/associated-types-projection-in-object-type.rs index 44dd49b72976e..f6f2580a1bf64 100644 --- a/src/test/run-pass/associated-types-projection-in-object-type.rs +++ b/src/test/run-pass/associated-types-projection-in-object-type.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-projection-in-supertrait.rs b/src/test/run-pass/associated-types-projection-in-supertrait.rs index e6fec675b0363..f3a8cca2c1d30 100644 --- a/src/test/run-pass/associated-types-projection-in-supertrait.rs +++ b/src/test/run-pass/associated-types-projection-in-supertrait.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-projection-in-where-clause.rs b/src/test/run-pass/associated-types-projection-in-where-clause.rs index 10a459f3c3662..712c0c525f504 100644 --- a/src/test/run-pass/associated-types-projection-in-where-clause.rs +++ b/src/test/run-pass/associated-types-projection-in-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-qualified-path-with-trait-with-type-parameters.rs b/src/test/run-pass/associated-types-qualified-path-with-trait-with-type-parameters.rs index abbde16faefca..97770aafe1eb0 100644 --- a/src/test/run-pass/associated-types-qualified-path-with-trait-with-type-parameters.rs +++ b/src/test/run-pass/associated-types-qualified-path-with-trait-with-type-parameters.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-ref-from-struct.rs b/src/test/run-pass/associated-types-ref-from-struct.rs index 3c7cc7c497534..b8ae9cd9869fa 100644 --- a/src/test/run-pass/associated-types-ref-from-struct.rs +++ b/src/test/run-pass/associated-types-ref-from-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-ref-in-struct-literal.rs b/src/test/run-pass/associated-types-ref-in-struct-literal.rs index b51d44a0c244b..5bb7c07f92754 100644 --- a/src/test/run-pass/associated-types-ref-in-struct-literal.rs +++ b/src/test/run-pass/associated-types-ref-in-struct-literal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-region-erasure-issue-20582.rs b/src/test/run-pass/associated-types-region-erasure-issue-20582.rs index 03ab8f7e43136..4f4af26da10ae 100644 --- a/src/test/run-pass/associated-types-region-erasure-issue-20582.rs +++ b/src/test/run-pass/associated-types-region-erasure-issue-20582.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-resolve-lifetime.rs b/src/test/run-pass/associated-types-resolve-lifetime.rs index e7a8061a3467a..8e53621f2dbd6 100644 --- a/src/test/run-pass/associated-types-resolve-lifetime.rs +++ b/src/test/run-pass/associated-types-resolve-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-return.rs b/src/test/run-pass/associated-types-return.rs index b9b6d14f8a071..8740edb154fa5 100644 --- a/src/test/run-pass/associated-types-return.rs +++ b/src/test/run-pass/associated-types-return.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-simple.rs b/src/test/run-pass/associated-types-simple.rs index 9e388dc3d347e..e08ee0b2cbed1 100644 --- a/src/test/run-pass/associated-types-simple.rs +++ b/src/test/run-pass/associated-types-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-struct-field-named.rs b/src/test/run-pass/associated-types-struct-field-named.rs index 1ded34ff3ffe3..0cccc727fd52f 100644 --- a/src/test/run-pass/associated-types-struct-field-named.rs +++ b/src/test/run-pass/associated-types-struct-field-named.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-struct-field-numbered.rs b/src/test/run-pass/associated-types-struct-field-numbered.rs index 3669dec4fbdd4..898a011ad35f0 100644 --- a/src/test/run-pass/associated-types-struct-field-numbered.rs +++ b/src/test/run-pass/associated-types-struct-field-numbered.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-sugar-path.rs b/src/test/run-pass/associated-types-sugar-path.rs index 880554b61b2ff..0641ceb99ec4e 100644 --- a/src/test/run-pass/associated-types-sugar-path.rs +++ b/src/test/run-pass/associated-types-sugar-path.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs b/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs index 4152321cab813..e0e7506a8442c 100644 --- a/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs +++ b/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-before-view-item.rs b/src/test/run-pass/attr-before-view-item.rs index 2a65fd9d8a655..9602b829c3dfb 100644 --- a/src/test/run-pass/attr-before-view-item.rs +++ b/src/test/run-pass/attr-before-view-item.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-before-view-item2.rs b/src/test/run-pass/attr-before-view-item2.rs index 5b8e62de6bd82..5cd385fe0ef58 100644 --- a/src/test/run-pass/attr-before-view-item2.rs +++ b/src/test/run-pass/attr-before-view-item2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-main-2.rs b/src/test/run-pass/attr-main-2.rs index fd0ae0729af25..188fef77eb114 100644 --- a/src/test/run-pass/attr-main-2.rs +++ b/src/test/run-pass/attr-main-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-main.rs b/src/test/run-pass/attr-main.rs index 29b504bed535d..6f47cbb691abd 100644 --- a/src/test/run-pass/attr-main.rs +++ b/src/test/run-pass/attr-main.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-mix-new.rs b/src/test/run-pass/attr-mix-new.rs index 55ca75b4b7131..3d3129ada8411 100644 --- a/src/test/run-pass/attr-mix-new.rs +++ b/src/test/run-pass/attr-mix-new.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-no-drop-flag-size.rs b/src/test/run-pass/attr-no-drop-flag-size.rs index b3fb162790072..861c1b29a03fc 100644 --- a/src/test/run-pass/attr-no-drop-flag-size.rs +++ b/src/test/run-pass/attr-no-drop-flag-size.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr-start.rs b/src/test/run-pass/attr-start.rs index 2bf09404200a5..d6a3bdef76c86 100644 --- a/src/test/run-pass/attr-start.rs +++ b/src/test/run-pass/attr-start.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/attr.rs b/src/test/run-pass/attr.rs index 129d69b6e67cc..6f47cbb691abd 100644 --- a/src/test/run-pass/attr.rs +++ b/src/test/run-pass/attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/auto-encode.rs b/src/test/run-pass/auto-encode.rs index 9b030de998373..6451af03e50dd 100644 --- a/src/test/run-pass/auto-encode.rs +++ b/src/test/run-pass/auto-encode.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/auto-instantiate.rs b/src/test/run-pass/auto-instantiate.rs index 3c1e1f765803b..22ea9260a647c 100644 --- a/src/test/run-pass/auto-instantiate.rs +++ b/src/test/run-pass/auto-instantiate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/auto-loop.rs b/src/test/run-pass/auto-loop.rs index 88884dfeb502c..220bf8484af46 100644 --- a/src/test/run-pass/auto-loop.rs +++ b/src/test/run-pass/auto-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/auto-ref-bounded-ty-param.rs b/src/test/run-pass/auto-ref-bounded-ty-param.rs index ee3738518cd77..34480144bdbe6 100644 --- a/src/test/run-pass/auto-ref-bounded-ty-param.rs +++ b/src/test/run-pass/auto-ref-bounded-ty-param.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/auto-ref-sliceable.rs b/src/test/run-pass/auto-ref-sliceable.rs index fd3ede07e210f..109b01fcf9b48 100644 --- a/src/test/run-pass/auto-ref-sliceable.rs +++ b/src/test/run-pass/auto-ref-sliceable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/auto-ref.rs b/src/test/run-pass/auto-ref.rs index 6dc679054275f..d57bafc53f46f 100644 --- a/src/test/run-pass/auto-ref.rs +++ b/src/test/run-pass/auto-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autobind.rs b/src/test/run-pass/autobind.rs index ed471ed0079e3..38e1c2989494a 100644 --- a/src/test/run-pass/autobind.rs +++ b/src/test/run-pass/autobind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoderef-and-borrow-method-receiver.rs b/src/test/run-pass/autoderef-and-borrow-method-receiver.rs index fc643ec594089..21d40acd0be94 100644 --- a/src/test/run-pass/autoderef-and-borrow-method-receiver.rs +++ b/src/test/run-pass/autoderef-and-borrow-method-receiver.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoderef-method-on-trait.rs b/src/test/run-pass/autoderef-method-on-trait.rs index 876fc123f480c..fdf33454ee6d2 100644 --- a/src/test/run-pass/autoderef-method-on-trait.rs +++ b/src/test/run-pass/autoderef-method-on-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoderef-method-priority.rs b/src/test/run-pass/autoderef-method-priority.rs index f5d5c81117e11..0e61fe30eff02 100644 --- a/src/test/run-pass/autoderef-method-priority.rs +++ b/src/test/run-pass/autoderef-method-priority.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoderef-method-twice-but-not-thrice.rs b/src/test/run-pass/autoderef-method-twice-but-not-thrice.rs index 282cf62190ce3..1f16b4655592c 100644 --- a/src/test/run-pass/autoderef-method-twice-but-not-thrice.rs +++ b/src/test/run-pass/autoderef-method-twice-but-not-thrice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoderef-method-twice.rs b/src/test/run-pass/autoderef-method-twice.rs index eb44e3b52b90f..e19d04ce7c45d 100644 --- a/src/test/run-pass/autoderef-method-twice.rs +++ b/src/test/run-pass/autoderef-method-twice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoderef-method.rs b/src/test/run-pass/autoderef-method.rs index 4bbb17c6dd698..311d3f48ef698 100644 --- a/src/test/run-pass/autoderef-method.rs +++ b/src/test/run-pass/autoderef-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/autoref-intermediate-types-issue-3585.rs b/src/test/run-pass/autoref-intermediate-types-issue-3585.rs index e026ac9dcbaad..d8ad730d2966d 100644 --- a/src/test/run-pass/autoref-intermediate-types-issue-3585.rs +++ b/src/test/run-pass/autoref-intermediate-types-issue-3585.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/backtrace.rs b/src/test/run-pass/backtrace.rs index 320ad0bf4d1da..110923ec6c2ce 100644 --- a/src/test/run-pass/backtrace.rs +++ b/src/test/run-pass/backtrace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/bare-fn-implements-fn-mut.rs b/src/test/run-pass/bare-fn-implements-fn-mut.rs index 9d104afd6464e..26c7426eb0207 100644 --- a/src/test/run-pass/bare-fn-implements-fn-mut.rs +++ b/src/test/run-pass/bare-fn-implements-fn-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/bare-static-string.rs b/src/test/run-pass/bare-static-string.rs index fefb303fc70fe..417e3f8ccfe25 100644 --- a/src/test/run-pass/bare-static-string.rs +++ b/src/test/run-pass/bare-static-string.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/big-literals.rs b/src/test/run-pass/big-literals.rs index 8afb33c7669f5..77dc2cb1b6a6e 100644 --- a/src/test/run-pass/big-literals.rs +++ b/src/test/run-pass/big-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/binary-minus-without-space.rs b/src/test/run-pass/binary-minus-without-space.rs index 8235b91273b52..fce80c6b1573e 100644 --- a/src/test/run-pass/binary-minus-without-space.rs +++ b/src/test/run-pass/binary-minus-without-space.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/bind-by-move.rs b/src/test/run-pass/bind-by-move.rs index a9fa8449d0f1a..9bda3bf256ceb 100644 --- a/src/test/run-pass/bind-by-move.rs +++ b/src/test/run-pass/bind-by-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/bind-field-short-with-modifiers.rs b/src/test/run-pass/bind-field-short-with-modifiers.rs index 470577d729730..0423c3934ea62 100644 --- a/src/test/run-pass/bind-field-short-with-modifiers.rs +++ b/src/test/run-pass/bind-field-short-with-modifiers.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/binops.rs b/src/test/run-pass/binops.rs index dc92910c927a0..6bd5698d7d71d 100644 --- a/src/test/run-pass/binops.rs +++ b/src/test/run-pass/binops.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/bitv-perf-test.rs b/src/test/run-pass/bitv-perf-test.rs index 325f6dec76f80..68d85a8e04b57 100644 --- a/src/test/run-pass/bitv-perf-test.rs +++ b/src/test/run-pass/bitv-perf-test.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/bitwise.rs b/src/test/run-pass/bitwise.rs index 251804e214b60..256f2f718ed90 100644 --- a/src/test/run-pass/bitwise.rs +++ b/src/test/run-pass/bitwise.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-arg-call-as.rs b/src/test/run-pass/block-arg-call-as.rs index 6c54f33fbe6c9..92081625b0582 100644 --- a/src/test/run-pass/block-arg-call-as.rs +++ b/src/test/run-pass/block-arg-call-as.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-arg.rs b/src/test/run-pass/block-arg.rs index d017a0dbf9a3b..9216a1dd973b6 100644 --- a/src/test/run-pass/block-arg.rs +++ b/src/test/run-pass/block-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-explicit-types.rs b/src/test/run-pass/block-explicit-types.rs index 54b650d762bf4..ed68ecf8e641b 100644 --- a/src/test/run-pass/block-explicit-types.rs +++ b/src/test/run-pass/block-explicit-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-expr-precedence.rs b/src/test/run-pass/block-expr-precedence.rs index 31d0d52f8b4f7..3b2d43db2b5ee 100644 --- a/src/test/run-pass/block-expr-precedence.rs +++ b/src/test/run-pass/block-expr-precedence.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-fn-coerce.rs b/src/test/run-pass/block-fn-coerce.rs index fe52b1a693cdc..3014c21b7a88a 100644 --- a/src/test/run-pass/block-fn-coerce.rs +++ b/src/test/run-pass/block-fn-coerce.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-iter-1.rs b/src/test/run-pass/block-iter-1.rs index 972bde5f29a0d..ef29882fa9fe0 100644 --- a/src/test/run-pass/block-iter-1.rs +++ b/src/test/run-pass/block-iter-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/block-iter-2.rs b/src/test/run-pass/block-iter-2.rs index 1032fb486a1ed..6d98d887bfe54 100644 --- a/src/test/run-pass/block-iter-2.rs +++ b/src/test/run-pass/block-iter-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/bool-not.rs b/src/test/run-pass/bool-not.rs index e98087810b2a4..f05014f21433d 100644 --- a/src/test/run-pass/bool-not.rs +++ b/src/test/run-pass/bool-not.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/bool.rs b/src/test/run-pass/bool.rs index b3c4802530ed3..6586784134753 100644 --- a/src/test/run-pass/bool.rs +++ b/src/test/run-pass/bool.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrow-by-val-method-receiver.rs b/src/test/run-pass/borrow-by-val-method-receiver.rs index e6632fddad959..fb523b1c8c6fa 100644 --- a/src/test/run-pass/borrow-by-val-method-receiver.rs +++ b/src/test/run-pass/borrow-by-val-method-receiver.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrow-tuple-fields.rs b/src/test/run-pass/borrow-tuple-fields.rs index a151a837f77d2..f1b0de3d57164 100644 --- a/src/test/run-pass/borrow-tuple-fields.rs +++ b/src/test/run-pass/borrow-tuple-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-assign-to-subfield.rs b/src/test/run-pass/borrowck-assign-to-subfield.rs index 10b5825cdd624..cb7add1f1486b 100644 --- a/src/test/run-pass/borrowck-assign-to-subfield.rs +++ b/src/test/run-pass/borrowck-assign-to-subfield.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-binding-mutbl.rs b/src/test/run-pass/borrowck-binding-mutbl.rs index 6624136544dde..a788bd5d4effb 100644 --- a/src/test/run-pass/borrowck-binding-mutbl.rs +++ b/src/test/run-pass/borrowck-binding-mutbl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-borrow-from-expr-block.rs b/src/test/run-pass/borrowck-borrow-from-expr-block.rs index 9fcd87418bee3..1188a9415be57 100644 --- a/src/test/run-pass/borrowck-borrow-from-expr-block.rs +++ b/src/test/run-pass/borrowck-borrow-from-expr-block.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-borrow-of-mut-base-ptr-safe.rs b/src/test/run-pass/borrowck-borrow-of-mut-base-ptr-safe.rs index b7aa2989ac582..3e911978f4410 100644 --- a/src/test/run-pass/borrowck-borrow-of-mut-base-ptr-safe.rs +++ b/src/test/run-pass/borrowck-borrow-of-mut-base-ptr-safe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-closures-two-imm.rs b/src/test/run-pass/borrowck-closures-two-imm.rs index 33e4294366f07..53d49c724ca65 100644 --- a/src/test/run-pass/borrowck-closures-two-imm.rs +++ b/src/test/run-pass/borrowck-closures-two-imm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-field-sensitivity.rs b/src/test/run-pass/borrowck-field-sensitivity.rs index 89d80190042c7..a082ba7f9740a 100644 --- a/src/test/run-pass/borrowck-field-sensitivity.rs +++ b/src/test/run-pass/borrowck-field-sensitivity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-fixed-length-vecs.rs b/src/test/run-pass/borrowck-fixed-length-vecs.rs index 71c8936570afb..6c604586f8f32 100644 --- a/src/test/run-pass/borrowck-fixed-length-vecs.rs +++ b/src/test/run-pass/borrowck-fixed-length-vecs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-freeze-frozen-mut.rs b/src/test/run-pass/borrowck-freeze-frozen-mut.rs index 21f5d0e6c1448..12b94d441051d 100644 --- a/src/test/run-pass/borrowck-freeze-frozen-mut.rs +++ b/src/test/run-pass/borrowck-freeze-frozen-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-lend-args.rs b/src/test/run-pass/borrowck-lend-args.rs index 9b8fa8f9f79b2..fbe93944531dc 100644 --- a/src/test/run-pass/borrowck-lend-args.rs +++ b/src/test/run-pass/borrowck-lend-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-macro-interaction-issue-6304.rs b/src/test/run-pass/borrowck-macro-interaction-issue-6304.rs index 49483e40096b3..ce13f8efd1cf8 100644 --- a/src/test/run-pass/borrowck-macro-interaction-issue-6304.rs +++ b/src/test/run-pass/borrowck-macro-interaction-issue-6304.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-move-by-capture-ok.rs b/src/test/run-pass/borrowck-move-by-capture-ok.rs index 773780ffb0953..79c5f140dfa2a 100644 --- a/src/test/run-pass/borrowck-move-by-capture-ok.rs +++ b/src/test/run-pass/borrowck-move-by-capture-ok.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-mut-uniq.rs b/src/test/run-pass/borrowck-mut-uniq.rs index 4416c57e3456e..3574dbf75a323 100644 --- a/src/test/run-pass/borrowck-mut-uniq.rs +++ b/src/test/run-pass/borrowck-mut-uniq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-mut-vec-as-imm-slice.rs b/src/test/run-pass/borrowck-mut-vec-as-imm-slice.rs index 05dffe916808e..a4372ff2ea7b2 100644 --- a/src/test/run-pass/borrowck-mut-vec-as-imm-slice.rs +++ b/src/test/run-pass/borrowck-mut-vec-as-imm-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-nested-calls.rs b/src/test/run-pass/borrowck-nested-calls.rs index 315f6c80d4e11..3830afa8bf7e5 100644 --- a/src/test/run-pass/borrowck-nested-calls.rs +++ b/src/test/run-pass/borrowck-nested-calls.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-pat-enum.rs b/src/test/run-pass/borrowck-pat-enum.rs index 74ce8ef2e4531..dc43baceb1dc0 100644 --- a/src/test/run-pass/borrowck-pat-enum.rs +++ b/src/test/run-pass/borrowck-pat-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-pat-reassign-no-binding.rs b/src/test/run-pass/borrowck-pat-reassign-no-binding.rs index 6136bc90fd42c..c8d09512405e3 100644 --- a/src/test/run-pass/borrowck-pat-reassign-no-binding.rs +++ b/src/test/run-pass/borrowck-pat-reassign-no-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-rvalues-mutable.rs b/src/test/run-pass/borrowck-rvalues-mutable.rs index d4de4ef34d397..3e62ab1d31f80 100644 --- a/src/test/run-pass/borrowck-rvalues-mutable.rs +++ b/src/test/run-pass/borrowck-rvalues-mutable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-scope-of-deref-issue-4666.rs b/src/test/run-pass/borrowck-scope-of-deref-issue-4666.rs index 02c7dc38db00f..67eaba865640d 100644 --- a/src/test/run-pass/borrowck-scope-of-deref-issue-4666.rs +++ b/src/test/run-pass/borrowck-scope-of-deref-issue-4666.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-static-item-in-fn.rs b/src/test/run-pass/borrowck-static-item-in-fn.rs index 366752f46b003..cfdc66774d7eb 100644 --- a/src/test/run-pass/borrowck-static-item-in-fn.rs +++ b/src/test/run-pass/borrowck-static-item-in-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-trait-lifetime.rs b/src/test/run-pass/borrowck-trait-lifetime.rs index b39f03a93c9fe..1a275b4243c23 100644 --- a/src/test/run-pass/borrowck-trait-lifetime.rs +++ b/src/test/run-pass/borrowck-trait-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-uniq-via-ref.rs b/src/test/run-pass/borrowck-uniq-via-ref.rs index 84bd70c78d487..be8cc473580c0 100644 --- a/src/test/run-pass/borrowck-uniq-via-ref.rs +++ b/src/test/run-pass/borrowck-uniq-via-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-univariant-enum.rs b/src/test/run-pass/borrowck-univariant-enum.rs index df4106c98446c..9679729222c2e 100644 --- a/src/test/run-pass/borrowck-univariant-enum.rs +++ b/src/test/run-pass/borrowck-univariant-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowck-use-mut-borrow.rs b/src/test/run-pass/borrowck-use-mut-borrow.rs index 7be12ff3cc965..e5c9790e6f2c5 100644 --- a/src/test/run-pass/borrowck-use-mut-borrow.rs +++ b/src/test/run-pass/borrowck-use-mut-borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowed-ptr-pattern-2.rs b/src/test/run-pass/borrowed-ptr-pattern-2.rs index 75b54b1af86bd..5e378d8a26a72 100644 --- a/src/test/run-pass/borrowed-ptr-pattern-2.rs +++ b/src/test/run-pass/borrowed-ptr-pattern-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowed-ptr-pattern-3.rs b/src/test/run-pass/borrowed-ptr-pattern-3.rs index 030e055c4ccb7..5f6956080f582 100644 --- a/src/test/run-pass/borrowed-ptr-pattern-3.rs +++ b/src/test/run-pass/borrowed-ptr-pattern-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowed-ptr-pattern-infallible.rs b/src/test/run-pass/borrowed-ptr-pattern-infallible.rs index 55ae6d3bebf67..3c8c692176f09 100644 --- a/src/test/run-pass/borrowed-ptr-pattern-infallible.rs +++ b/src/test/run-pass/borrowed-ptr-pattern-infallible.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowed-ptr-pattern-option.rs b/src/test/run-pass/borrowed-ptr-pattern-option.rs index 9f17b9d7f95b5..83e3e195cbc8f 100644 --- a/src/test/run-pass/borrowed-ptr-pattern-option.rs +++ b/src/test/run-pass/borrowed-ptr-pattern-option.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/borrowed-ptr-pattern.rs b/src/test/run-pass/borrowed-ptr-pattern.rs index 3636d4d769d80..fc2dde56bbab2 100644 --- a/src/test/run-pass/borrowed-ptr-pattern.rs +++ b/src/test/run-pass/borrowed-ptr-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/box-new.rs b/src/test/run-pass/box-new.rs index 168218e1b1e27..c0fc524dc0f4f 100644 --- a/src/test/run-pass/box-new.rs +++ b/src/test/run-pass/box-new.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/break-value.rs b/src/test/run-pass/break-value.rs index efc3ab32a1a81..837e140697a05 100644 --- a/src/test/run-pass/break-value.rs +++ b/src/test/run-pass/break-value.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/break.rs b/src/test/run-pass/break.rs index 89745bd167c41..61128e71d733b 100644 --- a/src/test/run-pass/break.rs +++ b/src/test/run-pass/break.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/bug-7183-generics.rs b/src/test/run-pass/bug-7183-generics.rs index bf8d303f34174..fdf7f41b624b4 100644 --- a/src/test/run-pass/bug-7183-generics.rs +++ b/src/test/run-pass/bug-7183-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/bug-7295.rs b/src/test/run-pass/bug-7295.rs index ea711d78dd28e..116289c60fb81 100644 --- a/src/test/run-pass/bug-7295.rs +++ b/src/test/run-pass/bug-7295.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-capabilities-transitive.rs b/src/test/run-pass/builtin-superkinds-capabilities-transitive.rs index 365670db6f928..5ce385500e78a 100644 --- a/src/test/run-pass/builtin-superkinds-capabilities-transitive.rs +++ b/src/test/run-pass/builtin-superkinds-capabilities-transitive.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-capabilities-xc.rs b/src/test/run-pass/builtin-superkinds-capabilities-xc.rs index 126088d7f9de8..8aebf573aa6bf 100644 --- a/src/test/run-pass/builtin-superkinds-capabilities-xc.rs +++ b/src/test/run-pass/builtin-superkinds-capabilities-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-capabilities.rs b/src/test/run-pass/builtin-superkinds-capabilities.rs index 7f4a2398f54ba..50e892c493d79 100644 --- a/src/test/run-pass/builtin-superkinds-capabilities.rs +++ b/src/test/run-pass/builtin-superkinds-capabilities.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-in-metadata.rs b/src/test/run-pass/builtin-superkinds-in-metadata.rs index 382caa83c61c7..47bc08818a6d4 100644 --- a/src/test/run-pass/builtin-superkinds-in-metadata.rs +++ b/src/test/run-pass/builtin-superkinds-in-metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-phantom-typaram.rs b/src/test/run-pass/builtin-superkinds-phantom-typaram.rs index 7e1b28219373b..c4d56efc44f6a 100644 --- a/src/test/run-pass/builtin-superkinds-phantom-typaram.rs +++ b/src/test/run-pass/builtin-superkinds-phantom-typaram.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-self-type.rs b/src/test/run-pass/builtin-superkinds-self-type.rs index d0db2542ccc60..81734341f13f8 100644 --- a/src/test/run-pass/builtin-superkinds-self-type.rs +++ b/src/test/run-pass/builtin-superkinds-self-type.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-simple.rs b/src/test/run-pass/builtin-superkinds-simple.rs index 9643e2986d2e5..76b4a341d29d0 100644 --- a/src/test/run-pass/builtin-superkinds-simple.rs +++ b/src/test/run-pass/builtin-superkinds-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/builtin-superkinds-typaram.rs b/src/test/run-pass/builtin-superkinds-typaram.rs index d96679c69fd1b..ec891656a64be 100644 --- a/src/test/run-pass/builtin-superkinds-typaram.rs +++ b/src/test/run-pass/builtin-superkinds-typaram.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/by-value-self-in-mut-slot.rs b/src/test/run-pass/by-value-self-in-mut-slot.rs index aa88004cd1199..f1a5fae3bf10e 100644 --- a/src/test/run-pass/by-value-self-in-mut-slot.rs +++ b/src/test/run-pass/by-value-self-in-mut-slot.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/byte-literals.rs b/src/test/run-pass/byte-literals.rs index ee8a58a0d337f..3f54dedfc8a78 100644 --- a/src/test/run-pass/byte-literals.rs +++ b/src/test/run-pass/byte-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/c-stack-as-value.rs b/src/test/run-pass/c-stack-as-value.rs index 6a1dde24d6850..d9c3a65695dae 100644 --- a/src/test/run-pass/c-stack-as-value.rs +++ b/src/test/run-pass/c-stack-as-value.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/c-stack-returning-int64.rs b/src/test/run-pass/c-stack-returning-int64.rs index 22c322b86c979..35866bc8a0809 100644 --- a/src/test/run-pass/c-stack-returning-int64.rs +++ b/src/test/run-pass/c-stack-returning-int64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/call-closure-from-overloaded-op.rs b/src/test/run-pass/call-closure-from-overloaded-op.rs index 29fcdf504de6e..cc397f03e418b 100644 --- a/src/test/run-pass/call-closure-from-overloaded-op.rs +++ b/src/test/run-pass/call-closure-from-overloaded-op.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/can-copy-pod.rs b/src/test/run-pass/can-copy-pod.rs index 099374b593781..71cdfe46cce54 100644 --- a/src/test/run-pass/can-copy-pod.rs +++ b/src/test/run-pass/can-copy-pod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cancel-clean-via-immediate-rvalue-ref.rs b/src/test/run-pass/cancel-clean-via-immediate-rvalue-ref.rs index 631133cc7ff8b..678aca7b4c220 100644 --- a/src/test/run-pass/cancel-clean-via-immediate-rvalue-ref.rs +++ b/src/test/run-pass/cancel-clean-via-immediate-rvalue-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/capture-clauses-boxed-closures.rs b/src/test/run-pass/capture-clauses-boxed-closures.rs index 6e8ed4fd5a15a..375ef83fbc4ff 100644 --- a/src/test/run-pass/capture-clauses-boxed-closures.rs +++ b/src/test/run-pass/capture-clauses-boxed-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/capture-clauses-unboxed-closures.rs b/src/test/run-pass/capture-clauses-unboxed-closures.rs index cd40e2a784366..39e900e204a34 100644 --- a/src/test/run-pass/capture-clauses-unboxed-closures.rs +++ b/src/test/run-pass/capture-clauses-unboxed-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/capturing-logging.rs b/src/test/run-pass/capturing-logging.rs index 00673bee8b47f..86cb1a290195e 100644 --- a/src/test/run-pass/capturing-logging.rs +++ b/src/test/run-pass/capturing-logging.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cast-in-array-size.rs b/src/test/run-pass/cast-in-array-size.rs index 717ca3ff9fecc..f47e05816baec 100644 --- a/src/test/run-pass/cast-in-array-size.rs +++ b/src/test/run-pass/cast-in-array-size.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cast-region-to-uint.rs b/src/test/run-pass/cast-region-to-uint.rs index a298a08a1b7a0..cd86c0012cdd4 100644 --- a/src/test/run-pass/cast-region-to-uint.rs +++ b/src/test/run-pass/cast-region-to-uint.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cast.rs b/src/test/run-pass/cast.rs index f8a680b2a97ac..d2ed5a4e07e71 100644 --- a/src/test/run-pass/cast.rs +++ b/src/test/run-pass/cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/cci_borrow.rs b/src/test/run-pass/cci_borrow.rs index ef5ee5aa3b4ab..ffe7895a049dc 100644 --- a/src/test/run-pass/cci_borrow.rs +++ b/src/test/run-pass/cci_borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cci_capture_clause.rs b/src/test/run-pass/cci_capture_clause.rs index 8b2947ba3eef0..40d58d463afa3 100644 --- a/src/test/run-pass/cci_capture_clause.rs +++ b/src/test/run-pass/cci_capture_clause.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cci_impl_exe.rs b/src/test/run-pass/cci_impl_exe.rs index 8a291febb6d45..f25a02e2871a0 100644 --- a/src/test/run-pass/cci_impl_exe.rs +++ b/src/test/run-pass/cci_impl_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cci_iter_exe.rs b/src/test/run-pass/cci_iter_exe.rs index 7191d5078b81c..d8e68b97e2369 100644 --- a/src/test/run-pass/cci_iter_exe.rs +++ b/src/test/run-pass/cci_iter_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cci_nested_exe.rs b/src/test/run-pass/cci_nested_exe.rs index 778e82a8fe599..d18c001e17bc3 100644 --- a/src/test/run-pass/cci_nested_exe.rs +++ b/src/test/run-pass/cci_nested_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cci_no_inline_exe.rs b/src/test/run-pass/cci_no_inline_exe.rs index 2f02fc9acb9ee..f88ef0f0487dc 100644 --- a/src/test/run-pass/cci_no_inline_exe.rs +++ b/src/test/run-pass/cci_no_inline_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cell-does-not-clone.rs b/src/test/run-pass/cell-does-not-clone.rs index 6455f1e4bb2b9..8da68d6a750eb 100644 --- a/src/test/run-pass/cell-does-not-clone.rs +++ b/src/test/run-pass/cell-does-not-clone.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg-family.rs b/src/test/run-pass/cfg-family.rs index 24120b69c7f0c..8df690c17fa3e 100644 --- a/src/test/run-pass/cfg-family.rs +++ b/src/test/run-pass/cfg-family.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg-in-crate-1.rs b/src/test/run-pass/cfg-in-crate-1.rs index 06f679b7fca9a..bd8caae8b8074 100644 --- a/src/test/run-pass/cfg-in-crate-1.rs +++ b/src/test/run-pass/cfg-in-crate-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg-macros-foo.rs b/src/test/run-pass/cfg-macros-foo.rs index aeb6fcbbc0f01..ec2b1246a856a 100644 --- a/src/test/run-pass/cfg-macros-foo.rs +++ b/src/test/run-pass/cfg-macros-foo.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg-macros-notfoo.rs b/src/test/run-pass/cfg-macros-notfoo.rs index adc27d556227e..d0688d42019fb 100644 --- a/src/test/run-pass/cfg-macros-notfoo.rs +++ b/src/test/run-pass/cfg-macros-notfoo.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg-match-arm.rs b/src/test/run-pass/cfg-match-arm.rs index 02f02862f6884..d51983215449f 100644 --- a/src/test/run-pass/cfg-match-arm.rs +++ b/src/test/run-pass/cfg-match-arm.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg-target-family.rs b/src/test/run-pass/cfg-target-family.rs index 784c9326a0186..0fa2cd72b7b94 100644 --- a/src/test/run-pass/cfg-target-family.rs +++ b/src/test/run-pass/cfg-target-family.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg_attr.rs b/src/test/run-pass/cfg_attr.rs index 7e508d91c877d..8dbbe077a81de 100644 --- a/src/test/run-pass/cfg_attr.rs +++ b/src/test/run-pass/cfg_attr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfg_inner_static.rs b/src/test/run-pass/cfg_inner_static.rs index 04912fc20037a..01bc1245a111c 100644 --- a/src/test/run-pass/cfg_inner_static.rs +++ b/src/test/run-pass/cfg_inner_static.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cfgs-on-items.rs b/src/test/run-pass/cfgs-on-items.rs index b7cf3c4d22a3f..f7e6a5c404cf9 100644 --- a/src/test/run-pass/cfgs-on-items.rs +++ b/src/test/run-pass/cfgs-on-items.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/char.rs b/src/test/run-pass/char.rs index f982d3723b4c2..b2831a8c5b2cc 100644 --- a/src/test/run-pass/char.rs +++ b/src/test/run-pass/char.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/check-static-mut-slices.rs b/src/test/run-pass/check-static-mut-slices.rs index af25c43005dd4..63a6c5bfc4f18 100644 --- a/src/test/run-pass/check-static-mut-slices.rs +++ b/src/test/run-pass/check-static-mut-slices.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/check-static-recursion-foreign.rs b/src/test/run-pass/check-static-recursion-foreign.rs index 9acc0b3a3c52f..2b09742b88136 100644 --- a/src/test/run-pass/check-static-recursion-foreign.rs +++ b/src/test/run-pass/check-static-recursion-foreign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/check-static-slice.rs b/src/test/run-pass/check-static-slice.rs index 6e2cfedf9ec3e..ef2c633d7de33 100644 --- a/src/test/run-pass/check-static-slice.rs +++ b/src/test/run-pass/check-static-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/child-outlives-parent.rs b/src/test/run-pass/child-outlives-parent.rs index 39af96a58e6e3..35174f2122a73 100644 --- a/src/test/run-pass/child-outlives-parent.rs +++ b/src/test/run-pass/child-outlives-parent.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-attributes-1.rs b/src/test/run-pass/class-attributes-1.rs index 28081e5292aaa..1cd988eaa29f0 100644 --- a/src/test/run-pass/class-attributes-1.rs +++ b/src/test/run-pass/class-attributes-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-attributes-2.rs b/src/test/run-pass/class-attributes-2.rs index bd62f838444af..d80b5519b8831 100644 --- a/src/test/run-pass/class-attributes-2.rs +++ b/src/test/run-pass/class-attributes-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-cast-to-trait-cross-crate-2.rs b/src/test/run-pass/class-cast-to-trait-cross-crate-2.rs index e6cae99067e05..c68fe88d5301b 100644 --- a/src/test/run-pass/class-cast-to-trait-cross-crate-2.rs +++ b/src/test/run-pass/class-cast-to-trait-cross-crate-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-cast-to-trait-multiple-types.rs b/src/test/run-pass/class-cast-to-trait-multiple-types.rs index ecbbb3199b9af..03582b4fb5498 100644 --- a/src/test/run-pass/class-cast-to-trait-multiple-types.rs +++ b/src/test/run-pass/class-cast-to-trait-multiple-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-cast-to-trait.rs b/src/test/run-pass/class-cast-to-trait.rs index 85764f8cbbfe1..bec970156f806 100644 --- a/src/test/run-pass/class-cast-to-trait.rs +++ b/src/test/run-pass/class-cast-to-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-dtor.rs b/src/test/run-pass/class-dtor.rs index 8ee382eaa38f9..aead0a59e9aa0 100644 --- a/src/test/run-pass/class-dtor.rs +++ b/src/test/run-pass/class-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-exports.rs b/src/test/run-pass/class-exports.rs index 80f8ed936370b..44c197b8440bf 100644 --- a/src/test/run-pass/class-exports.rs +++ b/src/test/run-pass/class-exports.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/class-impl-very-parameterized-trait.rs b/src/test/run-pass/class-impl-very-parameterized-trait.rs index 629cf7c4ef77b..527778c3a744a 100644 --- a/src/test/run-pass/class-impl-very-parameterized-trait.rs +++ b/src/test/run-pass/class-impl-very-parameterized-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-implement-trait-cross-crate.rs b/src/test/run-pass/class-implement-trait-cross-crate.rs index 8c36174d5f1ca..99b0b842982eb 100644 --- a/src/test/run-pass/class-implement-trait-cross-crate.rs +++ b/src/test/run-pass/class-implement-trait-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-implement-traits.rs b/src/test/run-pass/class-implement-traits.rs index cf08cd2709d56..3fc679fb98145 100644 --- a/src/test/run-pass/class-implement-traits.rs +++ b/src/test/run-pass/class-implement-traits.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-method-cross-crate.rs b/src/test/run-pass/class-method-cross-crate.rs index e05ed750b5d95..560fe8f640ea9 100644 --- a/src/test/run-pass/class-method-cross-crate.rs +++ b/src/test/run-pass/class-method-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-methods-cross-crate.rs b/src/test/run-pass/class-methods-cross-crate.rs index 4ff2870077747..bca26e48a9eb7 100644 --- a/src/test/run-pass/class-methods-cross-crate.rs +++ b/src/test/run-pass/class-methods-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-methods.rs b/src/test/run-pass/class-methods.rs index 25a2009bb9a6c..9f09e97c22953 100644 --- a/src/test/run-pass/class-methods.rs +++ b/src/test/run-pass/class-methods.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-poly-methods-cross-crate.rs b/src/test/run-pass/class-poly-methods-cross-crate.rs index 94c78522df40e..3160b3395c595 100644 --- a/src/test/run-pass/class-poly-methods-cross-crate.rs +++ b/src/test/run-pass/class-poly-methods-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-poly-methods.rs b/src/test/run-pass/class-poly-methods.rs index d94547a4ddac6..9bc75e7b75802 100644 --- a/src/test/run-pass/class-poly-methods.rs +++ b/src/test/run-pass/class-poly-methods.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-separate-impl.rs b/src/test/run-pass/class-separate-impl.rs index c2fa98a66df95..9870c8be8f49a 100644 --- a/src/test/run-pass/class-separate-impl.rs +++ b/src/test/run-pass/class-separate-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-str-field.rs b/src/test/run-pass/class-str-field.rs index 2fb8610092bf9..8777dddec22f9 100644 --- a/src/test/run-pass/class-str-field.rs +++ b/src/test/run-pass/class-str-field.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/class-typarams.rs b/src/test/run-pass/class-typarams.rs index 9d4e73da81304..76fb6ed60208b 100644 --- a/src/test/run-pass/class-typarams.rs +++ b/src/test/run-pass/class-typarams.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/classes-cross-crate.rs b/src/test/run-pass/classes-cross-crate.rs index 61ed0016d09a1..cccbdc984f34a 100644 --- a/src/test/run-pass/classes-cross-crate.rs +++ b/src/test/run-pass/classes-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/classes-self-referential.rs b/src/test/run-pass/classes-self-referential.rs index a54a821a7b9b4..becbf1764af3e 100644 --- a/src/test/run-pass/classes-self-referential.rs +++ b/src/test/run-pass/classes-self-referential.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/classes-simple-cross-crate.rs b/src/test/run-pass/classes-simple-cross-crate.rs index f6f742fb1dfb9..0c8cea6038a95 100644 --- a/src/test/run-pass/classes-simple-cross-crate.rs +++ b/src/test/run-pass/classes-simple-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/classes-simple-method.rs b/src/test/run-pass/classes-simple-method.rs index 6f21afff12000..1701654222781 100644 --- a/src/test/run-pass/classes-simple-method.rs +++ b/src/test/run-pass/classes-simple-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/classes-simple.rs b/src/test/run-pass/classes-simple.rs index 496efc2172e48..49d983f07dd18 100644 --- a/src/test/run-pass/classes-simple.rs +++ b/src/test/run-pass/classes-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/classes.rs b/src/test/run-pass/classes.rs index 5d1296cf46e3f..7795ab51b61ad 100644 --- a/src/test/run-pass/classes.rs +++ b/src/test/run-pass/classes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/cleanup-arm-conditional.rs b/src/test/run-pass/cleanup-arm-conditional.rs index 0d155ae085c73..afefb44092200 100644 --- a/src/test/run-pass/cleanup-arm-conditional.rs +++ b/src/test/run-pass/cleanup-arm-conditional.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cleanup-rvalue-during-if-and-while.rs b/src/test/run-pass/cleanup-rvalue-during-if-and-while.rs index 83f93cb81a1e6..771dabe5e8d4c 100644 --- a/src/test/run-pass/cleanup-rvalue-during-if-and-while.rs +++ b/src/test/run-pass/cleanup-rvalue-during-if-and-while.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cleanup-rvalue-for-scope.rs b/src/test/run-pass/cleanup-rvalue-for-scope.rs index 8969cca2610ea..5b76ffb444738 100644 --- a/src/test/run-pass/cleanup-rvalue-for-scope.rs +++ b/src/test/run-pass/cleanup-rvalue-for-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cleanup-rvalue-scopes.rs b/src/test/run-pass/cleanup-rvalue-scopes.rs index bbfe0e6a18dbc..81b1a43708099 100644 --- a/src/test/run-pass/cleanup-rvalue-scopes.rs +++ b/src/test/run-pass/cleanup-rvalue-scopes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cleanup-rvalue-temp-during-incomplete-alloc.rs b/src/test/run-pass/cleanup-rvalue-temp-during-incomplete-alloc.rs index 04ab0d881a84d..1d20a7044e555 100644 --- a/src/test/run-pass/cleanup-rvalue-temp-during-incomplete-alloc.rs +++ b/src/test/run-pass/cleanup-rvalue-temp-during-incomplete-alloc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cleanup-shortcircuit.rs b/src/test/run-pass/cleanup-shortcircuit.rs index 7dd46e7b01702..4f9126120e94c 100644 --- a/src/test/run-pass/cleanup-shortcircuit.rs +++ b/src/test/run-pass/cleanup-shortcircuit.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/clone-with-exterior.rs b/src/test/run-pass/clone-with-exterior.rs index 8eeae7a28ac85..038d81039c69e 100644 --- a/src/test/run-pass/clone-with-exterior.rs +++ b/src/test/run-pass/clone-with-exterior.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/close-over-big-then-small-data.rs b/src/test/run-pass/close-over-big-then-small-data.rs index 99fdc34602617..488e7e65cf6d1 100644 --- a/src/test/run-pass/close-over-big-then-small-data.rs +++ b/src/test/run-pass/close-over-big-then-small-data.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/closure-bounds-can-capture-chan.rs b/src/test/run-pass/closure-bounds-can-capture-chan.rs index 816b28c3a9ae1..3f070b616a81f 100644 --- a/src/test/run-pass/closure-bounds-can-capture-chan.rs +++ b/src/test/run-pass/closure-bounds-can-capture-chan.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/closure-inference.rs b/src/test/run-pass/closure-inference.rs index 893003dd99722..f7e5abd7a080c 100644 --- a/src/test/run-pass/closure-inference.rs +++ b/src/test/run-pass/closure-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/closure-inference2.rs b/src/test/run-pass/closure-inference2.rs index 03b10b881f7ae..44c278e8e1141 100644 --- a/src/test/run-pass/closure-inference2.rs +++ b/src/test/run-pass/closure-inference2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/closure-reform.rs b/src/test/run-pass/closure-reform.rs index a2e7d7bd7e3e3..fcb2d6276e99c 100644 --- a/src/test/run-pass/closure-reform.rs +++ b/src/test/run-pass/closure-reform.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cmp-default.rs b/src/test/run-pass/cmp-default.rs index fd040d109108f..1d60ed9a75c6e 100644 --- a/src/test/run-pass/cmp-default.rs +++ b/src/test/run-pass/cmp-default.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-expect-unsized.rs b/src/test/run-pass/coerce-expect-unsized.rs index f590e6e07283c..d175a374d32bb 100644 --- a/src/test/run-pass/coerce-expect-unsized.rs +++ b/src/test/run-pass/coerce-expect-unsized.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-match-calls.rs b/src/test/run-pass/coerce-match-calls.rs index 0ff28b471a30d..35effd77af23a 100644 --- a/src/test/run-pass/coerce-match-calls.rs +++ b/src/test/run-pass/coerce-match-calls.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-match.rs b/src/test/run-pass/coerce-match.rs index 0992ee97d061f..af60588d85880 100644 --- a/src/test/run-pass/coerce-match.rs +++ b/src/test/run-pass/coerce-match.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-imm-ptr-arg.rs b/src/test/run-pass/coerce-reborrow-imm-ptr-arg.rs index 0bbabcb859993..fb69b30bce1bf 100644 --- a/src/test/run-pass/coerce-reborrow-imm-ptr-arg.rs +++ b/src/test/run-pass/coerce-reborrow-imm-ptr-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-imm-ptr-rcvr.rs b/src/test/run-pass/coerce-reborrow-imm-ptr-rcvr.rs index 419df84bdf55b..d3981a54a50b0 100644 --- a/src/test/run-pass/coerce-reborrow-imm-ptr-rcvr.rs +++ b/src/test/run-pass/coerce-reborrow-imm-ptr-rcvr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-imm-vec-arg.rs b/src/test/run-pass/coerce-reborrow-imm-vec-arg.rs index f6abfda03e3f4..a820da0d37a22 100644 --- a/src/test/run-pass/coerce-reborrow-imm-vec-arg.rs +++ b/src/test/run-pass/coerce-reborrow-imm-vec-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-imm-vec-rcvr.rs b/src/test/run-pass/coerce-reborrow-imm-vec-rcvr.rs index 646eed5de7537..fcba8a9cf4b89 100644 --- a/src/test/run-pass/coerce-reborrow-imm-vec-rcvr.rs +++ b/src/test/run-pass/coerce-reborrow-imm-vec-rcvr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-mut-ptr-arg.rs b/src/test/run-pass/coerce-reborrow-mut-ptr-arg.rs index 4a680027b46e2..9b5e331cf0fed 100644 --- a/src/test/run-pass/coerce-reborrow-mut-ptr-arg.rs +++ b/src/test/run-pass/coerce-reborrow-mut-ptr-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-mut-ptr-rcvr.rs b/src/test/run-pass/coerce-reborrow-mut-ptr-rcvr.rs index 2f866955ff46c..3628a5da4deee 100644 --- a/src/test/run-pass/coerce-reborrow-mut-ptr-rcvr.rs +++ b/src/test/run-pass/coerce-reborrow-mut-ptr-rcvr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-mut-vec-arg.rs b/src/test/run-pass/coerce-reborrow-mut-vec-arg.rs index 10d747bf41408..7a0e7be681262 100644 --- a/src/test/run-pass/coerce-reborrow-mut-vec-arg.rs +++ b/src/test/run-pass/coerce-reborrow-mut-vec-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-reborrow-mut-vec-rcvr.rs b/src/test/run-pass/coerce-reborrow-mut-vec-rcvr.rs index 6820aa4d186ef..b905f069d9430 100644 --- a/src/test/run-pass/coerce-reborrow-mut-vec-rcvr.rs +++ b/src/test/run-pass/coerce-reborrow-mut-vec-rcvr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coerce-unify-return.rs b/src/test/run-pass/coerce-unify-return.rs index eeba9042f7c3f..ec9a1658500cb 100644 --- a/src/test/run-pass/coerce-unify-return.rs +++ b/src/test/run-pass/coerce-unify-return.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-blanket.rs b/src/test/run-pass/coherence-blanket.rs index e02117d1ca261..13ecb1878bf87 100644 --- a/src/test/run-pass/coherence-blanket.rs +++ b/src/test/run-pass/coherence-blanket.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-covered-type-parameter.rs b/src/test/run-pass/coherence-covered-type-parameter.rs index 27f1f2dafb003..f5a4130d6c16a 100644 --- a/src/test/run-pass/coherence-covered-type-parameter.rs +++ b/src/test/run-pass/coherence-covered-type-parameter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-impl-in-fn.rs b/src/test/run-pass/coherence-impl-in-fn.rs index df0012e07ec72..fd54334dacef9 100644 --- a/src/test/run-pass/coherence-impl-in-fn.rs +++ b/src/test/run-pass/coherence-impl-in-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-iterator-vec-any-elem.rs b/src/test/run-pass/coherence-iterator-vec-any-elem.rs index 6dc2ff4588b67..cf3a6aa183836 100644 --- a/src/test/run-pass/coherence-iterator-vec-any-elem.rs +++ b/src/test/run-pass/coherence-iterator-vec-any-elem.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-iterator-vec.rs b/src/test/run-pass/coherence-iterator-vec.rs index 7077503f73ff9..c1350faee3aae 100644 --- a/src/test/run-pass/coherence-iterator-vec.rs +++ b/src/test/run-pass/coherence-iterator-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-local-1.rs b/src/test/run-pass/coherence-local-1.rs index a9bc3dc0e2f27..7f09c5695d6ec 100644 --- a/src/test/run-pass/coherence-local-1.rs +++ b/src/test/run-pass/coherence-local-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-local-2.rs b/src/test/run-pass/coherence-local-2.rs index 07a830cb1ac2d..8d5b68380a88f 100644 --- a/src/test/run-pass/coherence-local-2.rs +++ b/src/test/run-pass/coherence-local-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-multidispatch-tuple.rs b/src/test/run-pass/coherence-multidispatch-tuple.rs index 04a69bbf3a2bc..0f03426a3f8a6 100644 --- a/src/test/run-pass/coherence-multidispatch-tuple.rs +++ b/src/test/run-pass/coherence-multidispatch-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-negative-impls-safe.rs b/src/test/run-pass/coherence-negative-impls-safe.rs index 7844ef3faca45..c1f740fb21ea7 100644 --- a/src/test/run-pass/coherence-negative-impls-safe.rs +++ b/src/test/run-pass/coherence-negative-impls-safe.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/coherence-where-clause.rs b/src/test/run-pass/coherence-where-clause.rs index 99c475b72072e..b9cfb1bea21ce 100644 --- a/src/test/run-pass/coherence-where-clause.rs +++ b/src/test/run-pass/coherence-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/colorful-write-macros.rs b/src/test/run-pass/colorful-write-macros.rs index ca7f761b80d31..96070a9a7354c 100644 --- a/src/test/run-pass/colorful-write-macros.rs +++ b/src/test/run-pass/colorful-write-macros.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/comm.rs b/src/test/run-pass/comm.rs index 16a21adc3fcf9..771942075f04f 100644 --- a/src/test/run-pass/comm.rs +++ b/src/test/run-pass/comm.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/compare-generic-enums.rs b/src/test/run-pass/compare-generic-enums.rs index c6f4fecf8acc6..4b5d5bd834ad5 100644 --- a/src/test/run-pass/compare-generic-enums.rs +++ b/src/test/run-pass/compare-generic-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/complex.rs b/src/test/run-pass/complex.rs index 34292453ec407..8816c0c006ef0 100644 --- a/src/test/run-pass/complex.rs +++ b/src/test/run-pass/complex.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/concat.rs b/src/test/run-pass/concat.rs index d78f948edc5c7..c6f88eef37ef7 100644 --- a/src/test/run-pass/concat.rs +++ b/src/test/run-pass/concat.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/conditional-compile-arch.rs b/src/test/run-pass/conditional-compile-arch.rs index 0e9447bd2497d..143c27cfb7762 100644 --- a/src/test/run-pass/conditional-compile-arch.rs +++ b/src/test/run-pass/conditional-compile-arch.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/conditional-compile.rs b/src/test/run-pass/conditional-compile.rs index 178fc3dcd4f0d..a544eea46e46a 100644 --- a/src/test/run-pass/conditional-compile.rs +++ b/src/test/run-pass/conditional-compile.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/conditional-debug-macro-off.rs b/src/test/run-pass/conditional-debug-macro-off.rs index b5a5f57d07abd..77705c629dd42 100644 --- a/src/test/run-pass/conditional-debug-macro-off.rs +++ b/src/test/run-pass/conditional-debug-macro-off.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/conditional-debug-macro-on.rs b/src/test/run-pass/conditional-debug-macro-on.rs index b335e20f91d93..621b7900b498e 100644 --- a/src/test/run-pass/conditional-debug-macro-on.rs +++ b/src/test/run-pass/conditional-debug-macro-on.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-autoderef.rs b/src/test/run-pass/const-autoderef.rs index 71312fb387845..2c3c5ee75b641 100644 --- a/src/test/run-pass/const-autoderef.rs +++ b/src/test/run-pass/const-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-big-enum.rs b/src/test/run-pass/const-big-enum.rs index ca1d79e83e92c..657418b8e909d 100644 --- a/src/test/run-pass/const-big-enum.rs +++ b/src/test/run-pass/const-big-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-binops.rs b/src/test/run-pass/const-binops.rs index 11590ceb19d48..868531e743b8f 100644 --- a/src/test/run-pass/const-binops.rs +++ b/src/test/run-pass/const-binops.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-block-cross-crate-fn.rs b/src/test/run-pass/const-block-cross-crate-fn.rs index 16360ff08d059..bdb903b1f0fa7 100644 --- a/src/test/run-pass/const-block-cross-crate-fn.rs +++ b/src/test/run-pass/const-block-cross-crate-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-block-item-macro-codegen.rs b/src/test/run-pass/const-block-item-macro-codegen.rs index 03afe798954d5..2d555060a8e32 100644 --- a/src/test/run-pass/const-block-item-macro-codegen.rs +++ b/src/test/run-pass/const-block-item-macro-codegen.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-block-item.rs b/src/test/run-pass/const-block-item.rs index d55b420db083e..fa5320298b5a9 100644 --- a/src/test/run-pass/const-block-item.rs +++ b/src/test/run-pass/const-block-item.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-block.rs b/src/test/run-pass/const-block.rs index 84acd3c4ecd7e..d5265cb980b49 100644 --- a/src/test/run-pass/const-block.rs +++ b/src/test/run-pass/const-block.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-bound.rs b/src/test/run-pass/const-bound.rs index 3a6973fe61c77..9b98b714f47d6 100644 --- a/src/test/run-pass/const-bound.rs +++ b/src/test/run-pass/const-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-cast-ptr-int.rs b/src/test/run-pass/const-cast-ptr-int.rs index 50e460bd1798a..d9a8dda53ae68 100644 --- a/src/test/run-pass/const-cast-ptr-int.rs +++ b/src/test/run-pass/const-cast-ptr-int.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-cast.rs b/src/test/run-pass/const-cast.rs index b7e9c0338dd63..0e10a9412e036 100644 --- a/src/test/run-pass/const-cast.rs +++ b/src/test/run-pass/const-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-const.rs b/src/test/run-pass/const-const.rs index ba2947f736790..caabdfe6fba68 100644 --- a/src/test/run-pass/const-const.rs +++ b/src/test/run-pass/const-const.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-contents.rs b/src/test/run-pass/const-contents.rs index 616826f9f9502..5d1ec755ab803 100644 --- a/src/test/run-pass/const-contents.rs +++ b/src/test/run-pass/const-contents.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-cross-crate-const.rs b/src/test/run-pass/const-cross-crate-const.rs index bcf58431d0dcd..4200d5209baef 100644 --- a/src/test/run-pass/const-cross-crate-const.rs +++ b/src/test/run-pass/const-cross-crate-const.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-cross-crate-extern.rs b/src/test/run-pass/const-cross-crate-extern.rs index a299c74aa5b06..72c82b8a381fb 100644 --- a/src/test/run-pass/const-cross-crate-extern.rs +++ b/src/test/run-pass/const-cross-crate-extern.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-deref.rs b/src/test/run-pass/const-deref.rs index 480fb50a1ffe5..91776e2a8638a 100644 --- a/src/test/run-pass/const-deref.rs +++ b/src/test/run-pass/const-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-byref-self.rs b/src/test/run-pass/const-enum-byref-self.rs index 25145bf363840..fb3bd58d70d0a 100644 --- a/src/test/run-pass/const-enum-byref-self.rs +++ b/src/test/run-pass/const-enum-byref-self.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-byref.rs b/src/test/run-pass/const-enum-byref.rs index bc5daf41646b8..b58aecfc63aac 100644 --- a/src/test/run-pass/const-enum-byref.rs +++ b/src/test/run-pass/const-enum-byref.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-cast.rs b/src/test/run-pass/const-enum-cast.rs index 966effab33e68..35ffe1e6b4dad 100644 --- a/src/test/run-pass/const-enum-cast.rs +++ b/src/test/run-pass/const-enum-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-ptr.rs b/src/test/run-pass/const-enum-ptr.rs index 0953f35e4483e..8df2f4b55b91c 100644 --- a/src/test/run-pass/const-enum-ptr.rs +++ b/src/test/run-pass/const-enum-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-struct.rs b/src/test/run-pass/const-enum-struct.rs index 0c3656e193cb7..fbef064fdbde3 100644 --- a/src/test/run-pass/const-enum-struct.rs +++ b/src/test/run-pass/const-enum-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-struct2.rs b/src/test/run-pass/const-enum-struct2.rs index 6996da8bc37e2..83f096ed3f158 100644 --- a/src/test/run-pass/const-enum-struct2.rs +++ b/src/test/run-pass/const-enum-struct2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-structlike.rs b/src/test/run-pass/const-enum-structlike.rs index ac48752b0a944..36b3b8b3e48a8 100644 --- a/src/test/run-pass/const-enum-structlike.rs +++ b/src/test/run-pass/const-enum-structlike.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-tuple.rs b/src/test/run-pass/const-enum-tuple.rs index 7ea5a3fed7655..d5b1a123d2c49 100644 --- a/src/test/run-pass/const-enum-tuple.rs +++ b/src/test/run-pass/const-enum-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-tuple2.rs b/src/test/run-pass/const-enum-tuple2.rs index 968c45a3298db..888ef1f78d5ad 100644 --- a/src/test/run-pass/const-enum-tuple2.rs +++ b/src/test/run-pass/const-enum-tuple2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-tuplestruct.rs b/src/test/run-pass/const-enum-tuplestruct.rs index 697321e0c77e4..9d58791ad0035 100644 --- a/src/test/run-pass/const-enum-tuplestruct.rs +++ b/src/test/run-pass/const-enum-tuplestruct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-tuplestruct2.rs b/src/test/run-pass/const-enum-tuplestruct2.rs index 254580c4e69d1..f42adec75862c 100644 --- a/src/test/run-pass/const-enum-tuplestruct2.rs +++ b/src/test/run-pass/const-enum-tuplestruct2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-vec-index.rs b/src/test/run-pass/const-enum-vec-index.rs index 4c8124d28a241..875d1575629bc 100644 --- a/src/test/run-pass/const-enum-vec-index.rs +++ b/src/test/run-pass/const-enum-vec-index.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-vec-ptr.rs b/src/test/run-pass/const-enum-vec-ptr.rs index d5c299fd86eec..f5ea93a4c6d4b 100644 --- a/src/test/run-pass/const-enum-vec-ptr.rs +++ b/src/test/run-pass/const-enum-vec-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-enum-vector.rs b/src/test/run-pass/const-enum-vector.rs index 6eb5c2dab38ba..54894762c9580 100644 --- a/src/test/run-pass/const-enum-vector.rs +++ b/src/test/run-pass/const-enum-vector.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-expr-in-fixed-length-vec.rs b/src/test/run-pass/const-expr-in-fixed-length-vec.rs index 6317c2eec1801..7223665213132 100644 --- a/src/test/run-pass/const-expr-in-fixed-length-vec.rs +++ b/src/test/run-pass/const-expr-in-fixed-length-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-expr-in-vec-repeat.rs b/src/test/run-pass/const-expr-in-vec-repeat.rs index d692f3a87e457..1b1fc1baac5fe 100644 --- a/src/test/run-pass/const-expr-in-vec-repeat.rs +++ b/src/test/run-pass/const-expr-in-vec-repeat.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-extern-function.rs b/src/test/run-pass/const-extern-function.rs index 069ca6ecf49dd..af4be9f2ada7f 100644 --- a/src/test/run-pass/const-extern-function.rs +++ b/src/test/run-pass/const-extern-function.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-fields-and-indexing.rs b/src/test/run-pass/const-fields-and-indexing.rs index 0819e0becbf95..3b4fc25f6b9de 100644 --- a/src/test/run-pass/const-fields-and-indexing.rs +++ b/src/test/run-pass/const-fields-and-indexing.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-fn-val.rs b/src/test/run-pass/const-fn-val.rs index 8394c53cba5cb..ed01f48455626 100644 --- a/src/test/run-pass/const-fn-val.rs +++ b/src/test/run-pass/const-fn-val.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-negative.rs b/src/test/run-pass/const-negative.rs index 4e2be013c11e4..ad34e51950089 100644 --- a/src/test/run-pass/const-negative.rs +++ b/src/test/run-pass/const-negative.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-nullary-enum.rs b/src/test/run-pass/const-nullary-enum.rs index 5397a29311a01..8e8fc255a496c 100644 --- a/src/test/run-pass/const-nullary-enum.rs +++ b/src/test/run-pass/const-nullary-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-nullary-univariant-enum.rs b/src/test/run-pass/const-nullary-univariant-enum.rs index 9a1a5de936005..3155f172e26a8 100644 --- a/src/test/run-pass/const-nullary-univariant-enum.rs +++ b/src/test/run-pass/const-nullary-univariant-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-polymorphic-paths.rs b/src/test/run-pass/const-polymorphic-paths.rs index f8f92a56adb1a..17710e0d00b94 100644 --- a/src/test/run-pass/const-polymorphic-paths.rs +++ b/src/test/run-pass/const-polymorphic-paths.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-rec-and-tup.rs b/src/test/run-pass/const-rec-and-tup.rs index e6680fe3e8fdb..19375f6abe4ed 100644 --- a/src/test/run-pass/const-rec-and-tup.rs +++ b/src/test/run-pass/const-rec-and-tup.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-region-ptrs-noncopy.rs b/src/test/run-pass/const-region-ptrs-noncopy.rs index e8081005d4a8f..f63bf34fe4cda 100644 --- a/src/test/run-pass/const-region-ptrs-noncopy.rs +++ b/src/test/run-pass/const-region-ptrs-noncopy.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-region-ptrs.rs b/src/test/run-pass/const-region-ptrs.rs index e5d3f0ece0cf5..11b7d55f5eac4 100644 --- a/src/test/run-pass/const-region-ptrs.rs +++ b/src/test/run-pass/const-region-ptrs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-str-ptr.rs b/src/test/run-pass/const-str-ptr.rs index e846501be6ee5..10f0400f7f595 100644 --- a/src/test/run-pass/const-str-ptr.rs +++ b/src/test/run-pass/const-str-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-struct-offsets.rs b/src/test/run-pass/const-struct-offsets.rs index 98dbf1eaa69a4..6cb6f41934541 100644 --- a/src/test/run-pass/const-struct-offsets.rs +++ b/src/test/run-pass/const-struct-offsets.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-struct.rs b/src/test/run-pass/const-struct.rs index b2073a8ff28cf..c0557822de57a 100644 --- a/src/test/run-pass/const-struct.rs +++ b/src/test/run-pass/const-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-tuple-struct.rs b/src/test/run-pass/const-tuple-struct.rs index 54116dd4082ed..65994f1b67d09 100644 --- a/src/test/run-pass/const-tuple-struct.rs +++ b/src/test/run-pass/const-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-unit-struct.rs b/src/test/run-pass/const-unit-struct.rs index 7e6d9f0bee9b9..9364c6ed2500a 100644 --- a/src/test/run-pass/const-unit-struct.rs +++ b/src/test/run-pass/const-unit-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-vec-of-fns.rs b/src/test/run-pass/const-vec-of-fns.rs index f21f7d1903cf3..4beaba845a1d7 100644 --- a/src/test/run-pass/const-vec-of-fns.rs +++ b/src/test/run-pass/const-vec-of-fns.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-vec-syntax.rs b/src/test/run-pass/const-vec-syntax.rs index c0566277e4eb1..b700034175347 100644 --- a/src/test/run-pass/const-vec-syntax.rs +++ b/src/test/run-pass/const-vec-syntax.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/const-vecs-and-slices.rs b/src/test/run-pass/const-vecs-and-slices.rs index 26874b9f9d52d..2cfd7b98d1047 100644 --- a/src/test/run-pass/const-vecs-and-slices.rs +++ b/src/test/run-pass/const-vecs-and-slices.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/const.rs b/src/test/run-pass/const.rs index 8f78d54c70137..ff4f1d0dcbcec 100644 --- a/src/test/run-pass/const.rs +++ b/src/test/run-pass/const.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/consts-in-patterns.rs b/src/test/run-pass/consts-in-patterns.rs index 87b7fcad38522..ad593dbb09fe5 100644 --- a/src/test/run-pass/consts-in-patterns.rs +++ b/src/test/run-pass/consts-in-patterns.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/core-run-destroy.rs b/src/test/run-pass/core-run-destroy.rs index eeb044e560422..47b774197b02a 100644 --- a/src/test/run-pass/core-run-destroy.rs +++ b/src/test/run-pass/core-run-destroy.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/crate-leading-sep.rs b/src/test/run-pass/crate-leading-sep.rs index b2956f4e229b6..cc777155f3aae 100644 --- a/src/test/run-pass/crate-leading-sep.rs +++ b/src/test/run-pass/crate-leading-sep.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/crate-method-reexport-grrrrrrr.rs b/src/test/run-pass/crate-method-reexport-grrrrrrr.rs index 1a3e87b55b64b..8e25eee2f404c 100644 --- a/src/test/run-pass/crate-method-reexport-grrrrrrr.rs +++ b/src/test/run-pass/crate-method-reexport-grrrrrrr.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/crate-name-attr-used.rs b/src/test/run-pass/crate-name-attr-used.rs index 95c7d331264e1..15ded5be97a75 100644 --- a/src/test/run-pass/crate-name-attr-used.rs +++ b/src/test/run-pass/crate-name-attr-used.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cross-crate-const-pat.rs b/src/test/run-pass/cross-crate-const-pat.rs index 14be5773e84db..00fe6cde21e9f 100644 --- a/src/test/run-pass/cross-crate-const-pat.rs +++ b/src/test/run-pass/cross-crate-const-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/cross-crate-newtype-struct-pat.rs b/src/test/run-pass/cross-crate-newtype-struct-pat.rs index c2083c8e705ee..dddf0e0e435e1 100644 --- a/src/test/run-pass/cross-crate-newtype-struct-pat.rs +++ b/src/test/run-pass/cross-crate-newtype-struct-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dead-code-leading-underscore.rs b/src/test/run-pass/dead-code-leading-underscore.rs index b588ea9cfd025..ca248e79f0ce7 100644 --- a/src/test/run-pass/dead-code-leading-underscore.rs +++ b/src/test/run-pass/dead-code-leading-underscore.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deep-vector.rs b/src/test/run-pass/deep-vector.rs index 20785780d2c2f..6a3fa375491a8 100644 --- a/src/test/run-pass/deep-vector.rs +++ b/src/test/run-pass/deep-vector.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deep-vector2.rs b/src/test/run-pass/deep-vector2.rs index 27258ed578ab0..2a050397ac283 100644 --- a/src/test/run-pass/deep-vector2.rs +++ b/src/test/run-pass/deep-vector2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deep.rs b/src/test/run-pass/deep.rs index 2f82e729adf58..ecfd0376ddc5c 100644 --- a/src/test/run-pass/deep.rs +++ b/src/test/run-pass/deep.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/default-method-parsing.rs b/src/test/run-pass/default-method-parsing.rs index 639ea59585efa..7a1940962e9d4 100644 --- a/src/test/run-pass/default-method-parsing.rs +++ b/src/test/run-pass/default-method-parsing.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/default-method-simple.rs b/src/test/run-pass/default-method-simple.rs index 547f342243c2b..f7dae0ce11094 100644 --- a/src/test/run-pass/default-method-simple.rs +++ b/src/test/run-pass/default-method-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/default-method-supertrait-vtable.rs b/src/test/run-pass/default-method-supertrait-vtable.rs index 727cada21fa66..ea7e6e5f983cc 100644 --- a/src/test/run-pass/default-method-supertrait-vtable.rs +++ b/src/test/run-pass/default-method-supertrait-vtable.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deprecated-macro_escape-inner.rs b/src/test/run-pass/deprecated-macro_escape-inner.rs index 7960a91bdc4fc..44498a3b3130a 100644 --- a/src/test/run-pass/deprecated-macro_escape-inner.rs +++ b/src/test/run-pass/deprecated-macro_escape-inner.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deprecated-macro_escape.rs b/src/test/run-pass/deprecated-macro_escape.rs index b03905e1a0d63..d00cbf179c998 100644 --- a/src/test/run-pass/deprecated-macro_escape.rs +++ b/src/test/run-pass/deprecated-macro_escape.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deprecated-no-split-stack.rs b/src/test/run-pass/deprecated-no-split-stack.rs index 31ba5dde8155d..3e1e14e00ab43 100644 --- a/src/test/run-pass/deprecated-no-split-stack.rs +++ b/src/test/run-pass/deprecated-no-split-stack.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deref-lval.rs b/src/test/run-pass/deref-lval.rs index ead0683b87090..395c8acd08a31 100644 --- a/src/test/run-pass/deref-lval.rs +++ b/src/test/run-pass/deref-lval.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deref-mut-on-ref.rs b/src/test/run-pass/deref-mut-on-ref.rs index f43be17786299..25663dc43d568 100644 --- a/src/test/run-pass/deref-mut-on-ref.rs +++ b/src/test/run-pass/deref-mut-on-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deref-on-ref.rs b/src/test/run-pass/deref-on-ref.rs index e95d942c8cf73..179c27ab372a3 100644 --- a/src/test/run-pass/deref-on-ref.rs +++ b/src/test/run-pass/deref-on-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deref-rc.rs b/src/test/run-pass/deref-rc.rs index 03697875d5646..2b4195106457b 100644 --- a/src/test/run-pass/deref-rc.rs +++ b/src/test/run-pass/deref-rc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deref.rs b/src/test/run-pass/deref.rs index b4ee0246d8780..bf9ea5af7f108 100644 --- a/src/test/run-pass/deref.rs +++ b/src/test/run-pass/deref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-bounds.rs b/src/test/run-pass/deriving-bounds.rs index 6869a60838c09..d670af966794b 100644 --- a/src/test/run-pass/deriving-bounds.rs +++ b/src/test/run-pass/deriving-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-clone-enum.rs b/src/test/run-pass/deriving-clone-enum.rs index ce34852a917a6..59232f1c789bf 100644 --- a/src/test/run-pass/deriving-clone-enum.rs +++ b/src/test/run-pass/deriving-clone-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-clone-generic-enum.rs b/src/test/run-pass/deriving-clone-generic-enum.rs index e8e65dcb8a9e8..cbba711024f05 100644 --- a/src/test/run-pass/deriving-clone-generic-enum.rs +++ b/src/test/run-pass/deriving-clone-generic-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-clone-generic-struct.rs b/src/test/run-pass/deriving-clone-generic-struct.rs index d340fe9d3fbee..63498418f0078 100644 --- a/src/test/run-pass/deriving-clone-generic-struct.rs +++ b/src/test/run-pass/deriving-clone-generic-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-clone-generic-tuple-struct.rs b/src/test/run-pass/deriving-clone-generic-tuple-struct.rs index ecf1fdc6e5fbf..b6a5d6e2751d8 100644 --- a/src/test/run-pass/deriving-clone-generic-tuple-struct.rs +++ b/src/test/run-pass/deriving-clone-generic-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-clone-struct.rs b/src/test/run-pass/deriving-clone-struct.rs index 51e615b37021a..8fa6831667bfb 100644 --- a/src/test/run-pass/deriving-clone-struct.rs +++ b/src/test/run-pass/deriving-clone-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-clone-tuple-struct.rs b/src/test/run-pass/deriving-clone-tuple-struct.rs index e2784c26dbbae..9e0e75b20b601 100644 --- a/src/test/run-pass/deriving-clone-tuple-struct.rs +++ b/src/test/run-pass/deriving-clone-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-cmp-generic-enum.rs b/src/test/run-pass/deriving-cmp-generic-enum.rs index 04cb3b7c07647..302963964e8bd 100644 --- a/src/test/run-pass/deriving-cmp-generic-enum.rs +++ b/src/test/run-pass/deriving-cmp-generic-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-cmp-generic-struct-enum.rs b/src/test/run-pass/deriving-cmp-generic-struct-enum.rs index dbac7fa5bcae6..cdfd4b7322828 100644 --- a/src/test/run-pass/deriving-cmp-generic-struct-enum.rs +++ b/src/test/run-pass/deriving-cmp-generic-struct-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-cmp-generic-struct.rs b/src/test/run-pass/deriving-cmp-generic-struct.rs index cd2cbb2d0a919..b59878ec0c55a 100644 --- a/src/test/run-pass/deriving-cmp-generic-struct.rs +++ b/src/test/run-pass/deriving-cmp-generic-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs b/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs index 0a45b73755eac..76afe86e26578 100644 --- a/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs +++ b/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-cmp-shortcircuit.rs b/src/test/run-pass/deriving-cmp-shortcircuit.rs index bc55b9132c836..7323763fa8c2d 100644 --- a/src/test/run-pass/deriving-cmp-shortcircuit.rs +++ b/src/test/run-pass/deriving-cmp-shortcircuit.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-default-box.rs b/src/test/run-pass/deriving-default-box.rs index b00ceb6ed22c7..c70b25e85a995 100644 --- a/src/test/run-pass/deriving-default-box.rs +++ b/src/test/run-pass/deriving-default-box.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-encodable-decodable-box.rs b/src/test/run-pass/deriving-encodable-decodable-box.rs index 1a204fa3e206e..639f5d1752dcd 100644 --- a/src/test/run-pass/deriving-encodable-decodable-box.rs +++ b/src/test/run-pass/deriving-encodable-decodable-box.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-encodable-decodable-cell-refcell.rs b/src/test/run-pass/deriving-encodable-decodable-cell-refcell.rs index 3b2c1d9f27c72..f063f6a48b7a9 100644 --- a/src/test/run-pass/deriving-encodable-decodable-cell-refcell.rs +++ b/src/test/run-pass/deriving-encodable-decodable-cell-refcell.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-encodable-decodable.rs b/src/test/run-pass/deriving-encodable-decodable.rs index 01814e8eab790..a3e1227c64002 100644 --- a/src/test/run-pass/deriving-encodable-decodable.rs +++ b/src/test/run-pass/deriving-encodable-decodable.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-enum-single-variant.rs b/src/test/run-pass/deriving-enum-single-variant.rs index 7ce7c5fd41105..59ae25390d06f 100644 --- a/src/test/run-pass/deriving-enum-single-variant.rs +++ b/src/test/run-pass/deriving-enum-single-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-eq-ord-boxed-slice.rs b/src/test/run-pass/deriving-eq-ord-boxed-slice.rs index 3b89c943edb1c..90e0474c0a10a 100644 --- a/src/test/run-pass/deriving-eq-ord-boxed-slice.rs +++ b/src/test/run-pass/deriving-eq-ord-boxed-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-global.rs b/src/test/run-pass/deriving-global.rs index 849733ecc1f2d..07f5bf1328931 100644 --- a/src/test/run-pass/deriving-global.rs +++ b/src/test/run-pass/deriving-global.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-hash.rs b/src/test/run-pass/deriving-hash.rs index 02ab7e5db5b89..9ee4264e0142e 100644 --- a/src/test/run-pass/deriving-hash.rs +++ b/src/test/run-pass/deriving-hash.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-in-fn.rs b/src/test/run-pass/deriving-in-fn.rs index cd79f84b7cbc3..19a4649afc81d 100644 --- a/src/test/run-pass/deriving-in-fn.rs +++ b/src/test/run-pass/deriving-in-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-in-macro.rs b/src/test/run-pass/deriving-in-macro.rs index c9b60d22ecb7b..34556158184e7 100644 --- a/src/test/run-pass/deriving-in-macro.rs +++ b/src/test/run-pass/deriving-in-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-meta-empty-trait-list.rs b/src/test/run-pass/deriving-meta-empty-trait-list.rs index 5b55ef6333534..959d382cdb6a2 100644 --- a/src/test/run-pass/deriving-meta-empty-trait-list.rs +++ b/src/test/run-pass/deriving-meta-empty-trait-list.rs @@ -1,7 +1,3 @@ -// ignore-pretty - -// Copyright 2013-2014 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 or the MIT license diff --git a/src/test/run-pass/deriving-meta.rs b/src/test/run-pass/deriving-meta.rs index d6a2fad08ed88..35449c8253827 100644 --- a/src/test/run-pass/deriving-meta.rs +++ b/src/test/run-pass/deriving-meta.rs @@ -1,7 +1,3 @@ - -// Copyright 2013-2014 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 or the MIT license diff --git a/src/test/run-pass/deriving-primitive.rs b/src/test/run-pass/deriving-primitive.rs index 7ea9f6f19a08a..ac990cb809d33 100644 --- a/src/test/run-pass/deriving-primitive.rs +++ b/src/test/run-pass/deriving-primitive.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-rand.rs b/src/test/run-pass/deriving-rand.rs index f1396efedfe12..48cc79ecd3457 100644 --- a/src/test/run-pass/deriving-rand.rs +++ b/src/test/run-pass/deriving-rand.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-self-lifetime-totalord-totaleq.rs b/src/test/run-pass/deriving-self-lifetime-totalord-totaleq.rs index 3277435e485b1..f806689cf3e1a 100644 --- a/src/test/run-pass/deriving-self-lifetime-totalord-totaleq.rs +++ b/src/test/run-pass/deriving-self-lifetime-totalord-totaleq.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-self-lifetime.rs b/src/test/run-pass/deriving-self-lifetime.rs index 44609b6d653ca..073137fe46df8 100644 --- a/src/test/run-pass/deriving-self-lifetime.rs +++ b/src/test/run-pass/deriving-self-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-show-2.rs b/src/test/run-pass/deriving-show-2.rs index 8465f521e4399..3c87dff5d71e9 100644 --- a/src/test/run-pass/deriving-show-2.rs +++ b/src/test/run-pass/deriving-show-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-show.rs b/src/test/run-pass/deriving-show.rs index 99c73dd94a6b6..f15429a53aaf6 100644 --- a/src/test/run-pass/deriving-show.rs +++ b/src/test/run-pass/deriving-show.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-c-enum.rs b/src/test/run-pass/deriving-via-extension-c-enum.rs index d6594290b23e9..1a64379e35f31 100644 --- a/src/test/run-pass/deriving-via-extension-c-enum.rs +++ b/src/test/run-pass/deriving-via-extension-c-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-enum.rs b/src/test/run-pass/deriving-via-extension-enum.rs index 5d009655fce01..9ff6d52200073 100644 --- a/src/test/run-pass/deriving-via-extension-enum.rs +++ b/src/test/run-pass/deriving-via-extension-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-hash-enum.rs b/src/test/run-pass/deriving-via-extension-hash-enum.rs index 10bd1b29444d2..0d28f4130d791 100644 --- a/src/test/run-pass/deriving-via-extension-hash-enum.rs +++ b/src/test/run-pass/deriving-via-extension-hash-enum.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/deriving-via-extension-hash-struct.rs b/src/test/run-pass/deriving-via-extension-hash-struct.rs index 19809def9a10d..d74cb4044919f 100644 --- a/src/test/run-pass/deriving-via-extension-hash-struct.rs +++ b/src/test/run-pass/deriving-via-extension-hash-struct.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/deriving-via-extension-struct-empty.rs b/src/test/run-pass/deriving-via-extension-struct-empty.rs index d3c1c468f7cfb..d53802ab5adce 100644 --- a/src/test/run-pass/deriving-via-extension-struct-empty.rs +++ b/src/test/run-pass/deriving-via-extension-struct-empty.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-struct-like-enum-variant.rs b/src/test/run-pass/deriving-via-extension-struct-like-enum-variant.rs index 5e60818731b2a..c8b2fd9f2307d 100644 --- a/src/test/run-pass/deriving-via-extension-struct-like-enum-variant.rs +++ b/src/test/run-pass/deriving-via-extension-struct-like-enum-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-struct-tuple.rs b/src/test/run-pass/deriving-via-extension-struct-tuple.rs index a8a06244b2080..f49ee1d0096e6 100644 --- a/src/test/run-pass/deriving-via-extension-struct-tuple.rs +++ b/src/test/run-pass/deriving-via-extension-struct-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-struct.rs b/src/test/run-pass/deriving-via-extension-struct.rs index 86a0ec15c8383..4c69ca4c6c5c4 100644 --- a/src/test/run-pass/deriving-via-extension-struct.rs +++ b/src/test/run-pass/deriving-via-extension-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/deriving-via-extension-type-params.rs b/src/test/run-pass/deriving-via-extension-type-params.rs index 266c51d1b6672..d9a6409b42680 100644 --- a/src/test/run-pass/deriving-via-extension-type-params.rs +++ b/src/test/run-pass/deriving-via-extension-type-params.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/die-macro.rs b/src/test/run-pass/die-macro.rs index 565e33ce01e17..3a110e52a3b67 100644 --- a/src/test/run-pass/die-macro.rs +++ b/src/test/run-pass/die-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/div-mod.rs b/src/test/run-pass/div-mod.rs index 331cd36a69402..85c433d2b8a90 100644 --- a/src/test/run-pass/div-mod.rs +++ b/src/test/run-pass/div-mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/double-ref.rs b/src/test/run-pass/double-ref.rs index 656b9164dfe22..41a642c3c7a0a 100644 --- a/src/test/run-pass/double-ref.rs +++ b/src/test/run-pass/double-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-on-empty-block-exit.rs b/src/test/run-pass/drop-on-empty-block-exit.rs index f875d0644a07d..029eabd9c9d2e 100644 --- a/src/test/run-pass/drop-on-empty-block-exit.rs +++ b/src/test/run-pass/drop-on-empty-block-exit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-on-ret.rs b/src/test/run-pass/drop-on-ret.rs index 0786974e11207..3493f3dd61a60 100644 --- a/src/test/run-pass/drop-on-ret.rs +++ b/src/test/run-pass/drop-on-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-struct-as-object.rs b/src/test/run-pass/drop-struct-as-object.rs index 7a3b6df539f14..841f1f278947a 100644 --- a/src/test/run-pass/drop-struct-as-object.rs +++ b/src/test/run-pass/drop-struct-as-object.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-trait-enum.rs b/src/test/run-pass/drop-trait-enum.rs index 9bfb3572ab562..45391d9fca964 100644 --- a/src/test/run-pass/drop-trait-enum.rs +++ b/src/test/run-pass/drop-trait-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-trait-generic.rs b/src/test/run-pass/drop-trait-generic.rs index 9a93873f53865..a7140745790eb 100644 --- a/src/test/run-pass/drop-trait-generic.rs +++ b/src/test/run-pass/drop-trait-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-trait.rs b/src/test/run-pass/drop-trait.rs index 8cbfee6c78d30..5b3ee31cb33fc 100644 --- a/src/test/run-pass/drop-trait.rs +++ b/src/test/run-pass/drop-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-uninhabited-enum.rs b/src/test/run-pass/drop-uninhabited-enum.rs index f8c54fbab8a4e..3762d02bf826c 100644 --- a/src/test/run-pass/drop-uninhabited-enum.rs +++ b/src/test/run-pass/drop-uninhabited-enum.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-with-type-ascription-1.rs b/src/test/run-pass/drop-with-type-ascription-1.rs index 8c0c0afa94ba7..2df9b69e27c74 100644 --- a/src/test/run-pass/drop-with-type-ascription-1.rs +++ b/src/test/run-pass/drop-with-type-ascription-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/drop-with-type-ascription-2.rs b/src/test/run-pass/drop-with-type-ascription-2.rs index f55f47bbc59de..e36ac8c456056 100644 --- a/src/test/run-pass/drop-with-type-ascription-2.rs +++ b/src/test/run-pass/drop-with-type-ascription-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-coercions.rs b/src/test/run-pass/dst-coercions.rs index dbad546ce1ae3..d32579faac5c7 100644 --- a/src/test/run-pass/dst-coercions.rs +++ b/src/test/run-pass/dst-coercions.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-deref-mut.rs b/src/test/run-pass/dst-deref-mut.rs index 909f7f4897a6a..f21926846f40f 100644 --- a/src/test/run-pass/dst-deref-mut.rs +++ b/src/test/run-pass/dst-deref-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-deref.rs b/src/test/run-pass/dst-deref.rs index ad4456b5b592d..d784c57ee6281 100644 --- a/src/test/run-pass/dst-deref.rs +++ b/src/test/run-pass/dst-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-index.rs b/src/test/run-pass/dst-index.rs index dfb28fc9344d9..2206704dd2dc7 100644 --- a/src/test/run-pass/dst-index.rs +++ b/src/test/run-pass/dst-index.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-raw.rs b/src/test/run-pass/dst-raw.rs index d3d2e3581aaf7..5a5c9cd6c501f 100644 --- a/src/test/run-pass/dst-raw.rs +++ b/src/test/run-pass/dst-raw.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-struct-sole.rs b/src/test/run-pass/dst-struct-sole.rs index c7f37da157f4c..90e76feaa9e47 100644 --- a/src/test/run-pass/dst-struct-sole.rs +++ b/src/test/run-pass/dst-struct-sole.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-struct.rs b/src/test/run-pass/dst-struct.rs index b2092e745a116..d0e43ddfd495f 100644 --- a/src/test/run-pass/dst-struct.rs +++ b/src/test/run-pass/dst-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dst-trait.rs b/src/test/run-pass/dst-trait.rs index 627d197879d26..c10a747b7a452 100644 --- a/src/test/run-pass/dst-trait.rs +++ b/src/test/run-pass/dst-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/dupe-first-attr.rc b/src/test/run-pass/dupe-first-attr.rc index 30d6b934fa277..d0c9816b2d713 100644 --- a/src/test/run-pass/dupe-first-attr.rc +++ b/src/test/run-pass/dupe-first-attr.rc @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/duplicated-external-mods.rs b/src/test/run-pass/duplicated-external-mods.rs index 65e2b178abf70..0df98d50923e2 100644 --- a/src/test/run-pass/duplicated-external-mods.rs +++ b/src/test/run-pass/duplicated-external-mods.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/early-ret-binop-add.rs b/src/test/run-pass/early-ret-binop-add.rs index b9efdeb3bedf5..1fac1bf27d9a8 100644 --- a/src/test/run-pass/early-ret-binop-add.rs +++ b/src/test/run-pass/early-ret-binop-add.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/early-vtbl-resolution.rs b/src/test/run-pass/early-vtbl-resolution.rs index 70030c66ca2aa..35bb5152d9b31 100644 --- a/src/test/run-pass/early-vtbl-resolution.rs +++ b/src/test/run-pass/early-vtbl-resolution.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/else-if.rs b/src/test/run-pass/else-if.rs index 63f32ae702b17..fbb20206ad9d8 100644 --- a/src/test/run-pass/else-if.rs +++ b/src/test/run-pass/else-if.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/empty-allocation-non-null.rs b/src/test/run-pass/empty-allocation-non-null.rs index 269e0ee6ce425..cd7dae952287e 100644 --- a/src/test/run-pass/empty-allocation-non-null.rs +++ b/src/test/run-pass/empty-allocation-non-null.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/empty-allocation-rvalue-non-null.rs b/src/test/run-pass/empty-allocation-rvalue-non-null.rs index e95d58c706b27..260dd949a7238 100644 --- a/src/test/run-pass/empty-allocation-rvalue-non-null.rs +++ b/src/test/run-pass/empty-allocation-rvalue-non-null.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/empty-mutable-vec.rs b/src/test/run-pass/empty-mutable-vec.rs index 42a1e563285c5..ca37e863cb45e 100644 --- a/src/test/run-pass/empty-mutable-vec.rs +++ b/src/test/run-pass/empty-mutable-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/empty-tag.rs b/src/test/run-pass/empty-tag.rs index d920174644085..769de79095f8a 100644 --- a/src/test/run-pass/empty-tag.rs +++ b/src/test/run-pass/empty-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-alignment.rs b/src/test/run-pass/enum-alignment.rs index 27560986e0253..9140a9419e77b 100644 --- a/src/test/run-pass/enum-alignment.rs +++ b/src/test/run-pass/enum-alignment.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-clike-ffi-as-int.rs b/src/test/run-pass/enum-clike-ffi-as-int.rs index 1cbcaac379f09..1282d32173e6c 100644 --- a/src/test/run-pass/enum-clike-ffi-as-int.rs +++ b/src/test/run-pass/enum-clike-ffi-as-int.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-discr.rs b/src/test/run-pass/enum-discr.rs index 97997bec2616a..a6539b5386251 100644 --- a/src/test/run-pass/enum-discr.rs +++ b/src/test/run-pass/enum-discr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-discrim-autosizing.rs b/src/test/run-pass/enum-discrim-autosizing.rs index ef34115739dd4..e692a8735e89f 100644 --- a/src/test/run-pass/enum-discrim-autosizing.rs +++ b/src/test/run-pass/enum-discrim-autosizing.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-discrim-manual-sizing.rs b/src/test/run-pass/enum-discrim-manual-sizing.rs index 16eaac082abac..15df19c74f839 100644 --- a/src/test/run-pass/enum-discrim-manual-sizing.rs +++ b/src/test/run-pass/enum-discrim-manual-sizing.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-discrim-range-overflow.rs b/src/test/run-pass/enum-discrim-range-overflow.rs index b45040f6a1c53..77a8a45b859d4 100644 --- a/src/test/run-pass/enum-discrim-range-overflow.rs +++ b/src/test/run-pass/enum-discrim-range-overflow.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-discrim-width-stuff.rs b/src/test/run-pass/enum-discrim-width-stuff.rs index 73559af79de0a..a035a66bac9c5 100644 --- a/src/test/run-pass/enum-discrim-width-stuff.rs +++ b/src/test/run-pass/enum-discrim-width-stuff.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-disr-val-pretty.rs b/src/test/run-pass/enum-disr-val-pretty.rs index a4bd361f1828e..c1f54c40dae5d 100644 --- a/src/test/run-pass/enum-disr-val-pretty.rs +++ b/src/test/run-pass/enum-disr-val-pretty.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-export-inheritance.rs b/src/test/run-pass/enum-export-inheritance.rs index 6330d6196a361..070c5af6f7098 100644 --- a/src/test/run-pass/enum-export-inheritance.rs +++ b/src/test/run-pass/enum-export-inheritance.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-null-pointer-opt.rs b/src/test/run-pass/enum-null-pointer-opt.rs index 797c26556aaa1..c510ef75c54fb 100644 --- a/src/test/run-pass/enum-null-pointer-opt.rs +++ b/src/test/run-pass/enum-null-pointer-opt.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-nullable-const-null-with-fields.rs b/src/test/run-pass/enum-nullable-const-null-with-fields.rs index 4b839d740fc7a..e519b1d350d00 100644 --- a/src/test/run-pass/enum-nullable-const-null-with-fields.rs +++ b/src/test/run-pass/enum-nullable-const-null-with-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-nullable-simplifycfg-misopt.rs b/src/test/run-pass/enum-nullable-simplifycfg-misopt.rs index 817136572024b..abaed0c7043ac 100644 --- a/src/test/run-pass/enum-nullable-simplifycfg-misopt.rs +++ b/src/test/run-pass/enum-nullable-simplifycfg-misopt.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-size-variance.rs b/src/test/run-pass/enum-size-variance.rs index 39ab8316958a6..ba852d2623cbe 100644 --- a/src/test/run-pass/enum-size-variance.rs +++ b/src/test/run-pass/enum-size-variance.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-variants.rs b/src/test/run-pass/enum-variants.rs index 4a3a1156698aa..0e1eefa065877 100644 --- a/src/test/run-pass/enum-variants.rs +++ b/src/test/run-pass/enum-variants.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/enum-vec-initializer.rs b/src/test/run-pass/enum-vec-initializer.rs index d436916c27967..14b99ddf94bd0 100644 --- a/src/test/run-pass/enum-vec-initializer.rs +++ b/src/test/run-pass/enum-vec-initializer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/eq-multidispatch.rs b/src/test/run-pass/eq-multidispatch.rs index 2dcf6bf6d0907..16296e68995fa 100644 --- a/src/test/run-pass/eq-multidispatch.rs +++ b/src/test/run-pass/eq-multidispatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/estr-slice.rs b/src/test/run-pass/estr-slice.rs index 5364cdc627f50..ee7c85b298382 100644 --- a/src/test/run-pass/estr-slice.rs +++ b/src/test/run-pass/estr-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/estr-uniq.rs b/src/test/run-pass/estr-uniq.rs index b562558822cd1..44cfa2bb8706e 100644 --- a/src/test/run-pass/estr-uniq.rs +++ b/src/test/run-pass/estr-uniq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/evec-internal.rs b/src/test/run-pass/evec-internal.rs index 28b5f781b5cfd..7fb73a4f4dd77 100644 --- a/src/test/run-pass/evec-internal.rs +++ b/src/test/run-pass/evec-internal.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/evec-slice.rs b/src/test/run-pass/evec-slice.rs index 734ac3066534e..0c58c0736e2d2 100644 --- a/src/test/run-pass/evec-slice.rs +++ b/src/test/run-pass/evec-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/exec-env.rs b/src/test/run-pass/exec-env.rs index 8775cb6da2ed2..79c4076673ea7 100644 --- a/src/test/run-pass/exec-env.rs +++ b/src/test/run-pass/exec-env.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/explicit-i-suffix.rs b/src/test/run-pass/explicit-i-suffix.rs index 45cfee76fb82e..2a4b75db924f2 100644 --- a/src/test/run-pass/explicit-i-suffix.rs +++ b/src/test/run-pass/explicit-i-suffix.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/explicit-self-closures.rs b/src/test/run-pass/explicit-self-closures.rs index c7e5681c0c1db..f76689b1b610a 100644 --- a/src/test/run-pass/explicit-self-closures.rs +++ b/src/test/run-pass/explicit-self-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/explicit-self-generic.rs b/src/test/run-pass/explicit-self-generic.rs index a2aaaa235e429..bf090bb914761 100644 --- a/src/test/run-pass/explicit-self-generic.rs +++ b/src/test/run-pass/explicit-self-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/explicit-self-objects-uniq.rs b/src/test/run-pass/explicit-self-objects-uniq.rs index 501ba01b4ce1c..0cb1ca5bfda01 100644 --- a/src/test/run-pass/explicit-self-objects-uniq.rs +++ b/src/test/run-pass/explicit-self-objects-uniq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/explicit-self.rs b/src/test/run-pass/explicit-self.rs index e5d8ec3f8ad0d..8cb64ca46f93d 100644 --- a/src/test/run-pass/explicit-self.rs +++ b/src/test/run-pass/explicit-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/explicit_self_xcrate_exe.rs b/src/test/run-pass/explicit_self_xcrate_exe.rs index ee74fc0b0a326..863dcddeab1bd 100644 --- a/src/test/run-pass/explicit_self_xcrate_exe.rs +++ b/src/test/run-pass/explicit_self_xcrate_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/exponential-notation.rs b/src/test/run-pass/exponential-notation.rs index 1fb434f7d7619..144175582e11d 100644 --- a/src/test/run-pass/exponential-notation.rs +++ b/src/test/run-pass/exponential-notation.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/export-abstract-tag.rs b/src/test/run-pass/export-abstract-tag.rs index 983ebbee9872f..ae9560fb03405 100644 --- a/src/test/run-pass/export-abstract-tag.rs +++ b/src/test/run-pass/export-abstract-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/export-glob-imports-target.rs b/src/test/run-pass/export-glob-imports-target.rs index da0a3e9e107e6..3f88c6877cc57 100644 --- a/src/test/run-pass/export-glob-imports-target.rs +++ b/src/test/run-pass/export-glob-imports-target.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/export-multi.rs b/src/test/run-pass/export-multi.rs index 2e44bf5be5bc6..4df65909091b8 100644 --- a/src/test/run-pass/export-multi.rs +++ b/src/test/run-pass/export-multi.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/export-non-interference.rs b/src/test/run-pass/export-non-interference.rs index 94652e30fe64f..e4a6a5cb4dc7d 100644 --- a/src/test/run-pass/export-non-interference.rs +++ b/src/test/run-pass/export-non-interference.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/export-non-interference2.rs b/src/test/run-pass/export-non-interference2.rs index 0b9b8fbcfd33a..ed8ef5fb72b84 100644 --- a/src/test/run-pass/export-non-interference2.rs +++ b/src/test/run-pass/export-non-interference2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/export-non-interference3.rs b/src/test/run-pass/export-non-interference3.rs index 091c389840ac0..a9a71595c450c 100644 --- a/src/test/run-pass/export-non-interference3.rs +++ b/src/test/run-pass/export-non-interference3.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/export-tag-variant.rs b/src/test/run-pass/export-tag-variant.rs index 01fcf02ec12f6..00ddb1703a67c 100644 --- a/src/test/run-pass/export-tag-variant.rs +++ b/src/test/run-pass/export-tag-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/export-unexported-dep.rs b/src/test/run-pass/export-unexported-dep.rs index 48e9d9dea22cd..4e58c7f495649 100644 --- a/src/test/run-pass/export-unexported-dep.rs +++ b/src/test/run-pass/export-unexported-dep.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block-fn.rs b/src/test/run-pass/expr-block-fn.rs index ed246e2cb7d7b..c9e0f7818e636 100644 --- a/src/test/run-pass/expr-block-fn.rs +++ b/src/test/run-pass/expr-block-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block-generic-unique1.rs b/src/test/run-pass/expr-block-generic-unique1.rs index 1654c87c6a484..e03d6cdc2ad12 100644 --- a/src/test/run-pass/expr-block-generic-unique1.rs +++ b/src/test/run-pass/expr-block-generic-unique1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block-generic-unique2.rs b/src/test/run-pass/expr-block-generic-unique2.rs index e41ce37cc3a1d..e5864bd03eb5f 100644 --- a/src/test/run-pass/expr-block-generic-unique2.rs +++ b/src/test/run-pass/expr-block-generic-unique2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block-generic.rs b/src/test/run-pass/expr-block-generic.rs index 91b847d47cbcc..659669fa5f28c 100644 --- a/src/test/run-pass/expr-block-generic.rs +++ b/src/test/run-pass/expr-block-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block-slot.rs b/src/test/run-pass/expr-block-slot.rs index cfb764e85f8d3..b9421e2d4fd41 100644 --- a/src/test/run-pass/expr-block-slot.rs +++ b/src/test/run-pass/expr-block-slot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block-unique.rs b/src/test/run-pass/expr-block-unique.rs index d934ce677d121..6626cf9273e01 100644 --- a/src/test/run-pass/expr-block-unique.rs +++ b/src/test/run-pass/expr-block-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-block.rs b/src/test/run-pass/expr-block.rs index 7af9e790504df..5cd75e3172aa4 100644 --- a/src/test/run-pass/expr-block.rs +++ b/src/test/run-pass/expr-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-copy.rs b/src/test/run-pass/expr-copy.rs index 6e9ba4f8f41f1..ae7f6d70fdec7 100644 --- a/src/test/run-pass/expr-copy.rs +++ b/src/test/run-pass/expr-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-empty-ret.rs b/src/test/run-pass/expr-empty-ret.rs index 7b08251967e32..0468416316df9 100644 --- a/src/test/run-pass/expr-empty-ret.rs +++ b/src/test/run-pass/expr-empty-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-fn.rs b/src/test/run-pass/expr-fn.rs index 8172c16abf2a6..91744f6d5f3af 100644 --- a/src/test/run-pass/expr-fn.rs +++ b/src/test/run-pass/expr-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-if-generic.rs b/src/test/run-pass/expr-if-generic.rs index fb2a120e6f4a1..dd12a9f05109d 100644 --- a/src/test/run-pass/expr-if-generic.rs +++ b/src/test/run-pass/expr-if-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-if-panic-all.rs b/src/test/run-pass/expr-if-panic-all.rs index 0dd7ddc3f846a..a9debdca568fc 100644 --- a/src/test/run-pass/expr-if-panic-all.rs +++ b/src/test/run-pass/expr-if-panic-all.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-if-panic.rs b/src/test/run-pass/expr-if-panic.rs index aa4240c60f1df..823bf2c49fae1 100644 --- a/src/test/run-pass/expr-if-panic.rs +++ b/src/test/run-pass/expr-if-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-if-struct.rs b/src/test/run-pass/expr-if-struct.rs index 62994068a9e14..3e2957d973a9e 100644 --- a/src/test/run-pass/expr-if-struct.rs +++ b/src/test/run-pass/expr-if-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-if-unique.rs b/src/test/run-pass/expr-if-unique.rs index 5294d05401c89..b15dea41cb05b 100644 --- a/src/test/run-pass/expr-if-unique.rs +++ b/src/test/run-pass/expr-if-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-if.rs b/src/test/run-pass/expr-if.rs index 23446b3f650c5..afb5ca1763060 100644 --- a/src/test/run-pass/expr-if.rs +++ b/src/test/run-pass/expr-if.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-generic-unique1.rs b/src/test/run-pass/expr-match-generic-unique1.rs index 9de1379f480f1..ad6bc7d79758b 100644 --- a/src/test/run-pass/expr-match-generic-unique1.rs +++ b/src/test/run-pass/expr-match-generic-unique1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-generic-unique2.rs b/src/test/run-pass/expr-match-generic-unique2.rs index 489cd8437d21f..df7feb4648498 100644 --- a/src/test/run-pass/expr-match-generic-unique2.rs +++ b/src/test/run-pass/expr-match-generic-unique2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-generic.rs b/src/test/run-pass/expr-match-generic.rs index 8e66827e0198f..106e2762cf639 100644 --- a/src/test/run-pass/expr-match-generic.rs +++ b/src/test/run-pass/expr-match-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-panic-all.rs b/src/test/run-pass/expr-match-panic-all.rs index 3b33c18bbbd59..916ed25a5c805 100644 --- a/src/test/run-pass/expr-match-panic-all.rs +++ b/src/test/run-pass/expr-match-panic-all.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-panic.rs b/src/test/run-pass/expr-match-panic.rs index d8ee21dfdc6b9..85f463a3164f4 100644 --- a/src/test/run-pass/expr-match-panic.rs +++ b/src/test/run-pass/expr-match-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-struct.rs b/src/test/run-pass/expr-match-struct.rs index 8512cf63cdddd..c0c8020dc4351 100644 --- a/src/test/run-pass/expr-match-struct.rs +++ b/src/test/run-pass/expr-match-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match-unique.rs b/src/test/run-pass/expr-match-unique.rs index 7958f4927daf8..19d5e33124827 100644 --- a/src/test/run-pass/expr-match-unique.rs +++ b/src/test/run-pass/expr-match-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-match.rs b/src/test/run-pass/expr-match.rs index b8996de41999c..7bad901e9bdf6 100644 --- a/src/test/run-pass/expr-match.rs +++ b/src/test/run-pass/expr-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/expr-scope.rs b/src/test/run-pass/expr-scope.rs index 324ff59dcb8f0..536182a9cedfc 100644 --- a/src/test/run-pass/expr-scope.rs +++ b/src/test/run-pass/expr-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/ext-expand-inner-exprs.rs b/src/test/run-pass/ext-expand-inner-exprs.rs index d204f808e4471..b0080f06a5579 100644 --- a/src/test/run-pass/ext-expand-inner-exprs.rs +++ b/src/test/run-pass/ext-expand-inner-exprs.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/exterior.rs b/src/test/run-pass/exterior.rs index 2ca5f430a2a37..ddbb755da2f67 100644 --- a/src/test/run-pass/exterior.rs +++ b/src/test/run-pass/exterior.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-1.rs b/src/test/run-pass/extern-1.rs index e4b9b9dfa1686..14dc5b8f3fad4 100644 --- a/src/test/run-pass/extern-1.rs +++ b/src/test/run-pass/extern-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-call-deep.rs b/src/test/run-pass/extern-call-deep.rs index 93a5752d004aa..88b0381b5e386 100644 --- a/src/test/run-pass/extern-call-deep.rs +++ b/src/test/run-pass/extern-call-deep.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-call-deep2.rs b/src/test/run-pass/extern-call-deep2.rs index 3c4c1da52ea95..0affb967cdb2e 100644 --- a/src/test/run-pass/extern-call-deep2.rs +++ b/src/test/run-pass/extern-call-deep2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-call-direct.rs b/src/test/run-pass/extern-call-direct.rs index 34d2b577f202c..43f7848cfd7a0 100644 --- a/src/test/run-pass/extern-call-direct.rs +++ b/src/test/run-pass/extern-call-direct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-call-indirect.rs b/src/test/run-pass/extern-call-indirect.rs index 52697d96b32d9..9d263a8cd2a14 100644 --- a/src/test/run-pass/extern-call-indirect.rs +++ b/src/test/run-pass/extern-call-indirect.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-call-scrub.rs b/src/test/run-pass/extern-call-scrub.rs index 0dca7514dc5cf..f5e5028edc7a0 100644 --- a/src/test/run-pass/extern-call-scrub.rs +++ b/src/test/run-pass/extern-call-scrub.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-calling-convention-test.rs b/src/test/run-pass/extern-calling-convention-test.rs index bdb1326aa15c0..55549110e6b57 100644 --- a/src/test/run-pass/extern-calling-convention-test.rs +++ b/src/test/run-pass/extern-calling-convention-test.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-compare-with-return-type.rs b/src/test/run-pass/extern-compare-with-return-type.rs index 3febff18704de..f027f8c196fe9 100644 --- a/src/test/run-pass/extern-compare-with-return-type.rs +++ b/src/test/run-pass/extern-compare-with-return-type.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-crosscrate.rs b/src/test/run-pass/extern-crosscrate.rs index 18e20332adc91..847e9be5414d3 100644 --- a/src/test/run-pass/extern-crosscrate.rs +++ b/src/test/run-pass/extern-crosscrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-foreign-crate.rs b/src/test/run-pass/extern-foreign-crate.rs index 59ee9a14e2eac..5127e8ca9b141 100644 --- a/src/test/run-pass/extern-foreign-crate.rs +++ b/src/test/run-pass/extern-foreign-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-mod-abi.rs b/src/test/run-pass/extern-mod-abi.rs index 84fd1b40bf7a5..622394d00063c 100644 --- a/src/test/run-pass/extern-mod-abi.rs +++ b/src/test/run-pass/extern-mod-abi.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-mod-ordering-exe.rs b/src/test/run-pass/extern-mod-ordering-exe.rs index d6c6389fdb63b..81939229e9016 100644 --- a/src/test/run-pass/extern-mod-ordering-exe.rs +++ b/src/test/run-pass/extern-mod-ordering-exe.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-mod-syntax.rs b/src/test/run-pass/extern-mod-syntax.rs index 3e430b6e72881..912b2f9fc039f 100644 --- a/src/test/run-pass/extern-mod-syntax.rs +++ b/src/test/run-pass/extern-mod-syntax.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/extern-pass-TwoU16s.rs b/src/test/run-pass/extern-pass-TwoU16s.rs index a38fe6d6d5059..2606992a66105 100644 --- a/src/test/run-pass/extern-pass-TwoU16s.rs +++ b/src/test/run-pass/extern-pass-TwoU16s.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-TwoU32s.rs b/src/test/run-pass/extern-pass-TwoU32s.rs index 30b035d56b659..524ab8add3929 100644 --- a/src/test/run-pass/extern-pass-TwoU32s.rs +++ b/src/test/run-pass/extern-pass-TwoU32s.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-TwoU64s.rs b/src/test/run-pass/extern-pass-TwoU64s.rs index 8ca05f09a9c9a..54e1ce68bb9cb 100644 --- a/src/test/run-pass/extern-pass-TwoU64s.rs +++ b/src/test/run-pass/extern-pass-TwoU64s.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-TwoU8s.rs b/src/test/run-pass/extern-pass-TwoU8s.rs index 42a1ce788707e..7c174bb29482d 100644 --- a/src/test/run-pass/extern-pass-TwoU8s.rs +++ b/src/test/run-pass/extern-pass-TwoU8s.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-char.rs b/src/test/run-pass/extern-pass-char.rs index 49c3bf62dbc85..572d9a27998d9 100644 --- a/src/test/run-pass/extern-pass-char.rs +++ b/src/test/run-pass/extern-pass-char.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-double.rs b/src/test/run-pass/extern-pass-double.rs index c33c9ee3027f7..0f6dc17d02cff 100644 --- a/src/test/run-pass/extern-pass-double.rs +++ b/src/test/run-pass/extern-pass-double.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-empty.rs b/src/test/run-pass/extern-pass-empty.rs index 272dfc98148ca..8eeaa52a1eece 100644 --- a/src/test/run-pass/extern-pass-empty.rs +++ b/src/test/run-pass/extern-pass-empty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-u32.rs b/src/test/run-pass/extern-pass-u32.rs index 07c04af8e1bfd..a0877a107a206 100644 --- a/src/test/run-pass/extern-pass-u32.rs +++ b/src/test/run-pass/extern-pass-u32.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pass-u64.rs b/src/test/run-pass/extern-pass-u64.rs index e19c73ebe2054..4f9c4a62580f9 100644 --- a/src/test/run-pass/extern-pass-u64.rs +++ b/src/test/run-pass/extern-pass-u64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-pub.rs b/src/test/run-pass/extern-pub.rs index cefc266b5c764..85f829af88c6a 100644 --- a/src/test/run-pass/extern-pub.rs +++ b/src/test/run-pass/extern-pub.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-return-TwoU16s.rs b/src/test/run-pass/extern-return-TwoU16s.rs index ca9767307f42e..865c98785ee6b 100644 --- a/src/test/run-pass/extern-return-TwoU16s.rs +++ b/src/test/run-pass/extern-return-TwoU16s.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-return-TwoU32s.rs b/src/test/run-pass/extern-return-TwoU32s.rs index 8d650459daa8d..73c7e6110da4b 100644 --- a/src/test/run-pass/extern-return-TwoU32s.rs +++ b/src/test/run-pass/extern-return-TwoU32s.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-return-TwoU64s.rs b/src/test/run-pass/extern-return-TwoU64s.rs index 924aaf811f44a..6e0a750fc86da 100644 --- a/src/test/run-pass/extern-return-TwoU64s.rs +++ b/src/test/run-pass/extern-return-TwoU64s.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-return-TwoU8s.rs b/src/test/run-pass/extern-return-TwoU8s.rs index 1dbce403cc8a1..c04c9707b355a 100644 --- a/src/test/run-pass/extern-return-TwoU8s.rs +++ b/src/test/run-pass/extern-return-TwoU8s.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-stress.rs b/src/test/run-pass/extern-stress.rs index c3e04177cce7d..18b75950d2832 100644 --- a/src/test/run-pass/extern-stress.rs +++ b/src/test/run-pass/extern-stress.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-take-value.rs b/src/test/run-pass/extern-take-value.rs index 1934ef8024fd4..4194667a1eca2 100644 --- a/src/test/run-pass/extern-take-value.rs +++ b/src/test/run-pass/extern-take-value.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extern-yield.rs b/src/test/run-pass/extern-yield.rs index f5e91b9de67a9..dc6e310d0336d 100644 --- a/src/test/run-pass/extern-yield.rs +++ b/src/test/run-pass/extern-yield.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/extoption_env-not-defined.rs b/src/test/run-pass/extoption_env-not-defined.rs index 891133c78d477..74a5ea77650cd 100644 --- a/src/test/run-pass/extoption_env-not-defined.rs +++ b/src/test/run-pass/extoption_env-not-defined.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/fact.rs b/src/test/run-pass/fact.rs index 172ec2f09050c..691d480f3c017 100644 --- a/src/test/run-pass/fact.rs +++ b/src/test/run-pass/fact.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fat-arrow-match.rs b/src/test/run-pass/fat-arrow-match.rs index 929d1c8e63d62..706e6e5bab4bf 100644 --- a/src/test/run-pass/fat-arrow-match.rs +++ b/src/test/run-pass/fat-arrow-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/field-destruction-order.rs b/src/test/run-pass/field-destruction-order.rs index 1d4c08f0bb5de..b01833309b8e7 100644 --- a/src/test/run-pass/field-destruction-order.rs +++ b/src/test/run-pass/field-destruction-order.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/filter-block-view-items.rs b/src/test/run-pass/filter-block-view-items.rs index 37f7d84aaf1e4..60ecfb60876c0 100644 --- a/src/test/run-pass/filter-block-view-items.rs +++ b/src/test/run-pass/filter-block-view-items.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/fixed_length_copy.rs b/src/test/run-pass/fixed_length_copy.rs index dc34cec7fa2b0..a03b0ed6a6eec 100644 --- a/src/test/run-pass/fixed_length_copy.rs +++ b/src/test/run-pass/fixed_length_copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fixup-deref-mut.rs b/src/test/run-pass/fixup-deref-mut.rs index a673a67089a3a..e00594cedf900 100644 --- a/src/test/run-pass/fixup-deref-mut.rs +++ b/src/test/run-pass/fixup-deref-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/float-literal-inference.rs b/src/test/run-pass/float-literal-inference.rs index b7c2c8d4953cb..048ce85e9c866 100644 --- a/src/test/run-pass/float-literal-inference.rs +++ b/src/test/run-pass/float-literal-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/float-nan.rs b/src/test/run-pass/float-nan.rs index 4d9f7d507f0a5..949a8e65fb29e 100644 --- a/src/test/run-pass/float-nan.rs +++ b/src/test/run-pass/float-nan.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/float-signature.rs b/src/test/run-pass/float-signature.rs index 08daf1bd80e42..a2d15f49a8ff6 100644 --- a/src/test/run-pass/float-signature.rs +++ b/src/test/run-pass/float-signature.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/float.rs b/src/test/run-pass/float.rs index 22d54162c430c..ef3d65f2e8007 100644 --- a/src/test/run-pass/float.rs +++ b/src/test/run-pass/float.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/float2.rs b/src/test/run-pass/float2.rs index 9c75979628f3c..7accf61d9fb68 100644 --- a/src/test/run-pass/float2.rs +++ b/src/test/run-pass/float2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/floatlits.rs b/src/test/run-pass/floatlits.rs index 09df423d2dadc..cb3b5610ac411 100644 --- a/src/test/run-pass/floatlits.rs +++ b/src/test/run-pass/floatlits.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-abi.rs b/src/test/run-pass/fn-abi.rs index 0bbd5ecdc3f5c..e5fecbd185c5f 100644 --- a/src/test/run-pass/fn-abi.rs +++ b/src/test/run-pass/fn-abi.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-bare-assign.rs b/src/test/run-pass/fn-bare-assign.rs index fd8721e29e9b8..0ce1b7ce8c144 100644 --- a/src/test/run-pass/fn-bare-assign.rs +++ b/src/test/run-pass/fn-bare-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-bare-coerce-to-block.rs b/src/test/run-pass/fn-bare-coerce-to-block.rs index 09508b9b13629..f9de871c3f7c3 100644 --- a/src/test/run-pass/fn-bare-coerce-to-block.rs +++ b/src/test/run-pass/fn-bare-coerce-to-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-bare-item.rs b/src/test/run-pass/fn-bare-item.rs index 455b71aff877a..bd6d3ee6e4270 100644 --- a/src/test/run-pass/fn-bare-item.rs +++ b/src/test/run-pass/fn-bare-item.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-bare-size.rs b/src/test/run-pass/fn-bare-size.rs index cdde98331e2d0..fd81c1001d565 100644 --- a/src/test/run-pass/fn-bare-size.rs +++ b/src/test/run-pass/fn-bare-size.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-bare-spawn.rs b/src/test/run-pass/fn-bare-spawn.rs index 4fc2c69ceb34f..3259996b5c810 100644 --- a/src/test/run-pass/fn-bare-spawn.rs +++ b/src/test/run-pass/fn-bare-spawn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-coerce-field.rs b/src/test/run-pass/fn-coerce-field.rs index bf6926050ba96..5a53b121f77de 100644 --- a/src/test/run-pass/fn-coerce-field.rs +++ b/src/test/run-pass/fn-coerce-field.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-item-type-cast.rs b/src/test/run-pass/fn-item-type-cast.rs index bfd02f5e27b0c..f5009991f172c 100644 --- a/src/test/run-pass/fn-item-type-cast.rs +++ b/src/test/run-pass/fn-item-type-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-item-type-coerce.rs b/src/test/run-pass/fn-item-type-coerce.rs index 8427a0f444621..06593c098d5e6 100644 --- a/src/test/run-pass/fn-item-type-coerce.rs +++ b/src/test/run-pass/fn-item-type-coerce.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-lval.rs b/src/test/run-pass/fn-lval.rs index f21dbc6f987d2..6f93fb42b7123 100644 --- a/src/test/run-pass/fn-lval.rs +++ b/src/test/run-pass/fn-lval.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-pattern-expected-type-2.rs b/src/test/run-pass/fn-pattern-expected-type-2.rs index 8590c8b90b24e..892b6ecf6f280 100644 --- a/src/test/run-pass/fn-pattern-expected-type-2.rs +++ b/src/test/run-pass/fn-pattern-expected-type-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-pattern-expected-type.rs b/src/test/run-pass/fn-pattern-expected-type.rs index 24bf1f94d887b..221981e9e80f0 100644 --- a/src/test/run-pass/fn-pattern-expected-type.rs +++ b/src/test/run-pass/fn-pattern-expected-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fn-type-infer.rs b/src/test/run-pass/fn-type-infer.rs index ae22ff5cce035..eed389ffc5998 100644 --- a/src/test/run-pass/fn-type-infer.rs +++ b/src/test/run-pass/fn-type-infer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/for-destruct.rs b/src/test/run-pass/for-destruct.rs index 7cc8b22e061e4..0b9f5edf3d51d 100644 --- a/src/test/run-pass/for-destruct.rs +++ b/src/test/run-pass/for-destruct.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/for-loop-goofiness.rs b/src/test/run-pass/for-loop-goofiness.rs index 73f4cdd252e6f..d7f0d93e40d85 100644 --- a/src/test/run-pass/for-loop-goofiness.rs +++ b/src/test/run-pass/for-loop-goofiness.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/for-loop-panic.rs b/src/test/run-pass/for-loop-panic.rs index d157da3139fdb..33d2dcd28299f 100644 --- a/src/test/run-pass/for-loop-panic.rs +++ b/src/test/run-pass/for-loop-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-external-iterators-break.rs b/src/test/run-pass/foreach-external-iterators-break.rs index 5f7770e97a9cf..71710b7e93156 100644 --- a/src/test/run-pass/foreach-external-iterators-break.rs +++ b/src/test/run-pass/foreach-external-iterators-break.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-external-iterators-hashmap-break-restart.rs b/src/test/run-pass/foreach-external-iterators-hashmap-break-restart.rs index 4305ae956989e..6db95126f2d9a 100644 --- a/src/test/run-pass/foreach-external-iterators-hashmap-break-restart.rs +++ b/src/test/run-pass/foreach-external-iterators-hashmap-break-restart.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-external-iterators-hashmap.rs b/src/test/run-pass/foreach-external-iterators-hashmap.rs index ab20f9f977801..78b4a18ba0678 100644 --- a/src/test/run-pass/foreach-external-iterators-hashmap.rs +++ b/src/test/run-pass/foreach-external-iterators-hashmap.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-external-iterators-loop.rs b/src/test/run-pass/foreach-external-iterators-loop.rs index d8c6dd6a93dae..bb64dc021124a 100644 --- a/src/test/run-pass/foreach-external-iterators-loop.rs +++ b/src/test/run-pass/foreach-external-iterators-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-external-iterators-nested.rs b/src/test/run-pass/foreach-external-iterators-nested.rs index 20ea9c440a1fc..218dbb4782b40 100644 --- a/src/test/run-pass/foreach-external-iterators-nested.rs +++ b/src/test/run-pass/foreach-external-iterators-nested.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-external-iterators.rs b/src/test/run-pass/foreach-external-iterators.rs index 0ac642cc449af..b8d58a04e6f66 100644 --- a/src/test/run-pass/foreach-external-iterators.rs +++ b/src/test/run-pass/foreach-external-iterators.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-nested.rs b/src/test/run-pass/foreach-nested.rs index f6466994955e7..6561391d1c159 100644 --- a/src/test/run-pass/foreach-nested.rs +++ b/src/test/run-pass/foreach-nested.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-put-structured.rs b/src/test/run-pass/foreach-put-structured.rs index 029dddb7a2110..f5567c29de0c9 100644 --- a/src/test/run-pass/foreach-put-structured.rs +++ b/src/test/run-pass/foreach-put-structured.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreach-simple-outer-slot.rs b/src/test/run-pass/foreach-simple-outer-slot.rs index 9ccb2dd56cfdc..8a2f685f253fb 100644 --- a/src/test/run-pass/foreach-simple-outer-slot.rs +++ b/src/test/run-pass/foreach-simple-outer-slot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-call-no-runtime.rs b/src/test/run-pass/foreign-call-no-runtime.rs index c1df9d53ad440..f6ec6d3d20156 100644 --- a/src/test/run-pass/foreign-call-no-runtime.rs +++ b/src/test/run-pass/foreign-call-no-runtime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-dupe.rs b/src/test/run-pass/foreign-dupe.rs index 39c7d6dda0d0a..8e6495a567146 100644 --- a/src/test/run-pass/foreign-dupe.rs +++ b/src/test/run-pass/foreign-dupe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-fn-linkname.rs b/src/test/run-pass/foreign-fn-linkname.rs index dff1a1eaa0473..829b91eea7086 100644 --- a/src/test/run-pass/foreign-fn-linkname.rs +++ b/src/test/run-pass/foreign-fn-linkname.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-fn-with-byval.rs b/src/test/run-pass/foreign-fn-with-byval.rs index 5d6815fc3c7a4..634fb90f2f1d0 100644 --- a/src/test/run-pass/foreign-fn-with-byval.rs +++ b/src/test/run-pass/foreign-fn-with-byval.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-mod-src/inner.rs b/src/test/run-pass/foreign-mod-src/inner.rs index 2fd316ce3480b..cb84aa552dbee 100644 --- a/src/test/run-pass/foreign-mod-src/inner.rs +++ b/src/test/run-pass/foreign-mod-src/inner.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-mod-unused-const.rs b/src/test/run-pass/foreign-mod-unused-const.rs index e1ed0b8ea3b0c..8e107b31e1a09 100644 --- a/src/test/run-pass/foreign-mod-unused-const.rs +++ b/src/test/run-pass/foreign-mod-unused-const.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-no-abi.rs b/src/test/run-pass/foreign-no-abi.rs index 2af02feb21d77..0c48d1a5daacc 100644 --- a/src/test/run-pass/foreign-no-abi.rs +++ b/src/test/run-pass/foreign-no-abi.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-src/foreign.rs b/src/test/run-pass/foreign-src/foreign.rs index 2e07795ec27e3..a646d9bf4f004 100644 --- a/src/test/run-pass/foreign-src/foreign.rs +++ b/src/test/run-pass/foreign-src/foreign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign-struct.rs b/src/test/run-pass/foreign-struct.rs index e242071fb26bc..2eb3a8a0983c9 100644 --- a/src/test/run-pass/foreign-struct.rs +++ b/src/test/run-pass/foreign-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/foreign2.rs b/src/test/run-pass/foreign2.rs index ce2f895566439..7e5d979429744 100644 --- a/src/test/run-pass/foreign2.rs +++ b/src/test/run-pass/foreign2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/format-nan.rs b/src/test/run-pass/format-nan.rs index 1024bc21d2b0a..118b29242d03b 100644 --- a/src/test/run-pass/format-nan.rs +++ b/src/test/run-pass/format-nan.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/format-ref-cell.rs b/src/test/run-pass/format-ref-cell.rs index 2122759b3d3ee..3534f35d89697 100644 --- a/src/test/run-pass/format-ref-cell.rs +++ b/src/test/run-pass/format-ref-cell.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/fsu-moves-and-copies.rs b/src/test/run-pass/fsu-moves-and-copies.rs index 0f8d7c24360fb..e594b60d95153 100644 --- a/src/test/run-pass/fsu-moves-and-copies.rs +++ b/src/test/run-pass/fsu-moves-and-copies.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/fun-call-variants.rs b/src/test/run-pass/fun-call-variants.rs index 3955bedb168ae..82e6909cf5ae9 100644 --- a/src/test/run-pass/fun-call-variants.rs +++ b/src/test/run-pass/fun-call-variants.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/fun-indirect-call.rs b/src/test/run-pass/fun-indirect-call.rs index 4bff06f2a0382..7df7b34047d2a 100644 --- a/src/test/run-pass/fun-indirect-call.rs +++ b/src/test/run-pass/fun-indirect-call.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/func-arg-incomplete-pattern.rs b/src/test/run-pass/func-arg-incomplete-pattern.rs index b23d8db3cfdd5..bb79058f4e68f 100644 --- a/src/test/run-pass/func-arg-incomplete-pattern.rs +++ b/src/test/run-pass/func-arg-incomplete-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/func-arg-ref-pattern.rs b/src/test/run-pass/func-arg-ref-pattern.rs index 9e94bca96f7bd..db482e2769709 100644 --- a/src/test/run-pass/func-arg-ref-pattern.rs +++ b/src/test/run-pass/func-arg-ref-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/func-arg-wild-pattern.rs b/src/test/run-pass/func-arg-wild-pattern.rs index 97ba561baea39..7fef9a26769a5 100644 --- a/src/test/run-pass/func-arg-wild-pattern.rs +++ b/src/test/run-pass/func-arg-wild-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/functional-struct-upd.rs b/src/test/run-pass/functional-struct-upd.rs index 5f2ebc6cbed3e..6cf2d8b161682 100644 --- a/src/test/run-pass/functional-struct-upd.rs +++ b/src/test/run-pass/functional-struct-upd.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-alias-unique.rs b/src/test/run-pass/generic-alias-unique.rs index 34b7f15e4c6b1..59fbc5f2cbc33 100644 --- a/src/test/run-pass/generic-alias-unique.rs +++ b/src/test/run-pass/generic-alias-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-default-type-params-cross-crate.rs b/src/test/run-pass/generic-default-type-params-cross-crate.rs index ed8c6e73255bb..5e8564987e8f5 100644 --- a/src/test/run-pass/generic-default-type-params-cross-crate.rs +++ b/src/test/run-pass/generic-default-type-params-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-default-type-params.rs b/src/test/run-pass/generic-default-type-params.rs index 5ec478d39e34f..efe6af35b99ca 100644 --- a/src/test/run-pass/generic-default-type-params.rs +++ b/src/test/run-pass/generic-default-type-params.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-derived-type.rs b/src/test/run-pass/generic-derived-type.rs index 0db03b4674879..807fbb0f6fe30 100644 --- a/src/test/run-pass/generic-derived-type.rs +++ b/src/test/run-pass/generic-derived-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-exterior-unique.rs b/src/test/run-pass/generic-exterior-unique.rs index a2f7bdfd81709..940b1c01a9832 100644 --- a/src/test/run-pass/generic-exterior-unique.rs +++ b/src/test/run-pass/generic-exterior-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-extern-mangle.rs b/src/test/run-pass/generic-extern-mangle.rs index 6e3d19b05d4b1..e321231da5fae 100644 --- a/src/test/run-pass/generic-extern-mangle.rs +++ b/src/test/run-pass/generic-extern-mangle.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-fn-infer.rs b/src/test/run-pass/generic-fn-infer.rs index 2f88a54e3f5e0..c9c436f785b4c 100644 --- a/src/test/run-pass/generic-fn-infer.rs +++ b/src/test/run-pass/generic-fn-infer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-fn-twice.rs b/src/test/run-pass/generic-fn-twice.rs index 6b503e711e9d3..77b1f93aac119 100644 --- a/src/test/run-pass/generic-fn-twice.rs +++ b/src/test/run-pass/generic-fn-twice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-fn-unique.rs b/src/test/run-pass/generic-fn-unique.rs index be83cb04f2c37..f6dc3ce624748 100644 --- a/src/test/run-pass/generic-fn-unique.rs +++ b/src/test/run-pass/generic-fn-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-fn.rs b/src/test/run-pass/generic-fn.rs index a341bfe22eb91..7f04ac4c6c03a 100644 --- a/src/test/run-pass/generic-fn.rs +++ b/src/test/run-pass/generic-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-ivec-leak.rs b/src/test/run-pass/generic-ivec-leak.rs index 48b61bf745d4b..1a82bfa75298c 100644 --- a/src/test/run-pass/generic-ivec-leak.rs +++ b/src/test/run-pass/generic-ivec-leak.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-newtype-struct.rs b/src/test/run-pass/generic-newtype-struct.rs index f87e11cbb6147..ed8f03e4d0c92 100644 --- a/src/test/run-pass/generic-newtype-struct.rs +++ b/src/test/run-pass/generic-newtype-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-object.rs b/src/test/run-pass/generic-object.rs index 986b35cbecf96..39d720c676d5a 100644 --- a/src/test/run-pass/generic-object.rs +++ b/src/test/run-pass/generic-object.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-recursive-tag.rs b/src/test/run-pass/generic-recursive-tag.rs index 845375d9b840a..d0a7c5254a381 100644 --- a/src/test/run-pass/generic-recursive-tag.rs +++ b/src/test/run-pass/generic-recursive-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-static-methods.rs b/src/test/run-pass/generic-static-methods.rs index f992847e4e9f6..2e9ab8facb592 100644 --- a/src/test/run-pass/generic-static-methods.rs +++ b/src/test/run-pass/generic-static-methods.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-tag-corruption.rs b/src/test/run-pass/generic-tag-corruption.rs index e39957e2bf2ef..4300d4fb428fb 100644 --- a/src/test/run-pass/generic-tag-corruption.rs +++ b/src/test/run-pass/generic-tag-corruption.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-tag-local.rs b/src/test/run-pass/generic-tag-local.rs index cd8b13421c4de..aa79dbff4c86b 100644 --- a/src/test/run-pass/generic-tag-local.rs +++ b/src/test/run-pass/generic-tag-local.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-tag-match.rs b/src/test/run-pass/generic-tag-match.rs index 64eb4e4986916..58a0931dc5e06 100644 --- a/src/test/run-pass/generic-tag-match.rs +++ b/src/test/run-pass/generic-tag-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-tag-values.rs b/src/test/run-pass/generic-tag-values.rs index 6ed85588363d1..0608524b8835d 100644 --- a/src/test/run-pass/generic-tag-values.rs +++ b/src/test/run-pass/generic-tag-values.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-tag.rs b/src/test/run-pass/generic-tag.rs index b0d4944ba540b..5503b55e11e7e 100644 --- a/src/test/run-pass/generic-tag.rs +++ b/src/test/run-pass/generic-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-temporary.rs b/src/test/run-pass/generic-temporary.rs index 3db794d88f025..509d71e8fac56 100644 --- a/src/test/run-pass/generic-temporary.rs +++ b/src/test/run-pass/generic-temporary.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-tup.rs b/src/test/run-pass/generic-tup.rs index dc9a90f7025e3..d94616b9c0ce8 100644 --- a/src/test/run-pass/generic-tup.rs +++ b/src/test/run-pass/generic-tup.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-type-synonym.rs b/src/test/run-pass/generic-type-synonym.rs index a1cf581fe4a81..927a67d0f83db 100644 --- a/src/test/run-pass/generic-type-synonym.rs +++ b/src/test/run-pass/generic-type-synonym.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-type.rs b/src/test/run-pass/generic-type.rs index 0ff7cedc6c5f1..db0f9e5b96ed6 100644 --- a/src/test/run-pass/generic-type.rs +++ b/src/test/run-pass/generic-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/generic-unique.rs b/src/test/run-pass/generic-unique.rs index 1d39c47417c10..0c90cb99448aa 100644 --- a/src/test/run-pass/generic-unique.rs +++ b/src/test/run-pass/generic-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/getopts_ref.rs b/src/test/run-pass/getopts_ref.rs index a3df98afcb0c5..abc6388b87bdf 100644 --- a/src/test/run-pass/getopts_ref.rs +++ b/src/test/run-pass/getopts_ref.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/global-scope.rs b/src/test/run-pass/global-scope.rs index 618916e856907..ae07854eb995b 100644 --- a/src/test/run-pass/global-scope.rs +++ b/src/test/run-pass/global-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/guards-not-exhaustive.rs b/src/test/run-pass/guards-not-exhaustive.rs index b1bc40b662de1..5ef1cad2e2387 100644 --- a/src/test/run-pass/guards-not-exhaustive.rs +++ b/src/test/run-pass/guards-not-exhaustive.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/guards.rs b/src/test/run-pass/guards.rs index 0157423863c2a..e50efb4d949ed 100644 --- a/src/test/run-pass/guards.rs +++ b/src/test/run-pass/guards.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/hashmap-memory.rs b/src/test/run-pass/hashmap-memory.rs index 0e82ad437829f..8a4150131b374 100644 --- a/src/test/run-pass/hashmap-memory.rs +++ b/src/test/run-pass/hashmap-memory.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hello.rs b/src/test/run-pass/hello.rs index 61dcbb75b9ef9..6b5e24557f209 100644 --- a/src/test/run-pass/hello.rs +++ b/src/test/run-pass/hello.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-binder-levels-in-object-types.rs b/src/test/run-pass/hrtb-binder-levels-in-object-types.rs index 5a793f7065a41..2c4a98a9e8321 100644 --- a/src/test/run-pass/hrtb-binder-levels-in-object-types.rs +++ b/src/test/run-pass/hrtb-binder-levels-in-object-types.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-debruijn-object-types-in-closures.rs b/src/test/run-pass/hrtb-debruijn-object-types-in-closures.rs index 9e857a33245d1..3aeff3c4b80ff 100644 --- a/src/test/run-pass/hrtb-debruijn-object-types-in-closures.rs +++ b/src/test/run-pass/hrtb-debruijn-object-types-in-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-fn-like-trait-object.rs b/src/test/run-pass/hrtb-fn-like-trait-object.rs index c8992afe36ac7..da04a2f82e65b 100644 --- a/src/test/run-pass/hrtb-fn-like-trait-object.rs +++ b/src/test/run-pass/hrtb-fn-like-trait-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-fn-like-trait.rs b/src/test/run-pass/hrtb-fn-like-trait.rs index 4067b922cfd6b..3b9016a9aafda 100644 --- a/src/test/run-pass/hrtb-fn-like-trait.rs +++ b/src/test/run-pass/hrtb-fn-like-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-opt-in-copy.rs b/src/test/run-pass/hrtb-opt-in-copy.rs index 8eaf8427bfdec..1fb8fbd3144b6 100644 --- a/src/test/run-pass/hrtb-opt-in-copy.rs +++ b/src/test/run-pass/hrtb-opt-in-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-parse.rs b/src/test/run-pass/hrtb-parse.rs index 41b7c0fae0746..1e217008ef8db 100644 --- a/src/test/run-pass/hrtb-parse.rs +++ b/src/test/run-pass/hrtb-parse.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-precedence-of-plus-where-clause.rs b/src/test/run-pass/hrtb-precedence-of-plus-where-clause.rs index 88e6de6d3e6ff..fc96e723fd33e 100644 --- a/src/test/run-pass/hrtb-precedence-of-plus-where-clause.rs +++ b/src/test/run-pass/hrtb-precedence-of-plus-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-precedence-of-plus.rs b/src/test/run-pass/hrtb-precedence-of-plus.rs index 1d1e744ef0802..8799494e290cc 100644 --- a/src/test/run-pass/hrtb-precedence-of-plus.rs +++ b/src/test/run-pass/hrtb-precedence-of-plus.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-resolve-lifetime.rs b/src/test/run-pass/hrtb-resolve-lifetime.rs index 9b37b8e49ef3c..3117d039240a7 100644 --- a/src/test/run-pass/hrtb-resolve-lifetime.rs +++ b/src/test/run-pass/hrtb-resolve-lifetime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-trait-object-paren-notation.rs b/src/test/run-pass/hrtb-trait-object-paren-notation.rs index e17e0ae2189d3..7d117b24947f9 100644 --- a/src/test/run-pass/hrtb-trait-object-paren-notation.rs +++ b/src/test/run-pass/hrtb-trait-object-paren-notation.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-trait-object-passed-to-closure.rs b/src/test/run-pass/hrtb-trait-object-passed-to-closure.rs index c90c3643d4e54..1003b8eb78c0e 100644 --- a/src/test/run-pass/hrtb-trait-object-passed-to-closure.rs +++ b/src/test/run-pass/hrtb-trait-object-passed-to-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hrtb-unboxed-closure-trait.rs b/src/test/run-pass/hrtb-unboxed-closure-trait.rs index fea628177da41..1fc58511d876d 100644 --- a/src/test/run-pass/hrtb-unboxed-closure-trait.rs +++ b/src/test/run-pass/hrtb-unboxed-closure-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/html-literals.rs b/src/test/run-pass/html-literals.rs index 23970af957655..00164a3930c6a 100644 --- a/src/test/run-pass/html-literals.rs +++ b/src/test/run-pass/html-literals.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/huge-largest-array.rs b/src/test/run-pass/huge-largest-array.rs index 5083bd2320730..1b31c87648709 100644 --- a/src/test/run-pass/huge-largest-array.rs +++ b/src/test/run-pass/huge-largest-array.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hygiene-dodging-1.rs b/src/test/run-pass/hygiene-dodging-1.rs index eb81f82a146f7..5495ec4c6303e 100644 --- a/src/test/run-pass/hygiene-dodging-1.rs +++ b/src/test/run-pass/hygiene-dodging-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/hygienic-labels-in-let.rs b/src/test/run-pass/hygienic-labels-in-let.rs index 17c0299cf4dd7..39faac41ce517 100644 --- a/src/test/run-pass/hygienic-labels-in-let.rs +++ b/src/test/run-pass/hygienic-labels-in-let.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/hygienic-labels.rs b/src/test/run-pass/hygienic-labels.rs index e899a1adb794f..c1cff8f5cd9b2 100644 --- a/src/test/run-pass/hygienic-labels.rs +++ b/src/test/run-pass/hygienic-labels.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/i32-sub.rs b/src/test/run-pass/i32-sub.rs index e5451431adedf..2363c9832c13e 100644 --- a/src/test/run-pass/i32-sub.rs +++ b/src/test/run-pass/i32-sub.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/i8-incr.rs b/src/test/run-pass/i8-incr.rs index fbb4e446dd55e..9934f49f7fd00 100644 --- a/src/test/run-pass/i8-incr.rs +++ b/src/test/run-pass/i8-incr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/if-bot.rs b/src/test/run-pass/if-bot.rs index 44c834d233fe7..4dfe614e8c5e8 100644 --- a/src/test/run-pass/if-bot.rs +++ b/src/test/run-pass/if-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/if-check.rs b/src/test/run-pass/if-check.rs index 660a6147d08d4..1ce154c047b6b 100644 --- a/src/test/run-pass/if-check.rs +++ b/src/test/run-pass/if-check.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/if-let.rs b/src/test/run-pass/if-let.rs index 4dff2ea55f16a..fb3ca85f3186d 100644 --- a/src/test/run-pass/if-let.rs +++ b/src/test/run-pass/if-let.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/if-ret.rs b/src/test/run-pass/if-ret.rs index b589c083a9789..90d222385d81f 100644 --- a/src/test/run-pass/if-ret.rs +++ b/src/test/run-pass/if-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ifmt.rs b/src/test/run-pass/ifmt.rs index c22fb811a7b9e..32e782f2c0211 100644 --- a/src/test/run-pass/ifmt.rs +++ b/src/test/run-pass/ifmt.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/ignore-all-the-things.rs b/src/test/run-pass/ignore-all-the-things.rs index 1c87b6dad8970..07d03ac5d3d84 100644 --- a/src/test/run-pass/ignore-all-the-things.rs +++ b/src/test/run-pass/ignore-all-the-things.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/impl-implicit-trait.rs b/src/test/run-pass/impl-implicit-trait.rs index a33fc4f2e7402..977a83ca25a93 100644 --- a/src/test/run-pass/impl-implicit-trait.rs +++ b/src/test/run-pass/impl-implicit-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/impl-privacy-xc-1.rs b/src/test/run-pass/impl-privacy-xc-1.rs index d7e53f3c38ff7..00e4ee64b680d 100644 --- a/src/test/run-pass/impl-privacy-xc-1.rs +++ b/src/test/run-pass/impl-privacy-xc-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/impl-privacy-xc-2.rs b/src/test/run-pass/impl-privacy-xc-2.rs index 3ef4b43d079c8..d0a5b269a21ea 100644 --- a/src/test/run-pass/impl-privacy-xc-2.rs +++ b/src/test/run-pass/impl-privacy-xc-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/import-from.rs b/src/test/run-pass/import-from.rs index bbf914411fde4..7ba0166a78b7f 100644 --- a/src/test/run-pass/import-from.rs +++ b/src/test/run-pass/import-from.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import-glob-0.rs b/src/test/run-pass/import-glob-0.rs index a57b8de629eb5..7476d588038a8 100644 --- a/src/test/run-pass/import-glob-0.rs +++ b/src/test/run-pass/import-glob-0.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/import-glob-crate.rs b/src/test/run-pass/import-glob-crate.rs index 24d90741bbca4..d5c64148eea29 100644 --- a/src/test/run-pass/import-glob-crate.rs +++ b/src/test/run-pass/import-glob-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/import-in-block.rs b/src/test/run-pass/import-in-block.rs index 3c28354dedcad..3dacaecd70404 100644 --- a/src/test/run-pass/import-in-block.rs +++ b/src/test/run-pass/import-in-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/import-trailing-comma.rs b/src/test/run-pass/import-trailing-comma.rs index 42a90b3e39a4e..cc22c2b5bd857 100644 --- a/src/test/run-pass/import-trailing-comma.rs +++ b/src/test/run-pass/import-trailing-comma.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import.rs b/src/test/run-pass/import.rs index 3470b54ccbbbc..3d23365757412 100644 --- a/src/test/run-pass/import.rs +++ b/src/test/run-pass/import.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/import2.rs b/src/test/run-pass/import2.rs index d684c30aca1b8..2c9cf05088352 100644 --- a/src/test/run-pass/import2.rs +++ b/src/test/run-pass/import2.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import3.rs b/src/test/run-pass/import3.rs index 4a3358488d8a3..3b40b69b5578e 100644 --- a/src/test/run-pass/import3.rs +++ b/src/test/run-pass/import3.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import4.rs b/src/test/run-pass/import4.rs index 0639d7320896b..d561fa21c2bed 100644 --- a/src/test/run-pass/import4.rs +++ b/src/test/run-pass/import4.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import5.rs b/src/test/run-pass/import5.rs index 18cc1aa08482a..d0fc27d79dba6 100644 --- a/src/test/run-pass/import5.rs +++ b/src/test/run-pass/import5.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import6.rs b/src/test/run-pass/import6.rs index 802dfc1f2ed14..08fe6cb16e505 100644 --- a/src/test/run-pass/import6.rs +++ b/src/test/run-pass/import6.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import7.rs b/src/test/run-pass/import7.rs index 15e935c8f4f5f..21d0c88bb6678 100644 --- a/src/test/run-pass/import7.rs +++ b/src/test/run-pass/import7.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/import8.rs b/src/test/run-pass/import8.rs index 119107404d74d..932530f1edc31 100644 --- a/src/test/run-pass/import8.rs +++ b/src/test/run-pass/import8.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/inconsistent-lifetime-mismatch.rs b/src/test/run-pass/inconsistent-lifetime-mismatch.rs index b30583c666888..66034c1a22b02 100644 --- a/src/test/run-pass/inconsistent-lifetime-mismatch.rs +++ b/src/test/run-pass/inconsistent-lifetime-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/infer-fn-tail-expr.rs b/src/test/run-pass/infer-fn-tail-expr.rs index f240a5e6de55f..bea3f514ad6de 100644 --- a/src/test/run-pass/infer-fn-tail-expr.rs +++ b/src/test/run-pass/infer-fn-tail-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/inferred-suffix-in-pattern-range.rs b/src/test/run-pass/inferred-suffix-in-pattern-range.rs index a104ee6baaace..a9de0a3914caf 100644 --- a/src/test/run-pass/inferred-suffix-in-pattern-range.rs +++ b/src/test/run-pass/inferred-suffix-in-pattern-range.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/infinite-loops.rs b/src/test/run-pass/infinite-loops.rs index e4168ea145212..8a2dae8f49bc0 100644 --- a/src/test/run-pass/infinite-loops.rs +++ b/src/test/run-pass/infinite-loops.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/inherent-trait-method-order.rs b/src/test/run-pass/inherent-trait-method-order.rs index 6643636c5704d..12c5845cf91a1 100644 --- a/src/test/run-pass/inherent-trait-method-order.rs +++ b/src/test/run-pass/inherent-trait-method-order.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/init-large-type.rs b/src/test/run-pass/init-large-type.rs index 0534d0c054f44..782d2100f973c 100644 --- a/src/test/run-pass/init-large-type.rs +++ b/src/test/run-pass/init-large-type.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/init-res-into-things.rs b/src/test/run-pass/init-res-into-things.rs index eeae3f35cfcd0..2fcbc6f1ac6c5 100644 --- a/src/test/run-pass/init-res-into-things.rs +++ b/src/test/run-pass/init-res-into-things.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/inner-attrs-on-impl.rs b/src/test/run-pass/inner-attrs-on-impl.rs index afb2b21b04ffa..fc7dde2813363 100644 --- a/src/test/run-pass/inner-attrs-on-impl.rs +++ b/src/test/run-pass/inner-attrs-on-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/inner-module.rs b/src/test/run-pass/inner-module.rs index 95a10df5f8128..fcba4ba49ce1b 100644 --- a/src/test/run-pass/inner-module.rs +++ b/src/test/run-pass/inner-module.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/inner-static.rs b/src/test/run-pass/inner-static.rs index f9b430c1553dd..226d25c48ee2c 100644 --- a/src/test/run-pass/inner-static.rs +++ b/src/test/run-pass/inner-static.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/instantiable.rs b/src/test/run-pass/instantiable.rs index 35897d5b823f1..9a5de1b19b474 100644 --- a/src/test/run-pass/instantiable.rs +++ b/src/test/run-pass/instantiable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/int.rs b/src/test/run-pass/int.rs index 169be05428204..11ebc7598d56f 100644 --- a/src/test/run-pass/int.rs +++ b/src/test/run-pass/int.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/integer-literal-radix.rs b/src/test/run-pass/integer-literal-radix.rs index b1a92f70449ad..ee80ff43b77cd 100644 --- a/src/test/run-pass/integer-literal-radix.rs +++ b/src/test/run-pass/integer-literal-radix.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/integer-literal-suffix-inference-2.rs b/src/test/run-pass/integer-literal-suffix-inference-2.rs index 05973a545a20d..05d4ffc8a2ea9 100644 --- a/src/test/run-pass/integer-literal-suffix-inference-2.rs +++ b/src/test/run-pass/integer-literal-suffix-inference-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/integer-literal-suffix-inference-3.rs b/src/test/run-pass/integer-literal-suffix-inference-3.rs index 05b275a0d8cab..87a029b53c26d 100644 --- a/src/test/run-pass/integer-literal-suffix-inference-3.rs +++ b/src/test/run-pass/integer-literal-suffix-inference-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/integer-literal-suffix-inference.rs b/src/test/run-pass/integer-literal-suffix-inference.rs index 542efe334597f..c887f60645a5a 100644 --- a/src/test/run-pass/integer-literal-suffix-inference.rs +++ b/src/test/run-pass/integer-literal-suffix-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-alignment.rs b/src/test/run-pass/intrinsic-alignment.rs index da07e9594c0e6..32cee99dd47bb 100644 --- a/src/test/run-pass/intrinsic-alignment.rs +++ b/src/test/run-pass/intrinsic-alignment.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-assume.rs b/src/test/run-pass/intrinsic-assume.rs index abf9b94c59d8a..89be9f5923bb5 100644 --- a/src/test/run-pass/intrinsic-assume.rs +++ b/src/test/run-pass/intrinsic-assume.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-atomics-cc.rs b/src/test/run-pass/intrinsic-atomics-cc.rs index e6a81dbe5d95f..baf51e79691bb 100644 --- a/src/test/run-pass/intrinsic-atomics-cc.rs +++ b/src/test/run-pass/intrinsic-atomics-cc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-atomics.rs b/src/test/run-pass/intrinsic-atomics.rs index 0644fbbc99f41..c876630606852 100644 --- a/src/test/run-pass/intrinsic-atomics.rs +++ b/src/test/run-pass/intrinsic-atomics.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-move-val.rs b/src/test/run-pass/intrinsic-move-val.rs index fb04f67e380ab..238ba5847361b 100644 --- a/src/test/run-pass/intrinsic-move-val.rs +++ b/src/test/run-pass/intrinsic-move-val.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-return-address.rs b/src/test/run-pass/intrinsic-return-address.rs index 91af669340d61..a49d2d8d3158b 100644 --- a/src/test/run-pass/intrinsic-return-address.rs +++ b/src/test/run-pass/intrinsic-return-address.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-uninit.rs b/src/test/run-pass/intrinsic-uninit.rs index 34fd8effd4912..d5126dbeb88d2 100644 --- a/src/test/run-pass/intrinsic-uninit.rs +++ b/src/test/run-pass/intrinsic-uninit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsic-unreachable.rs b/src/test/run-pass/intrinsic-unreachable.rs index 5e8b758cdf68f..82332f4de3862 100644 --- a/src/test/run-pass/intrinsic-unreachable.rs +++ b/src/test/run-pass/intrinsic-unreachable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsics-integer.rs b/src/test/run-pass/intrinsics-integer.rs index 2b0f7cc7d7d32..e577c4ca36398 100644 --- a/src/test/run-pass/intrinsics-integer.rs +++ b/src/test/run-pass/intrinsics-integer.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/intrinsics-math.rs b/src/test/run-pass/intrinsics-math.rs index ed88b3c65e09c..d0772f3f3a22d 100644 --- a/src/test/run-pass/intrinsics-math.rs +++ b/src/test/run-pass/intrinsics-math.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/invoke-external-foreign.rs b/src/test/run-pass/invoke-external-foreign.rs index ef5ef2f215cc2..7201c4f51731c 100644 --- a/src/test/run-pass/invoke-external-foreign.rs +++ b/src/test/run-pass/invoke-external-foreign.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/irrefutable-unit.rs b/src/test/run-pass/irrefutable-unit.rs index 51adeea394ca9..eb60cc43d731c 100644 --- a/src/test/run-pass/irrefutable-unit.rs +++ b/src/test/run-pass/irrefutable-unit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10025.rs b/src/test/run-pass/issue-10025.rs index 8f494ea81fcb3..7ec3f57b561da 100644 --- a/src/test/run-pass/issue-10025.rs +++ b/src/test/run-pass/issue-10025.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10028.rs b/src/test/run-pass/issue-10028.rs index 826c23a782bf1..92230090326d1 100644 --- a/src/test/run-pass/issue-10028.rs +++ b/src/test/run-pass/issue-10028.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10031.rs b/src/test/run-pass/issue-10031.rs index a94ed4ed5b90a..64079e7d3e995 100644 --- a/src/test/run-pass/issue-10031.rs +++ b/src/test/run-pass/issue-10031.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10228.rs b/src/test/run-pass/issue-10228.rs index 52b6677428727..f798d87800cf0 100644 --- a/src/test/run-pass/issue-10228.rs +++ b/src/test/run-pass/issue-10228.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10392.rs b/src/test/run-pass/issue-10392.rs index 1aa9c96de1a94..87ed6c14ed7fe 100644 --- a/src/test/run-pass/issue-10392.rs +++ b/src/test/run-pass/issue-10392.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10396.rs b/src/test/run-pass/issue-10396.rs index 308783f0d4b59..d5d66e28ff199 100644 --- a/src/test/run-pass/issue-10396.rs +++ b/src/test/run-pass/issue-10396.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10456.rs b/src/test/run-pass/issue-10456.rs index b714d87f4ef20..9e1e263eadf31 100644 --- a/src/test/run-pass/issue-10456.rs +++ b/src/test/run-pass/issue-10456.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10626.rs b/src/test/run-pass/issue-10626.rs index b06799444f4c7..e34f8f96f7279 100644 --- a/src/test/run-pass/issue-10626.rs +++ b/src/test/run-pass/issue-10626.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10638.rs b/src/test/run-pass/issue-10638.rs index a4ef77df31125..83a3a14c22fc4 100644 --- a/src/test/run-pass/issue-10638.rs +++ b/src/test/run-pass/issue-10638.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10682.rs b/src/test/run-pass/issue-10682.rs index 883e52b61d081..a578f632e5251 100644 --- a/src/test/run-pass/issue-10682.rs +++ b/src/test/run-pass/issue-10682.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10683.rs b/src/test/run-pass/issue-10683.rs index 26ee65fa565e2..95f6e97c11138 100644 --- a/src/test/run-pass/issue-10683.rs +++ b/src/test/run-pass/issue-10683.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10714.rs b/src/test/run-pass/issue-10714.rs index 90e87f96f7899..5c82530b35721 100644 --- a/src/test/run-pass/issue-10714.rs +++ b/src/test/run-pass/issue-10714.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10718.rs b/src/test/run-pass/issue-10718.rs index 71b4cbe933427..c65a9796d1dd9 100644 --- a/src/test/run-pass/issue-10718.rs +++ b/src/test/run-pass/issue-10718.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10734.rs b/src/test/run-pass/issue-10734.rs index 1c267f4833752..355214b82ccdb 100644 --- a/src/test/run-pass/issue-10734.rs +++ b/src/test/run-pass/issue-10734.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10763.rs b/src/test/run-pass/issue-10763.rs index 92ea6026ff66c..35435fa01942a 100644 --- a/src/test/run-pass/issue-10763.rs +++ b/src/test/run-pass/issue-10763.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10764.rs b/src/test/run-pass/issue-10764.rs index f824b5fd4dcd8..e3c8a14273158 100644 --- a/src/test/run-pass/issue-10764.rs +++ b/src/test/run-pass/issue-10764.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10767.rs b/src/test/run-pass/issue-10767.rs index c717053cffc74..574cb82c7ba6a 100644 --- a/src/test/run-pass/issue-10767.rs +++ b/src/test/run-pass/issue-10767.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10802.rs b/src/test/run-pass/issue-10802.rs index de2b4c51e52a9..913682298f5e4 100644 --- a/src/test/run-pass/issue-10802.rs +++ b/src/test/run-pass/issue-10802.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10806.rs b/src/test/run-pass/issue-10806.rs index 69a23e8099076..ef3ebb7360977 100644 --- a/src/test/run-pass/issue-10806.rs +++ b/src/test/run-pass/issue-10806.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10853.rs b/src/test/run-pass/issue-10853.rs index 1717075885d7a..22cf9dd9a7197 100644 --- a/src/test/run-pass/issue-10853.rs +++ b/src/test/run-pass/issue-10853.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-10902.rs b/src/test/run-pass/issue-10902.rs index 324a1701b2feb..5a6175ea76779 100644 --- a/src/test/run-pass/issue-10902.rs +++ b/src/test/run-pass/issue-10902.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11085.rs b/src/test/run-pass/issue-11085.rs index 9440e0c2874a0..2eba41db4ab6b 100644 --- a/src/test/run-pass/issue-11085.rs +++ b/src/test/run-pass/issue-11085.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1112.rs b/src/test/run-pass/issue-1112.rs index 22c88c874f096..c033acada7c38 100644 --- a/src/test/run-pass/issue-1112.rs +++ b/src/test/run-pass/issue-1112.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11205.rs b/src/test/run-pass/issue-11205.rs index 194208620a8ea..df72b1563586d 100644 --- a/src/test/run-pass/issue-11205.rs +++ b/src/test/run-pass/issue-11205.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11224.rs b/src/test/run-pass/issue-11224.rs index 02c82d9c9474b..7bf9cbfd91cba 100644 --- a/src/test/run-pass/issue-11224.rs +++ b/src/test/run-pass/issue-11224.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11225-1.rs b/src/test/run-pass/issue-11225-1.rs index 7d1c93fe9a467..b0a446e91fcfe 100644 --- a/src/test/run-pass/issue-11225-1.rs +++ b/src/test/run-pass/issue-11225-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11225-2.rs b/src/test/run-pass/issue-11225-2.rs index 7f36c38283bef..64153e9d12c09 100644 --- a/src/test/run-pass/issue-11225-2.rs +++ b/src/test/run-pass/issue-11225-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11267.rs b/src/test/run-pass/issue-11267.rs index 6fb2c532e0c0b..d29de792ba434 100644 --- a/src/test/run-pass/issue-11267.rs +++ b/src/test/run-pass/issue-11267.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11382.rs b/src/test/run-pass/issue-11382.rs index 51996614d259f..1764cb160f6c9 100644 --- a/src/test/run-pass/issue-11382.rs +++ b/src/test/run-pass/issue-11382.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11384.rs b/src/test/run-pass/issue-11384.rs index a511149b05e2a..633c93db8db8b 100644 --- a/src/test/run-pass/issue-11384.rs +++ b/src/test/run-pass/issue-11384.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11508.rs b/src/test/run-pass/issue-11508.rs index 1fc72fd2cbef6..6f00e26e1e2b1 100644 --- a/src/test/run-pass/issue-11508.rs +++ b/src/test/run-pass/issue-11508.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11529.rs b/src/test/run-pass/issue-11529.rs index 4a74e4be4ce57..96af4a2896562 100644 --- a/src/test/run-pass/issue-11529.rs +++ b/src/test/run-pass/issue-11529.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11552.rs b/src/test/run-pass/issue-11552.rs index f47f1e06011d9..828f26e05f793 100644 --- a/src/test/run-pass/issue-11552.rs +++ b/src/test/run-pass/issue-11552.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11577.rs b/src/test/run-pass/issue-11577.rs index 687de48474058..eacb0bf837e8a 100644 --- a/src/test/run-pass/issue-11577.rs +++ b/src/test/run-pass/issue-11577.rs @@ -1,7 +1,3 @@ - // Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11612.rs b/src/test/run-pass/issue-11612.rs index fa25d25df054e..2979b02d2d467 100644 --- a/src/test/run-pass/issue-11612.rs +++ b/src/test/run-pass/issue-11612.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11677.rs b/src/test/run-pass/issue-11677.rs index 6fa4505869478..20b39168cca47 100644 --- a/src/test/run-pass/issue-11677.rs +++ b/src/test/run-pass/issue-11677.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11709.rs b/src/test/run-pass/issue-11709.rs index 4a07b5fc432c2..bbb0589e423c7 100644 --- a/src/test/run-pass/issue-11709.rs +++ b/src/test/run-pass/issue-11709.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11736.rs b/src/test/run-pass/issue-11736.rs index bc4ceb38de33c..fe2ac42b4aaf4 100644 --- a/src/test/run-pass/issue-11736.rs +++ b/src/test/run-pass/issue-11736.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11869.rs b/src/test/run-pass/issue-11869.rs index c75d02c632863..650ae0f074e04 100644 --- a/src/test/run-pass/issue-11869.rs +++ b/src/test/run-pass/issue-11869.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11881.rs b/src/test/run-pass/issue-11881.rs index d0d8a8589a4e2..8edafca7d204e 100644 --- a/src/test/run-pass/issue-11881.rs +++ b/src/test/run-pass/issue-11881.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11940.rs b/src/test/run-pass/issue-11940.rs index 1540679b099b4..a4b9a7d0e0b4c 100644 --- a/src/test/run-pass/issue-11940.rs +++ b/src/test/run-pass/issue-11940.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-11958.rs b/src/test/run-pass/issue-11958.rs index f557f662e8104..38f79524bfc54 100644 --- a/src/test/run-pass/issue-11958.rs +++ b/src/test/run-pass/issue-11958.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12133-1.rs b/src/test/run-pass/issue-12133-1.rs index bf5976e9217f2..ddfe1c63f27f5 100644 --- a/src/test/run-pass/issue-12133-1.rs +++ b/src/test/run-pass/issue-12133-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12133-2.rs b/src/test/run-pass/issue-12133-2.rs index 50977a7e039e4..ddf709c4aed69 100644 --- a/src/test/run-pass/issue-12133-2.rs +++ b/src/test/run-pass/issue-12133-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12133-3.rs b/src/test/run-pass/issue-12133-3.rs index ab990e55295aa..59d2990bff3cb 100644 --- a/src/test/run-pass/issue-12133-3.rs +++ b/src/test/run-pass/issue-12133-3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12285.rs b/src/test/run-pass/issue-12285.rs index 563771212aa3d..24dd95fe9086d 100644 --- a/src/test/run-pass/issue-12285.rs +++ b/src/test/run-pass/issue-12285.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1251.rs b/src/test/run-pass/issue-1251.rs index debb7df112597..ca527121ebbb1 100644 --- a/src/test/run-pass/issue-1251.rs +++ b/src/test/run-pass/issue-1251.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1257.rs b/src/test/run-pass/issue-1257.rs index ad3a050dde9e9..8b5cf05618268 100644 --- a/src/test/run-pass/issue-1257.rs +++ b/src/test/run-pass/issue-1257.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12582.rs b/src/test/run-pass/issue-12582.rs index ab2abc094f4db..527711bf4397d 100644 --- a/src/test/run-pass/issue-12582.rs +++ b/src/test/run-pass/issue-12582.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12612.rs b/src/test/run-pass/issue-12612.rs index 9ceb7366e403d..4d24ecf7e2f6a 100644 --- a/src/test/run-pass/issue-12612.rs +++ b/src/test/run-pass/issue-12612.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12660.rs b/src/test/run-pass/issue-12660.rs index 6b3fa587bc55b..8f034daba2d0c 100644 --- a/src/test/run-pass/issue-12660.rs +++ b/src/test/run-pass/issue-12660.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12677.rs b/src/test/run-pass/issue-12677.rs index ef68daa8ce592..13730c89584ef 100644 --- a/src/test/run-pass/issue-12677.rs +++ b/src/test/run-pass/issue-12677.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12684.rs b/src/test/run-pass/issue-12684.rs index a6a4d21e8f2c0..7949e3b2f4aa0 100644 --- a/src/test/run-pass/issue-12684.rs +++ b/src/test/run-pass/issue-12684.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12699.rs b/src/test/run-pass/issue-12699.rs index 2dc25181606ab..cb7dbd4df4a08 100644 --- a/src/test/run-pass/issue-12699.rs +++ b/src/test/run-pass/issue-12699.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12744.rs b/src/test/run-pass/issue-12744.rs index ec929a9c792de..9ca2d4b862016 100644 --- a/src/test/run-pass/issue-12744.rs +++ b/src/test/run-pass/issue-12744.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12860.rs b/src/test/run-pass/issue-12860.rs index 8a95723c7358f..9d32ac511eefe 100644 --- a/src/test/run-pass/issue-12860.rs +++ b/src/test/run-pass/issue-12860.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-12909.rs b/src/test/run-pass/issue-12909.rs index dfdf979fcec81..c49dec7c0cf59 100644 --- a/src/test/run-pass/issue-12909.rs +++ b/src/test/run-pass/issue-12909.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13027.rs b/src/test/run-pass/issue-13027.rs index 1f61da2f424f0..eb47417621c5c 100644 --- a/src/test/run-pass/issue-13027.rs +++ b/src/test/run-pass/issue-13027.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13105.rs b/src/test/run-pass/issue-13105.rs index 7fab36bd64ec7..0eb77c1ac6bcb 100644 --- a/src/test/run-pass/issue-13105.rs +++ b/src/test/run-pass/issue-13105.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13167.rs b/src/test/run-pass/issue-13167.rs index 21b54ba0e793b..b1a3360bfcdc9 100644 --- a/src/test/run-pass/issue-13167.rs +++ b/src/test/run-pass/issue-13167.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13204.rs b/src/test/run-pass/issue-13204.rs index c29dc4319dc0c..ad30527beca3b 100644 --- a/src/test/run-pass/issue-13204.rs +++ b/src/test/run-pass/issue-13204.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13214.rs b/src/test/run-pass/issue-13214.rs index 191e9ce8b6feb..4da50a8210e49 100644 --- a/src/test/run-pass/issue-13214.rs +++ b/src/test/run-pass/issue-13214.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13259-windows-tcb-trash.rs b/src/test/run-pass/issue-13259-windows-tcb-trash.rs index 329ab7c921dda..a1b1f576a1b06 100644 --- a/src/test/run-pass/issue-13259-windows-tcb-trash.rs +++ b/src/test/run-pass/issue-13259-windows-tcb-trash.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13264.rs b/src/test/run-pass/issue-13264.rs index 3c76a827fb295..a294c3b8e7da3 100644 --- a/src/test/run-pass/issue-13264.rs +++ b/src/test/run-pass/issue-13264.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13304.rs b/src/test/run-pass/issue-13304.rs index 11003c6fc524d..eada38da537fa 100644 --- a/src/test/run-pass/issue-13304.rs +++ b/src/test/run-pass/issue-13304.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13323.rs b/src/test/run-pass/issue-13323.rs index 75d3c6f334d07..02243dacbe84c 100644 --- a/src/test/run-pass/issue-13323.rs +++ b/src/test/run-pass/issue-13323.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13352.rs b/src/test/run-pass/issue-13352.rs index 46a81301dc3cf..ac7a025add11f 100644 --- a/src/test/run-pass/issue-13352.rs +++ b/src/test/run-pass/issue-13352.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13405.rs b/src/test/run-pass/issue-13405.rs index 05943943d9533..baf959d35e11e 100644 --- a/src/test/run-pass/issue-13405.rs +++ b/src/test/run-pass/issue-13405.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13434.rs b/src/test/run-pass/issue-13434.rs index 35e487539fab9..ed135b1371062 100644 --- a/src/test/run-pass/issue-13434.rs +++ b/src/test/run-pass/issue-13434.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13494.rs b/src/test/run-pass/issue-13494.rs index bef0ff5fc2cd2..cbb19baefba9a 100644 --- a/src/test/run-pass/issue-13494.rs +++ b/src/test/run-pass/issue-13494.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13507-2.rs b/src/test/run-pass/issue-13507-2.rs index 1c0283070a249..56619461a390e 100644 --- a/src/test/run-pass/issue-13507-2.rs +++ b/src/test/run-pass/issue-13507-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13620.rs b/src/test/run-pass/issue-13620.rs index c67dd4b93a048..51d007a619209 100644 --- a/src/test/run-pass/issue-13620.rs +++ b/src/test/run-pass/issue-13620.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13655.rs b/src/test/run-pass/issue-13655.rs index 6fdaac992047f..f0f09561d744e 100644 --- a/src/test/run-pass/issue-13655.rs +++ b/src/test/run-pass/issue-13655.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13665.rs b/src/test/run-pass/issue-13665.rs index 5ccbe9a7980e8..5a6540dc559d4 100644 --- a/src/test/run-pass/issue-13665.rs +++ b/src/test/run-pass/issue-13665.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13703.rs b/src/test/run-pass/issue-13703.rs index c9c78f6408bac..a08588fe06aa6 100644 --- a/src/test/run-pass/issue-13703.rs +++ b/src/test/run-pass/issue-13703.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13763.rs b/src/test/run-pass/issue-13763.rs index 81b6892b0f97a..09c2e14c0b9d4 100644 --- a/src/test/run-pass/issue-13763.rs +++ b/src/test/run-pass/issue-13763.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13775.rs b/src/test/run-pass/issue-13775.rs index 8731662afa307..599dd56308429 100644 --- a/src/test/run-pass/issue-13775.rs +++ b/src/test/run-pass/issue-13775.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13808.rs b/src/test/run-pass/issue-13808.rs index 3c5ece87b737d..0791549d7de16 100644 --- a/src/test/run-pass/issue-13808.rs +++ b/src/test/run-pass/issue-13808.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13837.rs b/src/test/run-pass/issue-13837.rs index c6847ce55dec2..9250c31ad29d6 100644 --- a/src/test/run-pass/issue-13837.rs +++ b/src/test/run-pass/issue-13837.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13867.rs b/src/test/run-pass/issue-13867.rs index 00ff837b981d2..16577c44b7184 100644 --- a/src/test/run-pass/issue-13867.rs +++ b/src/test/run-pass/issue-13867.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-13872.rs b/src/test/run-pass/issue-13872.rs index a58477e647f3a..e731b4c8f9580 100644 --- a/src/test/run-pass/issue-13872.rs +++ b/src/test/run-pass/issue-13872.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14021.rs b/src/test/run-pass/issue-14021.rs index 509459a2ab338..6015a1a127643 100644 --- a/src/test/run-pass/issue-14021.rs +++ b/src/test/run-pass/issue-14021.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14082.rs b/src/test/run-pass/issue-14082.rs index dd9a7c97c9ab5..ea3405e5217e8 100644 --- a/src/test/run-pass/issue-14082.rs +++ b/src/test/run-pass/issue-14082.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14254.rs b/src/test/run-pass/issue-14254.rs index ad4ed03e6e2c8..9ab33829b3d47 100644 --- a/src/test/run-pass/issue-14254.rs +++ b/src/test/run-pass/issue-14254.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14308.rs b/src/test/run-pass/issue-14308.rs index 82a1a16ba57d4..9219bfe0948d2 100644 --- a/src/test/run-pass/issue-14308.rs +++ b/src/test/run-pass/issue-14308.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14330.rs b/src/test/run-pass/issue-14330.rs index f983f233ee356..258cd4460bb53 100644 --- a/src/test/run-pass/issue-14330.rs +++ b/src/test/run-pass/issue-14330.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14393.rs b/src/test/run-pass/issue-14393.rs index e97021b4869dd..a86f30ef71c13 100644 --- a/src/test/run-pass/issue-14393.rs +++ b/src/test/run-pass/issue-14393.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14399.rs b/src/test/run-pass/issue-14399.rs index 7e533c2cf86c1..762fae6fd8094 100644 --- a/src/test/run-pass/issue-14399.rs +++ b/src/test/run-pass/issue-14399.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14421.rs b/src/test/run-pass/issue-14421.rs index c595f98cd0e4a..6214f07dec345 100644 --- a/src/test/run-pass/issue-14421.rs +++ b/src/test/run-pass/issue-14421.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14422.rs b/src/test/run-pass/issue-14422.rs index 439998c597d93..15b14d9d0d5e4 100644 --- a/src/test/run-pass/issue-14422.rs +++ b/src/test/run-pass/issue-14422.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14456.rs b/src/test/run-pass/issue-14456.rs index f5fdf8704ed25..1f270176d8770 100644 --- a/src/test/run-pass/issue-14456.rs +++ b/src/test/run-pass/issue-14456.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1451.rs b/src/test/run-pass/issue-1451.rs index 027826e99cb1f..369debe4d411b 100644 --- a/src/test/run-pass/issue-1451.rs +++ b/src/test/run-pass/issue-1451.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14589.rs b/src/test/run-pass/issue-14589.rs index d9763baa82657..8ba0039b6d2c4 100644 --- a/src/test/run-pass/issue-14589.rs +++ b/src/test/run-pass/issue-14589.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1460.rs b/src/test/run-pass/issue-1460.rs index 2091a5437c2dc..9514d7b17f298 100644 --- a/src/test/run-pass/issue-1460.rs +++ b/src/test/run-pass/issue-1460.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14837.rs b/src/test/run-pass/issue-14837.rs index 1155027d426da..40e9e83d1edfa 100644 --- a/src/test/run-pass/issue-14837.rs +++ b/src/test/run-pass/issue-14837.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14865.rs b/src/test/run-pass/issue-14865.rs index 53af0c8635ca2..953da7c6b1677 100644 --- a/src/test/run-pass/issue-14865.rs +++ b/src/test/run-pass/issue-14865.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14901.rs b/src/test/run-pass/issue-14901.rs index e41754fd1b998..9ead7ab8cafa4 100644 --- a/src/test/run-pass/issue-14901.rs +++ b/src/test/run-pass/issue-14901.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14919.rs b/src/test/run-pass/issue-14919.rs index 4d05b98147bd6..687160a57d0da 100644 --- a/src/test/run-pass/issue-14919.rs +++ b/src/test/run-pass/issue-14919.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14933.rs b/src/test/run-pass/issue-14933.rs index 549ed08aaf37a..a295e7b93830c 100644 --- a/src/test/run-pass/issue-14933.rs +++ b/src/test/run-pass/issue-14933.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14936.rs b/src/test/run-pass/issue-14936.rs index a441729e2d0ba..69cf03e093967 100644 --- a/src/test/run-pass/issue-14936.rs +++ b/src/test/run-pass/issue-14936.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14940.rs b/src/test/run-pass/issue-14940.rs index d815620c9694d..8bb3ecb0ea23d 100644 --- a/src/test/run-pass/issue-14940.rs +++ b/src/test/run-pass/issue-14940.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14958.rs b/src/test/run-pass/issue-14958.rs index 1ffd349a65385..fa6e292f3f1e8 100644 --- a/src/test/run-pass/issue-14958.rs +++ b/src/test/run-pass/issue-14958.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-14959.rs b/src/test/run-pass/issue-14959.rs index 99472bb3610f8..1917c1a99bab1 100644 --- a/src/test/run-pass/issue-14959.rs +++ b/src/test/run-pass/issue-14959.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15043.rs b/src/test/run-pass/issue-15043.rs index edca9cbaa30fe..e93bd0136fbc9 100644 --- a/src/test/run-pass/issue-15043.rs +++ b/src/test/run-pass/issue-15043.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15063.rs b/src/test/run-pass/issue-15063.rs index 695d30d73175c..d0784f2a32fe4 100644 --- a/src/test/run-pass/issue-15063.rs +++ b/src/test/run-pass/issue-15063.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15080.rs b/src/test/run-pass/issue-15080.rs index 76b8463a41701..efa23e83c89b9 100644 --- a/src/test/run-pass/issue-15080.rs +++ b/src/test/run-pass/issue-15080.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15104.rs b/src/test/run-pass/issue-15104.rs index c6c9e8004558c..c1f8282455481 100644 --- a/src/test/run-pass/issue-15104.rs +++ b/src/test/run-pass/issue-15104.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15108.rs b/src/test/run-pass/issue-15108.rs index 8ae3d072362ed..321875a73f73d 100644 --- a/src/test/run-pass/issue-15108.rs +++ b/src/test/run-pass/issue-15108.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15129.rs b/src/test/run-pass/issue-15129.rs index 6782310fa0aa5..d21f02e47e280 100644 --- a/src/test/run-pass/issue-15129.rs +++ b/src/test/run-pass/issue-15129.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15149.rs b/src/test/run-pass/issue-15149.rs index 57dc6fd75f08c..46a2b97588ee1 100644 --- a/src/test/run-pass/issue-15149.rs +++ b/src/test/run-pass/issue-15149.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15155.rs b/src/test/run-pass/issue-15155.rs index 3a63e63355cd0..50ade22d22a32 100644 --- a/src/test/run-pass/issue-15155.rs +++ b/src/test/run-pass/issue-15155.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15189.rs b/src/test/run-pass/issue-15189.rs index 6d1813f8aa437..13b8c516e8c24 100644 --- a/src/test/run-pass/issue-15189.rs +++ b/src/test/run-pass/issue-15189.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15221.rs b/src/test/run-pass/issue-15221.rs index e3c102e01ec5e..cefab5cef5c38 100644 --- a/src/test/run-pass/issue-15221.rs +++ b/src/test/run-pass/issue-15221.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15261.rs b/src/test/run-pass/issue-15261.rs index fbbd40895b283..dab79ed2db46d 100644 --- a/src/test/run-pass/issue-15261.rs +++ b/src/test/run-pass/issue-15261.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15444.rs b/src/test/run-pass/issue-15444.rs index 0f4978d78dd86..ecf6f246df19d 100644 --- a/src/test/run-pass/issue-15444.rs +++ b/src/test/run-pass/issue-15444.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15487.rs b/src/test/run-pass/issue-15487.rs index cc5db0af88bea..879e1c042327a 100644 --- a/src/test/run-pass/issue-15487.rs +++ b/src/test/run-pass/issue-15487.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15562.rs b/src/test/run-pass/issue-15562.rs index 82f53ea7cd408..2d01d0c93e810 100644 --- a/src/test/run-pass/issue-15562.rs +++ b/src/test/run-pass/issue-15562.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15571.rs b/src/test/run-pass/issue-15571.rs index 6b273b5786a93..a926803fdc06c 100644 --- a/src/test/run-pass/issue-15571.rs +++ b/src/test/run-pass/issue-15571.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15673.rs b/src/test/run-pass/issue-15673.rs index e66788a2c0037..c74ac4a10bb1e 100644 --- a/src/test/run-pass/issue-15673.rs +++ b/src/test/run-pass/issue-15673.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15689-1.rs b/src/test/run-pass/issue-15689-1.rs index 06e9e652ed25b..86a2bf9d878b1 100644 --- a/src/test/run-pass/issue-15689-1.rs +++ b/src/test/run-pass/issue-15689-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15689-2.rs b/src/test/run-pass/issue-15689-2.rs index 8da82c498b0b7..3254654e3fbf7 100644 --- a/src/test/run-pass/issue-15689-2.rs +++ b/src/test/run-pass/issue-15689-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15730.rs b/src/test/run-pass/issue-15730.rs index 72daa0cba4104..407ebd57cefad 100644 --- a/src/test/run-pass/issue-15730.rs +++ b/src/test/run-pass/issue-15730.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15734.rs b/src/test/run-pass/issue-15734.rs index e404f5fa11874..f335662eb6fa9 100644 --- a/src/test/run-pass/issue-15734.rs +++ b/src/test/run-pass/issue-15734.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15763.rs b/src/test/run-pass/issue-15763.rs index 283ea25b6fe17..2809f461d726c 100644 --- a/src/test/run-pass/issue-15763.rs +++ b/src/test/run-pass/issue-15763.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15774.rs b/src/test/run-pass/issue-15774.rs index 77fa862f7d4f6..29475191247a8 100644 --- a/src/test/run-pass/issue-15774.rs +++ b/src/test/run-pass/issue-15774.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15793.rs b/src/test/run-pass/issue-15793.rs index 933fa881eed54..430143d6fff7f 100644 --- a/src/test/run-pass/issue-15793.rs +++ b/src/test/run-pass/issue-15793.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15858.rs b/src/test/run-pass/issue-15858.rs index c75c672546125..75e61be201abf 100644 --- a/src/test/run-pass/issue-15858.rs +++ b/src/test/run-pass/issue-15858.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-15924.rs b/src/test/run-pass/issue-15924.rs index db9f1cc9df7c9..f3f1895060844 100644 --- a/src/test/run-pass/issue-15924.rs +++ b/src/test/run-pass/issue-15924.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16151.rs b/src/test/run-pass/issue-16151.rs index 5401d6a6fdced..8a1338b0a3f55 100644 --- a/src/test/run-pass/issue-16151.rs +++ b/src/test/run-pass/issue-16151.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16256.rs b/src/test/run-pass/issue-16256.rs index e7422e233a629..47ab40b4c767f 100644 --- a/src/test/run-pass/issue-16256.rs +++ b/src/test/run-pass/issue-16256.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16272.rs b/src/test/run-pass/issue-16272.rs index 8c3d765b5eebb..bed9599ae3535 100644 --- a/src/test/run-pass/issue-16272.rs +++ b/src/test/run-pass/issue-16272.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16278.rs b/src/test/run-pass/issue-16278.rs index ade312da21b70..9e266d8ddf549 100644 --- a/src/test/run-pass/issue-16278.rs +++ b/src/test/run-pass/issue-16278.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16441.rs b/src/test/run-pass/issue-16441.rs index 62c36e1d88636..1ef6671af6155 100644 --- a/src/test/run-pass/issue-16441.rs +++ b/src/test/run-pass/issue-16441.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16452.rs b/src/test/run-pass/issue-16452.rs index da480207490ca..5ddcd23f1ab96 100644 --- a/src/test/run-pass/issue-16452.rs +++ b/src/test/run-pass/issue-16452.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16492.rs b/src/test/run-pass/issue-16492.rs index 67af19b851759..df951614acfdc 100644 --- a/src/test/run-pass/issue-16492.rs +++ b/src/test/run-pass/issue-16492.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16530.rs b/src/test/run-pass/issue-16530.rs index 7e3b796235d26..f9ea378edae19 100644 --- a/src/test/run-pass/issue-16530.rs +++ b/src/test/run-pass/issue-16530.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16560.rs b/src/test/run-pass/issue-16560.rs index 6b03a499f1577..72cb7d5218f54 100644 --- a/src/test/run-pass/issue-16560.rs +++ b/src/test/run-pass/issue-16560.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16596.rs b/src/test/run-pass/issue-16596.rs index e01de3a3262ed..d33acad4b7f2d 100644 --- a/src/test/run-pass/issue-16596.rs +++ b/src/test/run-pass/issue-16596.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16597-empty.rs b/src/test/run-pass/issue-16597-empty.rs index a6a1c5f16b31c..e25c8f5ae106d 100644 --- a/src/test/run-pass/issue-16597-empty.rs +++ b/src/test/run-pass/issue-16597-empty.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16597.rs b/src/test/run-pass/issue-16597.rs index 72e948e613b2e..7001c41949dde 100644 --- a/src/test/run-pass/issue-16597.rs +++ b/src/test/run-pass/issue-16597.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1660.rs b/src/test/run-pass/issue-1660.rs index 5c8b4be0cee1a..42ae603982082 100644 --- a/src/test/run-pass/issue-1660.rs +++ b/src/test/run-pass/issue-1660.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16643.rs b/src/test/run-pass/issue-16643.rs index b118c9573cdcf..14f8e67453268 100644 --- a/src/test/run-pass/issue-16643.rs +++ b/src/test/run-pass/issue-16643.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16648.rs b/src/test/run-pass/issue-16648.rs index 7ddb20811a376..e14280d94d105 100644 --- a/src/test/run-pass/issue-16648.rs +++ b/src/test/run-pass/issue-16648.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16668.rs b/src/test/run-pass/issue-16668.rs index 75b1e11ddc1e6..46751adf9c9cc 100644 --- a/src/test/run-pass/issue-16668.rs +++ b/src/test/run-pass/issue-16668.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16671.rs b/src/test/run-pass/issue-16671.rs index 4c72e4fdb73ec..9bfb909b8c1d5 100644 --- a/src/test/run-pass/issue-16671.rs +++ b/src/test/run-pass/issue-16671.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16739.rs b/src/test/run-pass/issue-16739.rs index cb6f068cf45b8..dffaa4958855a 100644 --- a/src/test/run-pass/issue-16739.rs +++ b/src/test/run-pass/issue-16739.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16774.rs b/src/test/run-pass/issue-16774.rs index 175e218881138..01dafbf9befe0 100644 --- a/src/test/run-pass/issue-16774.rs +++ b/src/test/run-pass/issue-16774.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-16783.rs b/src/test/run-pass/issue-16783.rs index cb12d138a5f29..9030947d3a4e3 100644 --- a/src/test/run-pass/issue-16783.rs +++ b/src/test/run-pass/issue-16783.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1696.rs b/src/test/run-pass/issue-1696.rs index 40e112d6fbf76..7b2df35d7d3c3 100644 --- a/src/test/run-pass/issue-1696.rs +++ b/src/test/run-pass/issue-1696.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1701.rs b/src/test/run-pass/issue-1701.rs index 9dc78ce0d4f1a..dfc67add05b91 100644 --- a/src/test/run-pass/issue-1701.rs +++ b/src/test/run-pass/issue-1701.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17068.rs b/src/test/run-pass/issue-17068.rs index dfbe740622933..43ddb423d3911 100644 --- a/src/test/run-pass/issue-17068.rs +++ b/src/test/run-pass/issue-17068.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17074.rs b/src/test/run-pass/issue-17074.rs index d35c3a587c5a5..7bb3c305a275b 100644 --- a/src/test/run-pass/issue-17074.rs +++ b/src/test/run-pass/issue-17074.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17121.rs b/src/test/run-pass/issue-17121.rs index f53bedc6daca5..60208d856d0a5 100644 --- a/src/test/run-pass/issue-17121.rs +++ b/src/test/run-pass/issue-17121.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17216.rs b/src/test/run-pass/issue-17216.rs index e48d7b0756c2c..b0f857e85d4c9 100644 --- a/src/test/run-pass/issue-17216.rs +++ b/src/test/run-pass/issue-17216.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17302.rs b/src/test/run-pass/issue-17302.rs index b2abf2d2b1a9c..e18361e26e499 100644 --- a/src/test/run-pass/issue-17302.rs +++ b/src/test/run-pass/issue-17302.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17322.rs b/src/test/run-pass/issue-17322.rs index b50bf442b5d60..7e0866ed15fb2 100644 --- a/src/test/run-pass/issue-17322.rs +++ b/src/test/run-pass/issue-17322.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17351.rs b/src/test/run-pass/issue-17351.rs index 0966d4ea45eec..eced06e61558f 100644 --- a/src/test/run-pass/issue-17351.rs +++ b/src/test/run-pass/issue-17351.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17361.rs b/src/test/run-pass/issue-17361.rs index 092bcf661a76a..6b8cbb83c108f 100644 --- a/src/test/run-pass/issue-17361.rs +++ b/src/test/run-pass/issue-17361.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17503.rs b/src/test/run-pass/issue-17503.rs index a071224999be0..5ee79f3244331 100644 --- a/src/test/run-pass/issue-17503.rs +++ b/src/test/run-pass/issue-17503.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17662.rs b/src/test/run-pass/issue-17662.rs index 34bcfeb10dec3..f283815706ba3 100644 --- a/src/test/run-pass/issue-17662.rs +++ b/src/test/run-pass/issue-17662.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17718-parse-const.rs b/src/test/run-pass/issue-17718-parse-const.rs index 3ca6f473a7900..5bf9f6efd11cd 100644 --- a/src/test/run-pass/issue-17718-parse-const.rs +++ b/src/test/run-pass/issue-17718-parse-const.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17718-static-unsafe-interior.rs b/src/test/run-pass/issue-17718-static-unsafe-interior.rs index cdd03244df145..af8bba81571fb 100644 --- a/src/test/run-pass/issue-17718-static-unsafe-interior.rs +++ b/src/test/run-pass/issue-17718-static-unsafe-interior.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17718.rs b/src/test/run-pass/issue-17718.rs index e4782e2892874..c754ae94c0e53 100644 --- a/src/test/run-pass/issue-17718.rs +++ b/src/test/run-pass/issue-17718.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17732.rs b/src/test/run-pass/issue-17732.rs index b4bd55da59757..01a8719803f2d 100644 --- a/src/test/run-pass/issue-17732.rs +++ b/src/test/run-pass/issue-17732.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17734.rs b/src/test/run-pass/issue-17734.rs index e58fbe0b4c283..670ace7596918 100644 --- a/src/test/run-pass/issue-17734.rs +++ b/src/test/run-pass/issue-17734.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17771.rs b/src/test/run-pass/issue-17771.rs index 1e9550acef4cb..d5e5cc42290f9 100644 --- a/src/test/run-pass/issue-17771.rs +++ b/src/test/run-pass/issue-17771.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17816.rs b/src/test/run-pass/issue-17816.rs index d9d2c771390fd..44de4dea66099 100644 --- a/src/test/run-pass/issue-17816.rs +++ b/src/test/run-pass/issue-17816.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17877.rs b/src/test/run-pass/issue-17877.rs index 827e6a10abdfd..740ee9418f70d 100644 --- a/src/test/run-pass/issue-17877.rs +++ b/src/test/run-pass/issue-17877.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17897.rs b/src/test/run-pass/issue-17897.rs index da6c83142eab6..f5491fc975438 100644 --- a/src/test/run-pass/issue-17897.rs +++ b/src/test/run-pass/issue-17897.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-17904.rs b/src/test/run-pass/issue-17904.rs index 3ce347d67e3d9..807393e21b9b9 100644 --- a/src/test/run-pass/issue-17904.rs +++ b/src/test/run-pass/issue-17904.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18110.rs b/src/test/run-pass/issue-18110.rs index 3d6b23c8805fc..e737c810e7aac 100644 --- a/src/test/run-pass/issue-18110.rs +++ b/src/test/run-pass/issue-18110.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18188.rs b/src/test/run-pass/issue-18188.rs index a2152db6884ac..e35f7dc4a6817 100644 --- a/src/test/run-pass/issue-18188.rs +++ b/src/test/run-pass/issue-18188.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1821.rs b/src/test/run-pass/issue-1821.rs index b7c4bb0fe0046..75af1463af0bc 100644 --- a/src/test/run-pass/issue-1821.rs +++ b/src/test/run-pass/issue-1821.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18232.rs b/src/test/run-pass/issue-18232.rs index 15cf5870d40ad..2f5b631db6dea 100644 --- a/src/test/run-pass/issue-18232.rs +++ b/src/test/run-pass/issue-18232.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18352.rs b/src/test/run-pass/issue-18352.rs index 7878d698e52ae..87a50ab305deb 100644 --- a/src/test/run-pass/issue-18352.rs +++ b/src/test/run-pass/issue-18352.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18353.rs b/src/test/run-pass/issue-18353.rs index c734c1a322245..ba81b3585a411 100644 --- a/src/test/run-pass/issue-18353.rs +++ b/src/test/run-pass/issue-18353.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18412.rs b/src/test/run-pass/issue-18412.rs index 63f57e0a2e85e..4c2c3e15aff9b 100644 --- a/src/test/run-pass/issue-18412.rs +++ b/src/test/run-pass/issue-18412.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18425.rs b/src/test/run-pass/issue-18425.rs index 6d223923ac1df..bd0d30bd53d96 100644 --- a/src/test/run-pass/issue-18425.rs +++ b/src/test/run-pass/issue-18425.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18464.rs b/src/test/run-pass/issue-18464.rs index 70217868a54b8..a1c1373302030 100644 --- a/src/test/run-pass/issue-18464.rs +++ b/src/test/run-pass/issue-18464.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18501.rs b/src/test/run-pass/issue-18501.rs index ce026942948ca..0c7745c99047b 100644 --- a/src/test/run-pass/issue-18501.rs +++ b/src/test/run-pass/issue-18501.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18514.rs b/src/test/run-pass/issue-18514.rs index c75abd62deba6..810b995c68d62 100644 --- a/src/test/run-pass/issue-18514.rs +++ b/src/test/run-pass/issue-18514.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18539.rs b/src/test/run-pass/issue-18539.rs index 90e20e30d109a..b9069b256a05a 100644 --- a/src/test/run-pass/issue-18539.rs +++ b/src/test/run-pass/issue-18539.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18619.rs b/src/test/run-pass/issue-18619.rs index a885513611d3b..c1fa70b65a7af 100644 --- a/src/test/run-pass/issue-18619.rs +++ b/src/test/run-pass/issue-18619.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18652.rs b/src/test/run-pass/issue-18652.rs index ef2c15c748ca3..a5b1f9bdb58b1 100644 --- a/src/test/run-pass/issue-18652.rs +++ b/src/test/run-pass/issue-18652.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1866.rs b/src/test/run-pass/issue-1866.rs index 10ae2749a0902..bb4ce949b229d 100644 --- a/src/test/run-pass/issue-1866.rs +++ b/src/test/run-pass/issue-1866.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18661.rs b/src/test/run-pass/issue-18661.rs index 6a2f73a787a48..66d5b71cdb6d4 100644 --- a/src/test/run-pass/issue-18661.rs +++ b/src/test/run-pass/issue-18661.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18685.rs b/src/test/run-pass/issue-18685.rs index be6dd583132ec..f9f8d6b0e62da 100644 --- a/src/test/run-pass/issue-18685.rs +++ b/src/test/run-pass/issue-18685.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18711.rs b/src/test/run-pass/issue-18711.rs index 6a04e68af0cb3..82942acc87336 100644 --- a/src/test/run-pass/issue-18711.rs +++ b/src/test/run-pass/issue-18711.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18738.rs b/src/test/run-pass/issue-18738.rs index 30ad827c69723..ac598da1722e4 100644 --- a/src/test/run-pass/issue-18738.rs +++ b/src/test/run-pass/issue-18738.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18767.rs b/src/test/run-pass/issue-18767.rs index 6ba5906708ca0..6a38d41ccf5fc 100644 --- a/src/test/run-pass/issue-18767.rs +++ b/src/test/run-pass/issue-18767.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18859.rs b/src/test/run-pass/issue-18859.rs index 490f7eb6bea4b..2e5eb34b17b2a 100644 --- a/src/test/run-pass/issue-18859.rs +++ b/src/test/run-pass/issue-18859.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-18906.rs b/src/test/run-pass/issue-18906.rs index 11ffb4198dad8..0ebe22064a892 100644 --- a/src/test/run-pass/issue-18906.rs +++ b/src/test/run-pass/issue-18906.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19037.rs b/src/test/run-pass/issue-19037.rs index ac181c8db7185..78eeb2b4f9c85 100644 --- a/src/test/run-pass/issue-19037.rs +++ b/src/test/run-pass/issue-19037.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19081.rs b/src/test/run-pass/issue-19081.rs index 83ba322ba3013..47ef2fd285828 100644 --- a/src/test/run-pass/issue-19081.rs +++ b/src/test/run-pass/issue-19081.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19098.rs b/src/test/run-pass/issue-19098.rs index ef95b4d4f00c5..0da3f792ef597 100644 --- a/src/test/run-pass/issue-19098.rs +++ b/src/test/run-pass/issue-19098.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19100.rs b/src/test/run-pass/issue-19100.rs index 0ebd3ae8d9769..2e32c219dcc8d 100644 --- a/src/test/run-pass/issue-19100.rs +++ b/src/test/run-pass/issue-19100.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19121.rs b/src/test/run-pass/issue-19121.rs index d95f74ef2a2ba..80c391dd28c29 100644 --- a/src/test/run-pass/issue-19121.rs +++ b/src/test/run-pass/issue-19121.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19127.rs b/src/test/run-pass/issue-19127.rs index bc43874bfb3c0..a5a4a3aec4e40 100644 --- a/src/test/run-pass/issue-19127.rs +++ b/src/test/run-pass/issue-19127.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19129-1.rs b/src/test/run-pass/issue-19129-1.rs index 3436871b4d1fe..ae2287d6debb9 100644 --- a/src/test/run-pass/issue-19129-1.rs +++ b/src/test/run-pass/issue-19129-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19129-2.rs b/src/test/run-pass/issue-19129-2.rs index d6b3a1908b82d..09bd3cfd0402f 100644 --- a/src/test/run-pass/issue-19129-2.rs +++ b/src/test/run-pass/issue-19129-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19135.rs b/src/test/run-pass/issue-19135.rs index c90880ff120bb..920074f2cd141 100644 --- a/src/test/run-pass/issue-19135.rs +++ b/src/test/run-pass/issue-19135.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19244.rs b/src/test/run-pass/issue-19244.rs index 3ee5ce9bff93a..63b740091c913 100644 --- a/src/test/run-pass/issue-19244.rs +++ b/src/test/run-pass/issue-19244.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19293.rs b/src/test/run-pass/issue-19293.rs index 4a446a76de389..3c23a1fd76467 100644 --- a/src/test/run-pass/issue-19293.rs +++ b/src/test/run-pass/issue-19293.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19340-1.rs b/src/test/run-pass/issue-19340-1.rs index 2f466d4ca8c47..0d63c7f33d7b1 100644 --- a/src/test/run-pass/issue-19340-1.rs +++ b/src/test/run-pass/issue-19340-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19340-2.rs b/src/test/run-pass/issue-19340-2.rs index 8300220edeaff..713ba739f1d13 100644 --- a/src/test/run-pass/issue-19340-2.rs +++ b/src/test/run-pass/issue-19340-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19358.rs b/src/test/run-pass/issue-19358.rs index 360934821750d..aef4732ce7e78 100644 --- a/src/test/run-pass/issue-19358.rs +++ b/src/test/run-pass/issue-19358.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19367.rs b/src/test/run-pass/issue-19367.rs index 7db84d518ff30..c2fcd4d84347c 100644 --- a/src/test/run-pass/issue-19367.rs +++ b/src/test/run-pass/issue-19367.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19398.rs b/src/test/run-pass/issue-19398.rs index 1196162568a91..3bc009d7a5713 100644 --- a/src/test/run-pass/issue-19398.rs +++ b/src/test/run-pass/issue-19398.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19479.rs b/src/test/run-pass/issue-19479.rs index 91bc645b2d486..5eec58f9812a2 100644 --- a/src/test/run-pass/issue-19479.rs +++ b/src/test/run-pass/issue-19479.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19631.rs b/src/test/run-pass/issue-19631.rs index 43116f63641de..f8d9d204322e8 100644 --- a/src/test/run-pass/issue-19631.rs +++ b/src/test/run-pass/issue-19631.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19632.rs b/src/test/run-pass/issue-19632.rs index 01a073a6889ae..6d5bc2b95aaea 100644 --- a/src/test/run-pass/issue-19632.rs +++ b/src/test/run-pass/issue-19632.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-1974.rs b/src/test/run-pass/issue-1974.rs index 9d71aea01d01d..c611715385e52 100644 --- a/src/test/run-pass/issue-1974.rs +++ b/src/test/run-pass/issue-1974.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19811-escape-unicode.rs b/src/test/run-pass/issue-19811-escape-unicode.rs index 23400859e54f1..42eb4d749b7ff 100644 --- a/src/test/run-pass/issue-19811-escape-unicode.rs +++ b/src/test/run-pass/issue-19811-escape-unicode.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-19850.rs b/src/test/run-pass/issue-19850.rs index a9ce6c7a9eb48..399148816fb48 100644 --- a/src/test/run-pass/issue-19850.rs +++ b/src/test/run-pass/issue-19850.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20009.rs b/src/test/run-pass/issue-20009.rs index 374460487d8f2..9964581cb89ff 100644 --- a/src/test/run-pass/issue-20009.rs +++ b/src/test/run-pass/issue-20009.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20091.rs b/src/test/run-pass/issue-20091.rs index d653843ba0590..8d6b13fff9bc0 100644 --- a/src/test/run-pass/issue-20091.rs +++ b/src/test/run-pass/issue-20091.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20313.rs b/src/test/run-pass/issue-20313.rs index 47791ceecb67d..f76c85fb946c0 100644 --- a/src/test/run-pass/issue-20313.rs +++ b/src/test/run-pass/issue-20313.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20389.rs b/src/test/run-pass/issue-20389.rs index 877cec48b5dc7..c7431170392bc 100644 --- a/src/test/run-pass/issue-20389.rs +++ b/src/test/run-pass/issue-20389.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20414.rs b/src/test/run-pass/issue-20414.rs index 92865c419b662..c61d19c54e530 100644 --- a/src/test/run-pass/issue-20414.rs +++ b/src/test/run-pass/issue-20414.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20575.rs b/src/test/run-pass/issue-20575.rs index f83150b95184b..6a9267974c415 100644 --- a/src/test/run-pass/issue-20575.rs +++ b/src/test/run-pass/issue-20575.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20644.rs b/src/test/run-pass/issue-20644.rs index f74b09a3d246f..9323ea0c1ffea 100644 --- a/src/test/run-pass/issue-20644.rs +++ b/src/test/run-pass/issue-20644.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20676.rs b/src/test/run-pass/issue-20676.rs index fd99fc01a23d1..86eec643ae759 100644 --- a/src/test/run-pass/issue-20676.rs +++ b/src/test/run-pass/issue-20676.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2074.rs b/src/test/run-pass/issue-2074.rs index 120ada96c15b7..92dcbe7aba986 100644 --- a/src/test/run-pass/issue-2074.rs +++ b/src/test/run-pass/issue-2074.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-20823.rs b/src/test/run-pass/issue-20823.rs index 561b61954768e..236a40fa0e012 100644 --- a/src/test/run-pass/issue-20823.rs +++ b/src/test/run-pass/issue-20823.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-21033.rs b/src/test/run-pass/issue-21033.rs index 5dcf1d904d0ed..fc9e268625f57 100644 --- a/src/test/run-pass/issue-21033.rs +++ b/src/test/run-pass/issue-21033.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-21058.rs b/src/test/run-pass/issue-21058.rs index cbce577451faf..26534ed9ab383 100644 --- a/src/test/run-pass/issue-21058.rs +++ b/src/test/run-pass/issue-21058.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-21350.rs b/src/test/run-pass/issue-21350.rs index feafee90372d6..99a9d4def1639 100644 --- a/src/test/run-pass/issue-21350.rs +++ b/src/test/run-pass/issue-21350.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-21384.rs b/src/test/run-pass/issue-21384.rs index 0ec33d218f9a9..2fc3195fdbb92 100644 --- a/src/test/run-pass/issue-21384.rs +++ b/src/test/run-pass/issue-21384.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-21402.rs b/src/test/run-pass/issue-21402.rs index 6be7cea29280d..db7df11820d3c 100644 --- a/src/test/run-pass/issue-21402.rs +++ b/src/test/run-pass/issue-21402.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2185.rs b/src/test/run-pass/issue-2185.rs index 1bc1196c4914b..d8654cd9099a9 100644 --- a/src/test/run-pass/issue-2185.rs +++ b/src/test/run-pass/issue-2185.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2190-1.rs b/src/test/run-pass/issue-2190-1.rs index 810bf385d7e0b..950b736d26cd5 100644 --- a/src/test/run-pass/issue-2190-1.rs +++ b/src/test/run-pass/issue-2190-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2190-2.rs b/src/test/run-pass/issue-2190-2.rs index 39a97b00b32da..f15fd8f58239b 100644 --- a/src/test/run-pass/issue-2190-2.rs +++ b/src/test/run-pass/issue-2190-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2214.rs b/src/test/run-pass/issue-2214.rs index a319ee5e600cc..4adf5c4492800 100644 --- a/src/test/run-pass/issue-2214.rs +++ b/src/test/run-pass/issue-2214.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-2216.rs b/src/test/run-pass/issue-2216.rs index 98e6e05134320..7b5ba70ff4cc2 100644 --- a/src/test/run-pass/issue-2216.rs +++ b/src/test/run-pass/issue-2216.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2284.rs b/src/test/run-pass/issue-2284.rs index b8c9ada8b1e23..22330c9b8b350 100644 --- a/src/test/run-pass/issue-2284.rs +++ b/src/test/run-pass/issue-2284.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2288.rs b/src/test/run-pass/issue-2288.rs index 7baead6929beb..b9366afa36900 100644 --- a/src/test/run-pass/issue-2288.rs +++ b/src/test/run-pass/issue-2288.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2311-2.rs b/src/test/run-pass/issue-2311-2.rs index e0b98ab19652a..c11b186f6b1c6 100644 --- a/src/test/run-pass/issue-2311-2.rs +++ b/src/test/run-pass/issue-2311-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2311.rs b/src/test/run-pass/issue-2311.rs index dc873ed08d701..14e41a31b7c65 100644 --- a/src/test/run-pass/issue-2311.rs +++ b/src/test/run-pass/issue-2311.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2312.rs b/src/test/run-pass/issue-2312.rs index 8c597552d75aa..0517f6e22d6b3 100644 --- a/src/test/run-pass/issue-2312.rs +++ b/src/test/run-pass/issue-2312.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2316-c.rs b/src/test/run-pass/issue-2316-c.rs index a6fac423bb677..8ab5647492983 100644 --- a/src/test/run-pass/issue-2316-c.rs +++ b/src/test/run-pass/issue-2316-c.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2380-b.rs b/src/test/run-pass/issue-2380-b.rs index 22976aac6e774..3ed7a130b1af0 100644 --- a/src/test/run-pass/issue-2380-b.rs +++ b/src/test/run-pass/issue-2380-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2383.rs b/src/test/run-pass/issue-2383.rs index 94bff890820dd..6ba94c8b012c1 100644 --- a/src/test/run-pass/issue-2383.rs +++ b/src/test/run-pass/issue-2383.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-2414-c.rs b/src/test/run-pass/issue-2414-c.rs index 0b891fbddccf1..5b0d4981441bd 100644 --- a/src/test/run-pass/issue-2414-c.rs +++ b/src/test/run-pass/issue-2414-c.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2428.rs b/src/test/run-pass/issue-2428.rs index afa053de2438c..57cc1492f895c 100644 --- a/src/test/run-pass/issue-2428.rs +++ b/src/test/run-pass/issue-2428.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2445-b.rs b/src/test/run-pass/issue-2445-b.rs index 91f76fc5ae061..8bbcf05ffcc51 100644 --- a/src/test/run-pass/issue-2445-b.rs +++ b/src/test/run-pass/issue-2445-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2445.rs b/src/test/run-pass/issue-2445.rs index 6356c87bfc961..dcd5e94427746 100644 --- a/src/test/run-pass/issue-2445.rs +++ b/src/test/run-pass/issue-2445.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2463.rs b/src/test/run-pass/issue-2463.rs index 051ebd1ec045f..636844f5d6807 100644 --- a/src/test/run-pass/issue-2463.rs +++ b/src/test/run-pass/issue-2463.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2472.rs b/src/test/run-pass/issue-2472.rs index 53b0042405b0b..70e870f3a60db 100644 --- a/src/test/run-pass/issue-2472.rs +++ b/src/test/run-pass/issue-2472.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2487-a.rs b/src/test/run-pass/issue-2487-a.rs index aa61d52b2a32d..6c34fbf66f36a 100644 --- a/src/test/run-pass/issue-2487-a.rs +++ b/src/test/run-pass/issue-2487-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2502.rs b/src/test/run-pass/issue-2502.rs index a62e329f106f5..d442b4a431411 100644 --- a/src/test/run-pass/issue-2502.rs +++ b/src/test/run-pass/issue-2502.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2526-a.rs b/src/test/run-pass/issue-2526-a.rs index 18c59dc9adc8e..e2c7bb43d2057 100644 --- a/src/test/run-pass/issue-2526-a.rs +++ b/src/test/run-pass/issue-2526-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2550.rs b/src/test/run-pass/issue-2550.rs index 99c68826502f4..7a0da4713a5d5 100644 --- a/src/test/run-pass/issue-2550.rs +++ b/src/test/run-pass/issue-2550.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2611-3.rs b/src/test/run-pass/issue-2611-3.rs index 2608c89d15567..d091c03b37b01 100644 --- a/src/test/run-pass/issue-2611-3.rs +++ b/src/test/run-pass/issue-2611-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2631-b.rs b/src/test/run-pass/issue-2631-b.rs index 84f046499e439..10e197e7807f1 100644 --- a/src/test/run-pass/issue-2631-b.rs +++ b/src/test/run-pass/issue-2631-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2633-2.rs b/src/test/run-pass/issue-2633-2.rs index c146f8a7a9afb..b69a7889a22d5 100644 --- a/src/test/run-pass/issue-2633-2.rs +++ b/src/test/run-pass/issue-2633-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2633.rs b/src/test/run-pass/issue-2633.rs index bc014f699c731..a30dd1952b08e 100644 --- a/src/test/run-pass/issue-2633.rs +++ b/src/test/run-pass/issue-2633.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2642.rs b/src/test/run-pass/issue-2642.rs index dc6015545421c..d0090b8700877 100644 --- a/src/test/run-pass/issue-2642.rs +++ b/src/test/run-pass/issue-2642.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2708.rs b/src/test/run-pass/issue-2708.rs index 1f072af0f5a64..a27e6dce09dff 100644 --- a/src/test/run-pass/issue-2708.rs +++ b/src/test/run-pass/issue-2708.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2718.rs b/src/test/run-pass/issue-2718.rs index 6f5f46edc01cb..4e5c55760435e 100644 --- a/src/test/run-pass/issue-2718.rs +++ b/src/test/run-pass/issue-2718.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-2723-b.rs b/src/test/run-pass/issue-2723-b.rs index bab7b0d24db70..1b2bc1b99cde8 100644 --- a/src/test/run-pass/issue-2723-b.rs +++ b/src/test/run-pass/issue-2723-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2734.rs b/src/test/run-pass/issue-2734.rs index 3e4cffe5dfa38..97f5f8c08f90f 100644 --- a/src/test/run-pass/issue-2734.rs +++ b/src/test/run-pass/issue-2734.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2735-2.rs b/src/test/run-pass/issue-2735-2.rs index 0d1cf1c339227..237da06db52b8 100644 --- a/src/test/run-pass/issue-2735-2.rs +++ b/src/test/run-pass/issue-2735-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2735-3.rs b/src/test/run-pass/issue-2735-3.rs index 658183cf6ff54..6b0537ec67761 100644 --- a/src/test/run-pass/issue-2735-3.rs +++ b/src/test/run-pass/issue-2735-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2735.rs b/src/test/run-pass/issue-2735.rs index cb376d0e4398d..b76f7e720a033 100644 --- a/src/test/run-pass/issue-2735.rs +++ b/src/test/run-pass/issue-2735.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2748-a.rs b/src/test/run-pass/issue-2748-a.rs index 23e26ca5665c5..bdba764745339 100644 --- a/src/test/run-pass/issue-2748-a.rs +++ b/src/test/run-pass/issue-2748-a.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2748-b.rs b/src/test/run-pass/issue-2748-b.rs index 3ca8d49eb864d..8fb594e863ecb 100644 --- a/src/test/run-pass/issue-2748-b.rs +++ b/src/test/run-pass/issue-2748-b.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2804-2.rs b/src/test/run-pass/issue-2804-2.rs index 952ea1e9d3de7..70a5c50926386 100644 --- a/src/test/run-pass/issue-2804-2.rs +++ b/src/test/run-pass/issue-2804-2.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-2804.rs b/src/test/run-pass/issue-2804.rs index 25b933b8f96fe..0ef863c04168a 100644 --- a/src/test/run-pass/issue-2804.rs +++ b/src/test/run-pass/issue-2804.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-2895.rs b/src/test/run-pass/issue-2895.rs index 5f7a4d87b9ae2..f330a2a50063d 100644 --- a/src/test/run-pass/issue-2895.rs +++ b/src/test/run-pass/issue-2895.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2904.rs b/src/test/run-pass/issue-2904.rs index f87eb46d553b7..11b185dce438c 100644 --- a/src/test/run-pass/issue-2904.rs +++ b/src/test/run-pass/issue-2904.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-2935.rs b/src/test/run-pass/issue-2935.rs index 295fd538de635..7c9d751bc33c3 100644 --- a/src/test/run-pass/issue-2935.rs +++ b/src/test/run-pass/issue-2935.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2936.rs b/src/test/run-pass/issue-2936.rs index 183eb6e079f05..195f034ef50ca 100644 --- a/src/test/run-pass/issue-2936.rs +++ b/src/test/run-pass/issue-2936.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-2989.rs b/src/test/run-pass/issue-2989.rs index bef082569b9c6..1125174701e10 100644 --- a/src/test/run-pass/issue-2989.rs +++ b/src/test/run-pass/issue-2989.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3012-2.rs b/src/test/run-pass/issue-3012-2.rs index de2d4374d787f..4b05170015bb6 100644 --- a/src/test/run-pass/issue-3012-2.rs +++ b/src/test/run-pass/issue-3012-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3026.rs b/src/test/run-pass/issue-3026.rs index cd71bfce27428..a489584c27894 100644 --- a/src/test/run-pass/issue-3026.rs +++ b/src/test/run-pass/issue-3026.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-3037.rs b/src/test/run-pass/issue-3037.rs index 1555098f2911b..cc0ffdcf22087 100644 --- a/src/test/run-pass/issue-3037.rs +++ b/src/test/run-pass/issue-3037.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3052.rs b/src/test/run-pass/issue-3052.rs index c08bdf5440812..41d6580b08b11 100644 --- a/src/test/run-pass/issue-3052.rs +++ b/src/test/run-pass/issue-3052.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3091.rs b/src/test/run-pass/issue-3091.rs index 2e287e24e23fc..e6b88cd9eb79a 100644 --- a/src/test/run-pass/issue-3091.rs +++ b/src/test/run-pass/issue-3091.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3109.rs b/src/test/run-pass/issue-3109.rs index dc22ebce804e6..2ee7ca04a94a6 100644 --- a/src/test/run-pass/issue-3109.rs +++ b/src/test/run-pass/issue-3109.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3121.rs b/src/test/run-pass/issue-3121.rs index c789921f6220a..56c979997d19a 100644 --- a/src/test/run-pass/issue-3121.rs +++ b/src/test/run-pass/issue-3121.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3149.rs b/src/test/run-pass/issue-3149.rs index ab64fb4fbfa1f..1d8dd9fd2d560 100644 --- a/src/test/run-pass/issue-3149.rs +++ b/src/test/run-pass/issue-3149.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3211.rs b/src/test/run-pass/issue-3211.rs index c52c23b5d7543..bd2c3029d8c05 100644 --- a/src/test/run-pass/issue-3211.rs +++ b/src/test/run-pass/issue-3211.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3220.rs b/src/test/run-pass/issue-3220.rs index 9c44a7cfcc307..88e1082fe1b67 100644 --- a/src/test/run-pass/issue-3220.rs +++ b/src/test/run-pass/issue-3220.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3290.rs b/src/test/run-pass/issue-3290.rs index a72b272abaac6..2eabb2d322a7b 100644 --- a/src/test/run-pass/issue-3290.rs +++ b/src/test/run-pass/issue-3290.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-333.rs b/src/test/run-pass/issue-333.rs index ef49d0a170f88..7cab0504657c0 100644 --- a/src/test/run-pass/issue-333.rs +++ b/src/test/run-pass/issue-333.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3389.rs b/src/test/run-pass/issue-3389.rs index 8f6b813719973..e9d516472c6b8 100644 --- a/src/test/run-pass/issue-3389.rs +++ b/src/test/run-pass/issue-3389.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3424.rs b/src/test/run-pass/issue-3424.rs index 6647fbe2238ef..c51b54924d30b 100644 --- a/src/test/run-pass/issue-3424.rs +++ b/src/test/run-pass/issue-3424.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/issue-3429.rs b/src/test/run-pass/issue-3429.rs index 60c5345000436..03a8180a5c5c9 100644 --- a/src/test/run-pass/issue-3429.rs +++ b/src/test/run-pass/issue-3429.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3447.rs b/src/test/run-pass/issue-3447.rs index 12c2155dd57a7..a1c81527086ab 100644 --- a/src/test/run-pass/issue-3447.rs +++ b/src/test/run-pass/issue-3447.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3500.rs b/src/test/run-pass/issue-3500.rs index eb422c9a8b99b..4728ece2baf81 100644 --- a/src/test/run-pass/issue-3500.rs +++ b/src/test/run-pass/issue-3500.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3556.rs b/src/test/run-pass/issue-3556.rs index 3448273e14424..16f6692f3b3b2 100644 --- a/src/test/run-pass/issue-3556.rs +++ b/src/test/run-pass/issue-3556.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3559.rs b/src/test/run-pass/issue-3559.rs index 633832f424c85..9298796f5aa01 100644 --- a/src/test/run-pass/issue-3559.rs +++ b/src/test/run-pass/issue-3559.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3563-2.rs b/src/test/run-pass/issue-3563-2.rs index e688b95f87348..299c292ff0c9d 100644 --- a/src/test/run-pass/issue-3563-2.rs +++ b/src/test/run-pass/issue-3563-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3563-3.rs b/src/test/run-pass/issue-3563-3.rs index 3fe6e02dcefba..be7915a9d1f40 100644 --- a/src/test/run-pass/issue-3563-3.rs +++ b/src/test/run-pass/issue-3563-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3574.rs b/src/test/run-pass/issue-3574.rs index e31f2ade125eb..4722fe752a947 100644 --- a/src/test/run-pass/issue-3574.rs +++ b/src/test/run-pass/issue-3574.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3609.rs b/src/test/run-pass/issue-3609.rs index 56eb7486c928c..1a051d942defc 100644 --- a/src/test/run-pass/issue-3609.rs +++ b/src/test/run-pass/issue-3609.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3656.rs b/src/test/run-pass/issue-3656.rs index 8a39676ca17ac..d388643349ae8 100644 --- a/src/test/run-pass/issue-3656.rs +++ b/src/test/run-pass/issue-3656.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3683.rs b/src/test/run-pass/issue-3683.rs index e6c816666e798..1074d728936cf 100644 --- a/src/test/run-pass/issue-3683.rs +++ b/src/test/run-pass/issue-3683.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3702.rs b/src/test/run-pass/issue-3702.rs index 9c09b8cd1c723..77c641f5c4a49 100644 --- a/src/test/run-pass/issue-3702.rs +++ b/src/test/run-pass/issue-3702.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3743.rs b/src/test/run-pass/issue-3743.rs index 382ea0c575887..235553aa9697a 100644 --- a/src/test/run-pass/issue-3743.rs +++ b/src/test/run-pass/issue-3743.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3753.rs b/src/test/run-pass/issue-3753.rs index 00a8a0893a2af..9b3c165178e8b 100644 --- a/src/test/run-pass/issue-3753.rs +++ b/src/test/run-pass/issue-3753.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3794.rs b/src/test/run-pass/issue-3794.rs index 91c938981c10b..d34deced3a1ab 100644 --- a/src/test/run-pass/issue-3794.rs +++ b/src/test/run-pass/issue-3794.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3847.rs b/src/test/run-pass/issue-3847.rs index 9216c8aa1aef9..2508ac7c24c02 100644 --- a/src/test/run-pass/issue-3847.rs +++ b/src/test/run-pass/issue-3847.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3874.rs b/src/test/run-pass/issue-3874.rs index 9226bebd2dcea..6548dd55bd8fb 100644 --- a/src/test/run-pass/issue-3874.rs +++ b/src/test/run-pass/issue-3874.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3878.rs b/src/test/run-pass/issue-3878.rs index 5434e44c17376..9f5827ffb68ff 100644 --- a/src/test/run-pass/issue-3878.rs +++ b/src/test/run-pass/issue-3878.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3888-2.rs b/src/test/run-pass/issue-3888-2.rs index bf3d0b786af65..0c70955b28d43 100644 --- a/src/test/run-pass/issue-3888-2.rs +++ b/src/test/run-pass/issue-3888-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3895.rs b/src/test/run-pass/issue-3895.rs index b2254001320c4..33e24892da2c9 100644 --- a/src/test/run-pass/issue-3895.rs +++ b/src/test/run-pass/issue-3895.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3904.rs b/src/test/run-pass/issue-3904.rs index e917ecc745f0b..a60812c4b67fa 100644 --- a/src/test/run-pass/issue-3904.rs +++ b/src/test/run-pass/issue-3904.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3935.rs b/src/test/run-pass/issue-3935.rs index f534f744a2030..359e455eea00b 100644 --- a/src/test/run-pass/issue-3935.rs +++ b/src/test/run-pass/issue-3935.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3979-2.rs b/src/test/run-pass/issue-3979-2.rs index 39e9f5dcd2d8d..5221cdf3ef4ac 100644 --- a/src/test/run-pass/issue-3979-2.rs +++ b/src/test/run-pass/issue-3979-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3979-generics.rs b/src/test/run-pass/issue-3979-generics.rs index 180bd292f8433..8d7b138ec3ebb 100644 --- a/src/test/run-pass/issue-3979-generics.rs +++ b/src/test/run-pass/issue-3979-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3979-xcrate.rs b/src/test/run-pass/issue-3979-xcrate.rs index a062b4c71752f..c3c8933f25f6f 100644 --- a/src/test/run-pass/issue-3979-xcrate.rs +++ b/src/test/run-pass/issue-3979-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-3979.rs b/src/test/run-pass/issue-3979.rs index 4f69342830b93..b2b2b824b5878 100644 --- a/src/test/run-pass/issue-3979.rs +++ b/src/test/run-pass/issue-3979.rs @@ -1,7 +1,3 @@ - -// Copyright 2012 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 or the MIT license diff --git a/src/test/run-pass/issue-3991.rs b/src/test/run-pass/issue-3991.rs index 37144fb9cce77..54bb6767813a8 100644 --- a/src/test/run-pass/issue-3991.rs +++ b/src/test/run-pass/issue-3991.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4016.rs b/src/test/run-pass/issue-4016.rs index 220332f63548a..e7f28706b78c9 100644 --- a/src/test/run-pass/issue-4016.rs +++ b/src/test/run-pass/issue-4016.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4025.rs b/src/test/run-pass/issue-4025.rs index dec148ca0f6dc..7dc9447c62814 100644 --- a/src/test/run-pass/issue-4025.rs +++ b/src/test/run-pass/issue-4025.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4036.rs b/src/test/run-pass/issue-4036.rs index 48e32922ce708..8352ac8c54d06 100644 --- a/src/test/run-pass/issue-4036.rs +++ b/src/test/run-pass/issue-4036.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4107.rs b/src/test/run-pass/issue-4107.rs index 2ed662e9f2d60..c79852c1dc443 100644 --- a/src/test/run-pass/issue-4107.rs +++ b/src/test/run-pass/issue-4107.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4120.rs b/src/test/run-pass/issue-4120.rs index 8722376ab59e9..22938cb9129bb 100644 --- a/src/test/run-pass/issue-4120.rs +++ b/src/test/run-pass/issue-4120.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4208.rs b/src/test/run-pass/issue-4208.rs index c186f1e57f9a1..f813666ddd707 100644 --- a/src/test/run-pass/issue-4208.rs +++ b/src/test/run-pass/issue-4208.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4228.rs b/src/test/run-pass/issue-4228.rs index 8cae8dd7915a0..fc29eb737426b 100644 --- a/src/test/run-pass/issue-4228.rs +++ b/src/test/run-pass/issue-4228.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4241.rs b/src/test/run-pass/issue-4241.rs index 3130c0441a5bd..e90e058596426 100644 --- a/src/test/run-pass/issue-4241.rs +++ b/src/test/run-pass/issue-4241.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4252.rs b/src/test/run-pass/issue-4252.rs index 3606aff05ff5e..2f9ca55a60e0b 100644 --- a/src/test/run-pass/issue-4252.rs +++ b/src/test/run-pass/issue-4252.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4333.rs b/src/test/run-pass/issue-4333.rs index fd67b767104d5..da9a688153edb 100644 --- a/src/test/run-pass/issue-4333.rs +++ b/src/test/run-pass/issue-4333.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4387.rs b/src/test/run-pass/issue-4387.rs index 43948ef4a45c5..350310a1d0a1a 100644 --- a/src/test/run-pass/issue-4387.rs +++ b/src/test/run-pass/issue-4387.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4401.rs b/src/test/run-pass/issue-4401.rs index c251fafc24b87..4f3ac306d49d4 100644 --- a/src/test/run-pass/issue-4401.rs +++ b/src/test/run-pass/issue-4401.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4446.rs b/src/test/run-pass/issue-4446.rs index 9c00348ad6a51..4b482900331d7 100644 --- a/src/test/run-pass/issue-4446.rs +++ b/src/test/run-pass/issue-4446.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4448.rs b/src/test/run-pass/issue-4448.rs index a19bfca721a7c..90136be905e17 100644 --- a/src/test/run-pass/issue-4448.rs +++ b/src/test/run-pass/issue-4448.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4464.rs b/src/test/run-pass/issue-4464.rs index 33a5c7a167f99..e38efc0e75040 100644 --- a/src/test/run-pass/issue-4464.rs +++ b/src/test/run-pass/issue-4464.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4541.rs b/src/test/run-pass/issue-4541.rs index c9baab3cfa49e..024952ad22aa1 100644 --- a/src/test/run-pass/issue-4541.rs +++ b/src/test/run-pass/issue-4541.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4542.rs b/src/test/run-pass/issue-4542.rs index 024ee8c6dfec3..431be74544954 100644 --- a/src/test/run-pass/issue-4542.rs +++ b/src/test/run-pass/issue-4542.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4545.rs b/src/test/run-pass/issue-4545.rs index bf03b4c45326e..fa28d4d8f5a9d 100644 --- a/src/test/run-pass/issue-4545.rs +++ b/src/test/run-pass/issue-4545.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4734.rs b/src/test/run-pass/issue-4734.rs index c08d3503fa4c1..2d4ba39113199 100644 --- a/src/test/run-pass/issue-4734.rs +++ b/src/test/run-pass/issue-4734.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4735.rs b/src/test/run-pass/issue-4735.rs index bf422bd0405a1..e2c4525fde4ef 100644 --- a/src/test/run-pass/issue-4735.rs +++ b/src/test/run-pass/issue-4735.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4759-1.rs b/src/test/run-pass/issue-4759-1.rs index ce2f488b90c7b..0272c9a6dd22d 100644 --- a/src/test/run-pass/issue-4759-1.rs +++ b/src/test/run-pass/issue-4759-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4759.rs b/src/test/run-pass/issue-4759.rs index 2245e80971a90..3b95f2fa328e9 100644 --- a/src/test/run-pass/issue-4759.rs +++ b/src/test/run-pass/issue-4759.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4830.rs b/src/test/run-pass/issue-4830.rs index 7fc1c10895ef6..ac9b08cb0c222 100644 --- a/src/test/run-pass/issue-4830.rs +++ b/src/test/run-pass/issue-4830.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-4875.rs b/src/test/run-pass/issue-4875.rs index 9c1e782ffce19..cc120785b54cc 100644 --- a/src/test/run-pass/issue-4875.rs +++ b/src/test/run-pass/issue-4875.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5008-borrowed-traitobject-method-call.rs b/src/test/run-pass/issue-5008-borrowed-traitobject-method-call.rs index 90900ca46ce01..e8901a56d8b2e 100644 --- a/src/test/run-pass/issue-5008-borrowed-traitobject-method-call.rs +++ b/src/test/run-pass/issue-5008-borrowed-traitobject-method-call.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5060.rs b/src/test/run-pass/issue-5060.rs index 7c3b0a5f1f014..67ecd7981de3f 100644 --- a/src/test/run-pass/issue-5060.rs +++ b/src/test/run-pass/issue-5060.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5192.rs b/src/test/run-pass/issue-5192.rs index bb79cd4d04667..26d7780d050b7 100644 --- a/src/test/run-pass/issue-5192.rs +++ b/src/test/run-pass/issue-5192.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5239-2.rs b/src/test/run-pass/issue-5239-2.rs index 69255c576811f..be41fe1632ac4 100644 --- a/src/test/run-pass/issue-5239-2.rs +++ b/src/test/run-pass/issue-5239-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5243.rs b/src/test/run-pass/issue-5243.rs index f5d2c38147293..f04cc49d55565 100644 --- a/src/test/run-pass/issue-5243.rs +++ b/src/test/run-pass/issue-5243.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5280.rs b/src/test/run-pass/issue-5280.rs index bd89246505469..1f03d0040c6e8 100644 --- a/src/test/run-pass/issue-5280.rs +++ b/src/test/run-pass/issue-5280.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5315.rs b/src/test/run-pass/issue-5315.rs index 1d2e7b79931f9..0ff6f07698e03 100644 --- a/src/test/run-pass/issue-5315.rs +++ b/src/test/run-pass/issue-5315.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5321-immediates-with-bare-self.rs b/src/test/run-pass/issue-5321-immediates-with-bare-self.rs index 511b8a9683060..b218bd9419d42 100644 --- a/src/test/run-pass/issue-5321-immediates-with-bare-self.rs +++ b/src/test/run-pass/issue-5321-immediates-with-bare-self.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5353.rs b/src/test/run-pass/issue-5353.rs index 1f6493d961c5a..3d765735fab7d 100644 --- a/src/test/run-pass/issue-5353.rs +++ b/src/test/run-pass/issue-5353.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5518.rs b/src/test/run-pass/issue-5518.rs index a28bc9f825d5d..581dcd4111e85 100644 --- a/src/test/run-pass/issue-5518.rs +++ b/src/test/run-pass/issue-5518.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5521.rs b/src/test/run-pass/issue-5521.rs index fb0e8e599eb2a..3f2b2a1ece8f9 100644 --- a/src/test/run-pass/issue-5521.rs +++ b/src/test/run-pass/issue-5521.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5530.rs b/src/test/run-pass/issue-5530.rs index a9e1ffcb34510..c9199b44ed74e 100644 --- a/src/test/run-pass/issue-5530.rs +++ b/src/test/run-pass/issue-5530.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5550.rs b/src/test/run-pass/issue-5550.rs index 56404bfe38870..38ab914ba53e3 100644 --- a/src/test/run-pass/issue-5550.rs +++ b/src/test/run-pass/issue-5550.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5554.rs b/src/test/run-pass/issue-5554.rs index 32fca7a182c1b..aa46b4962e4cd 100644 --- a/src/test/run-pass/issue-5554.rs +++ b/src/test/run-pass/issue-5554.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5572.rs b/src/test/run-pass/issue-5572.rs index 4e57ed94991cb..2c18c18a7d998 100644 --- a/src/test/run-pass/issue-5572.rs +++ b/src/test/run-pass/issue-5572.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5666.rs b/src/test/run-pass/issue-5666.rs index e53f4c8692304..c6140ad6d9323 100644 --- a/src/test/run-pass/issue-5666.rs +++ b/src/test/run-pass/issue-5666.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5688.rs b/src/test/run-pass/issue-5688.rs index cfe9c8f994c47..2efdaff4d6abe 100644 --- a/src/test/run-pass/issue-5688.rs +++ b/src/test/run-pass/issue-5688.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5708.rs b/src/test/run-pass/issue-5708.rs index 61ae273aef50b..1dc551ef215ee 100644 --- a/src/test/run-pass/issue-5708.rs +++ b/src/test/run-pass/issue-5708.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5718.rs b/src/test/run-pass/issue-5718.rs index 36aa8a9cbca5d..a06245424a0dc 100644 --- a/src/test/run-pass/issue-5718.rs +++ b/src/test/run-pass/issue-5718.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5741.rs b/src/test/run-pass/issue-5741.rs index 0aaa0c8624104..06500f86dcb78 100644 --- a/src/test/run-pass/issue-5741.rs +++ b/src/test/run-pass/issue-5741.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5754.rs b/src/test/run-pass/issue-5754.rs index b2eeedfbdc922..2a8c0362fcc44 100644 --- a/src/test/run-pass/issue-5754.rs +++ b/src/test/run-pass/issue-5754.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5791.rs b/src/test/run-pass/issue-5791.rs index 468f420624a5f..0c6610b1cb659 100644 --- a/src/test/run-pass/issue-5791.rs +++ b/src/test/run-pass/issue-5791.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5884.rs b/src/test/run-pass/issue-5884.rs index 6502c66d85821..5fff84fb6715f 100644 --- a/src/test/run-pass/issue-5884.rs +++ b/src/test/run-pass/issue-5884.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5900.rs b/src/test/run-pass/issue-5900.rs index 4518b503c0dc5..4ecc1e64a250f 100644 --- a/src/test/run-pass/issue-5900.rs +++ b/src/test/run-pass/issue-5900.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5917.rs b/src/test/run-pass/issue-5917.rs index 5b6012673564d..9e97a8f0dfe1f 100644 --- a/src/test/run-pass/issue-5917.rs +++ b/src/test/run-pass/issue-5917.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5950.rs b/src/test/run-pass/issue-5950.rs index c9413258e0fb8..ab0cd5927b177 100644 --- a/src/test/run-pass/issue-5950.rs +++ b/src/test/run-pass/issue-5950.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5988.rs b/src/test/run-pass/issue-5988.rs index cc95b135b27de..04934c32c697a 100644 --- a/src/test/run-pass/issue-5988.rs +++ b/src/test/run-pass/issue-5988.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-5997.rs b/src/test/run-pass/issue-5997.rs index 0ce8823bc99aa..f389a9064eb77 100644 --- a/src/test/run-pass/issue-5997.rs +++ b/src/test/run-pass/issue-5997.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6117.rs b/src/test/run-pass/issue-6117.rs index 85de03dfe3426..5f80bf679061e 100644 --- a/src/test/run-pass/issue-6117.rs +++ b/src/test/run-pass/issue-6117.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6128.rs b/src/test/run-pass/issue-6128.rs index d96862b588f9d..31cbbef44f0a4 100644 --- a/src/test/run-pass/issue-6128.rs +++ b/src/test/run-pass/issue-6128.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6130.rs b/src/test/run-pass/issue-6130.rs index f28a85eab3e98..d435bfcda0908 100644 --- a/src/test/run-pass/issue-6130.rs +++ b/src/test/run-pass/issue-6130.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6153.rs b/src/test/run-pass/issue-6153.rs index b2b64e62c39a4..9b680dab49912 100644 --- a/src/test/run-pass/issue-6153.rs +++ b/src/test/run-pass/issue-6153.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6157.rs b/src/test/run-pass/issue-6157.rs index 07c7c6888e1eb..35564b458639a 100644 --- a/src/test/run-pass/issue-6157.rs +++ b/src/test/run-pass/issue-6157.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6318.rs b/src/test/run-pass/issue-6318.rs index b9f1a8bda7b5e..44f7ddc886aff 100644 --- a/src/test/run-pass/issue-6318.rs +++ b/src/test/run-pass/issue-6318.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6334.rs b/src/test/run-pass/issue-6334.rs index 67440b6ec1c91..02e9c5e7bc59a 100644 --- a/src/test/run-pass/issue-6334.rs +++ b/src/test/run-pass/issue-6334.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6341.rs b/src/test/run-pass/issue-6341.rs index 6e49c0435665d..911a4ee537960 100644 --- a/src/test/run-pass/issue-6341.rs +++ b/src/test/run-pass/issue-6341.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6344-let.rs b/src/test/run-pass/issue-6344-let.rs index 65ee062a03960..d5eb42f9f0f54 100644 --- a/src/test/run-pass/issue-6344-let.rs +++ b/src/test/run-pass/issue-6344-let.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6344-match.rs b/src/test/run-pass/issue-6344-match.rs index ee99ec957b5a6..dcf8a9bd537b5 100644 --- a/src/test/run-pass/issue-6344-match.rs +++ b/src/test/run-pass/issue-6344-match.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6449.rs b/src/test/run-pass/issue-6449.rs index 9a5fc7763f63b..93a8781727c24 100644 --- a/src/test/run-pass/issue-6449.rs +++ b/src/test/run-pass/issue-6449.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6470.rs b/src/test/run-pass/issue-6470.rs index ef164150804b9..02e5937c07edf 100644 --- a/src/test/run-pass/issue-6470.rs +++ b/src/test/run-pass/issue-6470.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6557.rs b/src/test/run-pass/issue-6557.rs index 3163f1393280a..b2f42aa18b066 100644 --- a/src/test/run-pass/issue-6557.rs +++ b/src/test/run-pass/issue-6557.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6892.rs b/src/test/run-pass/issue-6892.rs index c2e0f5206ae01..ee1f7e74f5d9e 100644 --- a/src/test/run-pass/issue-6892.rs +++ b/src/test/run-pass/issue-6892.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6898.rs b/src/test/run-pass/issue-6898.rs index 9e6293216bc11..3bfbd364d53c6 100644 --- a/src/test/run-pass/issue-6898.rs +++ b/src/test/run-pass/issue-6898.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-6919.rs b/src/test/run-pass/issue-6919.rs index c684c4d897b04..c13b2e866f903 100644 --- a/src/test/run-pass/issue-6919.rs +++ b/src/test/run-pass/issue-6919.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7012.rs b/src/test/run-pass/issue-7012.rs index 96db28f4a101f..f1e06824d81b4 100644 --- a/src/test/run-pass/issue-7012.rs +++ b/src/test/run-pass/issue-7012.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7178.rs b/src/test/run-pass/issue-7178.rs index 4acb495972437..1d2f7940a68f5 100644 --- a/src/test/run-pass/issue-7178.rs +++ b/src/test/run-pass/issue-7178.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7222.rs b/src/test/run-pass/issue-7222.rs index 65ea895c2c85f..2628d2a1dfaac 100644 --- a/src/test/run-pass/issue-7222.rs +++ b/src/test/run-pass/issue-7222.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7268.rs b/src/test/run-pass/issue-7268.rs index 8aa9592731230..0907adb07cceb 100644 --- a/src/test/run-pass/issue-7268.rs +++ b/src/test/run-pass/issue-7268.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7344.rs b/src/test/run-pass/issue-7344.rs index 6e2ed27725c0f..30f56897ca9c0 100644 --- a/src/test/run-pass/issue-7344.rs +++ b/src/test/run-pass/issue-7344.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7519-match-unit-in-arg.rs b/src/test/run-pass/issue-7519-match-unit-in-arg.rs index 75123243f47d6..35580e388197b 100644 --- a/src/test/run-pass/issue-7519-match-unit-in-arg.rs +++ b/src/test/run-pass/issue-7519-match-unit-in-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7563.rs b/src/test/run-pass/issue-7563.rs index 734d131ffdff0..1b1165e9fbd96 100644 --- a/src/test/run-pass/issue-7563.rs +++ b/src/test/run-pass/issue-7563.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7575.rs b/src/test/run-pass/issue-7575.rs index d60e5caee6802..1f6b7544e9051 100644 --- a/src/test/run-pass/issue-7575.rs +++ b/src/test/run-pass/issue-7575.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7660.rs b/src/test/run-pass/issue-7660.rs index 8a953cea9048d..8590df3773464 100644 --- a/src/test/run-pass/issue-7660.rs +++ b/src/test/run-pass/issue-7660.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7663.rs b/src/test/run-pass/issue-7663.rs index 0ff265e483efe..27d01e9da392e 100644 --- a/src/test/run-pass/issue-7663.rs +++ b/src/test/run-pass/issue-7663.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7673-cast-generically-implemented-trait.rs b/src/test/run-pass/issue-7673-cast-generically-implemented-trait.rs index b6dfbb1ca42ad..453f825ae5dbf 100644 --- a/src/test/run-pass/issue-7673-cast-generically-implemented-trait.rs +++ b/src/test/run-pass/issue-7673-cast-generically-implemented-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7784.rs b/src/test/run-pass/issue-7784.rs index 882ca00f1dfa6..71cfb6471f84b 100644 --- a/src/test/run-pass/issue-7784.rs +++ b/src/test/run-pass/issue-7784.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7899.rs b/src/test/run-pass/issue-7899.rs index 4b3d46f483399..248db3a94d185 100644 --- a/src/test/run-pass/issue-7899.rs +++ b/src/test/run-pass/issue-7899.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-7911.rs b/src/test/run-pass/issue-7911.rs index 86948ebcb91e0..2ab0f99f986e2 100644 --- a/src/test/run-pass/issue-7911.rs +++ b/src/test/run-pass/issue-7911.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8044.rs b/src/test/run-pass/issue-8044.rs index c50cf845d0025..235848f1139a3 100644 --- a/src/test/run-pass/issue-8044.rs +++ b/src/test/run-pass/issue-8044.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8171-default-method-self-inherit-builtin-trait.rs b/src/test/run-pass/issue-8171-default-method-self-inherit-builtin-trait.rs index 3238c24163e17..dc4b816731bf3 100644 --- a/src/test/run-pass/issue-8171-default-method-self-inherit-builtin-trait.rs +++ b/src/test/run-pass/issue-8171-default-method-self-inherit-builtin-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8248.rs b/src/test/run-pass/issue-8248.rs index 377b9ce262c73..68e304ec07944 100644 --- a/src/test/run-pass/issue-8248.rs +++ b/src/test/run-pass/issue-8248.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8249.rs b/src/test/run-pass/issue-8249.rs index 44f07def531bc..66c9703e4585c 100644 --- a/src/test/run-pass/issue-8249.rs +++ b/src/test/run-pass/issue-8249.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8259.rs b/src/test/run-pass/issue-8259.rs index fb893873bc4d3..f37ccdf11a6b5 100644 --- a/src/test/run-pass/issue-8259.rs +++ b/src/test/run-pass/issue-8259.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8351-1.rs b/src/test/run-pass/issue-8351-1.rs index b7e6facc58187..bbeb1af4977a3 100644 --- a/src/test/run-pass/issue-8351-1.rs +++ b/src/test/run-pass/issue-8351-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8351-2.rs b/src/test/run-pass/issue-8351-2.rs index 40e0b3a8eeccb..a5ff1ee0177f8 100644 --- a/src/test/run-pass/issue-8351-2.rs +++ b/src/test/run-pass/issue-8351-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8391.rs b/src/test/run-pass/issue-8391.rs index 468e656318277..9199a51d412a3 100644 --- a/src/test/run-pass/issue-8391.rs +++ b/src/test/run-pass/issue-8391.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8398.rs b/src/test/run-pass/issue-8398.rs index 185d75743a41e..d5d516cd18040 100644 --- a/src/test/run-pass/issue-8398.rs +++ b/src/test/run-pass/issue-8398.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8401.rs b/src/test/run-pass/issue-8401.rs index 1ca91366f362c..2e1df5e633d41 100644 --- a/src/test/run-pass/issue-8401.rs +++ b/src/test/run-pass/issue-8401.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8460.rs b/src/test/run-pass/issue-8460.rs index 3ea6d5d4f2fcb..bddce4df29f74 100644 --- a/src/test/run-pass/issue-8460.rs +++ b/src/test/run-pass/issue-8460.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8498.rs b/src/test/run-pass/issue-8498.rs index 2a2ca4f071274..746025d1b9adc 100644 --- a/src/test/run-pass/issue-8498.rs +++ b/src/test/run-pass/issue-8498.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8506.rs b/src/test/run-pass/issue-8506.rs index 54dfe2b9dab51..502b45354b9d0 100644 --- a/src/test/run-pass/issue-8506.rs +++ b/src/test/run-pass/issue-8506.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8578.rs b/src/test/run-pass/issue-8578.rs index 275fe740db157..6b68ba9b1bff7 100644 --- a/src/test/run-pass/issue-8578.rs +++ b/src/test/run-pass/issue-8578.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-868.rs b/src/test/run-pass/issue-868.rs index 72bdd1af746c1..39b95605853ac 100644 --- a/src/test/run-pass/issue-868.rs +++ b/src/test/run-pass/issue-868.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8709.rs b/src/test/run-pass/issue-8709.rs index 865905bf50441..5c2346a5cbb35 100644 --- a/src/test/run-pass/issue-8709.rs +++ b/src/test/run-pass/issue-8709.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8783.rs b/src/test/run-pass/issue-8783.rs index d59c0ad52e986..4f1f5a25f6ae7 100644 --- a/src/test/run-pass/issue-8783.rs +++ b/src/test/run-pass/issue-8783.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8827.rs b/src/test/run-pass/issue-8827.rs index d8b7490124f70..601cc8298dc40 100644 --- a/src/test/run-pass/issue-8827.rs +++ b/src/test/run-pass/issue-8827.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8851.rs b/src/test/run-pass/issue-8851.rs index b70711f9f39e2..f33c18c6af646 100644 --- a/src/test/run-pass/issue-8851.rs +++ b/src/test/run-pass/issue-8851.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8860.rs b/src/test/run-pass/issue-8860.rs index 35f713c4c2c0b..4b4bc66d09753 100644 --- a/src/test/run-pass/issue-8860.rs +++ b/src/test/run-pass/issue-8860.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-8898.rs b/src/test/run-pass/issue-8898.rs index f845db9c42163..3dbc97b07d0eb 100644 --- a/src/test/run-pass/issue-8898.rs +++ b/src/test/run-pass/issue-8898.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9047.rs b/src/test/run-pass/issue-9047.rs index 9941381985218..3595d2da682a6 100644 --- a/src/test/run-pass/issue-9047.rs +++ b/src/test/run-pass/issue-9047.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9110.rs b/src/test/run-pass/issue-9110.rs index 09d0f20c96d6c..dca1c05f53288 100644 --- a/src/test/run-pass/issue-9110.rs +++ b/src/test/run-pass/issue-9110.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9123.rs b/src/test/run-pass/issue-9123.rs index f66215aa43f8c..ce58922d1c0dc 100644 --- a/src/test/run-pass/issue-9123.rs +++ b/src/test/run-pass/issue-9123.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9129.rs b/src/test/run-pass/issue-9129.rs index 2ef1c1d264a40..8988fac5702d9 100644 --- a/src/test/run-pass/issue-9129.rs +++ b/src/test/run-pass/issue-9129.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9188.rs b/src/test/run-pass/issue-9188.rs index 31797deccf91c..fa318a7f5a86b 100644 --- a/src/test/run-pass/issue-9188.rs +++ b/src/test/run-pass/issue-9188.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9249.rs b/src/test/run-pass/issue-9249.rs index 2795fd59c0c0d..0d896f18b89a0 100644 --- a/src/test/run-pass/issue-9249.rs +++ b/src/test/run-pass/issue-9249.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9259.rs b/src/test/run-pass/issue-9259.rs index 0fe520e59d622..1c5aed5db374a 100644 --- a/src/test/run-pass/issue-9259.rs +++ b/src/test/run-pass/issue-9259.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9382.rs b/src/test/run-pass/issue-9382.rs index 07212237305ef..6eebc82fd1cf8 100644 --- a/src/test/run-pass/issue-9382.rs +++ b/src/test/run-pass/issue-9382.rs @@ -1,7 +1,3 @@ - // Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9394-inherited-trait-calls.rs b/src/test/run-pass/issue-9394-inherited-trait-calls.rs index 7273a45d89326..21c772e40f339 100644 --- a/src/test/run-pass/issue-9394-inherited-trait-calls.rs +++ b/src/test/run-pass/issue-9394-inherited-trait-calls.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9396.rs b/src/test/run-pass/issue-9396.rs index 73355d15a2759..855a87367f23b 100644 --- a/src/test/run-pass/issue-9396.rs +++ b/src/test/run-pass/issue-9396.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9446.rs b/src/test/run-pass/issue-9446.rs index a6adb1d369e40..2f3315c3b1ec1 100644 --- a/src/test/run-pass/issue-9446.rs +++ b/src/test/run-pass/issue-9446.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9719.rs b/src/test/run-pass/issue-9719.rs index 4c6b9a3aaa0e4..1b12441ae874a 100644 --- a/src/test/run-pass/issue-9719.rs +++ b/src/test/run-pass/issue-9719.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9737.rs b/src/test/run-pass/issue-9737.rs index e5a287d014919..b368882b7dfca 100644 --- a/src/test/run-pass/issue-9737.rs +++ b/src/test/run-pass/issue-9737.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-979.rs b/src/test/run-pass/issue-979.rs index 919f0aae38e0a..12c902a4b0d50 100644 --- a/src/test/run-pass/issue-979.rs +++ b/src/test/run-pass/issue-979.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9906.rs b/src/test/run-pass/issue-9906.rs index d8e28e449ee6a..c471dbabeb286 100644 --- a/src/test/run-pass/issue-9906.rs +++ b/src/test/run-pass/issue-9906.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9918.rs b/src/test/run-pass/issue-9918.rs index 240a134221d34..ce822e3a7b430 100644 --- a/src/test/run-pass/issue-9918.rs +++ b/src/test/run-pass/issue-9918.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9942.rs b/src/test/run-pass/issue-9942.rs index 321e22cd19c92..0564e8543dbd8 100644 --- a/src/test/run-pass/issue-9942.rs +++ b/src/test/run-pass/issue-9942.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue-9968.rs b/src/test/run-pass/issue-9968.rs index 2c9382be9b17c..43be6a465e9b4 100644 --- a/src/test/run-pass/issue-9968.rs +++ b/src/test/run-pass/issue-9968.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue2170exe.rs b/src/test/run-pass/issue2170exe.rs index b4a41ef44f82d..436a39f0c84e9 100644 --- a/src/test/run-pass/issue2170exe.rs +++ b/src/test/run-pass/issue2170exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue_3136_b.rs b/src/test/run-pass/issue_3136_b.rs index a6fb993a96b00..aa8c169323308 100644 --- a/src/test/run-pass/issue_3136_b.rs +++ b/src/test/run-pass/issue_3136_b.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/issue_9155.rs b/src/test/run-pass/issue_9155.rs index 951cde3264b2c..a730ef03462ab 100644 --- a/src/test/run-pass/issue_9155.rs +++ b/src/test/run-pass/issue_9155.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/istr.rs b/src/test/run-pass/istr.rs index af60f18e54228..6242e22f6a6c7 100644 --- a/src/test/run-pass/istr.rs +++ b/src/test/run-pass/istr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/item-attributes.rs b/src/test/run-pass/item-attributes.rs index 6c2de471f0f58..6fa921608e018 100644 --- a/src/test/run-pass/item-attributes.rs +++ b/src/test/run-pass/item-attributes.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/item-name-overload.rs b/src/test/run-pass/item-name-overload.rs index 9aefda4bc7116..2f08af7ebeb3a 100644 --- a/src/test/run-pass/item-name-overload.rs +++ b/src/test/run-pass/item-name-overload.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/iter-range.rs b/src/test/run-pass/iter-range.rs index 29ac563878bc4..cb289bd0bab82 100644 --- a/src/test/run-pass/iter-range.rs +++ b/src/test/run-pass/iter-range.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ivec-pass-by-value.rs b/src/test/run-pass/ivec-pass-by-value.rs index 36f0d3c1c5207..f558bfc1431fa 100644 --- a/src/test/run-pass/ivec-pass-by-value.rs +++ b/src/test/run-pass/ivec-pass-by-value.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ivec-tag.rs b/src/test/run-pass/ivec-tag.rs index dd38a5f8b3ba7..4ba526588298a 100644 --- a/src/test/run-pass/ivec-tag.rs +++ b/src/test/run-pass/ivec-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/keyword-changes-2012-07-31.rs b/src/test/run-pass/keyword-changes-2012-07-31.rs index 885f266ca3d95..b78324b5fd8a1 100644 --- a/src/test/run-pass/keyword-changes-2012-07-31.rs +++ b/src/test/run-pass/keyword-changes-2012-07-31.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/kindck-implicit-close-over-mut-var.rs b/src/test/run-pass/kindck-implicit-close-over-mut-var.rs index f2d509ee61ddd..8065fb93b4403 100644 --- a/src/test/run-pass/kindck-implicit-close-over-mut-var.rs +++ b/src/test/run-pass/kindck-implicit-close-over-mut-var.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/kindck-owned-trait-contains-1.rs b/src/test/run-pass/kindck-owned-trait-contains-1.rs index 999fb2c4b69f3..02b4bc3b4db71 100644 --- a/src/test/run-pass/kindck-owned-trait-contains-1.rs +++ b/src/test/run-pass/kindck-owned-trait-contains-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/kinds-in-metadata.rs b/src/test/run-pass/kinds-in-metadata.rs index 233db83d289bd..e4f4e02647096 100644 --- a/src/test/run-pass/kinds-in-metadata.rs +++ b/src/test/run-pass/kinds-in-metadata.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/labeled-break.rs b/src/test/run-pass/labeled-break.rs index 9f12cd79876a0..15920129ffee3 100644 --- a/src/test/run-pass/labeled-break.rs +++ b/src/test/run-pass/labeled-break.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/lambda-infer-unresolved.rs b/src/test/run-pass/lambda-infer-unresolved.rs index b33e6512b18bd..d692eab370715 100644 --- a/src/test/run-pass/lambda-infer-unresolved.rs +++ b/src/test/run-pass/lambda-infer-unresolved.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/lambda-var-hygiene.rs b/src/test/run-pass/lambda-var-hygiene.rs index a6060bebbc5cd..19f52e90dcbba 100644 --- a/src/test/run-pass/lambda-var-hygiene.rs +++ b/src/test/run-pass/lambda-var-hygiene.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/lang-item-public.rs b/src/test/run-pass/lang-item-public.rs index f94f648275932..960a5950c1f88 100644 --- a/src/test/run-pass/lang-item-public.rs +++ b/src/test/run-pass/lang-item-public.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/large-records.rs b/src/test/run-pass/large-records.rs index 20ec058b9f4a1..315ff60470da6 100644 --- a/src/test/run-pass/large-records.rs +++ b/src/test/run-pass/large-records.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/last-use-in-block.rs b/src/test/run-pass/last-use-in-block.rs index 8ef5df5d69697..50597f8293002 100644 --- a/src/test/run-pass/last-use-in-block.rs +++ b/src/test/run-pass/last-use-in-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/last-use-in-cap-clause.rs b/src/test/run-pass/last-use-in-cap-clause.rs index 9be9f0982642a..046b128f5ca4e 100644 --- a/src/test/run-pass/last-use-in-cap-clause.rs +++ b/src/test/run-pass/last-use-in-cap-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/last-use-is-capture.rs b/src/test/run-pass/last-use-is-capture.rs index 4a7e844268f61..9f042dfd261fd 100644 --- a/src/test/run-pass/last-use-is-capture.rs +++ b/src/test/run-pass/last-use-is-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/lazy-and-or.rs b/src/test/run-pass/lazy-and-or.rs index 043961ce59969..edb0f55f72fce 100644 --- a/src/test/run-pass/lazy-and-or.rs +++ b/src/test/run-pass/lazy-and-or.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/lazy-init.rs b/src/test/run-pass/lazy-init.rs index cd8be550d511b..e5ea827d2f2f4 100644 --- a/src/test/run-pass/lazy-init.rs +++ b/src/test/run-pass/lazy-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/leak-unique-as-tydesc.rs b/src/test/run-pass/leak-unique-as-tydesc.rs index 65808de3cf42b..3527d9957894f 100644 --- a/src/test/run-pass/leak-unique-as-tydesc.rs +++ b/src/test/run-pass/leak-unique-as-tydesc.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/let-assignability.rs b/src/test/run-pass/let-assignability.rs index 9ac016d534f09..0b161da8a338d 100644 --- a/src/test/run-pass/let-assignability.rs +++ b/src/test/run-pass/let-assignability.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/let-destruct-ref.rs b/src/test/run-pass/let-destruct-ref.rs index 343780b246382..3e203ce82cab4 100644 --- a/src/test/run-pass/let-destruct-ref.rs +++ b/src/test/run-pass/let-destruct-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/let-var-hygiene.rs b/src/test/run-pass/let-var-hygiene.rs index 2287cc48b66ce..9c2fdcffe6e12 100644 --- a/src/test/run-pass/let-var-hygiene.rs +++ b/src/test/run-pass/let-var-hygiene.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/lexer-crlf-line-endings-string-literal-doc-comment.rs b/src/test/run-pass/lexer-crlf-line-endings-string-literal-doc-comment.rs index 421ae8e94972e..11edb4663e701 100644 --- a/src/test/run-pass/lexer-crlf-line-endings-string-literal-doc-comment.rs +++ b/src/test/run-pass/lexer-crlf-line-endings-string-literal-doc-comment.rs @@ -1,11 +1,3 @@ -// ignore-tidy-cr ignore-license -// ignore-tidy-cr (repeated again because of tidy bug) -// license is ignored because tidy can't handle the CRLF here properly. - -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/linear-for-loop.rs b/src/test/run-pass/linear-for-loop.rs index f527ad77a9273..c9bc6be499320 100644 --- a/src/test/run-pass/linear-for-loop.rs +++ b/src/test/run-pass/linear-for-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/link-section.rs b/src/test/run-pass/link-section.rs index 38b5a858aff08..103b86050aded 100644 --- a/src/test/run-pass/link-section.rs +++ b/src/test/run-pass/link-section.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/linkage-visibility.rs b/src/test/run-pass/linkage-visibility.rs index 80a859c03bc3d..025d1e4c828a0 100644 --- a/src/test/run-pass/linkage-visibility.rs +++ b/src/test/run-pass/linkage-visibility.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/linkage1.rs b/src/test/run-pass/linkage1.rs index 0ba7dcb013be4..c19523ae70eb7 100644 --- a/src/test/run-pass/linkage1.rs +++ b/src/test/run-pass/linkage1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/lint-cstack.rs b/src/test/run-pass/lint-cstack.rs index 2194453aac29a..24bee05f6dfa0 100644 --- a/src/test/run-pass/lint-cstack.rs +++ b/src/test/run-pass/lint-cstack.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/lint-non-camel-case-types-non-uppercase-statics-unicode.rs b/src/test/run-pass/lint-non-camel-case-types-non-uppercase-statics-unicode.rs index 061f702552756..dafdf6546b357 100644 --- a/src/test/run-pass/lint-non-camel-case-types-non-uppercase-statics-unicode.rs +++ b/src/test/run-pass/lint-non-camel-case-types-non-uppercase-statics-unicode.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/lint-non-camel-case-with-trailing-underscores.rs b/src/test/run-pass/lint-non-camel-case-with-trailing-underscores.rs index f51312bc25771..090bf4fc3ef7a 100644 --- a/src/test/run-pass/lint-non-camel-case-with-trailing-underscores.rs +++ b/src/test/run-pass/lint-non-camel-case-with-trailing-underscores.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/lint-non-uppercase-statics-lowercase-mut-statics.rs b/src/test/run-pass/lint-non-uppercase-statics-lowercase-mut-statics.rs index ce3518618d0b4..c416f0719dd7e 100644 --- a/src/test/run-pass/lint-non-uppercase-statics-lowercase-mut-statics.rs +++ b/src/test/run-pass/lint-non-uppercase-statics-lowercase-mut-statics.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/list.rs b/src/test/run-pass/list.rs index e55c1b36f3e24..b2874367d5bca 100644 --- a/src/test/run-pass/list.rs +++ b/src/test/run-pass/list.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/liveness-assign-imm-local-after-loop.rs b/src/test/run-pass/liveness-assign-imm-local-after-loop.rs index 143972fe299fe..5df8c247c793d 100644 --- a/src/test/run-pass/liveness-assign-imm-local-after-loop.rs +++ b/src/test/run-pass/liveness-assign-imm-local-after-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/liveness-assign-imm-local-after-ret.rs b/src/test/run-pass/liveness-assign-imm-local-after-ret.rs index f13e2826c8532..345f478512486 100644 --- a/src/test/run-pass/liveness-assign-imm-local-after-ret.rs +++ b/src/test/run-pass/liveness-assign-imm-local-after-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/liveness-loop-break.rs b/src/test/run-pass/liveness-loop-break.rs index 6ad2be68e8f2e..214a20041d260 100644 --- a/src/test/run-pass/liveness-loop-break.rs +++ b/src/test/run-pass/liveness-loop-break.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/liveness-move-in-loop.rs b/src/test/run-pass/liveness-move-in-loop.rs index 9120151051ea0..f19490728ae9e 100644 --- a/src/test/run-pass/liveness-move-in-loop.rs +++ b/src/test/run-pass/liveness-move-in-loop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/log-err-phi.rs b/src/test/run-pass/log-err-phi.rs index 2f2328faaca7f..5329f93384db1 100644 --- a/src/test/run-pass/log-err-phi.rs +++ b/src/test/run-pass/log-err-phi.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/log-knows-the-names-of-variants-in-std.rs b/src/test/run-pass/log-knows-the-names-of-variants-in-std.rs index 7fb2390b84b70..f34b0411e40eb 100644 --- a/src/test/run-pass/log-knows-the-names-of-variants-in-std.rs +++ b/src/test/run-pass/log-knows-the-names-of-variants-in-std.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/log-knows-the-names-of-variants.rs b/src/test/run-pass/log-knows-the-names-of-variants.rs index 45fd2098dc42e..178e9bc367a8c 100644 --- a/src/test/run-pass/log-knows-the-names-of-variants.rs +++ b/src/test/run-pass/log-knows-the-names-of-variants.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/log-poly.rs b/src/test/run-pass/log-poly.rs index a6a99d6fc92a7..ad18fad286195 100644 --- a/src/test/run-pass/log-poly.rs +++ b/src/test/run-pass/log-poly.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs b/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs index 95a5f1003b6e3..caee5ce696059 100644 --- a/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs +++ b/src/test/run-pass/log_syntax-trace_macros-macro-locations.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/logging-enabled-debug.rs b/src/test/run-pass/logging-enabled-debug.rs index 262d9b21eb48b..79bdfff371f9a 100644 --- a/src/test/run-pass/logging-enabled-debug.rs +++ b/src/test/run-pass/logging-enabled-debug.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/logging-enabled.rs b/src/test/run-pass/logging-enabled.rs index 372cdc401b549..dd4d31d5ad1f3 100644 --- a/src/test/run-pass/logging-enabled.rs +++ b/src/test/run-pass/logging-enabled.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/logging-only-prints-once.rs b/src/test/run-pass/logging-only-prints-once.rs index a72cfad2cb88e..6d8466859f546 100644 --- a/src/test/run-pass/logging-only-prints-once.rs +++ b/src/test/run-pass/logging-only-prints-once.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/logging-right-crate.rs b/src/test/run-pass/logging-right-crate.rs index ced1fdc445519..9454559865e4a 100644 --- a/src/test/run-pass/logging-right-crate.rs +++ b/src/test/run-pass/logging-right-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/logging-separate-lines.rs b/src/test/run-pass/logging-separate-lines.rs index 0f13df644a1f7..a28f4c585d322 100644 --- a/src/test/run-pass/logging-separate-lines.rs +++ b/src/test/run-pass/logging-separate-lines.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/logging_before_rt_started.rs b/src/test/run-pass/logging_before_rt_started.rs index 8a21d60e468b0..df0946b8eb55d 100644 --- a/src/test/run-pass/logging_before_rt_started.rs +++ b/src/test/run-pass/logging_before_rt_started.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/long-while.rs b/src/test/run-pass/long-while.rs index 7d30b22867c05..ce93a3953975a 100644 --- a/src/test/run-pass/long-while.rs +++ b/src/test/run-pass/long-while.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/loop-break-cont-1.rs b/src/test/run-pass/loop-break-cont-1.rs index 3b7e03ae58de4..fcaab07fd4de4 100644 --- a/src/test/run-pass/loop-break-cont-1.rs +++ b/src/test/run-pass/loop-break-cont-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/loop-break-cont.rs b/src/test/run-pass/loop-break-cont.rs index b9b16d10b8c3c..1a037870a4a82 100644 --- a/src/test/run-pass/loop-break-cont.rs +++ b/src/test/run-pass/loop-break-cont.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/loop-diverges.rs b/src/test/run-pass/loop-diverges.rs index 4fe73188b45aa..c8a43d7ef66e1 100644 --- a/src/test/run-pass/loop-diverges.rs +++ b/src/test/run-pass/loop-diverges.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/loop-label-shadowing.rs b/src/test/run-pass/loop-label-shadowing.rs index 46d4fa460fe2b..fbd4b40c91801 100644 --- a/src/test/run-pass/loop-label-shadowing.rs +++ b/src/test/run-pass/loop-label-shadowing.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/loop-no-reinit-needed-post-bot.rs b/src/test/run-pass/loop-no-reinit-needed-post-bot.rs index 0f4dd881698a4..8aff204580da4 100644 --- a/src/test/run-pass/loop-no-reinit-needed-post-bot.rs +++ b/src/test/run-pass/loop-no-reinit-needed-post-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/loop-scope.rs b/src/test/run-pass/loop-scope.rs index 4b8ccad068cc7..f96c7aff91c68 100644 --- a/src/test/run-pass/loop-scope.rs +++ b/src/test/run-pass/loop-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-2.rs b/src/test/run-pass/macro-2.rs index 80b2f408c1915..14b541decfa37 100644 --- a/src/test/run-pass/macro-2.rs +++ b/src/test/run-pass/macro-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-attribute-expansion.rs b/src/test/run-pass/macro-attribute-expansion.rs index 60217139cd778..c728e085a5adb 100644 --- a/src/test/run-pass/macro-attribute-expansion.rs +++ b/src/test/run-pass/macro-attribute-expansion.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-attributes.rs b/src/test/run-pass/macro-attributes.rs index 521aef4b5ba5b..c31e53b419382 100644 --- a/src/test/run-pass/macro-attributes.rs +++ b/src/test/run-pass/macro-attributes.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-block-nonterminal.rs b/src/test/run-pass/macro-block-nonterminal.rs index 6c568d6d493ca..1789fe172a1df 100644 --- a/src/test/run-pass/macro-block-nonterminal.rs +++ b/src/test/run-pass/macro-block-nonterminal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-crate-def-only.rs b/src/test/run-pass/macro-crate-def-only.rs index 7505fa6e6841a..ce289ddf17d5b 100644 --- a/src/test/run-pass/macro-crate-def-only.rs +++ b/src/test/run-pass/macro-crate-def-only.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-crate-nonterminal-renamed.rs b/src/test/run-pass/macro-crate-nonterminal-renamed.rs index cb919297b0406..54a918b2e7df4 100644 --- a/src/test/run-pass/macro-crate-nonterminal-renamed.rs +++ b/src/test/run-pass/macro-crate-nonterminal-renamed.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-crate-nonterminal.rs b/src/test/run-pass/macro-crate-nonterminal.rs index 9882f806a9eea..40061fa0fa9b4 100644 --- a/src/test/run-pass/macro-crate-nonterminal.rs +++ b/src/test/run-pass/macro-crate-nonterminal.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-crate-use.rs b/src/test/run-pass/macro-crate-use.rs index fbbe0105cf4fe..9fc5abcb6b821 100644 --- a/src/test/run-pass/macro-crate-use.rs +++ b/src/test/run-pass/macro-crate-use.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-deep_expansion.rs b/src/test/run-pass/macro-deep_expansion.rs index c4012e2cf3c7e..28ff83ed22886 100644 --- a/src/test/run-pass/macro-deep_expansion.rs +++ b/src/test/run-pass/macro-deep_expansion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-delimiter-significance.rs b/src/test/run-pass/macro-delimiter-significance.rs index fcf2dff66a5f7..96b8752912f49 100644 --- a/src/test/run-pass/macro-delimiter-significance.rs +++ b/src/test/run-pass/macro-delimiter-significance.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-export-inner-module.rs b/src/test/run-pass/macro-export-inner-module.rs index ef22410751c0c..e2f4aab7ae779 100644 --- a/src/test/run-pass/macro-export-inner-module.rs +++ b/src/test/run-pass/macro-export-inner-module.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-include-items.rs b/src/test/run-pass/macro-include-items.rs index 5c95f67257cd5..b02f055f9fb2c 100644 --- a/src/test/run-pass/macro-include-items.rs +++ b/src/test/run-pass/macro-include-items.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-interpolation.rs b/src/test/run-pass/macro-interpolation.rs index ff5b29d6ac88b..8c18319994571 100644 --- a/src/test/run-pass/macro-interpolation.rs +++ b/src/test/run-pass/macro-interpolation.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-invocation-in-count-expr-fixed-array-type.rs b/src/test/run-pass/macro-invocation-in-count-expr-fixed-array-type.rs index ce74896749838..279c3c6dda1a6 100644 --- a/src/test/run-pass/macro-invocation-in-count-expr-fixed-array-type.rs +++ b/src/test/run-pass/macro-invocation-in-count-expr-fixed-array-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-meta-items.rs b/src/test/run-pass/macro-meta-items.rs index 47e3a0723993e..5006ac0367233 100644 --- a/src/test/run-pass/macro-meta-items.rs +++ b/src/test/run-pass/macro-meta-items.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-method-issue-4621.rs b/src/test/run-pass/macro-method-issue-4621.rs index fd16958d8964b..cf7c9d615401a 100644 --- a/src/test/run-pass/macro-method-issue-4621.rs +++ b/src/test/run-pass/macro-method-issue-4621.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-multiple-items.rs b/src/test/run-pass/macro-multiple-items.rs index f78f93e84810c..91fc413bff1c8 100644 --- a/src/test/run-pass/macro-multiple-items.rs +++ b/src/test/run-pass/macro-multiple-items.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-nt-list.rs b/src/test/run-pass/macro-nt-list.rs index c6efc2f2bc83b..1fc3cca354eda 100644 --- a/src/test/run-pass/macro-nt-list.rs +++ b/src/test/run-pass/macro-nt-list.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-of-higher-order.rs b/src/test/run-pass/macro-of-higher-order.rs index 3276aa0265f70..cb8437d426dd5 100644 --- a/src/test/run-pass/macro-of-higher-order.rs +++ b/src/test/run-pass/macro-of-higher-order.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-pat.rs b/src/test/run-pass/macro-pat.rs index 07b75389cf4ff..94b6a4965446e 100644 --- a/src/test/run-pass/macro-pat.rs +++ b/src/test/run-pass/macro-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-path.rs b/src/test/run-pass/macro-path.rs index 4aa1587943413..bca19a58745a8 100644 --- a/src/test/run-pass/macro-path.rs +++ b/src/test/run-pass/macro-path.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-reexport-no-intermediate-use.rs b/src/test/run-pass/macro-reexport-no-intermediate-use.rs index 77ef9421273ef..bdd6e91e3c0bf 100644 --- a/src/test/run-pass/macro-reexport-no-intermediate-use.rs +++ b/src/test/run-pass/macro-reexport-no-intermediate-use.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-reexport.rs b/src/test/run-pass/macro-reexport.rs index 9701610cbd964..be8bfed633525 100644 --- a/src/test/run-pass/macro-reexport.rs +++ b/src/test/run-pass/macro-reexport.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-stmt.rs b/src/test/run-pass/macro-stmt.rs index cb5370c8bcba1..f0d711edd8e72 100644 --- a/src/test/run-pass/macro-stmt.rs +++ b/src/test/run-pass/macro-stmt.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-use-all-and-none.rs b/src/test/run-pass/macro-use-all-and-none.rs index b46910290a8a0..4859a7cadc064 100644 --- a/src/test/run-pass/macro-use-all-and-none.rs +++ b/src/test/run-pass/macro-use-all-and-none.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-use-all.rs b/src/test/run-pass/macro-use-all.rs index cf72d2c623044..28af037ea3c06 100644 --- a/src/test/run-pass/macro-use-all.rs +++ b/src/test/run-pass/macro-use-all.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-use-both.rs b/src/test/run-pass/macro-use-both.rs index 4b0814bef04b8..1905b3431e02b 100644 --- a/src/test/run-pass/macro-use-both.rs +++ b/src/test/run-pass/macro-use-both.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-use-one.rs b/src/test/run-pass/macro-use-one.rs index 7911fec94da8b..be2831974b1ed 100644 --- a/src/test/run-pass/macro-use-one.rs +++ b/src/test/run-pass/macro-use-one.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-with-attrs1.rs b/src/test/run-pass/macro-with-attrs1.rs index 3f9d07466cc81..dce7753d3c3b6 100644 --- a/src/test/run-pass/macro-with-attrs1.rs +++ b/src/test/run-pass/macro-with-attrs1.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-with-attrs2.rs b/src/test/run-pass/macro-with-attrs2.rs index f90a0dfa6b31e..69bb13939edef 100644 --- a/src/test/run-pass/macro-with-attrs2.rs +++ b/src/test/run-pass/macro-with-attrs2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/macro-with-braces-in-expr-position.rs b/src/test/run-pass/macro-with-braces-in-expr-position.rs index cb52ba74bbd68..29d72044232a3 100644 --- a/src/test/run-pass/macro-with-braces-in-expr-position.rs +++ b/src/test/run-pass/macro-with-braces-in-expr-position.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-arm-statics.rs b/src/test/run-pass/match-arm-statics.rs index db512adc01164..82f53d6ed4c50 100644 --- a/src/test/run-pass/match-arm-statics.rs +++ b/src/test/run-pass/match-arm-statics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-borrowed_str.rs b/src/test/run-pass/match-borrowed_str.rs index b359614fa9adb..c8724e21beb61 100644 --- a/src/test/run-pass/match-borrowed_str.rs +++ b/src/test/run-pass/match-borrowed_str.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-bot-2.rs b/src/test/run-pass/match-bot-2.rs index 5b48d0ff50809..07121894a9de6 100644 --- a/src/test/run-pass/match-bot-2.rs +++ b/src/test/run-pass/match-bot-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-bot.rs b/src/test/run-pass/match-bot.rs index 74cf3faea46ee..e8189fcab4ef9 100644 --- a/src/test/run-pass/match-bot.rs +++ b/src/test/run-pass/match-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-enum-struct-0.rs b/src/test/run-pass/match-enum-struct-0.rs index 5cc512abfe37c..0955e161978ad 100644 --- a/src/test/run-pass/match-enum-struct-0.rs +++ b/src/test/run-pass/match-enum-struct-0.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-enum-struct-1.rs b/src/test/run-pass/match-enum-struct-1.rs index fdfadf8eb444f..01c7d60779c74 100644 --- a/src/test/run-pass/match-enum-struct-1.rs +++ b/src/test/run-pass/match-enum-struct-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-implicit-copy-unique.rs b/src/test/run-pass/match-implicit-copy-unique.rs index 6883187c402f3..b169457eb997b 100644 --- a/src/test/run-pass/match-implicit-copy-unique.rs +++ b/src/test/run-pass/match-implicit-copy-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-in-macro.rs b/src/test/run-pass/match-in-macro.rs index e4886ddaa0ed3..8f170a0541067 100644 --- a/src/test/run-pass/match-in-macro.rs +++ b/src/test/run-pass/match-in-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-join.rs b/src/test/run-pass/match-join.rs index a9039885296b0..e2a3774e7cc64 100644 --- a/src/test/run-pass/match-join.rs +++ b/src/test/run-pass/match-join.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-naked-record-expr.rs b/src/test/run-pass/match-naked-record-expr.rs index 170a3513a1a35..4888b423095bc 100644 --- a/src/test/run-pass/match-naked-record-expr.rs +++ b/src/test/run-pass/match-naked-record-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-naked-record.rs b/src/test/run-pass/match-naked-record.rs index 21c31b621835e..fb10f9c46bf78 100644 --- a/src/test/run-pass/match-naked-record.rs +++ b/src/test/run-pass/match-naked-record.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-path.rs b/src/test/run-pass/match-path.rs index b3c7f3db512b1..ee88c77c60b7b 100644 --- a/src/test/run-pass/match-path.rs +++ b/src/test/run-pass/match-path.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-pattern-bindings.rs b/src/test/run-pass/match-pattern-bindings.rs index e6ce94ec5d4aa..b7acd06eebcc1 100644 --- a/src/test/run-pass/match-pattern-bindings.rs +++ b/src/test/run-pass/match-pattern-bindings.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-pattern-lit.rs b/src/test/run-pass/match-pattern-lit.rs index 4265d0a5406aa..7adde8a1aea53 100644 --- a/src/test/run-pass/match-pattern-lit.rs +++ b/src/test/run-pass/match-pattern-lit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-pattern-no-type-params.rs b/src/test/run-pass/match-pattern-no-type-params.rs index d76c8faa5b6ce..b9feeb9fa11d9 100644 --- a/src/test/run-pass/match-pattern-no-type-params.rs +++ b/src/test/run-pass/match-pattern-no-type-params.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-pattern-simple.rs b/src/test/run-pass/match-pattern-simple.rs index 92a753902228d..83845dee4ef6b 100644 --- a/src/test/run-pass/match-pattern-simple.rs +++ b/src/test/run-pass/match-pattern-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-phi.rs b/src/test/run-pass/match-phi.rs index 2a0a2b208875f..2685b000c3448 100644 --- a/src/test/run-pass/match-phi.rs +++ b/src/test/run-pass/match-phi.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-pipe-binding.rs b/src/test/run-pass/match-pipe-binding.rs index ed2f7c5cb47c2..a8e6597c86eb5 100644 --- a/src/test/run-pass/match-pipe-binding.rs +++ b/src/test/run-pass/match-pipe-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-range-static.rs b/src/test/run-pass/match-range-static.rs index 0feeea70221a4..ee14c15c5c4e7 100644 --- a/src/test/run-pass/match-range-static.rs +++ b/src/test/run-pass/match-range-static.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-range.rs b/src/test/run-pass/match-range.rs index 83066c126ce14..afd4c4c9eeda3 100644 --- a/src/test/run-pass/match-range.rs +++ b/src/test/run-pass/match-range.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-ref-binding-in-guard-3256.rs b/src/test/run-pass/match-ref-binding-in-guard-3256.rs index a83bc73457e02..1b268724ff6e4 100644 --- a/src/test/run-pass/match-ref-binding-in-guard-3256.rs +++ b/src/test/run-pass/match-ref-binding-in-guard-3256.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-ref-binding-mut-option.rs b/src/test/run-pass/match-ref-binding-mut-option.rs index c983903ac184a..f19402a482f8a 100644 --- a/src/test/run-pass/match-ref-binding-mut-option.rs +++ b/src/test/run-pass/match-ref-binding-mut-option.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-ref-binding-mut.rs b/src/test/run-pass/match-ref-binding-mut.rs index 266f7cdde11af..40c234bd8c921 100644 --- a/src/test/run-pass/match-ref-binding-mut.rs +++ b/src/test/run-pass/match-ref-binding-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-ref-binding.rs b/src/test/run-pass/match-ref-binding.rs index 0b613df18ee83..7d7b950c557cb 100644 --- a/src/test/run-pass/match-ref-binding.rs +++ b/src/test/run-pass/match-ref-binding.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-static-const-rename.rs b/src/test/run-pass/match-static-const-rename.rs index 164cc99e188ea..5f369498de3cf 100644 --- a/src/test/run-pass/match-static-const-rename.rs +++ b/src/test/run-pass/match-static-const-rename.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-str.rs b/src/test/run-pass/match-str.rs index 544751754c6b0..b2390627e8555 100644 --- a/src/test/run-pass/match-str.rs +++ b/src/test/run-pass/match-str.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-struct-0.rs b/src/test/run-pass/match-struct-0.rs index 6d5658aa13cbf..be5d309987137 100644 --- a/src/test/run-pass/match-struct-0.rs +++ b/src/test/run-pass/match-struct-0.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-tag.rs b/src/test/run-pass/match-tag.rs index cf940a630569d..1c32ee7593498 100644 --- a/src/test/run-pass/match-tag.rs +++ b/src/test/run-pass/match-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-unique-bind.rs b/src/test/run-pass/match-unique-bind.rs index ebe01a1d1f221..6a2cb16962c05 100644 --- a/src/test/run-pass/match-unique-bind.rs +++ b/src/test/run-pass/match-unique-bind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-value-binding-in-guard-3291.rs b/src/test/run-pass/match-value-binding-in-guard-3291.rs index beb125492b2c1..32003e1d8cb42 100644 --- a/src/test/run-pass/match-value-binding-in-guard-3291.rs +++ b/src/test/run-pass/match-value-binding-in-guard-3291.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-var-hygiene.rs b/src/test/run-pass/match-var-hygiene.rs index 984f675b4dc7d..01a28f5c48e52 100644 --- a/src/test/run-pass/match-var-hygiene.rs +++ b/src/test/run-pass/match-var-hygiene.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-vec-alternatives.rs b/src/test/run-pass/match-vec-alternatives.rs index ae4fd1f1993b7..f2027b38dd0c0 100644 --- a/src/test/run-pass/match-vec-alternatives.rs +++ b/src/test/run-pass/match-vec-alternatives.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-vec-rvalue.rs b/src/test/run-pass/match-vec-rvalue.rs index 0f058086adde4..82c02a0cf4138 100644 --- a/src/test/run-pass/match-vec-rvalue.rs +++ b/src/test/run-pass/match-vec-rvalue.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/match-with-ret-arm.rs b/src/test/run-pass/match-with-ret-arm.rs index a1537e63e57b2..c9c77662de014 100644 --- a/src/test/run-pass/match-with-ret-arm.rs +++ b/src/test/run-pass/match-with-ret-arm.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/max-min-classes.rs b/src/test/run-pass/max-min-classes.rs index e3c375f8b0fde..4ed2b6111bfa2 100644 --- a/src/test/run-pass/max-min-classes.rs +++ b/src/test/run-pass/max-min-classes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-attributes.rs b/src/test/run-pass/method-attributes.rs index c015244d520ce..97b7d0df5cfc8 100644 --- a/src/test/run-pass/method-attributes.rs +++ b/src/test/run-pass/method-attributes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-early-bound-lifetimes-on-self.rs b/src/test/run-pass/method-early-bound-lifetimes-on-self.rs index 25ce0d774ebc1..17352770b60fc 100644 --- a/src/test/run-pass/method-early-bound-lifetimes-on-self.rs +++ b/src/test/run-pass/method-early-bound-lifetimes-on-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-mut-self-modifies-mut-slice-lvalue.rs b/src/test/run-pass/method-mut-self-modifies-mut-slice-lvalue.rs index 9ae7f49c75a15..3b034984a4b44 100644 --- a/src/test/run-pass/method-mut-self-modifies-mut-slice-lvalue.rs +++ b/src/test/run-pass/method-mut-self-modifies-mut-slice-lvalue.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-normalize-bounds-issue-20604.rs b/src/test/run-pass/method-normalize-bounds-issue-20604.rs index 73489948da5de..b92c122a3796e 100644 --- a/src/test/run-pass/method-normalize-bounds-issue-20604.rs +++ b/src/test/run-pass/method-normalize-bounds-issue-20604.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-projection.rs b/src/test/run-pass/method-projection.rs index 6f72a163981c9..fd705b83f28ad 100644 --- a/src/test/run-pass/method-projection.rs +++ b/src/test/run-pass/method-projection.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-recursive-blanket-impl.rs b/src/test/run-pass/method-recursive-blanket-impl.rs index 338bd89ab5cb1..c106ed29abafe 100644 --- a/src/test/run-pass/method-recursive-blanket-impl.rs +++ b/src/test/run-pass/method-recursive-blanket-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-self-arg-aux1.rs b/src/test/run-pass/method-self-arg-aux1.rs index e9a1e19d4bf84..ff8211616a032 100644 --- a/src/test/run-pass/method-self-arg-aux1.rs +++ b/src/test/run-pass/method-self-arg-aux1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-self-arg-aux2.rs b/src/test/run-pass/method-self-arg-aux2.rs index 7fa810ce1549a..0e1c0ddfeddca 100644 --- a/src/test/run-pass/method-self-arg-aux2.rs +++ b/src/test/run-pass/method-self-arg-aux2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-self-arg-trait.rs b/src/test/run-pass/method-self-arg-trait.rs index 39018a873942e..a05a14f29bb9d 100644 --- a/src/test/run-pass/method-self-arg-trait.rs +++ b/src/test/run-pass/method-self-arg-trait.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-self-arg.rs b/src/test/run-pass/method-self-arg.rs index ae15bc60746b2..5899fcfac29b7 100644 --- a/src/test/run-pass/method-self-arg.rs +++ b/src/test/run-pass/method-self-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-two-trait-defer-resolution-1.rs b/src/test/run-pass/method-two-trait-defer-resolution-1.rs index e4ae33c1c5055..24caf8e759ca7 100644 --- a/src/test/run-pass/method-two-trait-defer-resolution-1.rs +++ b/src/test/run-pass/method-two-trait-defer-resolution-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-two-trait-defer-resolution-2.rs b/src/test/run-pass/method-two-trait-defer-resolution-2.rs index b18c29dc3c136..95a13d845561f 100644 --- a/src/test/run-pass/method-two-trait-defer-resolution-2.rs +++ b/src/test/run-pass/method-two-trait-defer-resolution-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-two-traits-distinguished-via-where-clause.rs b/src/test/run-pass/method-two-traits-distinguished-via-where-clause.rs index fbecb6851b687..4c318ffe6068d 100644 --- a/src/test/run-pass/method-two-traits-distinguished-via-where-clause.rs +++ b/src/test/run-pass/method-two-traits-distinguished-via-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/method-where-clause.rs b/src/test/run-pass/method-where-clause.rs index 4361c22f55a8a..f55499833f985 100644 --- a/src/test/run-pass/method-where-clause.rs +++ b/src/test/run-pass/method-where-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mid-path-type-params.rs b/src/test/run-pass/mid-path-type-params.rs index 4a04a71f9a016..c48dbc3ca0fdd 100644 --- a/src/test/run-pass/mid-path-type-params.rs +++ b/src/test/run-pass/mid-path-type-params.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod-inside-fn.rs b/src/test/run-pass/mod-inside-fn.rs index 388d2e4905fab..18990de2b76de 100644 --- a/src/test/run-pass/mod-inside-fn.rs +++ b/src/test/run-pass/mod-inside-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod-view-items.rs b/src/test/run-pass/mod-view-items.rs index f03ec7b6f3e12..a1aeb7a769359 100644 --- a/src/test/run-pass/mod-view-items.rs +++ b/src/test/run-pass/mod-view-items.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/mod_dir_implicit.rs b/src/test/run-pass/mod_dir_implicit.rs index 1b89464c543ce..7e28b70d26a25 100644 --- a/src/test/run-pass/mod_dir_implicit.rs +++ b/src/test/run-pass/mod_dir_implicit.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_implicit_aux/mod.rs b/src/test/run-pass/mod_dir_implicit_aux/mod.rs index a3c1628725a07..f3abbd762e3c6 100644 --- a/src/test/run-pass/mod_dir_implicit_aux/mod.rs +++ b/src/test/run-pass/mod_dir_implicit_aux/mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_path.rs b/src/test/run-pass/mod_dir_path.rs index e0327a1dcd4ed..b6b1286bc2198 100644 --- a/src/test/run-pass/mod_dir_path.rs +++ b/src/test/run-pass/mod_dir_path.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_path2.rs b/src/test/run-pass/mod_dir_path2.rs index 2b5e67a6e8396..84d0729bc254b 100644 --- a/src/test/run-pass/mod_dir_path2.rs +++ b/src/test/run-pass/mod_dir_path2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_path3.rs b/src/test/run-pass/mod_dir_path3.rs index d6037bef6e576..497f65b59ad00 100644 --- a/src/test/run-pass/mod_dir_path3.rs +++ b/src/test/run-pass/mod_dir_path3.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_path_multi.rs b/src/test/run-pass/mod_dir_path_multi.rs index f1bf83ed767f7..ec15725f0a2c1 100644 --- a/src/test/run-pass/mod_dir_path_multi.rs +++ b/src/test/run-pass/mod_dir_path_multi.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_recursive.rs b/src/test/run-pass/mod_dir_recursive.rs index d7121ef769078..9a7278cf9065a 100644 --- a/src/test/run-pass/mod_dir_recursive.rs +++ b/src/test/run-pass/mod_dir_recursive.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_simple.rs b/src/test/run-pass/mod_dir_simple.rs index 41c810b6fddab..9269a60df249a 100644 --- a/src/test/run-pass/mod_dir_simple.rs +++ b/src/test/run-pass/mod_dir_simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_simple/load_another_mod.rs b/src/test/run-pass/mod_dir_simple/load_another_mod.rs index ca45864a5a154..a62e1791c0f4e 100644 --- a/src/test/run-pass/mod_dir_simple/load_another_mod.rs +++ b/src/test/run-pass/mod_dir_simple/load_another_mod.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_dir_simple/test.rs b/src/test/run-pass/mod_dir_simple/test.rs index a3c1628725a07..f3abbd762e3c6 100644 --- a/src/test/run-pass/mod_dir_simple/test.rs +++ b/src/test/run-pass/mod_dir_simple/test.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_file.rs b/src/test/run-pass/mod_file.rs index ddda38bafd369..63d017cdf3e01 100644 --- a/src/test/run-pass/mod_file.rs +++ b/src/test/run-pass/mod_file.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_file_aux.rs b/src/test/run-pass/mod_file_aux.rs index 4d18decdc13a4..cef31cc12028b 100644 --- a/src/test/run-pass/mod_file_aux.rs +++ b/src/test/run-pass/mod_file_aux.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mod_file_with_path_attr.rs b/src/test/run-pass/mod_file_with_path_attr.rs index c6e51daaaf054..0c12328b5246e 100644 --- a/src/test/run-pass/mod_file_with_path_attr.rs +++ b/src/test/run-pass/mod_file_with_path_attr.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/module-polymorphism3-files/float-template/inst_f32.rs b/src/test/run-pass/module-polymorphism3-files/float-template/inst_f32.rs index 2242daa2d802f..13f39ecf429df 100644 --- a/src/test/run-pass/module-polymorphism3-files/float-template/inst_f32.rs +++ b/src/test/run-pass/module-polymorphism3-files/float-template/inst_f32.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/module-polymorphism3-files/float-template/inst_f64.rs b/src/test/run-pass/module-polymorphism3-files/float-template/inst_f64.rs index 543d672b0ab37..f85c01182b7a1 100644 --- a/src/test/run-pass/module-polymorphism3-files/float-template/inst_f64.rs +++ b/src/test/run-pass/module-polymorphism3-files/float-template/inst_f64.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/module-polymorphism3-files/float-template/inst_float.rs b/src/test/run-pass/module-polymorphism3-files/float-template/inst_float.rs index 7151796c8ece1..efe2d2b70c857 100644 --- a/src/test/run-pass/module-polymorphism3-files/float-template/inst_float.rs +++ b/src/test/run-pass/module-polymorphism3-files/float-template/inst_float.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/module-qualified-struct-destructure.rs b/src/test/run-pass/module-qualified-struct-destructure.rs index b1c1b64ba4003..eaa6549653ffd 100644 --- a/src/test/run-pass/module-qualified-struct-destructure.rs +++ b/src/test/run-pass/module-qualified-struct-destructure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/monad.rs b/src/test/run-pass/monad.rs index acd8078b1f4d3..066aba0790109 100644 --- a/src/test/run-pass/monad.rs +++ b/src/test/run-pass/monad.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/monomorphize-abi-alignment.rs b/src/test/run-pass/monomorphize-abi-alignment.rs index 84bffed59a49c..76232ed60444c 100644 --- a/src/test/run-pass/monomorphize-abi-alignment.rs +++ b/src/test/run-pass/monomorphize-abi-alignment.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs b/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs index 4ebebc4601833..115ae9679c4a9 100644 --- a/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs +++ b/src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-1-unique.rs b/src/test/run-pass/move-1-unique.rs index 018cd440cad34..d56922d9448d0 100644 --- a/src/test/run-pass/move-1-unique.rs +++ b/src/test/run-pass/move-1-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-2-unique.rs b/src/test/run-pass/move-2-unique.rs index 50187ef8baad2..1d391e94b4cc5 100644 --- a/src/test/run-pass/move-2-unique.rs +++ b/src/test/run-pass/move-2-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-2.rs b/src/test/run-pass/move-2.rs index 6561a9b2d5b56..7b7fcba044bc2 100644 --- a/src/test/run-pass/move-2.rs +++ b/src/test/run-pass/move-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-3-unique.rs b/src/test/run-pass/move-3-unique.rs index a10e3f9f5b0d0..10145a0711d54 100644 --- a/src/test/run-pass/move-3-unique.rs +++ b/src/test/run-pass/move-3-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-4-unique.rs b/src/test/run-pass/move-4-unique.rs index 9e5eeef75527c..3df0845873be4 100644 --- a/src/test/run-pass/move-4-unique.rs +++ b/src/test/run-pass/move-4-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-4.rs b/src/test/run-pass/move-4.rs index c902677c64531..2e77e24737caa 100644 --- a/src/test/run-pass/move-4.rs +++ b/src/test/run-pass/move-4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-arg-2-unique.rs b/src/test/run-pass/move-arg-2-unique.rs index e496e9e210533..6cc6df011111f 100644 --- a/src/test/run-pass/move-arg-2-unique.rs +++ b/src/test/run-pass/move-arg-2-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-arg-2.rs b/src/test/run-pass/move-arg-2.rs index fdb6799b90f79..89aaed7004233 100644 --- a/src/test/run-pass/move-arg-2.rs +++ b/src/test/run-pass/move-arg-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-arg.rs b/src/test/run-pass/move-arg.rs index 87db5cbe2f13e..92eafad4c9def 100644 --- a/src/test/run-pass/move-arg.rs +++ b/src/test/run-pass/move-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-nullary-fn.rs b/src/test/run-pass/move-nullary-fn.rs index b7cd3003e750c..24c42a60453e9 100644 --- a/src/test/run-pass/move-nullary-fn.rs +++ b/src/test/run-pass/move-nullary-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-out-of-field.rs b/src/test/run-pass/move-out-of-field.rs index 92c5e025b9b21..b9720cbf4db42 100644 --- a/src/test/run-pass/move-out-of-field.rs +++ b/src/test/run-pass/move-out-of-field.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-scalar.rs b/src/test/run-pass/move-scalar.rs index 845cb8ab6011e..55e1e8ce6b48f 100644 --- a/src/test/run-pass/move-scalar.rs +++ b/src/test/run-pass/move-scalar.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/move-self.rs b/src/test/run-pass/move-self.rs index c69cd17864a54..1d3f2b7ac17f3 100644 --- a/src/test/run-pass/move-self.rs +++ b/src/test/run-pass/move-self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/moves-based-on-type-capture-clause.rs b/src/test/run-pass/moves-based-on-type-capture-clause.rs index 3596fa1a0063f..31192eb28fca9 100644 --- a/src/test/run-pass/moves-based-on-type-capture-clause.rs +++ b/src/test/run-pass/moves-based-on-type-capture-clause.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/moves-based-on-type-cross-crate.rs b/src/test/run-pass/moves-based-on-type-cross-crate.rs index 16f15804e0e92..934e9a4cd154a 100644 --- a/src/test/run-pass/moves-based-on-type-cross-crate.rs +++ b/src/test/run-pass/moves-based-on-type-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/multi-let.rs b/src/test/run-pass/multi-let.rs index 201abeba07388..ea06582c4a865 100644 --- a/src/test/run-pass/multi-let.rs +++ b/src/test/run-pass/multi-let.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/multibyte.rs b/src/test/run-pass/multibyte.rs index 77084836408aa..9ba9e42b8ad54 100644 --- a/src/test/run-pass/multibyte.rs +++ b/src/test/run-pass/multibyte.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs b/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs index 5db5a6267bf2b..e64912e9fb3ce 100644 --- a/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs +++ b/src/test/run-pass/multidispatch-conditional-impl-not-considered.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/multidispatch1.rs b/src/test/run-pass/multidispatch1.rs index 87d188418bdd3..c7d742a626853 100644 --- a/src/test/run-pass/multidispatch1.rs +++ b/src/test/run-pass/multidispatch1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/multidispatch2.rs b/src/test/run-pass/multidispatch2.rs index 1aa15cc598349..76b282ffe355d 100644 --- a/src/test/run-pass/multidispatch2.rs +++ b/src/test/run-pass/multidispatch2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/multiline-comment.rs b/src/test/run-pass/multiline-comment.rs index 6203d47be5e6b..af1fe0dfe9631 100644 --- a/src/test/run-pass/multiline-comment.rs +++ b/src/test/run-pass/multiline-comment.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/multiple-trait-bounds.rs b/src/test/run-pass/multiple-trait-bounds.rs index 10abe4ce710fb..20b311342b910 100644 --- a/src/test/run-pass/multiple-trait-bounds.rs +++ b/src/test/run-pass/multiple-trait-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/mut-function-arguments.rs b/src/test/run-pass/mut-function-arguments.rs index 388b814b2af10..d8758b672608e 100644 --- a/src/test/run-pass/mut-function-arguments.rs +++ b/src/test/run-pass/mut-function-arguments.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mut-in-ident-patterns.rs b/src/test/run-pass/mut-in-ident-patterns.rs index ad9161f9bd487..9cb94f6ddb04d 100644 --- a/src/test/run-pass/mut-in-ident-patterns.rs +++ b/src/test/run-pass/mut-in-ident-patterns.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/mut-vstore-expr.rs b/src/test/run-pass/mut-vstore-expr.rs index a276e902fbcfc..fbccda5fc7ff7 100644 --- a/src/test/run-pass/mut-vstore-expr.rs +++ b/src/test/run-pass/mut-vstore-expr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mutability-inherits-through-fixed-length-vec.rs b/src/test/run-pass/mutability-inherits-through-fixed-length-vec.rs index bf926a6c48ace..04d41544bed7e 100644 --- a/src/test/run-pass/mutability-inherits-through-fixed-length-vec.rs +++ b/src/test/run-pass/mutability-inherits-through-fixed-length-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mutable-alias-vec.rs b/src/test/run-pass/mutable-alias-vec.rs index 28dd89edd629d..f82ad843cbe9f 100644 --- a/src/test/run-pass/mutable-alias-vec.rs +++ b/src/test/run-pass/mutable-alias-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/mutual-recursion-group.rs b/src/test/run-pass/mutual-recursion-group.rs index 8444a632fe889..b8df61df91053 100644 --- a/src/test/run-pass/mutual-recursion-group.rs +++ b/src/test/run-pass/mutual-recursion-group.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/namespaced-enum-emulate-flat-xc.rs b/src/test/run-pass/namespaced-enum-emulate-flat-xc.rs index 680cdf14e8f2a..4aa4124ce2781 100644 --- a/src/test/run-pass/namespaced-enum-emulate-flat-xc.rs +++ b/src/test/run-pass/namespaced-enum-emulate-flat-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/namespaced-enum-emulate-flat.rs b/src/test/run-pass/namespaced-enum-emulate-flat.rs index e4a8ec19eb8e8..12f958d7af6ef 100644 --- a/src/test/run-pass/namespaced-enum-emulate-flat.rs +++ b/src/test/run-pass/namespaced-enum-emulate-flat.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/namespaced-enum-glob-import-xcrate.rs b/src/test/run-pass/namespaced-enum-glob-import-xcrate.rs index e5317c2f57302..0a14b7bd66970 100644 --- a/src/test/run-pass/namespaced-enum-glob-import-xcrate.rs +++ b/src/test/run-pass/namespaced-enum-glob-import-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/namespaced-enum-glob-import.rs b/src/test/run-pass/namespaced-enum-glob-import.rs index c48be3af248f0..1a30a538068fa 100644 --- a/src/test/run-pass/namespaced-enum-glob-import.rs +++ b/src/test/run-pass/namespaced-enum-glob-import.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/namespaced-enums-xcrate.rs b/src/test/run-pass/namespaced-enums-xcrate.rs index 7545908dcbbf6..69139e0c6b74e 100644 --- a/src/test/run-pass/namespaced-enums-xcrate.rs +++ b/src/test/run-pass/namespaced-enums-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/namespaced-enums.rs b/src/test/run-pass/namespaced-enums.rs index 13f70f6a740ae..fe8699996eea3 100644 --- a/src/test/run-pass/namespaced-enums.rs +++ b/src/test/run-pass/namespaced-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/native-print-no-runtime.rs b/src/test/run-pass/native-print-no-runtime.rs index b151eddb94e5d..8192c160bab06 100644 --- a/src/test/run-pass/native-print-no-runtime.rs +++ b/src/test/run-pass/native-print-no-runtime.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/negative.rs b/src/test/run-pass/negative.rs index 4bf91bf703523..2a595174e68c7 100644 --- a/src/test/run-pass/negative.rs +++ b/src/test/run-pass/negative.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-block-comment.rs b/src/test/run-pass/nested-block-comment.rs index a6d932935ade6..ba8687dd59d70 100644 --- a/src/test/run-pass/nested-block-comment.rs +++ b/src/test/run-pass/nested-block-comment.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-class.rs b/src/test/run-pass/nested-class.rs index 19eba0808c882..282dc35e248b9 100644 --- a/src/test/run-pass/nested-class.rs +++ b/src/test/run-pass/nested-class.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-enum-same-names.rs b/src/test/run-pass/nested-enum-same-names.rs index 33c4ed6234eaa..3531620c4f658 100644 --- a/src/test/run-pass/nested-enum-same-names.rs +++ b/src/test/run-pass/nested-enum-same-names.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-exhaustive-match.rs b/src/test/run-pass/nested-exhaustive-match.rs index b2a47e0ccb88b..526ea50ae87c6 100644 --- a/src/test/run-pass/nested-exhaustive-match.rs +++ b/src/test/run-pass/nested-exhaustive-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-function-names-issue-8587.rs b/src/test/run-pass/nested-function-names-issue-8587.rs index f697f0b59d65f..fb7eb7479f440 100644 --- a/src/test/run-pass/nested-function-names-issue-8587.rs +++ b/src/test/run-pass/nested-function-names-issue-8587.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-matchs.rs b/src/test/run-pass/nested-matchs.rs index 55c1de2700f95..0eb07c510def0 100644 --- a/src/test/run-pass/nested-matchs.rs +++ b/src/test/run-pass/nested-matchs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested-pattern.rs b/src/test/run-pass/nested-pattern.rs index 14a84484f649c..d51ba4a2edda7 100644 --- a/src/test/run-pass/nested-pattern.rs +++ b/src/test/run-pass/nested-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nested_item_main.rs b/src/test/run-pass/nested_item_main.rs index d73fba561430a..334450a6cc52e 100644 --- a/src/test/run-pass/nested_item_main.rs +++ b/src/test/run-pass/nested_item_main.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-box-syntax.rs b/src/test/run-pass/new-box-syntax.rs index 4ea51b3b409aa..d3167684aa644 100644 --- a/src/test/run-pass/new-box-syntax.rs +++ b/src/test/run-pass/new-box-syntax.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-box.rs b/src/test/run-pass/new-box.rs index 1f2207ad87378..3a2b78f281d8d 100644 --- a/src/test/run-pass/new-box.rs +++ b/src/test/run-pass/new-box.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-impl-syntax.rs b/src/test/run-pass/new-impl-syntax.rs index 84d2083cedd71..1cc4a84aeeab5 100644 --- a/src/test/run-pass/new-impl-syntax.rs +++ b/src/test/run-pass/new-impl-syntax.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-import-syntax.rs b/src/test/run-pass/new-import-syntax.rs index 36e5b020b55ab..419a4ab9a28cf 100644 --- a/src/test/run-pass/new-import-syntax.rs +++ b/src/test/run-pass/new-import-syntax.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-style-constants.rs b/src/test/run-pass/new-style-constants.rs index fa681c81398fe..84cb0716db031 100644 --- a/src/test/run-pass/new-style-constants.rs +++ b/src/test/run-pass/new-style-constants.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-style-fixed-length-vec.rs b/src/test/run-pass/new-style-fixed-length-vec.rs index e06461daed0c9..90b20e94da15e 100644 --- a/src/test/run-pass/new-style-fixed-length-vec.rs +++ b/src/test/run-pass/new-style-fixed-length-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-unicode-escapes.rs b/src/test/run-pass/new-unicode-escapes.rs index 2888389bcceab..425226467fa99 100644 --- a/src/test/run-pass/new-unicode-escapes.rs +++ b/src/test/run-pass/new-unicode-escapes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/new-unsafe-pointers.rs b/src/test/run-pass/new-unsafe-pointers.rs index 96ccb1a37a2a0..0485a566e7363 100644 --- a/src/test/run-pass/new-unsafe-pointers.rs +++ b/src/test/run-pass/new-unsafe-pointers.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/newlambdas-ret-infer.rs b/src/test/run-pass/newlambdas-ret-infer.rs index 130cdc85b013d..96bfb3d4c46bd 100644 --- a/src/test/run-pass/newlambdas-ret-infer.rs +++ b/src/test/run-pass/newlambdas-ret-infer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/newlambdas-ret-infer2.rs b/src/test/run-pass/newlambdas-ret-infer2.rs index 0952bedd6e309..3168a461684a8 100644 --- a/src/test/run-pass/newlambdas-ret-infer2.rs +++ b/src/test/run-pass/newlambdas-ret-infer2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/newlambdas.rs b/src/test/run-pass/newlambdas.rs index 01875288aef0e..047954aa26ed0 100644 --- a/src/test/run-pass/newlambdas.rs +++ b/src/test/run-pass/newlambdas.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype-polymorphic.rs b/src/test/run-pass/newtype-polymorphic.rs index 74487f5b57d6b..b1dede1b17652 100644 --- a/src/test/run-pass/newtype-polymorphic.rs +++ b/src/test/run-pass/newtype-polymorphic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype-struct-drop-run.rs b/src/test/run-pass/newtype-struct-drop-run.rs index 8c35abad7f1e6..3f819c156dc13 100644 --- a/src/test/run-pass/newtype-struct-drop-run.rs +++ b/src/test/run-pass/newtype-struct-drop-run.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype-struct-with-dtor.rs b/src/test/run-pass/newtype-struct-with-dtor.rs index 8631755f37fd9..7847a273af76d 100644 --- a/src/test/run-pass/newtype-struct-with-dtor.rs +++ b/src/test/run-pass/newtype-struct-with-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype-struct-xc-2.rs b/src/test/run-pass/newtype-struct-xc-2.rs index 0302a0588e4cf..c84faa2ee2acd 100644 --- a/src/test/run-pass/newtype-struct-xc-2.rs +++ b/src/test/run-pass/newtype-struct-xc-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype-struct-xc.rs b/src/test/run-pass/newtype-struct-xc.rs index 3e375c48316c8..8404e534fead7 100644 --- a/src/test/run-pass/newtype-struct-xc.rs +++ b/src/test/run-pass/newtype-struct-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype-temporary.rs b/src/test/run-pass/newtype-temporary.rs index d2523eac31e04..d506a6a6597c5 100644 --- a/src/test/run-pass/newtype-temporary.rs +++ b/src/test/run-pass/newtype-temporary.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/newtype.rs b/src/test/run-pass/newtype.rs index 093fd6c81cc63..af1fef92c6977 100644 --- a/src/test/run-pass/newtype.rs +++ b/src/test/run-pass/newtype.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nil-decl-in-foreign.rs b/src/test/run-pass/nil-decl-in-foreign.rs index e23c970e29a58..acacdd7386bff 100644 --- a/src/test/run-pass/nil-decl-in-foreign.rs +++ b/src/test/run-pass/nil-decl-in-foreign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nil-pattern.rs b/src/test/run-pass/nil-pattern.rs index 329590b547db3..f487e9652a7fe 100644 --- a/src/test/run-pass/nil-pattern.rs +++ b/src/test/run-pass/nil-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/no-landing-pads.rs b/src/test/run-pass/no-landing-pads.rs index 64e78c3483bba..4c3154992e996 100644 --- a/src/test/run-pass/no-landing-pads.rs +++ b/src/test/run-pass/no-landing-pads.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/no-std-xcrate.rs b/src/test/run-pass/no-std-xcrate.rs index f149b8645d4cd..d83dff6dbe3a8 100644 --- a/src/test/run-pass/no-std-xcrate.rs +++ b/src/test/run-pass/no-std-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/no-std-xcrate2.rs b/src/test/run-pass/no-std-xcrate2.rs index dcafb5f451f3d..ecdc55e6c80ba 100644 --- a/src/test/run-pass/no-std-xcrate2.rs +++ b/src/test/run-pass/no-std-xcrate2.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/non-built-in-quote.rs b/src/test/run-pass/non-built-in-quote.rs index 8b41670734f95..8b0490f53d358 100644 --- a/src/test/run-pass/non-built-in-quote.rs +++ b/src/test/run-pass/non-built-in-quote.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/non-legacy-modes.rs b/src/test/run-pass/non-legacy-modes.rs index e422cb803215b..bf1a594692c9b 100644 --- a/src/test/run-pass/non-legacy-modes.rs +++ b/src/test/run-pass/non-legacy-modes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/nul-characters.rs b/src/test/run-pass/nul-characters.rs index 22786c0abc89b..e0783b1f94bee 100644 --- a/src/test/run-pass/nul-characters.rs +++ b/src/test/run-pass/nul-characters.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/nullable-pointer-ffi-compat.rs b/src/test/run-pass/nullable-pointer-ffi-compat.rs index 32432c07dcf41..3e2e1fe492ab2 100644 --- a/src/test/run-pass/nullable-pointer-ffi-compat.rs +++ b/src/test/run-pass/nullable-pointer-ffi-compat.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/nullable-pointer-iotareduction.rs b/src/test/run-pass/nullable-pointer-iotareduction.rs index bb62b1599a4fe..39e625f239753 100644 --- a/src/test/run-pass/nullable-pointer-iotareduction.rs +++ b/src/test/run-pass/nullable-pointer-iotareduction.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/nullable-pointer-size.rs b/src/test/run-pass/nullable-pointer-size.rs index 02fc0cf0291d4..18667ea0b44a3 100644 --- a/src/test/run-pass/nullable-pointer-size.rs +++ b/src/test/run-pass/nullable-pointer-size.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/nullary-or-pattern.rs b/src/test/run-pass/nullary-or-pattern.rs index 565ef278d5d7c..852d92a079073 100644 --- a/src/test/run-pass/nullary-or-pattern.rs +++ b/src/test/run-pass/nullary-or-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/numeric-method-autoexport.rs b/src/test/run-pass/numeric-method-autoexport.rs index b4d079d79d650..5169bd43da967 100644 --- a/src/test/run-pass/numeric-method-autoexport.rs +++ b/src/test/run-pass/numeric-method-autoexport.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/object-one-type-two-traits.rs b/src/test/run-pass/object-one-type-two-traits.rs index ebdf3c08a2263..94876dfd6e043 100644 --- a/src/test/run-pass/object-one-type-two-traits.rs +++ b/src/test/run-pass/object-one-type-two-traits.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/objects-coerce-freeze-borrored.rs b/src/test/run-pass/objects-coerce-freeze-borrored.rs index 0bdc36750ae6d..bf9b247f9bbc8 100644 --- a/src/test/run-pass/objects-coerce-freeze-borrored.rs +++ b/src/test/run-pass/objects-coerce-freeze-borrored.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/objects-owned-object-borrowed-method-headerless.rs b/src/test/run-pass/objects-owned-object-borrowed-method-headerless.rs index cd97c34f8c6a6..c90d3ffe2cf2a 100644 --- a/src/test/run-pass/objects-owned-object-borrowed-method-headerless.rs +++ b/src/test/run-pass/objects-owned-object-borrowed-method-headerless.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/objects-owned-object-owned-method.rs b/src/test/run-pass/objects-owned-object-owned-method.rs index d355999c50606..b3ba23d50891b 100644 --- a/src/test/run-pass/objects-owned-object-owned-method.rs +++ b/src/test/run-pass/objects-owned-object-owned-method.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/once-move-out-on-heap.rs b/src/test/run-pass/once-move-out-on-heap.rs index 8fe57a655aa53..ef48e6add57d8 100644 --- a/src/test/run-pass/once-move-out-on-heap.rs +++ b/src/test/run-pass/once-move-out-on-heap.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/one-tuple.rs b/src/test/run-pass/one-tuple.rs index 8377a45a1d8a0..24fd2ce90b712 100644 --- a/src/test/run-pass/one-tuple.rs +++ b/src/test/run-pass/one-tuple.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/opeq.rs b/src/test/run-pass/opeq.rs index 3f00cf7d18400..9a727a651afde 100644 --- a/src/test/run-pass/opeq.rs +++ b/src/test/run-pass/opeq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/operator-associativity.rs b/src/test/run-pass/operator-associativity.rs index 8d45b8ecb0844..89ce2fbe94939 100644 --- a/src/test/run-pass/operator-associativity.rs +++ b/src/test/run-pass/operator-associativity.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/operator-multidispatch.rs b/src/test/run-pass/operator-multidispatch.rs index 8e5750005e2e9..bde2fde8253fd 100644 --- a/src/test/run-pass/operator-multidispatch.rs +++ b/src/test/run-pass/operator-multidispatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/operator-overloading.rs b/src/test/run-pass/operator-overloading.rs index c20b7336deb32..50893770c3a0e 100644 --- a/src/test/run-pass/operator-overloading.rs +++ b/src/test/run-pass/operator-overloading.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/option-ext.rs b/src/test/run-pass/option-ext.rs index 7a816f9133501..0d817093e9e2f 100644 --- a/src/test/run-pass/option-ext.rs +++ b/src/test/run-pass/option-ext.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/option-unwrap.rs b/src/test/run-pass/option-unwrap.rs index 71323016e835e..f7a70cb4a3bf9 100644 --- a/src/test/run-pass/option-unwrap.rs +++ b/src/test/run-pass/option-unwrap.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/or-pattern.rs b/src/test/run-pass/or-pattern.rs index 1a42c3ca5948f..bbab57f0ade1b 100644 --- a/src/test/run-pass/or-pattern.rs +++ b/src/test/run-pass/or-pattern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/order-drop-with-match.rs b/src/test/run-pass/order-drop-with-match.rs index a866be43a0514..fbc995a2f2dc5 100644 --- a/src/test/run-pass/order-drop-with-match.rs +++ b/src/test/run-pass/order-drop-with-match.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/osx-frameworks.rs b/src/test/run-pass/osx-frameworks.rs index aa4e91320f755..c47576ba89b15 100644 --- a/src/test/run-pass/osx-frameworks.rs +++ b/src/test/run-pass/osx-frameworks.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/out-of-stack-new-thread-no-split.rs b/src/test/run-pass/out-of-stack-new-thread-no-split.rs index ce6604df49b44..7d80a0b957afa 100644 --- a/src/test/run-pass/out-of-stack-new-thread-no-split.rs +++ b/src/test/run-pass/out-of-stack-new-thread-no-split.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/out-of-stack-no-split.rs b/src/test/run-pass/out-of-stack-no-split.rs index 79926776abf4c..31be660942287 100644 --- a/src/test/run-pass/out-of-stack-no-split.rs +++ b/src/test/run-pass/out-of-stack-no-split.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/out-of-stack.rs b/src/test/run-pass/out-of-stack.rs index 1594cca89e55b..60de3b1161848 100644 --- a/src/test/run-pass/out-of-stack.rs +++ b/src/test/run-pass/out-of-stack.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/out-pointer-aliasing.rs b/src/test/run-pass/out-pointer-aliasing.rs index 5f399deb88530..65ee8905d38df 100644 --- a/src/test/run-pass/out-pointer-aliasing.rs +++ b/src/test/run-pass/out-pointer-aliasing.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/output-slot-variants.rs b/src/test/run-pass/output-slot-variants.rs index fb87cd5eb69cd..57b3a2b52009c 100644 --- a/src/test/run-pass/output-slot-variants.rs +++ b/src/test/run-pass/output-slot-variants.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/over-constrained-vregs.rs b/src/test/run-pass/over-constrained-vregs.rs index 4cd8e65e5002d..cc8124c9d90df 100644 --- a/src/test/run-pass/over-constrained-vregs.rs +++ b/src/test/run-pass/over-constrained-vregs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-autoderef-count.rs b/src/test/run-pass/overloaded-autoderef-count.rs index f0646853b6be8..8bdf4fcedbc0f 100644 --- a/src/test/run-pass/overloaded-autoderef-count.rs +++ b/src/test/run-pass/overloaded-autoderef-count.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-autoderef-indexing.rs b/src/test/run-pass/overloaded-autoderef-indexing.rs index de37173810f04..3cc74ee46a194 100644 --- a/src/test/run-pass/overloaded-autoderef-indexing.rs +++ b/src/test/run-pass/overloaded-autoderef-indexing.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-autoderef-order.rs b/src/test/run-pass/overloaded-autoderef-order.rs index c34aed42c970f..312e6ab23325a 100644 --- a/src/test/run-pass/overloaded-autoderef-order.rs +++ b/src/test/run-pass/overloaded-autoderef-order.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-autoderef-vtable.rs b/src/test/run-pass/overloaded-autoderef-vtable.rs index be2b309b8217f..5adb9a5fe187c 100644 --- a/src/test/run-pass/overloaded-autoderef-vtable.rs +++ b/src/test/run-pass/overloaded-autoderef-vtable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-autoderef-xcrate.rs b/src/test/run-pass/overloaded-autoderef-xcrate.rs index 4f449b344e3f8..e2f2c6a0933ac 100644 --- a/src/test/run-pass/overloaded-autoderef-xcrate.rs +++ b/src/test/run-pass/overloaded-autoderef-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-autoderef.rs b/src/test/run-pass/overloaded-autoderef.rs index 5831d500b8393..5373401e267ec 100644 --- a/src/test/run-pass/overloaded-autoderef.rs +++ b/src/test/run-pass/overloaded-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-calls-object-one-arg.rs b/src/test/run-pass/overloaded-calls-object-one-arg.rs index 25b63cd14c435..b944389385404 100644 --- a/src/test/run-pass/overloaded-calls-object-one-arg.rs +++ b/src/test/run-pass/overloaded-calls-object-one-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-calls-object-two-args.rs b/src/test/run-pass/overloaded-calls-object-two-args.rs index 026ebc308408f..8198363aef344 100644 --- a/src/test/run-pass/overloaded-calls-object-two-args.rs +++ b/src/test/run-pass/overloaded-calls-object-two-args.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-calls-object-zero-args.rs b/src/test/run-pass/overloaded-calls-object-zero-args.rs index b38f8213b4ab8..0ec1a8d6b53e0 100644 --- a/src/test/run-pass/overloaded-calls-object-zero-args.rs +++ b/src/test/run-pass/overloaded-calls-object-zero-args.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-calls-param-vtables.rs b/src/test/run-pass/overloaded-calls-param-vtables.rs index 56887636d5dfb..8291d9196cf23 100644 --- a/src/test/run-pass/overloaded-calls-param-vtables.rs +++ b/src/test/run-pass/overloaded-calls-param-vtables.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-calls-simple.rs b/src/test/run-pass/overloaded-calls-simple.rs index bb5b88d3674a1..b1d8a9e626476 100644 --- a/src/test/run-pass/overloaded-calls-simple.rs +++ b/src/test/run-pass/overloaded-calls-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-calls-zero-args.rs b/src/test/run-pass/overloaded-calls-zero-args.rs index 809a251fe8059..5b0c019da4da4 100644 --- a/src/test/run-pass/overloaded-calls-zero-args.rs +++ b/src/test/run-pass/overloaded-calls-zero-args.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-deref-count.rs b/src/test/run-pass/overloaded-deref-count.rs index 5cd76879798cb..d879647c2d656 100644 --- a/src/test/run-pass/overloaded-deref-count.rs +++ b/src/test/run-pass/overloaded-deref-count.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-deref.rs b/src/test/run-pass/overloaded-deref.rs index a2cc7b7dfea57..604d8ef68fcbb 100644 --- a/src/test/run-pass/overloaded-deref.rs +++ b/src/test/run-pass/overloaded-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-index-assoc-list.rs b/src/test/run-pass/overloaded-index-assoc-list.rs index 2e044227eb135..d617b27129c8d 100644 --- a/src/test/run-pass/overloaded-index-assoc-list.rs +++ b/src/test/run-pass/overloaded-index-assoc-list.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-index-autoderef.rs b/src/test/run-pass/overloaded-index-autoderef.rs index 637d2c9469445..c719aa227b5be 100644 --- a/src/test/run-pass/overloaded-index-autoderef.rs +++ b/src/test/run-pass/overloaded-index-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-index-in-field.rs b/src/test/run-pass/overloaded-index-in-field.rs index 487fb93c9fee8..15e703b272b13 100644 --- a/src/test/run-pass/overloaded-index-in-field.rs +++ b/src/test/run-pass/overloaded-index-in-field.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/overloaded-index.rs b/src/test/run-pass/overloaded-index.rs index 0afdb24a81cc0..2e44bfdc75e7f 100644 --- a/src/test/run-pass/overloaded-index.rs +++ b/src/test/run-pass/overloaded-index.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/owned-implies-static.rs b/src/test/run-pass/owned-implies-static.rs index e784318fc762f..287d3881822bf 100644 --- a/src/test/run-pass/owned-implies-static.rs +++ b/src/test/run-pass/owned-implies-static.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-borrow-element.rs b/src/test/run-pass/packed-struct-borrow-element.rs index c6c74fe3fda1d..7dc0bd086cc24 100644 --- a/src/test/run-pass/packed-struct-borrow-element.rs +++ b/src/test/run-pass/packed-struct-borrow-element.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-generic-layout.rs b/src/test/run-pass/packed-struct-generic-layout.rs index 004a30220183e..03a5bf9906b43 100644 --- a/src/test/run-pass/packed-struct-generic-layout.rs +++ b/src/test/run-pass/packed-struct-generic-layout.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-generic-size.rs b/src/test/run-pass/packed-struct-generic-size.rs index 45791332bbedf..6cbc0859ea2a3 100644 --- a/src/test/run-pass/packed-struct-generic-size.rs +++ b/src/test/run-pass/packed-struct-generic-size.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-layout.rs b/src/test/run-pass/packed-struct-layout.rs index 9e94502a92a63..475f71efa7562 100644 --- a/src/test/run-pass/packed-struct-layout.rs +++ b/src/test/run-pass/packed-struct-layout.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-match.rs b/src/test/run-pass/packed-struct-match.rs index 46ffed0cba968..fc152c258266c 100644 --- a/src/test/run-pass/packed-struct-match.rs +++ b/src/test/run-pass/packed-struct-match.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-size-xc.rs b/src/test/run-pass/packed-struct-size-xc.rs index c2968956785fa..97e50b82c2d27 100644 --- a/src/test/run-pass/packed-struct-size-xc.rs +++ b/src/test/run-pass/packed-struct-size-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-size.rs b/src/test/run-pass/packed-struct-size.rs index 846d51e2e7ecc..b187fb165c1a0 100644 --- a/src/test/run-pass/packed-struct-size.rs +++ b/src/test/run-pass/packed-struct-size.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-struct-vec.rs b/src/test/run-pass/packed-struct-vec.rs index 8e5decf5e62e1..298e76b430c16 100644 --- a/src/test/run-pass/packed-struct-vec.rs +++ b/src/test/run-pass/packed-struct-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-tuple-struct-layout.rs b/src/test/run-pass/packed-tuple-struct-layout.rs index c41d678b0f5b7..1a1759e73b5ff 100644 --- a/src/test/run-pass/packed-tuple-struct-layout.rs +++ b/src/test/run-pass/packed-tuple-struct-layout.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/packed-tuple-struct-size.rs b/src/test/run-pass/packed-tuple-struct-size.rs index a0b88ea53c5a4..fd8355a5f90d8 100644 --- a/src/test/run-pass/packed-tuple-struct-size.rs +++ b/src/test/run-pass/packed-tuple-struct-size.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/panic-in-dtor-drops-fields.rs b/src/test/run-pass/panic-in-dtor-drops-fields.rs index 3cc01b967ce6a..58a12e6709ac7 100644 --- a/src/test/run-pass/panic-in-dtor-drops-fields.rs +++ b/src/test/run-pass/panic-in-dtor-drops-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/parameterized-trait-with-bounds.rs b/src/test/run-pass/parameterized-trait-with-bounds.rs index 840e58848a742..02863ab7f9582 100644 --- a/src/test/run-pass/parameterized-trait-with-bounds.rs +++ b/src/test/run-pass/parameterized-trait-with-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/paren-free.rs b/src/test/run-pass/paren-free.rs index 569023c443908..91e96a8b0ab57 100644 --- a/src/test/run-pass/paren-free.rs +++ b/src/test/run-pass/paren-free.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/parse-assoc-type-lt.rs b/src/test/run-pass/parse-assoc-type-lt.rs index 5649c4c784daf..1fa70015b411a 100644 --- a/src/test/run-pass/parse-assoc-type-lt.rs +++ b/src/test/run-pass/parse-assoc-type-lt.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/parse-complex-macro-invoc-op.rs b/src/test/run-pass/parse-complex-macro-invoc-op.rs index e9ec624c13edf..b2cc6608b5d51 100644 --- a/src/test/run-pass/parse-complex-macro-invoc-op.rs +++ b/src/test/run-pass/parse-complex-macro-invoc-op.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/parse-panic.rs b/src/test/run-pass/parse-panic.rs index 0dbba3654b689..98417038dc5d1 100644 --- a/src/test/run-pass/parse-panic.rs +++ b/src/test/run-pass/parse-panic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/path.rs b/src/test/run-pass/path.rs index 44953c44da327..728ac2001e0a5 100644 --- a/src/test/run-pass/path.rs +++ b/src/test/run-pass/path.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/pattern-bound-var-in-for-each.rs b/src/test/run-pass/pattern-bound-var-in-for-each.rs index fde1999e72d6a..3678507a0826c 100644 --- a/src/test/run-pass/pattern-bound-var-in-for-each.rs +++ b/src/test/run-pass/pattern-bound-var-in-for-each.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/pattern-in-closure.rs b/src/test/run-pass/pattern-in-closure.rs index c718b948f8dc0..7bf98d9e64691 100644 --- a/src/test/run-pass/pattern-in-closure.rs +++ b/src/test/run-pass/pattern-in-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/placement-new-arena.rs b/src/test/run-pass/placement-new-arena.rs index 1ca7e5aa3c47a..f179bf1a77313 100644 --- a/src/test/run-pass/placement-new-arena.rs +++ b/src/test/run-pass/placement-new-arena.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/pred-not-bool.rs b/src/test/run-pass/pred-not-bool.rs index 15bf05fc0cbec..f855769468ccd 100644 --- a/src/test/run-pass/pred-not-bool.rs +++ b/src/test/run-pass/pred-not-bool.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/preempt.rs b/src/test/run-pass/preempt.rs index bcfc39ee7e4e6..f3d89d8a456e4 100644 --- a/src/test/run-pass/preempt.rs +++ b/src/test/run-pass/preempt.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/priv-impl-prim-ty.rs b/src/test/run-pass/priv-impl-prim-ty.rs index a8cd5e789b138..8d06d4228703b 100644 --- a/src/test/run-pass/priv-impl-prim-ty.rs +++ b/src/test/run-pass/priv-impl-prim-ty.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/privacy-ns.rs b/src/test/run-pass/privacy-ns.rs index f3380352f5fa9..df0ccf1ced658 100644 --- a/src/test/run-pass/privacy-ns.rs +++ b/src/test/run-pass/privacy-ns.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/privacy-reexport.rs b/src/test/run-pass/privacy-reexport.rs index b40aacdafc1fa..e5aaa60a25d02 100644 --- a/src/test/run-pass/privacy-reexport.rs +++ b/src/test/run-pass/privacy-reexport.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/privacy1.rs b/src/test/run-pass/privacy1.rs index 7a07c97090223..81f57fb529225 100644 --- a/src/test/run-pass/privacy1.rs +++ b/src/test/run-pass/privacy1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/private-class-field.rs b/src/test/run-pass/private-class-field.rs index 93872bebec98b..fc0b01a6d1d8b 100644 --- a/src/test/run-pass/private-class-field.rs +++ b/src/test/run-pass/private-class-field.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/private-method.rs b/src/test/run-pass/private-method.rs index b64ca955cde6d..22da38d75cd57 100644 --- a/src/test/run-pass/private-method.rs +++ b/src/test/run-pass/private-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/process-detach.rs b/src/test/run-pass/process-detach.rs index 4c078a66f0882..6b74ae06b931f 100644 --- a/src/test/run-pass/process-detach.rs +++ b/src/test/run-pass/process-detach.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/process-remove-from-env.rs b/src/test/run-pass/process-remove-from-env.rs index eab9c8a95da2c..22daec56b9a94 100644 --- a/src/test/run-pass/process-remove-from-env.rs +++ b/src/test/run-pass/process-remove-from-env.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/process-spawn-with-unicode-params.rs b/src/test/run-pass/process-spawn-with-unicode-params.rs index cceb0bf4d96e8..e08fc79525f03 100644 --- a/src/test/run-pass/process-spawn-with-unicode-params.rs +++ b/src/test/run-pass/process-spawn-with-unicode-params.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/ptr-coercion.rs b/src/test/run-pass/ptr-coercion.rs index 1b77c1316ed28..f143eb52832ef 100644 --- a/src/test/run-pass/ptr-coercion.rs +++ b/src/test/run-pass/ptr-coercion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/pub-extern-privacy.rs b/src/test/run-pass/pub-extern-privacy.rs index 16f5a06b88684..807b9e2f23a48 100644 --- a/src/test/run-pass/pub-extern-privacy.rs +++ b/src/test/run-pass/pub-extern-privacy.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/pub-use-xcrate.rs b/src/test/run-pass/pub-use-xcrate.rs index cdc184898fd68..9f187fc4a9ae2 100644 --- a/src/test/run-pass/pub-use-xcrate.rs +++ b/src/test/run-pass/pub-use-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/pub_use_mods_xcrate_exe.rs b/src/test/run-pass/pub_use_mods_xcrate_exe.rs index ceba89523b5f9..a7a29b3d32f16 100644 --- a/src/test/run-pass/pub_use_mods_xcrate_exe.rs +++ b/src/test/run-pass/pub_use_mods_xcrate_exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/pure-sum.rs b/src/test/run-pass/pure-sum.rs index 7fbdd2f219e14..7571df5c2b927 100644 --- a/src/test/run-pass/pure-sum.rs +++ b/src/test/run-pass/pure-sum.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/purity-infer.rs b/src/test/run-pass/purity-infer.rs index c5588a29cb526..150207be4c13b 100644 --- a/src/test/run-pass/purity-infer.rs +++ b/src/test/run-pass/purity-infer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/range.rs b/src/test/run-pass/range.rs index bfd3e43768f50..e288f27620d6f 100644 --- a/src/test/run-pass/range.rs +++ b/src/test/run-pass/range.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/ranges-precedence.rs b/src/test/run-pass/ranges-precedence.rs index f678eed8775cd..e64070e0e80e1 100644 --- a/src/test/run-pass/ranges-precedence.rs +++ b/src/test/run-pass/ranges-precedence.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/raw-str.rs b/src/test/run-pass/raw-str.rs index 35e863d05a177dd06262b4d4302b5f40886ed0aa..eda3f4ddeeeaabaad1efedf3bd28927d66d97e66 100644 GIT binary patch delta 8 PcmdnZHGy;E>Ip0W51a!} delta 180 zcmX|)y$*sv5QG~Wd5V1i;ry#?F;OcC(paJ_aOT2Z_7)Q=Ux7!l_vKtHY^Io*Z)Ti- zqL(p{k{{SMt-yM@+QcebC|ZQP4+0s}1MdQRe4-?Qyz%SsauK($6Ts1t or the MIT license // , at your diff --git a/src/test/run-pass/rcvr-borrowed-to-slice.rs b/src/test/run-pass/rcvr-borrowed-to-slice.rs index aad281dbeb65e..bd06260c6f7ba 100644 --- a/src/test/run-pass/rcvr-borrowed-to-slice.rs +++ b/src/test/run-pass/rcvr-borrowed-to-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/readalias.rs b/src/test/run-pass/readalias.rs index 51e955c476109..3eed2966bc9f3 100644 --- a/src/test/run-pass/readalias.rs +++ b/src/test/run-pass/readalias.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/realloc-16687.rs b/src/test/run-pass/realloc-16687.rs index 80ee735be706e..84f2d0cf9e34a 100644 --- a/src/test/run-pass/realloc-16687.rs +++ b/src/test/run-pass/realloc-16687.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/rec-align-u32.rs b/src/test/run-pass/rec-align-u32.rs index 5b91d5e930f9b..7ce163f20502c 100644 --- a/src/test/run-pass/rec-align-u32.rs +++ b/src/test/run-pass/rec-align-u32.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/rec-align-u64.rs b/src/test/run-pass/rec-align-u64.rs index 27941542d000e..acd0e915861ce 100644 --- a/src/test/run-pass/rec-align-u64.rs +++ b/src/test/run-pass/rec-align-u64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/rec-auto.rs b/src/test/run-pass/rec-auto.rs index 18431bc53794c..917f643e4001d 100644 --- a/src/test/run-pass/rec-auto.rs +++ b/src/test/run-pass/rec-auto.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/rec-extend.rs b/src/test/run-pass/rec-extend.rs index de2e937ee84c0..5f5e1cfe55f52 100644 --- a/src/test/run-pass/rec-extend.rs +++ b/src/test/run-pass/rec-extend.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/rec-tup.rs b/src/test/run-pass/rec-tup.rs index 8adad012ec69b..64f741aba9fde 100644 --- a/src/test/run-pass/rec-tup.rs +++ b/src/test/run-pass/rec-tup.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/rec.rs b/src/test/run-pass/rec.rs index 02fcf1ad0689e..afff7356d1195 100644 --- a/src/test/run-pass/rec.rs +++ b/src/test/run-pass/rec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/record-pat.rs b/src/test/run-pass/record-pat.rs index e0db1ed75dc01..0825c00d28e93 100644 --- a/src/test/run-pass/record-pat.rs +++ b/src/test/run-pass/record-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/reexport-should-still-link.rs b/src/test/run-pass/reexport-should-still-link.rs index ba74386f975fb..08095d4188af3 100644 --- a/src/test/run-pass/reexport-should-still-link.rs +++ b/src/test/run-pass/reexport-should-still-link.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/reexport-star.rs b/src/test/run-pass/reexport-star.rs index 22ca737d42198..906c2a00e6542 100644 --- a/src/test/run-pass/reexport-star.rs +++ b/src/test/run-pass/reexport-star.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/reexport-test-harness-main.rs b/src/test/run-pass/reexport-test-harness-main.rs index 309ae1bcc56ec..88c11a1ff9b65 100644 --- a/src/test/run-pass/reexport-test-harness-main.rs +++ b/src/test/run-pass/reexport-test-harness-main.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/reexported-static-methods-cross-crate.rs b/src/test/run-pass/reexported-static-methods-cross-crate.rs index 0d0fdb13db346..a833b1c22fbb8 100644 --- a/src/test/run-pass/reexported-static-methods-cross-crate.rs +++ b/src/test/run-pass/reexported-static-methods-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-addr-of-interior-of-unique-box.rs b/src/test/run-pass/regions-addr-of-interior-of-unique-box.rs index bb2885a217785..a342eb27c9094 100644 --- a/src/test/run-pass/regions-addr-of-interior-of-unique-box.rs +++ b/src/test/run-pass/regions-addr-of-interior-of-unique-box.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-addr-of-ret.rs b/src/test/run-pass/regions-addr-of-ret.rs index a046ba456a6b0..979cdd4b83b67 100644 --- a/src/test/run-pass/regions-addr-of-ret.rs +++ b/src/test/run-pass/regions-addr-of-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-borrow-at.rs b/src/test/run-pass/regions-borrow-at.rs index ba86e3f7b57b3..474f657fe0bfb 100644 --- a/src/test/run-pass/regions-borrow-at.rs +++ b/src/test/run-pass/regions-borrow-at.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-borrow-evec-fixed.rs b/src/test/run-pass/regions-borrow-evec-fixed.rs index 0264e64f70d2a..6585ed56dd8ce 100644 --- a/src/test/run-pass/regions-borrow-evec-fixed.rs +++ b/src/test/run-pass/regions-borrow-evec-fixed.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-borrow-evec-uniq.rs b/src/test/run-pass/regions-borrow-evec-uniq.rs index f5d46d4ce7c2b..c2d5e7e1f3c45 100644 --- a/src/test/run-pass/regions-borrow-evec-uniq.rs +++ b/src/test/run-pass/regions-borrow-evec-uniq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-borrow-uniq.rs b/src/test/run-pass/regions-borrow-uniq.rs index 30a22512d2a7f..559c0a69d0f1a 100644 --- a/src/test/run-pass/regions-borrow-uniq.rs +++ b/src/test/run-pass/regions-borrow-uniq.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-bot.rs b/src/test/run-pass/regions-bot.rs index 75c52f63041a5..525156f0b3dc5 100644 --- a/src/test/run-pass/regions-bot.rs +++ b/src/test/run-pass/regions-bot.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-bound-lists-feature-gate-2.rs b/src/test/run-pass/regions-bound-lists-feature-gate-2.rs index 0a95a89d57c32..20d9022a4d7fc 100644 --- a/src/test/run-pass/regions-bound-lists-feature-gate-2.rs +++ b/src/test/run-pass/regions-bound-lists-feature-gate-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-bound-lists-feature-gate.rs b/src/test/run-pass/regions-bound-lists-feature-gate.rs index c5baecf7272fa..c0fdb1db77aa4 100644 --- a/src/test/run-pass/regions-bound-lists-feature-gate.rs +++ b/src/test/run-pass/regions-bound-lists-feature-gate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-close-over-type-parameter-successfully.rs b/src/test/run-pass/regions-close-over-type-parameter-successfully.rs index 3922cb1219c03..8346b146f656d 100644 --- a/src/test/run-pass/regions-close-over-type-parameter-successfully.rs +++ b/src/test/run-pass/regions-close-over-type-parameter-successfully.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-copy-closure.rs b/src/test/run-pass/regions-copy-closure.rs index 0152793d96c6c..fc8a291a185c0 100644 --- a/src/test/run-pass/regions-copy-closure.rs +++ b/src/test/run-pass/regions-copy-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-creating-enums2.rs b/src/test/run-pass/regions-creating-enums2.rs index f23626643e7c7..c82c7451a21dc 100644 --- a/src/test/run-pass/regions-creating-enums2.rs +++ b/src/test/run-pass/regions-creating-enums2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-creating-enums5.rs b/src/test/run-pass/regions-creating-enums5.rs index c7d26e2d92b59..b5cb3c89a0159 100644 --- a/src/test/run-pass/regions-creating-enums5.rs +++ b/src/test/run-pass/regions-creating-enums5.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-debruijn-of-object.rs b/src/test/run-pass/regions-debruijn-of-object.rs index b9d3ed49c625f..7ae16f525b9d8 100644 --- a/src/test/run-pass/regions-debruijn-of-object.rs +++ b/src/test/run-pass/regions-debruijn-of-object.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-dependent-addr-of.rs b/src/test/run-pass/regions-dependent-addr-of.rs index e38a472fa4c8f..6f5c68dd9addf 100644 --- a/src/test/run-pass/regions-dependent-addr-of.rs +++ b/src/test/run-pass/regions-dependent-addr-of.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-dependent-autofn.rs b/src/test/run-pass/regions-dependent-autofn.rs index e7dc5e99c2bb9..f367c150e2203 100644 --- a/src/test/run-pass/regions-dependent-autofn.rs +++ b/src/test/run-pass/regions-dependent-autofn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-dependent-autoslice.rs b/src/test/run-pass/regions-dependent-autoslice.rs index 2cee2ac58b39c..fa262a5c70d84 100644 --- a/src/test/run-pass/regions-dependent-autoslice.rs +++ b/src/test/run-pass/regions-dependent-autoslice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-dependent-let-ref.rs b/src/test/run-pass/regions-dependent-let-ref.rs index 980fcfb2e9eb9..28a10baabbd0c 100644 --- a/src/test/run-pass/regions-dependent-let-ref.rs +++ b/src/test/run-pass/regions-dependent-let-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-early-bound-lifetime-in-assoc-fn.rs b/src/test/run-pass/regions-early-bound-lifetime-in-assoc-fn.rs index 978383c244780..43e39412c775f 100644 --- a/src/test/run-pass/regions-early-bound-lifetime-in-assoc-fn.rs +++ b/src/test/run-pass/regions-early-bound-lifetime-in-assoc-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-early-bound-trait-param.rs b/src/test/run-pass/regions-early-bound-trait-param.rs index 3267ff2c7e0e7..8475fff993be6 100644 --- a/src/test/run-pass/regions-early-bound-trait-param.rs +++ b/src/test/run-pass/regions-early-bound-trait-param.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-early-bound-used-in-bound-method.rs b/src/test/run-pass/regions-early-bound-used-in-bound-method.rs index 5b4169a4e8462..d39e8337a269b 100644 --- a/src/test/run-pass/regions-early-bound-used-in-bound-method.rs +++ b/src/test/run-pass/regions-early-bound-used-in-bound-method.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-early-bound-used-in-bound.rs b/src/test/run-pass/regions-early-bound-used-in-bound.rs index 73eb7ca71882c..67e0f4f90dc03 100644 --- a/src/test/run-pass/regions-early-bound-used-in-bound.rs +++ b/src/test/run-pass/regions-early-bound-used-in-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-early-bound-used-in-type-param.rs b/src/test/run-pass/regions-early-bound-used-in-type-param.rs index 622f820971ffb..5c3df7e9ae775 100644 --- a/src/test/run-pass/regions-early-bound-used-in-type-param.rs +++ b/src/test/run-pass/regions-early-bound-used-in-type-param.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-escape-into-other-fn.rs b/src/test/run-pass/regions-escape-into-other-fn.rs index 9637c43170f6b..e58dbca1a2968 100644 --- a/src/test/run-pass/regions-escape-into-other-fn.rs +++ b/src/test/run-pass/regions-escape-into-other-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-expl-self.rs b/src/test/run-pass/regions-expl-self.rs index 58c13885e036c..a79a3672799b1 100644 --- a/src/test/run-pass/regions-expl-self.rs +++ b/src/test/run-pass/regions-expl-self.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-fn-subtyping-2.rs b/src/test/run-pass/regions-fn-subtyping-2.rs index 70c90ee05b357..cdd803534b8f4 100644 --- a/src/test/run-pass/regions-fn-subtyping-2.rs +++ b/src/test/run-pass/regions-fn-subtyping-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-fn-subtyping.rs b/src/test/run-pass/regions-fn-subtyping.rs index faa9b37bdcc63..425cf660e2d1c 100644 --- a/src/test/run-pass/regions-fn-subtyping.rs +++ b/src/test/run-pass/regions-fn-subtyping.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-bivariance.rs b/src/test/run-pass/regions-infer-bivariance.rs index a3288e2e1b90b..8da381c78a721 100644 --- a/src/test/run-pass/regions-infer-bivariance.rs +++ b/src/test/run-pass/regions-infer-bivariance.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-borrow-scope-addr-of.rs b/src/test/run-pass/regions-infer-borrow-scope-addr-of.rs index 319e01172bbb4..891dd6abcc259 100644 --- a/src/test/run-pass/regions-infer-borrow-scope-addr-of.rs +++ b/src/test/run-pass/regions-infer-borrow-scope-addr-of.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-borrow-scope-view.rs b/src/test/run-pass/regions-infer-borrow-scope-view.rs index ce9edb5678a09..594b1c89f4d86 100644 --- a/src/test/run-pass/regions-infer-borrow-scope-view.rs +++ b/src/test/run-pass/regions-infer-borrow-scope-view.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-borrow-scope-within-loop-ok.rs b/src/test/run-pass/regions-infer-borrow-scope-within-loop-ok.rs index f397b5124caf5..b8bb47c13e4d9 100644 --- a/src/test/run-pass/regions-infer-borrow-scope-within-loop-ok.rs +++ b/src/test/run-pass/regions-infer-borrow-scope-within-loop-ok.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-borrow-scope.rs b/src/test/run-pass/regions-infer-borrow-scope.rs index 708d031a68a63..7c13a09fe4ab8 100644 --- a/src/test/run-pass/regions-infer-borrow-scope.rs +++ b/src/test/run-pass/regions-infer-borrow-scope.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-call-2.rs b/src/test/run-pass/regions-infer-call-2.rs index cfb6c8585634d..d9fac07e5b05e 100644 --- a/src/test/run-pass/regions-infer-call-2.rs +++ b/src/test/run-pass/regions-infer-call-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-call.rs b/src/test/run-pass/regions-infer-call.rs index fdb7485efc35b..9cf91f8109af8 100644 --- a/src/test/run-pass/regions-infer-call.rs +++ b/src/test/run-pass/regions-infer-call.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-contravariance-due-to-ret.rs b/src/test/run-pass/regions-infer-contravariance-due-to-ret.rs index 7e328f3bb0354..60566c273b5f1 100644 --- a/src/test/run-pass/regions-infer-contravariance-due-to-ret.rs +++ b/src/test/run-pass/regions-infer-contravariance-due-to-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-reborrow-ref-mut-recurse.rs b/src/test/run-pass/regions-infer-reborrow-ref-mut-recurse.rs index efe3994dbb7b9..c1ea363e0bfea 100644 --- a/src/test/run-pass/regions-infer-reborrow-ref-mut-recurse.rs +++ b/src/test/run-pass/regions-infer-reborrow-ref-mut-recurse.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-region-in-fn-but-not-type.rs b/src/test/run-pass/regions-infer-region-in-fn-but-not-type.rs index 9174b53be86e6..010aea3256405 100644 --- a/src/test/run-pass/regions-infer-region-in-fn-but-not-type.rs +++ b/src/test/run-pass/regions-infer-region-in-fn-but-not-type.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-infer-static-from-proc.rs b/src/test/run-pass/regions-infer-static-from-proc.rs index cb45b8e131d28..b73d73d327428 100644 --- a/src/test/run-pass/regions-infer-static-from-proc.rs +++ b/src/test/run-pass/regions-infer-static-from-proc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-lifetime-nonfree-late-bound.rs b/src/test/run-pass/regions-lifetime-nonfree-late-bound.rs index c4852c9162cab..c9f87f9c551a3 100644 --- a/src/test/run-pass/regions-lifetime-nonfree-late-bound.rs +++ b/src/test/run-pass/regions-lifetime-nonfree-late-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-lifetime-static-items-enclosing-scopes.rs b/src/test/run-pass/regions-lifetime-static-items-enclosing-scopes.rs index b16b934d73cc6..beb4881bbc9ca 100644 --- a/src/test/run-pass/regions-lifetime-static-items-enclosing-scopes.rs +++ b/src/test/run-pass/regions-lifetime-static-items-enclosing-scopes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-link-fn-args.rs b/src/test/run-pass/regions-link-fn-args.rs index 8822d3880397a..2ca40df4b0ac3 100644 --- a/src/test/run-pass/regions-link-fn-args.rs +++ b/src/test/run-pass/regions-link-fn-args.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-mock-tcx.rs b/src/test/run-pass/regions-mock-tcx.rs index 6e85011b14316..66d106e174742 100644 --- a/src/test/run-pass/regions-mock-tcx.rs +++ b/src/test/run-pass/regions-mock-tcx.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-mock-trans.rs b/src/test/run-pass/regions-mock-trans.rs index e6b997f758814..4cd2061229a64 100644 --- a/src/test/run-pass/regions-mock-trans.rs +++ b/src/test/run-pass/regions-mock-trans.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-no-bound-in-argument-cleanup.rs b/src/test/run-pass/regions-no-bound-in-argument-cleanup.rs index d3464f01203ac..e418b249af242 100644 --- a/src/test/run-pass/regions-no-bound-in-argument-cleanup.rs +++ b/src/test/run-pass/regions-no-bound-in-argument-cleanup.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-no-variance-from-fn-generics.rs b/src/test/run-pass/regions-no-variance-from-fn-generics.rs index a35ab1bfc0ce6..cc17773334560 100644 --- a/src/test/run-pass/regions-no-variance-from-fn-generics.rs +++ b/src/test/run-pass/regions-no-variance-from-fn-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-nullary-variant.rs b/src/test/run-pass/regions-nullary-variant.rs index e1359725f9b9f..5e8e185d79673 100644 --- a/src/test/run-pass/regions-nullary-variant.rs +++ b/src/test/run-pass/regions-nullary-variant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-params.rs b/src/test/run-pass/regions-params.rs index 0042d3a765bfd..acbd42eb84fe7 100644 --- a/src/test/run-pass/regions-params.rs +++ b/src/test/run-pass/regions-params.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-reassign-let-bound-pointer.rs b/src/test/run-pass/regions-reassign-let-bound-pointer.rs index ecf79de622222..c61af5f5f7780 100644 --- a/src/test/run-pass/regions-reassign-let-bound-pointer.rs +++ b/src/test/run-pass/regions-reassign-let-bound-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-reassign-match-bound-pointer.rs b/src/test/run-pass/regions-reassign-match-bound-pointer.rs index 18312b17339ce..2fc2095e876c8 100644 --- a/src/test/run-pass/regions-reassign-match-bound-pointer.rs +++ b/src/test/run-pass/regions-reassign-match-bound-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-relate-bound-regions-on-closures-to-inference-variables.rs b/src/test/run-pass/regions-relate-bound-regions-on-closures-to-inference-variables.rs index e779e002b2990..3297db9c2cad9 100644 --- a/src/test/run-pass/regions-relate-bound-regions-on-closures-to-inference-variables.rs +++ b/src/test/run-pass/regions-relate-bound-regions-on-closures-to-inference-variables.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-return-interior-of-option.rs b/src/test/run-pass/regions-return-interior-of-option.rs index 54458f0d0df03..25ee6d65997ba 100644 --- a/src/test/run-pass/regions-return-interior-of-option.rs +++ b/src/test/run-pass/regions-return-interior-of-option.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-scope-chain-example.rs b/src/test/run-pass/regions-scope-chain-example.rs index 0388ffb7894bf..d3607026e47a8 100644 --- a/src/test/run-pass/regions-scope-chain-example.rs +++ b/src/test/run-pass/regions-scope-chain-example.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-self-impls.rs b/src/test/run-pass/regions-self-impls.rs index b30b3cfa47695..77a32602d4b97 100644 --- a/src/test/run-pass/regions-self-impls.rs +++ b/src/test/run-pass/regions-self-impls.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-self-in-enums.rs b/src/test/run-pass/regions-self-in-enums.rs index ab0b4acc7698a..e6e3c63d6bd48 100644 --- a/src/test/run-pass/regions-self-in-enums.rs +++ b/src/test/run-pass/regions-self-in-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-simple.rs b/src/test/run-pass/regions-simple.rs index d540605180a4e..f1111f1861944 100644 --- a/src/test/run-pass/regions-simple.rs +++ b/src/test/run-pass/regions-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-static-closure.rs b/src/test/run-pass/regions-static-closure.rs index abd5789bb1f76..f5a7eddf15b89 100644 --- a/src/test/run-pass/regions-static-closure.rs +++ b/src/test/run-pass/regions-static-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-variance-contravariant-use-contravariant.rs b/src/test/run-pass/regions-variance-contravariant-use-contravariant.rs index ffc2f07a1530e..9baaefc2494e0 100644 --- a/src/test/run-pass/regions-variance-contravariant-use-contravariant.rs +++ b/src/test/run-pass/regions-variance-contravariant-use-contravariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/regions-variance-covariant-use-covariant.rs b/src/test/run-pass/regions-variance-covariant-use-covariant.rs index 7e0ca41501833..9547f63587d98 100644 --- a/src/test/run-pass/regions-variance-covariant-use-covariant.rs +++ b/src/test/run-pass/regions-variance-covariant-use-covariant.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/rename-directory.rs b/src/test/run-pass/rename-directory.rs index d610bf09edb95..bbf7c2afecc6a 100644 --- a/src/test/run-pass/rename-directory.rs +++ b/src/test/run-pass/rename-directory.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/repeat-expr-in-static.rs b/src/test/run-pass/repeat-expr-in-static.rs index a53f1da4ce605..1703cbe1f404d 100644 --- a/src/test/run-pass/repeat-expr-in-static.rs +++ b/src/test/run-pass/repeat-expr-in-static.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/repeated-vector-syntax.rs b/src/test/run-pass/repeated-vector-syntax.rs index d1d37ea5bb099..e1ef841aecc60 100644 --- a/src/test/run-pass/repeated-vector-syntax.rs +++ b/src/test/run-pass/repeated-vector-syntax.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/resolve-issue-2428.rs b/src/test/run-pass/resolve-issue-2428.rs index 016357b5df985..fb535878707fe 100644 --- a/src/test/run-pass/resolve-issue-2428.rs +++ b/src/test/run-pass/resolve-issue-2428.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/resource-assign-is-not-copy.rs b/src/test/run-pass/resource-assign-is-not-copy.rs index 57f72b23adfa3..7a69390ade75f 100644 --- a/src/test/run-pass/resource-assign-is-not-copy.rs +++ b/src/test/run-pass/resource-assign-is-not-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/resource-destruct.rs b/src/test/run-pass/resource-destruct.rs index 71bf6cc626153..27c273e3c366b 100644 --- a/src/test/run-pass/resource-destruct.rs +++ b/src/test/run-pass/resource-destruct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/resource-in-struct.rs b/src/test/run-pass/resource-in-struct.rs index 33ae0af250a53..c7156edce527c 100644 --- a/src/test/run-pass/resource-in-struct.rs +++ b/src/test/run-pass/resource-in-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ret-bang.rs b/src/test/run-pass/ret-bang.rs index ff4932e8453e4..1d125e8037056 100644 --- a/src/test/run-pass/ret-bang.rs +++ b/src/test/run-pass/ret-bang.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ret-none.rs b/src/test/run-pass/ret-none.rs index 8d7faffae7f33..8eaf01cdabe47 100644 --- a/src/test/run-pass/ret-none.rs +++ b/src/test/run-pass/ret-none.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/return-from-closure.rs b/src/test/run-pass/return-from-closure.rs index 899dc8ddbe90d..fdef2f4255d7e 100644 --- a/src/test/run-pass/return-from-closure.rs +++ b/src/test/run-pass/return-from-closure.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/return-nil.rs b/src/test/run-pass/return-nil.rs index b5a81268a2dcf..41cc14d4e2ec5 100644 --- a/src/test/run-pass/return-nil.rs +++ b/src/test/run-pass/return-nil.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/running-with-no-runtime.rs b/src/test/run-pass/running-with-no-runtime.rs index 7b809235e8d3d..d911d480b4ff3 100644 --- a/src/test/run-pass/running-with-no-runtime.rs +++ b/src/test/run-pass/running-with-no-runtime.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/rust-log-filter.rs b/src/test/run-pass/rust-log-filter.rs index 28d47f7aa9be5..8e2cb17c5eef1 100644 --- a/src/test/run-pass/rust-log-filter.rs +++ b/src/test/run-pass/rust-log-filter.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/segfault-no-out-of-stack.rs b/src/test/run-pass/segfault-no-out-of-stack.rs index 6ef33c1a11211..4b92de61443b1 100644 --- a/src/test/run-pass/segfault-no-out-of-stack.rs +++ b/src/test/run-pass/segfault-no-out-of-stack.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/self-impl.rs b/src/test/run-pass/self-impl.rs index 40a4dc52a70b3..718f8c70e42e9 100644 --- a/src/test/run-pass/self-impl.rs +++ b/src/test/run-pass/self-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/self-in-mut-slot-default-method.rs b/src/test/run-pass/self-in-mut-slot-default-method.rs index e934498ea0506..6feda1daca0aa 100644 --- a/src/test/run-pass/self-in-mut-slot-default-method.rs +++ b/src/test/run-pass/self-in-mut-slot-default-method.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/self-in-mut-slot-immediate-value.rs b/src/test/run-pass/self-in-mut-slot-immediate-value.rs index 1603f7f9763fb..d480ff278e95c 100644 --- a/src/test/run-pass/self-in-mut-slot-immediate-value.rs +++ b/src/test/run-pass/self-in-mut-slot-immediate-value.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/self-re-assign.rs b/src/test/run-pass/self-re-assign.rs index 3092898d98652..f925b3def5c9a 100644 --- a/src/test/run-pass/self-re-assign.rs +++ b/src/test/run-pass/self-re-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/self-shadowing-import.rs b/src/test/run-pass/self-shadowing-import.rs index 19fdd04069edb..7dc3e5026be82 100644 --- a/src/test/run-pass/self-shadowing-import.rs +++ b/src/test/run-pass/self-shadowing-import.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/self-type-param.rs b/src/test/run-pass/self-type-param.rs index 5c4e2f5ebd52b..d5310e1ac3d88 100644 --- a/src/test/run-pass/self-type-param.rs +++ b/src/test/run-pass/self-type-param.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/send-resource.rs b/src/test/run-pass/send-resource.rs index a920d76e7ca1b..ae09fe1dbc434 100644 --- a/src/test/run-pass/send-resource.rs +++ b/src/test/run-pass/send-resource.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/send-type-inference.rs b/src/test/run-pass/send-type-inference.rs index ae992a0a358d1..76b3faa31fa6f 100644 --- a/src/test/run-pass/send-type-inference.rs +++ b/src/test/run-pass/send-type-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/send_str_hashmap.rs b/src/test/run-pass/send_str_hashmap.rs index c58654670d1a3..ed3c894b8c74c 100644 --- a/src/test/run-pass/send_str_hashmap.rs +++ b/src/test/run-pass/send_str_hashmap.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/send_str_treemap.rs b/src/test/run-pass/send_str_treemap.rs index 438724a2b06bf..cad40d34bfd2e 100644 --- a/src/test/run-pass/send_str_treemap.rs +++ b/src/test/run-pass/send_str_treemap.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/sendable-class.rs b/src/test/run-pass/sendable-class.rs index 8691d5e875bfc..59fe18b131ce2 100644 --- a/src/test/run-pass/sendable-class.rs +++ b/src/test/run-pass/sendable-class.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sendfn-is-a-block.rs b/src/test/run-pass/sendfn-is-a-block.rs index c70ed9a3d749e..eb976f5fb170a 100644 --- a/src/test/run-pass/sendfn-is-a-block.rs +++ b/src/test/run-pass/sendfn-is-a-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/sendfn-spawn-with-fn-arg.rs b/src/test/run-pass/sendfn-spawn-with-fn-arg.rs index 89624c3ac16a3..7beea3653dc5b 100644 --- a/src/test/run-pass/sendfn-spawn-with-fn-arg.rs +++ b/src/test/run-pass/sendfn-spawn-with-fn-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-cci.rs b/src/test/run-pass/sepcomp-cci.rs index 0178b5e786d65..d1d6442e56286 100644 --- a/src/test/run-pass/sepcomp-cci.rs +++ b/src/test/run-pass/sepcomp-cci.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-extern.rs b/src/test/run-pass/sepcomp-extern.rs index a5506e3fc761d..7115c1c027f22 100644 --- a/src/test/run-pass/sepcomp-extern.rs +++ b/src/test/run-pass/sepcomp-extern.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-fns-backwards.rs b/src/test/run-pass/sepcomp-fns-backwards.rs index 61f008ad854eb..f81ca1aaff487 100644 --- a/src/test/run-pass/sepcomp-fns-backwards.rs +++ b/src/test/run-pass/sepcomp-fns-backwards.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-fns.rs b/src/test/run-pass/sepcomp-fns.rs index 09f2a4281be08..348cacf3fb69b 100644 --- a/src/test/run-pass/sepcomp-fns.rs +++ b/src/test/run-pass/sepcomp-fns.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-lib-lto.rs b/src/test/run-pass/sepcomp-lib-lto.rs index 002671ff517a1..d881c55e5b6b9 100644 --- a/src/test/run-pass/sepcomp-lib-lto.rs +++ b/src/test/run-pass/sepcomp-lib-lto.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-lib.rs b/src/test/run-pass/sepcomp-lib.rs index 28adb55399b44..7546d036f5c1e 100644 --- a/src/test/run-pass/sepcomp-lib.rs +++ b/src/test/run-pass/sepcomp-lib.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-statics.rs b/src/test/run-pass/sepcomp-statics.rs index 26a5c4d1c5026..7d9d72b23d5b5 100644 --- a/src/test/run-pass/sepcomp-statics.rs +++ b/src/test/run-pass/sepcomp-statics.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sepcomp-unwind.rs b/src/test/run-pass/sepcomp-unwind.rs index b8bb3b4e7f8c3..f50f778db6226 100644 --- a/src/test/run-pass/sepcomp-unwind.rs +++ b/src/test/run-pass/sepcomp-unwind.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/seq-compare.rs b/src/test/run-pass/seq-compare.rs index 29729b15aa892..f68e6c5f19025 100644 --- a/src/test/run-pass/seq-compare.rs +++ b/src/test/run-pass/seq-compare.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/shadow.rs b/src/test/run-pass/shadow.rs index 06d707d3ab099..eb4a15b598896 100644 --- a/src/test/run-pass/shadow.rs +++ b/src/test/run-pass/shadow.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/shebang.rs b/src/test/run-pass/shebang.rs index 87da814771b45..8760b5e8a1621 100644 --- a/src/test/run-pass/shebang.rs +++ b/src/test/run-pass/shebang.rs @@ -1,7 +1,3 @@ -#!/usr/bin/env rustx -// Copyright 2012 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 or the MIT license diff --git a/src/test/run-pass/shift-various-types.rs b/src/test/run-pass/shift-various-types.rs index 2f56e09b2df83..c8869b35b8c4d 100644 --- a/src/test/run-pass/shift-various-types.rs +++ b/src/test/run-pass/shift-various-types.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/shift.rs b/src/test/run-pass/shift.rs index d8a67eef3f61e..240c8f491b4bc 100644 --- a/src/test/run-pass/shift.rs +++ b/src/test/run-pass/shift.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/show-boxed-slice.rs b/src/test/run-pass/show-boxed-slice.rs index fc0b501e9c523..5fbaa1941b182 100644 --- a/src/test/run-pass/show-boxed-slice.rs +++ b/src/test/run-pass/show-boxed-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/signal-exit-status.rs b/src/test/run-pass/signal-exit-status.rs index dc72b6b05390b..36006817cd4c6 100644 --- a/src/test/run-pass/signal-exit-status.rs +++ b/src/test/run-pass/signal-exit-status.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/signed-shift-const-eval.rs b/src/test/run-pass/signed-shift-const-eval.rs index 62f1ca631446d..7decbae6839b8 100644 --- a/src/test/run-pass/signed-shift-const-eval.rs +++ b/src/test/run-pass/signed-shift-const-eval.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sigpipe-should-be-ignored.rs b/src/test/run-pass/sigpipe-should-be-ignored.rs index 1804dd2e1358a..baf72f59abcf7 100644 --- a/src/test/run-pass/sigpipe-should-be-ignored.rs +++ b/src/test/run-pass/sigpipe-should-be-ignored.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/simd-binop.rs b/src/test/run-pass/simd-binop.rs index 690ad35124709..c362849f1e301 100644 --- a/src/test/run-pass/simd-binop.rs +++ b/src/test/run-pass/simd-binop.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/simd-generics.rs b/src/test/run-pass/simd-generics.rs index e89d5c9922dfa..a478058552b7a 100644 --- a/src/test/run-pass/simd-generics.rs +++ b/src/test/run-pass/simd-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/simd-issue-10604.rs b/src/test/run-pass/simd-issue-10604.rs index 6f0db23e2a621..0a6e17c75cf7e 100644 --- a/src/test/run-pass/simd-issue-10604.rs +++ b/src/test/run-pass/simd-issue-10604.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/simd-size-align.rs b/src/test/run-pass/simd-size-align.rs index 582810f0def33..8eb72de47712d 100644 --- a/src/test/run-pass/simd-size-align.rs +++ b/src/test/run-pass/simd-size-align.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/simd-type.rs b/src/test/run-pass/simd-type.rs index a1a7457811280..9b19c66b40b15 100644 --- a/src/test/run-pass/simd-type.rs +++ b/src/test/run-pass/simd-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/simple-generic-match.rs b/src/test/run-pass/simple-generic-match.rs index 27d4f105f3740..5ce08401b93c9 100644 --- a/src/test/run-pass/simple-generic-match.rs +++ b/src/test/run-pass/simple-generic-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/simple-generic-tag.rs b/src/test/run-pass/simple-generic-tag.rs index 8a36f9e17f383..d22f4480cdbf0 100644 --- a/src/test/run-pass/simple-generic-tag.rs +++ b/src/test/run-pass/simple-generic-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/simple-infer.rs b/src/test/run-pass/simple-infer.rs index 4f6feb544f43e..1634488a72055 100644 --- a/src/test/run-pass/simple-infer.rs +++ b/src/test/run-pass/simple-infer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/simple-match-generic-tag.rs b/src/test/run-pass/simple-match-generic-tag.rs index 7ed8cb434caf5..be9ac6f1a6997 100644 --- a/src/test/run-pass/simple-match-generic-tag.rs +++ b/src/test/run-pass/simple-match-generic-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/size-and-align.rs b/src/test/run-pass/size-and-align.rs index 4b587ae70a1c2..255fc24213b06 100644 --- a/src/test/run-pass/size-and-align.rs +++ b/src/test/run-pass/size-and-align.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sized-borrowed-pointer.rs b/src/test/run-pass/sized-borrowed-pointer.rs index 348b7562f8460..edaeede96be4c 100644 --- a/src/test/run-pass/sized-borrowed-pointer.rs +++ b/src/test/run-pass/sized-borrowed-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/sized-owned-pointer.rs b/src/test/run-pass/sized-owned-pointer.rs index e64917a97a637..da7fde61ff225 100644 --- a/src/test/run-pass/sized-owned-pointer.rs +++ b/src/test/run-pass/sized-owned-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/slice-2.rs b/src/test/run-pass/slice-2.rs index 43e517404cb09..006e96e1651db 100644 --- a/src/test/run-pass/slice-2.rs +++ b/src/test/run-pass/slice-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/slice-panic-1.rs b/src/test/run-pass/slice-panic-1.rs index b2e3d83ca9b36..9afebff08638a 100644 --- a/src/test/run-pass/slice-panic-1.rs +++ b/src/test/run-pass/slice-panic-1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/slice-panic-2.rs b/src/test/run-pass/slice-panic-2.rs index dea45e63ab000..0112c8b9ff88b 100644 --- a/src/test/run-pass/slice-panic-2.rs +++ b/src/test/run-pass/slice-panic-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/slice.rs b/src/test/run-pass/slice.rs index 9cb7cfd7fe98b..d7ad6c5dcb713 100644 --- a/src/test/run-pass/slice.rs +++ b/src/test/run-pass/slice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/slowparse-bstring.rs b/src/test/run-pass/slowparse-bstring.rs index b2bbd7e9103d2..cb02644b3567e 100644 --- a/src/test/run-pass/slowparse-bstring.rs +++ b/src/test/run-pass/slowparse-bstring.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/slowparse-string.rs b/src/test/run-pass/slowparse-string.rs index 46b47c8537fe7..0d3300e235d04 100644 --- a/src/test/run-pass/slowparse-string.rs +++ b/src/test/run-pass/slowparse-string.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/small-enum-range-edge.rs b/src/test/run-pass/small-enum-range-edge.rs index de38a553e123f..d75678b219db6 100644 --- a/src/test/run-pass/small-enum-range-edge.rs +++ b/src/test/run-pass/small-enum-range-edge.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/small-enums-with-fields.rs b/src/test/run-pass/small-enums-with-fields.rs index c793deaae2b29..34944105f8e44 100644 --- a/src/test/run-pass/small-enums-with-fields.rs +++ b/src/test/run-pass/small-enums-with-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/smallest-hello-world.rs b/src/test/run-pass/smallest-hello-world.rs index 4913b34c4b311..522eb8b6c1a79 100644 --- a/src/test/run-pass/smallest-hello-world.rs +++ b/src/test/run-pass/smallest-hello-world.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/spawn-fn.rs b/src/test/run-pass/spawn-fn.rs index c8fe400c4c3c6..2406938ceb523 100644 --- a/src/test/run-pass/spawn-fn.rs +++ b/src/test/run-pass/spawn-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/spawn-types.rs b/src/test/run-pass/spawn-types.rs index eaad2abe8f72e..287f30e457c52 100644 --- a/src/test/run-pass/spawn-types.rs +++ b/src/test/run-pass/spawn-types.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/spawn.rs b/src/test/run-pass/spawn.rs index 8f937afa6b932..9f6895f8a3299 100644 --- a/src/test/run-pass/spawn.rs +++ b/src/test/run-pass/spawn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/spawn2.rs b/src/test/run-pass/spawn2.rs index 75104a4ddef00..41cca6e883c43 100644 --- a/src/test/run-pass/spawn2.rs +++ b/src/test/run-pass/spawn2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/spawning-with-debug.rs b/src/test/run-pass/spawning-with-debug.rs index 858b7a83c6274..fcf099c5594d0 100644 --- a/src/test/run-pass/spawning-with-debug.rs +++ b/src/test/run-pass/spawning-with-debug.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/stable-addr-of.rs b/src/test/run-pass/stable-addr-of.rs index 515198f7a71eb..ba7b0f4900faa 100644 --- a/src/test/run-pass/stable-addr-of.rs +++ b/src/test/run-pass/stable-addr-of.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/stat.rs b/src/test/run-pass/stat.rs index 250eafa2f49d5..847a5615e4265 100644 --- a/src/test/run-pass/stat.rs +++ b/src/test/run-pass/stat.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-assert.rs b/src/test/run-pass/static-assert.rs index c695fa2b72ec1..6b9a708cdc128 100644 --- a/src/test/run-pass/static-assert.rs +++ b/src/test/run-pass/static-assert.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-fn-inline-xc.rs b/src/test/run-pass/static-fn-inline-xc.rs index dbe9221066f67..6c036d2eb0358 100644 --- a/src/test/run-pass/static-fn-inline-xc.rs +++ b/src/test/run-pass/static-fn-inline-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-fn-trait-xc.rs b/src/test/run-pass/static-fn-trait-xc.rs index 5dd6b6dbc53ce..f28c697cda097 100644 --- a/src/test/run-pass/static-fn-trait-xc.rs +++ b/src/test/run-pass/static-fn-trait-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-function-pointer-xc.rs b/src/test/run-pass/static-function-pointer-xc.rs index 6e12c5fa73de1..1ad9856c39b19 100644 --- a/src/test/run-pass/static-function-pointer-xc.rs +++ b/src/test/run-pass/static-function-pointer-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-function-pointer.rs b/src/test/run-pass/static-function-pointer.rs index ff1091e07ef16..28a78ee0a1ae2 100644 --- a/src/test/run-pass/static-function-pointer.rs +++ b/src/test/run-pass/static-function-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-impl.rs b/src/test/run-pass/static-impl.rs index 74c0663971ec5..f559f7ea74cdb 100644 --- a/src/test/run-pass/static-impl.rs +++ b/src/test/run-pass/static-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-method-in-trait-with-tps-intracrate.rs b/src/test/run-pass/static-method-in-trait-with-tps-intracrate.rs index d1fcc4659b937..72bc2cdb48cf0 100644 --- a/src/test/run-pass/static-method-in-trait-with-tps-intracrate.rs +++ b/src/test/run-pass/static-method-in-trait-with-tps-intracrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-method-xcrate.rs b/src/test/run-pass/static-method-xcrate.rs index 076c56bcc4d2a..a63151b15ba20 100644 --- a/src/test/run-pass/static-method-xcrate.rs +++ b/src/test/run-pass/static-method-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-methods-in-traits.rs b/src/test/run-pass/static-methods-in-traits.rs index 180cd115c96e8..5fd384a5452f2 100644 --- a/src/test/run-pass/static-methods-in-traits.rs +++ b/src/test/run-pass/static-methods-in-traits.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-methods-in-traits2.rs b/src/test/run-pass/static-methods-in-traits2.rs index d0448de2c4970..7a3f1d2b2c200 100644 --- a/src/test/run-pass/static-methods-in-traits2.rs +++ b/src/test/run-pass/static-methods-in-traits2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-mut-foreign.rs b/src/test/run-pass/static-mut-foreign.rs index e5d4591361a63..75b5e7cc68778 100644 --- a/src/test/run-pass/static-mut-foreign.rs +++ b/src/test/run-pass/static-mut-foreign.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/static-mut-xc.rs b/src/test/run-pass/static-mut-xc.rs index 5aa28ad80fae8..e9cf9bbde2c77 100644 --- a/src/test/run-pass/static-mut-xc.rs +++ b/src/test/run-pass/static-mut-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/str-concat.rs b/src/test/run-pass/str-concat.rs index ad0d2f11abd86..574daf3d96ee8 100644 --- a/src/test/run-pass/str-concat.rs +++ b/src/test/run-pass/str-concat.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/str-multiline.rs b/src/test/run-pass/str-multiline.rs index 918715f81e85a..e4adcb117e6ab 100644 --- a/src/test/run-pass/str-multiline.rs +++ b/src/test/run-pass/str-multiline.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/string-escapes.rs b/src/test/run-pass/string-escapes.rs index 7abe8276a9782..178c1e24a45a1 100644 --- a/src/test/run-pass/string-escapes.rs +++ b/src/test/run-pass/string-escapes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/string-self-append.rs b/src/test/run-pass/string-self-append.rs index dc1e23ca09cf4..fb473087cfbe9 100644 --- a/src/test/run-pass/string-self-append.rs +++ b/src/test/run-pass/string-self-append.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-aliases-xcrate.rs b/src/test/run-pass/struct-aliases-xcrate.rs index 9046cafe7579a..6892f912d37cb 100644 --- a/src/test/run-pass/struct-aliases-xcrate.rs +++ b/src/test/run-pass/struct-aliases-xcrate.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-aliases.rs b/src/test/run-pass/struct-aliases.rs index 2cf961a5c0c94..4cb267e4acc58 100644 --- a/src/test/run-pass/struct-aliases.rs +++ b/src/test/run-pass/struct-aliases.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-destructuring-cross-crate.rs b/src/test/run-pass/struct-destructuring-cross-crate.rs index 2de2bcc958471..7c8c29e41bb88 100644 --- a/src/test/run-pass/struct-destructuring-cross-crate.rs +++ b/src/test/run-pass/struct-destructuring-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-like-variant-construct.rs b/src/test/run-pass/struct-like-variant-construct.rs index 364c6da980393..e0965d170524a 100644 --- a/src/test/run-pass/struct-like-variant-construct.rs +++ b/src/test/run-pass/struct-like-variant-construct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-like-variant-match.rs b/src/test/run-pass/struct-like-variant-match.rs index 3afa44a3142b4..3fb776b4aaf27 100644 --- a/src/test/run-pass/struct-like-variant-match.rs +++ b/src/test/run-pass/struct-like-variant-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-lit-functional-no-fields.rs b/src/test/run-pass/struct-lit-functional-no-fields.rs index da40f10e9fa9a..f1b450939b5e7 100644 --- a/src/test/run-pass/struct-lit-functional-no-fields.rs +++ b/src/test/run-pass/struct-lit-functional-no-fields.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-literal-dtor.rs b/src/test/run-pass/struct-literal-dtor.rs index 61607cffc47fc..9eb0886a7992b 100644 --- a/src/test/run-pass/struct-literal-dtor.rs +++ b/src/test/run-pass/struct-literal-dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-new-as-field-name.rs b/src/test/run-pass/struct-new-as-field-name.rs index 21eb0ae99b4af..a38aebd069b44 100644 --- a/src/test/run-pass/struct-new-as-field-name.rs +++ b/src/test/run-pass/struct-new-as-field-name.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-order-of-eval-1.rs b/src/test/run-pass/struct-order-of-eval-1.rs index 6cebd17496a52..d800f41633619 100644 --- a/src/test/run-pass/struct-order-of-eval-1.rs +++ b/src/test/run-pass/struct-order-of-eval-1.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-order-of-eval-2.rs b/src/test/run-pass/struct-order-of-eval-2.rs index 786f080bb9ee3..6bbdc2cb1131f 100644 --- a/src/test/run-pass/struct-order-of-eval-2.rs +++ b/src/test/run-pass/struct-order-of-eval-2.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-partial-move-1.rs b/src/test/run-pass/struct-partial-move-1.rs index 043ca121b1bb5..0674fdc7055c7 100644 --- a/src/test/run-pass/struct-partial-move-1.rs +++ b/src/test/run-pass/struct-partial-move-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-partial-move-2.rs b/src/test/run-pass/struct-partial-move-2.rs index 6327e03e528af..be62dc90395f5 100644 --- a/src/test/run-pass/struct-partial-move-2.rs +++ b/src/test/run-pass/struct-partial-move-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-pattern-matching.rs b/src/test/run-pass/struct-pattern-matching.rs index 6033554d0cbee..8fab75f6fe25b 100644 --- a/src/test/run-pass/struct-pattern-matching.rs +++ b/src/test/run-pass/struct-pattern-matching.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-return.rs b/src/test/run-pass/struct-return.rs index bd945327d107c..6f5f452bd9536 100644 --- a/src/test/run-pass/struct-return.rs +++ b/src/test/run-pass/struct-return.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct-variant-field-visibility.rs b/src/test/run-pass/struct-variant-field-visibility.rs index aad3ba01a487e..9700ade3dcbca 100644 --- a/src/test/run-pass/struct-variant-field-visibility.rs +++ b/src/test/run-pass/struct-variant-field-visibility.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct_variant_xc.rs b/src/test/run-pass/struct_variant_xc.rs index 923a1427869f5..215a41deab320 100644 --- a/src/test/run-pass/struct_variant_xc.rs +++ b/src/test/run-pass/struct_variant_xc.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/struct_variant_xc_match.rs b/src/test/run-pass/struct_variant_xc_match.rs index 41dcb7ddbc86b..6ad87ed2f8168 100644 --- a/src/test/run-pass/struct_variant_xc_match.rs +++ b/src/test/run-pass/struct_variant_xc_match.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/structured-compare.rs b/src/test/run-pass/structured-compare.rs index 4f6ed55f4259c..fc7f04b07008f 100644 --- a/src/test/run-pass/structured-compare.rs +++ b/src/test/run-pass/structured-compare.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/super-fast-paren-parsing.rs b/src/test/run-pass/super-fast-paren-parsing.rs index f00ba36a00450..cff442158f889 100644 --- a/src/test/run-pass/super-fast-paren-parsing.rs +++ b/src/test/run-pass/super-fast-paren-parsing.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/super.rs b/src/test/run-pass/super.rs index 95aeff425e8a9..8593564117e10 100644 --- a/src/test/run-pass/super.rs +++ b/src/test/run-pass/super.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/supertrait-default-generics.rs b/src/test/run-pass/supertrait-default-generics.rs index f31d9ca186f1e..9040d18e9a86b 100644 --- a/src/test/run-pass/supertrait-default-generics.rs +++ b/src/test/run-pass/supertrait-default-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/supported-cast.rs b/src/test/run-pass/supported-cast.rs index 7cba4533c7f59..7a8102928f8d3 100644 --- a/src/test/run-pass/supported-cast.rs +++ b/src/test/run-pass/supported-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/svh-add-comment.rs b/src/test/run-pass/svh-add-comment.rs index 235c4e74d0857..cbf6ffa13702b 100644 --- a/src/test/run-pass/svh-add-comment.rs +++ b/src/test/run-pass/svh-add-comment.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/svh-add-doc.rs b/src/test/run-pass/svh-add-doc.rs index 365960b96e4e9..f0c0756125c2b 100644 --- a/src/test/run-pass/svh-add-doc.rs +++ b/src/test/run-pass/svh-add-doc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/svh-add-macro.rs b/src/test/run-pass/svh-add-macro.rs index a0dbc96cdb02a..fa38f4587c0b0 100644 --- a/src/test/run-pass/svh-add-macro.rs +++ b/src/test/run-pass/svh-add-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/svh-add-nothing.rs b/src/test/run-pass/svh-add-nothing.rs index 98b7663c58ebb..2a45962feb4e6 100644 --- a/src/test/run-pass/svh-add-nothing.rs +++ b/src/test/run-pass/svh-add-nothing.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/svh-add-redundant-cfg.rs b/src/test/run-pass/svh-add-redundant-cfg.rs index 650f76d729a54..b4ffb367d58c8 100644 --- a/src/test/run-pass/svh-add-redundant-cfg.rs +++ b/src/test/run-pass/svh-add-redundant-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/svh-add-whitespace.rs b/src/test/run-pass/svh-add-whitespace.rs index 6612c93e90bc5..215bd87d293c0 100644 --- a/src/test/run-pass/svh-add-whitespace.rs +++ b/src/test/run-pass/svh-add-whitespace.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/swap-1.rs b/src/test/run-pass/swap-1.rs index 9a77356d7ebf6..8d3849984ffe8 100644 --- a/src/test/run-pass/swap-1.rs +++ b/src/test/run-pass/swap-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/swap-2.rs b/src/test/run-pass/swap-2.rs index 3c0f9505736a9..e8fae4ae307af 100644 --- a/src/test/run-pass/swap-2.rs +++ b/src/test/run-pass/swap-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/swap-overlapping.rs b/src/test/run-pass/swap-overlapping.rs index b25b350aa4b72..77400acaa76af 100644 --- a/src/test/run-pass/swap-overlapping.rs +++ b/src/test/run-pass/swap-overlapping.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/syntax-extension-cfg.rs b/src/test/run-pass/syntax-extension-cfg.rs index 8c888ff03624f..f5451f6b37b4b 100644 --- a/src/test/run-pass/syntax-extension-cfg.rs +++ b/src/test/run-pass/syntax-extension-cfg.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/syntax-extension-source-utils.rs b/src/test/run-pass/syntax-extension-source-utils.rs index f85305cf31926..d25fe86211fa4 100644 --- a/src/test/run-pass/syntax-extension-source-utils.rs +++ b/src/test/run-pass/syntax-extension-source-utils.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/syntax-trait-polarity.rs b/src/test/run-pass/syntax-trait-polarity.rs index 3344844d49ff7..83f399587a33e 100644 --- a/src/test/run-pass/syntax-trait-polarity.rs +++ b/src/test/run-pass/syntax-trait-polarity.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-align-dyn-u64.rs b/src/test/run-pass/tag-align-dyn-u64.rs index 7805204aa05d1..f16c3911cd9ed 100644 --- a/src/test/run-pass/tag-align-dyn-u64.rs +++ b/src/test/run-pass/tag-align-dyn-u64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-align-dyn-variants.rs b/src/test/run-pass/tag-align-dyn-variants.rs index aef9e23ce4989..d4bfde16868ff 100644 --- a/src/test/run-pass/tag-align-dyn-variants.rs +++ b/src/test/run-pass/tag-align-dyn-variants.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-align-shape.rs b/src/test/run-pass/tag-align-shape.rs index b88357252d8ed..6142d14143239 100644 --- a/src/test/run-pass/tag-align-shape.rs +++ b/src/test/run-pass/tag-align-shape.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-align-u64.rs b/src/test/run-pass/tag-align-u64.rs index be84888477c3e..20a20e22cfbad 100644 --- a/src/test/run-pass/tag-align-u64.rs +++ b/src/test/run-pass/tag-align-u64.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-disr-val-shape.rs b/src/test/run-pass/tag-disr-val-shape.rs index 049e4bb9a38ef..cb7ced99e5287 100644 --- a/src/test/run-pass/tag-disr-val-shape.rs +++ b/src/test/run-pass/tag-disr-val-shape.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-exports.rs b/src/test/run-pass/tag-exports.rs index 2eff97d31b25d..44f1001de1e7a 100644 --- a/src/test/run-pass/tag-exports.rs +++ b/src/test/run-pass/tag-exports.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-in-block.rs b/src/test/run-pass/tag-in-block.rs index 4cb189ee43ffe..12ae1522bae0e 100644 --- a/src/test/run-pass/tag-in-block.rs +++ b/src/test/run-pass/tag-in-block.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-variant-disr-type-mismatch.rs b/src/test/run-pass/tag-variant-disr-type-mismatch.rs index c04751d51b4fc..703eb341b988f 100644 --- a/src/test/run-pass/tag-variant-disr-type-mismatch.rs +++ b/src/test/run-pass/tag-variant-disr-type-mismatch.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag-variant-disr-val.rs b/src/test/run-pass/tag-variant-disr-val.rs index cf53c1a912a54..209602170ca04 100644 --- a/src/test/run-pass/tag-variant-disr-val.rs +++ b/src/test/run-pass/tag-variant-disr-val.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tag.rs b/src/test/run-pass/tag.rs index 45b6871e401bd..ddbb70d60bf46 100644 --- a/src/test/run-pass/tag.rs +++ b/src/test/run-pass/tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tail-call-arg-leak.rs b/src/test/run-pass/tail-call-arg-leak.rs index a5447606d87c8..955b9695a6462 100644 --- a/src/test/run-pass/tail-call-arg-leak.rs +++ b/src/test/run-pass/tail-call-arg-leak.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tail-cps.rs b/src/test/run-pass/tail-cps.rs index 6f03f385a83e4..a384b9709d217 100644 --- a/src/test/run-pass/tail-cps.rs +++ b/src/test/run-pass/tail-cps.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tail-direct.rs b/src/test/run-pass/tail-direct.rs index fd03d28050326..80e269c136436 100644 --- a/src/test/run-pass/tail-direct.rs +++ b/src/test/run-pass/tail-direct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-0.rs b/src/test/run-pass/task-comm-0.rs index 78826666f53ff..05d8699b5fa7b 100644 --- a/src/test/run-pass/task-comm-0.rs +++ b/src/test/run-pass/task-comm-0.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-1.rs b/src/test/run-pass/task-comm-1.rs index 180f6e09ba99b..ad04082952f2c 100644 --- a/src/test/run-pass/task-comm-1.rs +++ b/src/test/run-pass/task-comm-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-10.rs b/src/test/run-pass/task-comm-10.rs index 60af3afec2b3d..fa031f3a38c2d 100644 --- a/src/test/run-pass/task-comm-10.rs +++ b/src/test/run-pass/task-comm-10.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-11.rs b/src/test/run-pass/task-comm-11.rs index 1740c49c7720b..63fc60144cea8 100644 --- a/src/test/run-pass/task-comm-11.rs +++ b/src/test/run-pass/task-comm-11.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-12.rs b/src/test/run-pass/task-comm-12.rs index da080408ad17c..7ba822fac4caa 100644 --- a/src/test/run-pass/task-comm-12.rs +++ b/src/test/run-pass/task-comm-12.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-13.rs b/src/test/run-pass/task-comm-13.rs index 429c6ce9fb371..cee79187345b8 100644 --- a/src/test/run-pass/task-comm-13.rs +++ b/src/test/run-pass/task-comm-13.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-14.rs b/src/test/run-pass/task-comm-14.rs index 0735e3996eec1..102c591cae36c 100644 --- a/src/test/run-pass/task-comm-14.rs +++ b/src/test/run-pass/task-comm-14.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-15.rs b/src/test/run-pass/task-comm-15.rs index 28eea784f361c..7700cd5fef4e8 100644 --- a/src/test/run-pass/task-comm-15.rs +++ b/src/test/run-pass/task-comm-15.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-16.rs b/src/test/run-pass/task-comm-16.rs index 065777bd9614f..a4d92d490bf37 100644 --- a/src/test/run-pass/task-comm-16.rs +++ b/src/test/run-pass/task-comm-16.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-17.rs b/src/test/run-pass/task-comm-17.rs index 9db5465f7e96e..eda5e4d49ba15 100644 --- a/src/test/run-pass/task-comm-17.rs +++ b/src/test/run-pass/task-comm-17.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-3.rs b/src/test/run-pass/task-comm-3.rs index 306cc0ffcef7c..7b93f5cba18b2 100644 --- a/src/test/run-pass/task-comm-3.rs +++ b/src/test/run-pass/task-comm-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-4.rs b/src/test/run-pass/task-comm-4.rs index 1f1b750aa5727..3878def9fcd5c 100644 --- a/src/test/run-pass/task-comm-4.rs +++ b/src/test/run-pass/task-comm-4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-5.rs b/src/test/run-pass/task-comm-5.rs index 039308d5cfed7..48137890a069a 100644 --- a/src/test/run-pass/task-comm-5.rs +++ b/src/test/run-pass/task-comm-5.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-6.rs b/src/test/run-pass/task-comm-6.rs index 7cdfddcdeb113..303d8a5b483e6 100644 --- a/src/test/run-pass/task-comm-6.rs +++ b/src/test/run-pass/task-comm-6.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-7.rs b/src/test/run-pass/task-comm-7.rs index 6f3b47b8bfa7a..779e22cd624a8 100644 --- a/src/test/run-pass/task-comm-7.rs +++ b/src/test/run-pass/task-comm-7.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-9.rs b/src/test/run-pass/task-comm-9.rs index 6d8de4a6a53d6..f3f149cdaebaa 100644 --- a/src/test/run-pass/task-comm-9.rs +++ b/src/test/run-pass/task-comm-9.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-comm-chan-nil.rs b/src/test/run-pass/task-comm-chan-nil.rs index 78a42632001d0..05287723f5c3b 100644 --- a/src/test/run-pass/task-comm-chan-nil.rs +++ b/src/test/run-pass/task-comm-chan-nil.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-life-0.rs b/src/test/run-pass/task-life-0.rs index 3f229926480a9..29fe5ca924895 100644 --- a/src/test/run-pass/task-life-0.rs +++ b/src/test/run-pass/task-life-0.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-spawn-move-and-copy.rs b/src/test/run-pass/task-spawn-move-and-copy.rs index ca2a8cf5506ee..7eb88d0a1bb63 100644 --- a/src/test/run-pass/task-spawn-move-and-copy.rs +++ b/src/test/run-pass/task-spawn-move-and-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/task-stderr.rs b/src/test/run-pass/task-stderr.rs index 5e6247bac93f9..a6322b196ec42 100644 --- a/src/test/run-pass/task-stderr.rs +++ b/src/test/run-pass/task-stderr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tcp-accept-stress.rs b/src/test/run-pass/tcp-accept-stress.rs index c7149fa503bb3..d3976be500730 100644 --- a/src/test/run-pass/tcp-accept-stress.rs +++ b/src/test/run-pass/tcp-accept-stress.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tcp-connect-timeouts.rs b/src/test/run-pass/tcp-connect-timeouts.rs index 56044289fba3a..6ee76e50e4041 100644 --- a/src/test/run-pass/tcp-connect-timeouts.rs +++ b/src/test/run-pass/tcp-connect-timeouts.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tcp-stress.rs b/src/test/run-pass/tcp-stress.rs index 0109d64ad5347..182b851ccab36 100644 --- a/src/test/run-pass/tcp-stress.rs +++ b/src/test/run-pass/tcp-stress.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tempfile.rs b/src/test/run-pass/tempfile.rs index b931bd9609c6f..c60d9b6a7e0df 100644 --- a/src/test/run-pass/tempfile.rs +++ b/src/test/run-pass/tempfile.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/terminate-in-initializer.rs b/src/test/run-pass/terminate-in-initializer.rs index bfd1f5f4a74dd..995b64fae483e 100644 --- a/src/test/run-pass/terminate-in-initializer.rs +++ b/src/test/run-pass/terminate-in-initializer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/test-runner-hides-main.rs b/src/test/run-pass/test-runner-hides-main.rs index 839e91f3793d4..f8fcfbb06af68 100644 --- a/src/test/run-pass/test-runner-hides-main.rs +++ b/src/test/run-pass/test-runner-hides-main.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/test-should-fail-good-message.rs b/src/test/run-pass/test-should-fail-good-message.rs index dcb2fe6dfc076..ab4e6e0fa2a5b 100644 --- a/src/test/run-pass/test-should-fail-good-message.rs +++ b/src/test/run-pass/test-should-fail-good-message.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/threads.rs b/src/test/run-pass/threads.rs index abc2938df00bb..b5ae7e0c986c5 100644 --- a/src/test/run-pass/threads.rs +++ b/src/test/run-pass/threads.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trailing-comma.rs b/src/test/run-pass/trailing-comma.rs index 00e050640805b..2669d08dc1209 100644 --- a/src/test/run-pass/trailing-comma.rs +++ b/src/test/run-pass/trailing-comma.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-bounds-basic.rs b/src/test/run-pass/trait-bounds-basic.rs index d03496403ad2a..3e9dac4b79811 100644 --- a/src/test/run-pass/trait-bounds-basic.rs +++ b/src/test/run-pass/trait-bounds-basic.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-bounds-impl-comparison-duplicates.rs b/src/test/run-pass/trait-bounds-impl-comparison-duplicates.rs index 5b744a4413271..1daf6898eabce 100644 --- a/src/test/run-pass/trait-bounds-impl-comparison-duplicates.rs +++ b/src/test/run-pass/trait-bounds-impl-comparison-duplicates.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-bounds-in-arc.rs b/src/test/run-pass/trait-bounds-in-arc.rs index 0089646d0a14a..d6cde336408db 100644 --- a/src/test/run-pass/trait-bounds-in-arc.rs +++ b/src/test/run-pass/trait-bounds-in-arc.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-bounds-on-structs-and-enums.rs b/src/test/run-pass/trait-bounds-on-structs-and-enums.rs index e3234f037547b..1c972bacd93f8 100644 --- a/src/test/run-pass/trait-bounds-on-structs-and-enums.rs +++ b/src/test/run-pass/trait-bounds-on-structs-and-enums.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-bounds-recursion.rs b/src/test/run-pass/trait-bounds-recursion.rs index 49f8999cd45e4..94b80783c54d6 100644 --- a/src/test/run-pass/trait-bounds-recursion.rs +++ b/src/test/run-pass/trait-bounds-recursion.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-bounds.rs b/src/test/run-pass/trait-bounds.rs index 7ec6ffbd46458..36611da29ad47 100644 --- a/src/test/run-pass/trait-bounds.rs +++ b/src/test/run-pass/trait-bounds.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-cache-issue-18209.rs b/src/test/run-pass/trait-cache-issue-18209.rs index a5efb32079de8..1d3d297e0edac 100644 --- a/src/test/run-pass/trait-cache-issue-18209.rs +++ b/src/test/run-pass/trait-cache-issue-18209.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-coercion-generic.rs b/src/test/run-pass/trait-coercion-generic.rs index 22db6c64770ec..43f7e905c7863 100644 --- a/src/test/run-pass/trait-coercion-generic.rs +++ b/src/test/run-pass/trait-coercion-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-coercion.rs b/src/test/run-pass/trait-coercion.rs index 0d4a05bed7f56..1132fabf10aa6 100644 --- a/src/test/run-pass/trait-coercion.rs +++ b/src/test/run-pass/trait-coercion.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-composition-trivial.rs b/src/test/run-pass/trait-composition-trivial.rs index de130bf1b41fe..a82d76e67047e 100644 --- a/src/test/run-pass/trait-composition-trivial.rs +++ b/src/test/run-pass/trait-composition-trivial.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-contravariant-self.rs b/src/test/run-pass/trait-contravariant-self.rs index 19d76b8890118..24741a934d2b6 100644 --- a/src/test/run-pass/trait-contravariant-self.rs +++ b/src/test/run-pass/trait-contravariant-self.rs @@ -1,7 +1,3 @@ -// ignore-test - -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-default-method-bound-subst2.rs b/src/test/run-pass/trait-default-method-bound-subst2.rs index d9ba9ca922061..6904f2f0bff53 100644 --- a/src/test/run-pass/trait-default-method-bound-subst2.rs +++ b/src/test/run-pass/trait-default-method-bound-subst2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-default-method-bound-subst3.rs b/src/test/run-pass/trait-default-method-bound-subst3.rs index 43fb19a58ed34..8b3ac01cac028 100644 --- a/src/test/run-pass/trait-default-method-bound-subst3.rs +++ b/src/test/run-pass/trait-default-method-bound-subst3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-default-method-bound-subst4.rs b/src/test/run-pass/trait-default-method-bound-subst4.rs index fdc42e58f8cac..3f53a67500859 100644 --- a/src/test/run-pass/trait-default-method-bound-subst4.rs +++ b/src/test/run-pass/trait-default-method-bound-subst4.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-default-method-bound.rs b/src/test/run-pass/trait-default-method-bound.rs index 1505d48839e45..a6ef666903e34 100644 --- a/src/test/run-pass/trait-default-method-bound.rs +++ b/src/test/run-pass/trait-default-method-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-default-method-xc-2.rs b/src/test/run-pass/trait-default-method-xc-2.rs index 1aa958dafc717..6a8b091b3a5ef 100644 --- a/src/test/run-pass/trait-default-method-xc-2.rs +++ b/src/test/run-pass/trait-default-method-xc-2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-default-method-xc.rs b/src/test/run-pass/trait-default-method-xc.rs index c4880e97c458b..953f59b6b3a23 100644 --- a/src/test/run-pass/trait-default-method-xc.rs +++ b/src/test/run-pass/trait-default-method-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-false-ambiguity-where-clause-builtin-bound.rs b/src/test/run-pass/trait-false-ambiguity-where-clause-builtin-bound.rs index ca66a106c437e..f7ec18eda6d0e 100644 --- a/src/test/run-pass/trait-false-ambiguity-where-clause-builtin-bound.rs +++ b/src/test/run-pass/trait-false-ambiguity-where-clause-builtin-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-generic.rs b/src/test/run-pass/trait-generic.rs index d4c1b688b47b6..0e86a5d2a81ce 100644 --- a/src/test/run-pass/trait-generic.rs +++ b/src/test/run-pass/trait-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-impl.rs b/src/test/run-pass/trait-impl.rs index 003686c0bbefc..ed3f96488c4a5 100644 --- a/src/test/run-pass/trait-impl.rs +++ b/src/test/run-pass/trait-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-auto-xc-2.rs b/src/test/run-pass/trait-inheritance-auto-xc-2.rs index d45d7ebe90adc..ee05994d46274 100644 --- a/src/test/run-pass/trait-inheritance-auto-xc-2.rs +++ b/src/test/run-pass/trait-inheritance-auto-xc-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-auto-xc.rs b/src/test/run-pass/trait-inheritance-auto-xc.rs index f4e1908aaeed9..7b180a4098896 100644 --- a/src/test/run-pass/trait-inheritance-auto-xc.rs +++ b/src/test/run-pass/trait-inheritance-auto-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-auto.rs b/src/test/run-pass/trait-inheritance-auto.rs index c5a7720e3c341..ffa9d3fe062ed 100644 --- a/src/test/run-pass/trait-inheritance-auto.rs +++ b/src/test/run-pass/trait-inheritance-auto.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-call-bound-inherited.rs b/src/test/run-pass/trait-inheritance-call-bound-inherited.rs index 46258902f9cae..9ee3d6050b1d1 100644 --- a/src/test/run-pass/trait-inheritance-call-bound-inherited.rs +++ b/src/test/run-pass/trait-inheritance-call-bound-inherited.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-call-bound-inherited2.rs b/src/test/run-pass/trait-inheritance-call-bound-inherited2.rs index 7b79ad42ed2b3..a96eab7401285 100644 --- a/src/test/run-pass/trait-inheritance-call-bound-inherited2.rs +++ b/src/test/run-pass/trait-inheritance-call-bound-inherited2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-cast-without-call-to-supertrait.rs b/src/test/run-pass/trait-inheritance-cast-without-call-to-supertrait.rs index 68a31ba9dbe64..0c7cb4ec89462 100644 --- a/src/test/run-pass/trait-inheritance-cast-without-call-to-supertrait.rs +++ b/src/test/run-pass/trait-inheritance-cast-without-call-to-supertrait.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-cast.rs b/src/test/run-pass/trait-inheritance-cast.rs index 51bc2751873fa..26f3cbb4a520a 100644 --- a/src/test/run-pass/trait-inheritance-cast.rs +++ b/src/test/run-pass/trait-inheritance-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-cross-trait-call-xc.rs b/src/test/run-pass/trait-inheritance-cross-trait-call-xc.rs index 3ee046e8bfe6c..c3a2264f200fb 100644 --- a/src/test/run-pass/trait-inheritance-cross-trait-call-xc.rs +++ b/src/test/run-pass/trait-inheritance-cross-trait-call-xc.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-cross-trait-call.rs b/src/test/run-pass/trait-inheritance-cross-trait-call.rs index 7b047b5cc800a..fc2554c9d3ce9 100644 --- a/src/test/run-pass/trait-inheritance-cross-trait-call.rs +++ b/src/test/run-pass/trait-inheritance-cross-trait-call.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-diamond.rs b/src/test/run-pass/trait-inheritance-diamond.rs index 253c10ac6f1b0..7178a3696c3c7 100644 --- a/src/test/run-pass/trait-inheritance-diamond.rs +++ b/src/test/run-pass/trait-inheritance-diamond.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-multiple-inheritors.rs b/src/test/run-pass/trait-inheritance-multiple-inheritors.rs index 6cd3d62473692..4120284a9e40e 100644 --- a/src/test/run-pass/trait-inheritance-multiple-inheritors.rs +++ b/src/test/run-pass/trait-inheritance-multiple-inheritors.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-multiple-params.rs b/src/test/run-pass/trait-inheritance-multiple-params.rs index b5524c6dda6cd..54c98f6602808 100644 --- a/src/test/run-pass/trait-inheritance-multiple-params.rs +++ b/src/test/run-pass/trait-inheritance-multiple-params.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-num.rs b/src/test/run-pass/trait-inheritance-num.rs index e606018feb9c3..ffd19e5f40581 100644 --- a/src/test/run-pass/trait-inheritance-num.rs +++ b/src/test/run-pass/trait-inheritance-num.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/trait-inheritance-num0.rs b/src/test/run-pass/trait-inheritance-num0.rs index 42eaaa09fcdcc..68869d9d7c1f4 100644 --- a/src/test/run-pass/trait-inheritance-num0.rs +++ b/src/test/run-pass/trait-inheritance-num0.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/trait-inheritance-num1.rs b/src/test/run-pass/trait-inheritance-num1.rs index 9407afbdd6b9c..065aa1c90dc8a 100644 --- a/src/test/run-pass/trait-inheritance-num1.rs +++ b/src/test/run-pass/trait-inheritance-num1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-num2.rs b/src/test/run-pass/trait-inheritance-num2.rs index 1e6e7227a067c..c10763a14c113 100644 --- a/src/test/run-pass/trait-inheritance-num2.rs +++ b/src/test/run-pass/trait-inheritance-num2.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/trait-inheritance-num3.rs b/src/test/run-pass/trait-inheritance-num3.rs index bd93223093ad2..c8a4638d0f274 100644 --- a/src/test/run-pass/trait-inheritance-num3.rs +++ b/src/test/run-pass/trait-inheritance-num3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-num5.rs b/src/test/run-pass/trait-inheritance-num5.rs index 4c79600e2e9ba..b98c1e84e368a 100644 --- a/src/test/run-pass/trait-inheritance-num5.rs +++ b/src/test/run-pass/trait-inheritance-num5.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-overloading-simple.rs b/src/test/run-pass/trait-inheritance-overloading-simple.rs index 3c319a8c51202..829427ffadd1a 100644 --- a/src/test/run-pass/trait-inheritance-overloading-simple.rs +++ b/src/test/run-pass/trait-inheritance-overloading-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-overloading-xc-exe.rs b/src/test/run-pass/trait-inheritance-overloading-xc-exe.rs index 2a087e5e425ad..fe783afd647a8 100644 --- a/src/test/run-pass/trait-inheritance-overloading-xc-exe.rs +++ b/src/test/run-pass/trait-inheritance-overloading-xc-exe.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-overloading.rs b/src/test/run-pass/trait-inheritance-overloading.rs index 43494458518cd..d6b1cb7b18169 100644 --- a/src/test/run-pass/trait-inheritance-overloading.rs +++ b/src/test/run-pass/trait-inheritance-overloading.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-self-in-supertype.rs b/src/test/run-pass/trait-inheritance-self-in-supertype.rs index 96f1c940dcf2c..a05ef1cb8c975 100644 --- a/src/test/run-pass/trait-inheritance-self-in-supertype.rs +++ b/src/test/run-pass/trait-inheritance-self-in-supertype.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-self.rs b/src/test/run-pass/trait-inheritance-self.rs index 07b0929968dfe..88b5a5e7bda82 100644 --- a/src/test/run-pass/trait-inheritance-self.rs +++ b/src/test/run-pass/trait-inheritance-self.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-simple.rs b/src/test/run-pass/trait-inheritance-simple.rs index 113efa663afaf..019c2d0fa5f89 100644 --- a/src/test/run-pass/trait-inheritance-simple.rs +++ b/src/test/run-pass/trait-inheritance-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-static.rs b/src/test/run-pass/trait-inheritance-static.rs index 611c3e006ec19..1d62bdb661243 100644 --- a/src/test/run-pass/trait-inheritance-static.rs +++ b/src/test/run-pass/trait-inheritance-static.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-static2.rs b/src/test/run-pass/trait-inheritance-static2.rs index 3b454aad03e48..f86722e5e173e 100644 --- a/src/test/run-pass/trait-inheritance-static2.rs +++ b/src/test/run-pass/trait-inheritance-static2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-subst.rs b/src/test/run-pass/trait-inheritance-subst.rs index cd57e6a7dd059..40059398d1a3a 100644 --- a/src/test/run-pass/trait-inheritance-subst.rs +++ b/src/test/run-pass/trait-inheritance-subst.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-subst2.rs b/src/test/run-pass/trait-inheritance-subst2.rs index ebddfafc3b438..6f68420ca3f4f 100644 --- a/src/test/run-pass/trait-inheritance-subst2.rs +++ b/src/test/run-pass/trait-inheritance-subst2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance-visibility.rs b/src/test/run-pass/trait-inheritance-visibility.rs index dc84cbfb09a3e..4633318e13d60 100644 --- a/src/test/run-pass/trait-inheritance-visibility.rs +++ b/src/test/run-pass/trait-inheritance-visibility.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-inheritance2.rs b/src/test/run-pass/trait-inheritance2.rs index 7fa895ddf9888..dec35d3368fcb 100644 --- a/src/test/run-pass/trait-inheritance2.rs +++ b/src/test/run-pass/trait-inheritance2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-object-generics.rs b/src/test/run-pass/trait-object-generics.rs index 76352c799a0f2..4227d513fe211 100644 --- a/src/test/run-pass/trait-object-generics.rs +++ b/src/test/run-pass/trait-object-generics.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-region-pointer-simple.rs b/src/test/run-pass/trait-region-pointer-simple.rs index 412fb6625e33f..f3b699eee6112 100644 --- a/src/test/run-pass/trait-region-pointer-simple.rs +++ b/src/test/run-pass/trait-region-pointer-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-safety-ok-cc.rs b/src/test/run-pass/trait-safety-ok-cc.rs index 99203d3e24acc..f37699b3ab8d7 100644 --- a/src/test/run-pass/trait-safety-ok-cc.rs +++ b/src/test/run-pass/trait-safety-ok-cc.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-safety-ok.rs b/src/test/run-pass/trait-safety-ok.rs index a24796a7d0c31..dca39e0f729b1 100644 --- a/src/test/run-pass/trait-safety-ok.rs +++ b/src/test/run-pass/trait-safety-ok.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-static-method-overwriting.rs b/src/test/run-pass/trait-static-method-overwriting.rs index a8cea24db0c0c..017f8fabe4306 100644 --- a/src/test/run-pass/trait-static-method-overwriting.rs +++ b/src/test/run-pass/trait-static-method-overwriting.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/trait-to-str.rs b/src/test/run-pass/trait-to-str.rs index 9b910d24bdc5f..741ec54ba80fe 100644 --- a/src/test/run-pass/trait-to-str.rs +++ b/src/test/run-pass/trait-to-str.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-where-clause-vs-impl.rs b/src/test/run-pass/trait-where-clause-vs-impl.rs index 772310d47335f..ba39d34f3b5fd 100644 --- a/src/test/run-pass/trait-where-clause-vs-impl.rs +++ b/src/test/run-pass/trait-where-clause-vs-impl.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/trait-with-bounds-default.rs b/src/test/run-pass/trait-with-bounds-default.rs index 6b2c5093c83bd..156ccee131296 100644 --- a/src/test/run-pass/trait-with-bounds-default.rs +++ b/src/test/run-pass/trait-with-bounds-default.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-conditional-dispatch.rs b/src/test/run-pass/traits-conditional-dispatch.rs index 7e2b7ae0663b9..a982845682849 100644 --- a/src/test/run-pass/traits-conditional-dispatch.rs +++ b/src/test/run-pass/traits-conditional-dispatch.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-conditional-model-fn.rs b/src/test/run-pass/traits-conditional-model-fn.rs index 92ba5aad05958..5414194a5e44e 100644 --- a/src/test/run-pass/traits-conditional-model-fn.rs +++ b/src/test/run-pass/traits-conditional-model-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-default-method-macro.rs b/src/test/run-pass/traits-default-method-macro.rs index 245ae540ee895..adb7054ff2b79 100644 --- a/src/test/run-pass/traits-default-method-macro.rs +++ b/src/test/run-pass/traits-default-method-macro.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-default-method-mut.rs b/src/test/run-pass/traits-default-method-mut.rs index a3a1076ecba52..5bac2f95b1db2 100644 --- a/src/test/run-pass/traits-default-method-mut.rs +++ b/src/test/run-pass/traits-default-method-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-default-method-self.rs b/src/test/run-pass/traits-default-method-self.rs index 270b95452187a..b454890ce4991 100644 --- a/src/test/run-pass/traits-default-method-self.rs +++ b/src/test/run-pass/traits-default-method-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-default-method-trivial.rs b/src/test/run-pass/traits-default-method-trivial.rs index 474632a7ffa58..3303d9aa24929 100644 --- a/src/test/run-pass/traits-default-method-trivial.rs +++ b/src/test/run-pass/traits-default-method-trivial.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-multidispatch-infer-convert-target.rs b/src/test/run-pass/traits-multidispatch-infer-convert-target.rs index 532ef7cbec6f3..08f049a1c2ffd 100644 --- a/src/test/run-pass/traits-multidispatch-infer-convert-target.rs +++ b/src/test/run-pass/traits-multidispatch-infer-convert-target.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/traits-negative-impls.rs b/src/test/run-pass/traits-negative-impls.rs index 09c7d077705b5..70bfdbe07acb3 100644 --- a/src/test/run-pass/traits-negative-impls.rs +++ b/src/test/run-pass/traits-negative-impls.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/trans-tag-static-padding.rs b/src/test/run-pass/trans-tag-static-padding.rs index 6d0ae8f67cd4d..560792033f4d2 100644 --- a/src/test/run-pass/trans-tag-static-padding.rs +++ b/src/test/run-pass/trans-tag-static-padding.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/transmute-non-immediate-to-immediate.rs b/src/test/run-pass/transmute-non-immediate-to-immediate.rs index 70a41f773a3e0..a8a92773b5258 100644 --- a/src/test/run-pass/transmute-non-immediate-to-immediate.rs +++ b/src/test/run-pass/transmute-non-immediate-to-immediate.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/trivial-message.rs b/src/test/run-pass/trivial-message.rs index df8efb42e30e5..defef600e2084 100644 --- a/src/test/run-pass/trivial-message.rs +++ b/src/test/run-pass/trivial-message.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tup.rs b/src/test/run-pass/tup.rs index dd508d6e90ca0..5c67937aeaff1 100644 --- a/src/test/run-pass/tup.rs +++ b/src/test/run-pass/tup.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-index-fat-types.rs b/src/test/run-pass/tuple-index-fat-types.rs index eccd841e357b6..bd7e15942457f 100644 --- a/src/test/run-pass/tuple-index-fat-types.rs +++ b/src/test/run-pass/tuple-index-fat-types.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-index.rs b/src/test/run-pass/tuple-index.rs index 78e0cad47129a..a5f8b3dde594e 100644 --- a/src/test/run-pass/tuple-index.rs +++ b/src/test/run-pass/tuple-index.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-struct-construct.rs b/src/test/run-pass/tuple-struct-construct.rs index d7a78dbc4119b..d7eb78d1f6835 100644 --- a/src/test/run-pass/tuple-struct-construct.rs +++ b/src/test/run-pass/tuple-struct-construct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-struct-constructor-pointer.rs b/src/test/run-pass/tuple-struct-constructor-pointer.rs index a4bb914b1ab3d..4eff954167f74 100644 --- a/src/test/run-pass/tuple-struct-constructor-pointer.rs +++ b/src/test/run-pass/tuple-struct-constructor-pointer.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-struct-destructuring.rs b/src/test/run-pass/tuple-struct-destructuring.rs index ec7675abf8337..0e60fdedebf75 100644 --- a/src/test/run-pass/tuple-struct-destructuring.rs +++ b/src/test/run-pass/tuple-struct-destructuring.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-struct-matching.rs b/src/test/run-pass/tuple-struct-matching.rs index f50b04059532d..9347103b57cd2 100644 --- a/src/test/run-pass/tuple-struct-matching.rs +++ b/src/test/run-pass/tuple-struct-matching.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/tuple-struct-trivial.rs b/src/test/run-pass/tuple-struct-trivial.rs index c22c812760c78..53d306651853f 100644 --- a/src/test/run-pass/tuple-struct-trivial.rs +++ b/src/test/run-pass/tuple-struct-trivial.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/two-macro-use.rs b/src/test/run-pass/two-macro-use.rs index 51c0b75e8fbe6..4787dab928a74 100644 --- a/src/test/run-pass/two-macro-use.rs +++ b/src/test/run-pass/two-macro-use.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/tydesc-name.rs b/src/test/run-pass/tydesc-name.rs index e3b148ac92db6..cd77c5b383737 100644 --- a/src/test/run-pass/tydesc-name.rs +++ b/src/test/run-pass/tydesc-name.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-id-higher-rank.rs b/src/test/run-pass/type-id-higher-rank.rs index b114391a36db0..6555d61d7d5d3 100644 --- a/src/test/run-pass/type-id-higher-rank.rs +++ b/src/test/run-pass/type-id-higher-rank.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-in-nested-module.rs b/src/test/run-pass/type-in-nested-module.rs index f0b7ee072ea5e..e086ae070fbca 100644 --- a/src/test/run-pass/type-in-nested-module.rs +++ b/src/test/run-pass/type-in-nested-module.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-namespace.rs b/src/test/run-pass/type-namespace.rs index e9b0324456a2f..5b7824e5cf522 100644 --- a/src/test/run-pass/type-namespace.rs +++ b/src/test/run-pass/type-namespace.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-param-constraints.rs b/src/test/run-pass/type-param-constraints.rs index 3fcb04d6848e8..8144718ce4d60 100644 --- a/src/test/run-pass/type-param-constraints.rs +++ b/src/test/run-pass/type-param-constraints.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-param.rs b/src/test/run-pass/type-param.rs index 209dade8d0c8d..cc6e84da3f725 100644 --- a/src/test/run-pass/type-param.rs +++ b/src/test/run-pass/type-param.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-params-in-for-each.rs b/src/test/run-pass/type-params-in-for-each.rs index 24cc5fab8ed77..d08a80f6f8255 100644 --- a/src/test/run-pass/type-params-in-for-each.rs +++ b/src/test/run-pass/type-params-in-for-each.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-ptr.rs b/src/test/run-pass/type-ptr.rs index 410e3df9e2ac9..482af73aeb305 100644 --- a/src/test/run-pass/type-ptr.rs +++ b/src/test/run-pass/type-ptr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-sizes.rs b/src/test/run-pass/type-sizes.rs index 961a4472bd4e7..9d70637b4c699 100644 --- a/src/test/run-pass/type-sizes.rs +++ b/src/test/run-pass/type-sizes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/type-use-i1-versus-i8.rs b/src/test/run-pass/type-use-i1-versus-i8.rs index 99c68ac8100c8..da8ceec08cba9 100644 --- a/src/test/run-pass/type-use-i1-versus-i8.rs +++ b/src/test/run-pass/type-use-i1-versus-i8.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/typeck-macro-interaction-issue-8852.rs b/src/test/run-pass/typeck-macro-interaction-issue-8852.rs index 673e852356266..e0ad810c58157 100644 --- a/src/test/run-pass/typeck-macro-interaction-issue-8852.rs +++ b/src/test/run-pass/typeck-macro-interaction-issue-8852.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/typeck_type_placeholder_1.rs b/src/test/run-pass/typeck_type_placeholder_1.rs index a8ae3f40f0ec6..a0e4e8a2066d1 100644 --- a/src/test/run-pass/typeck_type_placeholder_1.rs +++ b/src/test/run-pass/typeck_type_placeholder_1.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/typeclasses-eq-example-static.rs b/src/test/run-pass/typeclasses-eq-example-static.rs index 20a28c5a9ead9..cf7accc8a6a35 100644 --- a/src/test/run-pass/typeclasses-eq-example-static.rs +++ b/src/test/run-pass/typeclasses-eq-example-static.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/typeclasses-eq-example.rs b/src/test/run-pass/typeclasses-eq-example.rs index aa290edd8631a..df7e77fd1d94a 100644 --- a/src/test/run-pass/typeclasses-eq-example.rs +++ b/src/test/run-pass/typeclasses-eq-example.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/typeid-intrinsic.rs b/src/test/run-pass/typeid-intrinsic.rs index a251fcc732720..d4b3231242bd9 100644 --- a/src/test/run-pass/typeid-intrinsic.rs +++ b/src/test/run-pass/typeid-intrinsic.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/typestate-cfg-nesting.rs b/src/test/run-pass/typestate-cfg-nesting.rs index f1e40cc3e587d..c0c2763363847 100644 --- a/src/test/run-pass/typestate-cfg-nesting.rs +++ b/src/test/run-pass/typestate-cfg-nesting.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/typestate-multi-decl.rs b/src/test/run-pass/typestate-multi-decl.rs index cbb0dcc8f2b6e..c929e75f019b0 100644 --- a/src/test/run-pass/typestate-multi-decl.rs +++ b/src/test/run-pass/typestate-multi-decl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/u32-decr.rs b/src/test/run-pass/u32-decr.rs index 6ad320580dfec..84391e58b5d81 100644 --- a/src/test/run-pass/u32-decr.rs +++ b/src/test/run-pass/u32-decr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/u8-incr-decr.rs b/src/test/run-pass/u8-incr-decr.rs index 0a178b250af4f..c4179c9ad4342 100644 --- a/src/test/run-pass/u8-incr-decr.rs +++ b/src/test/run-pass/u8-incr-decr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/u8-incr.rs b/src/test/run-pass/u8-incr.rs index 90ed3a5eec3a2..e463faf7c461c 100644 --- a/src/test/run-pass/u8-incr.rs +++ b/src/test/run-pass/u8-incr.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ufcs-explicit-self.rs b/src/test/run-pass/ufcs-explicit-self.rs index 968f3511247c6..cf637599ed00b 100644 --- a/src/test/run-pass/ufcs-explicit-self.rs +++ b/src/test/run-pass/ufcs-explicit-self.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/ufcs-trait-object.rs b/src/test/run-pass/ufcs-trait-object.rs index 2ae63040d1785..a6a674423ddb8 100644 --- a/src/test/run-pass/ufcs-trait-object.rs +++ b/src/test/run-pass/ufcs-trait-object.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/ufcs-type-params.rs b/src/test/run-pass/ufcs-type-params.rs index ccd5a225222da..0b535d09e5da3 100644 --- a/src/test/run-pass/ufcs-type-params.rs +++ b/src/test/run-pass/ufcs-type-params.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/uint.rs b/src/test/run-pass/uint.rs index 876e37c5351c1..513680c1640f5 100644 --- a/src/test/run-pass/uint.rs +++ b/src/test/run-pass/uint.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unary-minus-suffix-inference.rs b/src/test/run-pass/unary-minus-suffix-inference.rs index adbbf1aec9afc..1ce7f6c44effe 100644 --- a/src/test/run-pass/unary-minus-suffix-inference.rs +++ b/src/test/run-pass/unary-minus-suffix-inference.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-all-traits.rs b/src/test/run-pass/unboxed-closures-all-traits.rs index 635e1670aada1..d80a9c73cfc2e 100644 --- a/src/test/run-pass/unboxed-closures-all-traits.rs +++ b/src/test/run-pass/unboxed-closures-all-traits.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-boxed.rs b/src/test/run-pass/unboxed-closures-boxed.rs index dc35d5bf2caca..af00d3655259b 100644 --- a/src/test/run-pass/unboxed-closures-boxed.rs +++ b/src/test/run-pass/unboxed-closures-boxed.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-by-ref.rs b/src/test/run-pass/unboxed-closures-by-ref.rs index be955486dac33..f10bda3e0f9d9 100644 --- a/src/test/run-pass/unboxed-closures-by-ref.rs +++ b/src/test/run-pass/unboxed-closures-by-ref.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-call-fn-autoderef.rs b/src/test/run-pass/unboxed-closures-call-fn-autoderef.rs index 0303954ce2a96..df18ab258b291 100644 --- a/src/test/run-pass/unboxed-closures-call-fn-autoderef.rs +++ b/src/test/run-pass/unboxed-closures-call-fn-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-call-sugar-autoderef.rs b/src/test/run-pass/unboxed-closures-call-sugar-autoderef.rs index 305f496e668a8..34ba4f574d951 100644 --- a/src/test/run-pass/unboxed-closures-call-sugar-autoderef.rs +++ b/src/test/run-pass/unboxed-closures-call-sugar-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-call-sugar-object-autoderef.rs b/src/test/run-pass/unboxed-closures-call-sugar-object-autoderef.rs index da647e90c00f6..627565c4f7da9 100644 --- a/src/test/run-pass/unboxed-closures-call-sugar-object-autoderef.rs +++ b/src/test/run-pass/unboxed-closures-call-sugar-object-autoderef.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-call-sugar-object.rs b/src/test/run-pass/unboxed-closures-call-sugar-object.rs index 8ee3c96f580d1..d9b068efd31c8 100644 --- a/src/test/run-pass/unboxed-closures-call-sugar-object.rs +++ b/src/test/run-pass/unboxed-closures-call-sugar-object.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-cross-crate.rs b/src/test/run-pass/unboxed-closures-cross-crate.rs index 3babaa2b7e550..d89be9b6d3702 100644 --- a/src/test/run-pass/unboxed-closures-cross-crate.rs +++ b/src/test/run-pass/unboxed-closures-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-direct-sugary-call.rs b/src/test/run-pass/unboxed-closures-direct-sugary-call.rs index 2854d64f6637b..fcf555be9531a 100644 --- a/src/test/run-pass/unboxed-closures-direct-sugary-call.rs +++ b/src/test/run-pass/unboxed-closures-direct-sugary-call.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-drop.rs b/src/test/run-pass/unboxed-closures-drop.rs index 8d4d7b4ecb503..53d097c879bf4 100644 --- a/src/test/run-pass/unboxed-closures-drop.rs +++ b/src/test/run-pass/unboxed-closures-drop.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-extern-fn-hr.rs b/src/test/run-pass/unboxed-closures-extern-fn-hr.rs index df753f0f33eb6..706946fe3084d 100644 --- a/src/test/run-pass/unboxed-closures-extern-fn-hr.rs +++ b/src/test/run-pass/unboxed-closures-extern-fn-hr.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-extern-fn.rs b/src/test/run-pass/unboxed-closures-extern-fn.rs index a25f5e265e814..ecc9ad37367bb 100644 --- a/src/test/run-pass/unboxed-closures-extern-fn.rs +++ b/src/test/run-pass/unboxed-closures-extern-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-fn-as-fnmut-and-fnonce.rs b/src/test/run-pass/unboxed-closures-fn-as-fnmut-and-fnonce.rs index 8af0547e5e57f..616612dc5e0e3 100644 --- a/src/test/run-pass/unboxed-closures-fn-as-fnmut-and-fnonce.rs +++ b/src/test/run-pass/unboxed-closures-fn-as-fnmut-and-fnonce.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-fnmut-as-fnonce.rs b/src/test/run-pass/unboxed-closures-fnmut-as-fnonce.rs index 068080e256dba..e010aa7ee0c58 100644 --- a/src/test/run-pass/unboxed-closures-fnmut-as-fnonce.rs +++ b/src/test/run-pass/unboxed-closures-fnmut-as-fnonce.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-generic.rs b/src/test/run-pass/unboxed-closures-generic.rs index 0edeeb8d198da..ce5845982648a 100644 --- a/src/test/run-pass/unboxed-closures-generic.rs +++ b/src/test/run-pass/unboxed-closures-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-bound.rs b/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-bound.rs index fdd85b71cd270..34bc683fab80b 100644 --- a/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-bound.rs +++ b/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-object-type.rs b/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-object-type.rs index cce8cd64a14db..e89af5e93f8c6 100644 --- a/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-object-type.rs +++ b/src/test/run-pass/unboxed-closures-infer-argument-types-from-expected-object-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-infer-argument-types-with-bound-regions-from-expected-bound.rs b/src/test/run-pass/unboxed-closures-infer-argument-types-with-bound-regions-from-expected-bound.rs index 8497bf7f987a0..f5a693babf62f 100644 --- a/src/test/run-pass/unboxed-closures-infer-argument-types-with-bound-regions-from-expected-bound.rs +++ b/src/test/run-pass/unboxed-closures-infer-argument-types-with-bound-regions-from-expected-bound.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-infer-kind.rs b/src/test/run-pass/unboxed-closures-infer-kind.rs index 0cb719ecd7ff9..a2531c121517f 100644 --- a/src/test/run-pass/unboxed-closures-infer-kind.rs +++ b/src/test/run-pass/unboxed-closures-infer-kind.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-manual-impl.rs b/src/test/run-pass/unboxed-closures-manual-impl.rs index 88c9ceae4a124..8bf370b2740b9 100644 --- a/src/test/run-pass/unboxed-closures-manual-impl.rs +++ b/src/test/run-pass/unboxed-closures-manual-impl.rs @@ -1,7 +1,3 @@ - -// Copyright 2014 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 or the MIT license diff --git a/src/test/run-pass/unboxed-closures-monomorphization.rs b/src/test/run-pass/unboxed-closures-monomorphization.rs index 6701f879e4f2b..1554a7152587a 100644 --- a/src/test/run-pass/unboxed-closures-monomorphization.rs +++ b/src/test/run-pass/unboxed-closures-monomorphization.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-move-mutable.rs b/src/test/run-pass/unboxed-closures-move-mutable.rs index 43a44eca2d05e..8e48aae8f17b7 100644 --- a/src/test/run-pass/unboxed-closures-move-mutable.rs +++ b/src/test/run-pass/unboxed-closures-move-mutable.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-prelude.rs b/src/test/run-pass/unboxed-closures-prelude.rs index 915715727e8e6..20f78faf9ceb5 100644 --- a/src/test/run-pass/unboxed-closures-prelude.rs +++ b/src/test/run-pass/unboxed-closures-prelude.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-simple.rs b/src/test/run-pass/unboxed-closures-simple.rs index c473db4586ff7..f616acf6620d2 100644 --- a/src/test/run-pass/unboxed-closures-simple.rs +++ b/src/test/run-pass/unboxed-closures-simple.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-single-word-env.rs b/src/test/run-pass/unboxed-closures-single-word-env.rs index 61ceb5e140e32..af802c6c510fe 100644 --- a/src/test/run-pass/unboxed-closures-single-word-env.rs +++ b/src/test/run-pass/unboxed-closures-single-word-env.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-static-call-fn-once.rs b/src/test/run-pass/unboxed-closures-static-call-fn-once.rs index 780a1e6cdf034..ac8af9d0538d2 100644 --- a/src/test/run-pass/unboxed-closures-static-call-fn-once.rs +++ b/src/test/run-pass/unboxed-closures-static-call-fn-once.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-sugar-object.rs b/src/test/run-pass/unboxed-closures-sugar-object.rs index d65de438514f5..e34f364869c79 100644 --- a/src/test/run-pass/unboxed-closures-sugar-object.rs +++ b/src/test/run-pass/unboxed-closures-sugar-object.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-unique-type-id.rs b/src/test/run-pass/unboxed-closures-unique-type-id.rs index 4fdfb8cf02a71..c8860356463a3 100644 --- a/src/test/run-pass/unboxed-closures-unique-type-id.rs +++ b/src/test/run-pass/unboxed-closures-unique-type-id.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unboxed-closures-zero-args.rs b/src/test/run-pass/unboxed-closures-zero-args.rs index f2eddd84af832..0f989564a92f1 100644 --- a/src/test/run-pass/unboxed-closures-zero-args.rs +++ b/src/test/run-pass/unboxed-closures-zero-args.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unfold-cross-crate.rs b/src/test/run-pass/unfold-cross-crate.rs index 2af38047264fc..db017c974fdd5 100644 --- a/src/test/run-pass/unfold-cross-crate.rs +++ b/src/test/run-pass/unfold-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/unify-return-ty.rs b/src/test/run-pass/unify-return-ty.rs index a189d4528ae34..13b4c0a9e765e 100644 --- a/src/test/run-pass/unify-return-ty.rs +++ b/src/test/run-pass/unify-return-ty.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/uninit-empty-types.rs b/src/test/run-pass/uninit-empty-types.rs index a0cf984cbb901..8683ff4db69dc 100644 --- a/src/test/run-pass/uninit-empty-types.rs +++ b/src/test/run-pass/uninit-empty-types.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/uniq-self-in-mut-slot.rs b/src/test/run-pass/uniq-self-in-mut-slot.rs index b7980ed9021e2..3bc7aa372394b 100644 --- a/src/test/run-pass/uniq-self-in-mut-slot.rs +++ b/src/test/run-pass/uniq-self-in-mut-slot.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-assign-copy.rs b/src/test/run-pass/unique-assign-copy.rs index 9e3d9544d427e..faf2c568f301f 100644 --- a/src/test/run-pass/unique-assign-copy.rs +++ b/src/test/run-pass/unique-assign-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-assign-drop.rs b/src/test/run-pass/unique-assign-drop.rs index 81c4b6ab7e514..f3ec39be2fede 100644 --- a/src/test/run-pass/unique-assign-drop.rs +++ b/src/test/run-pass/unique-assign-drop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-assign-generic.rs b/src/test/run-pass/unique-assign-generic.rs index 7c9bbd6417177..c8fa8de9487ab 100644 --- a/src/test/run-pass/unique-assign-generic.rs +++ b/src/test/run-pass/unique-assign-generic.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-assign.rs b/src/test/run-pass/unique-assign.rs index 199657fd995d6..db71a7ea62b95 100644 --- a/src/test/run-pass/unique-assign.rs +++ b/src/test/run-pass/unique-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-autoderef-field.rs b/src/test/run-pass/unique-autoderef-field.rs index aab7f4108fba6..c0a9048bf6af2 100644 --- a/src/test/run-pass/unique-autoderef-field.rs +++ b/src/test/run-pass/unique-autoderef-field.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-autoderef-index.rs b/src/test/run-pass/unique-autoderef-index.rs index 1c7b4c534ed81..399c40f229432 100644 --- a/src/test/run-pass/unique-autoderef-index.rs +++ b/src/test/run-pass/unique-autoderef-index.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-cmp.rs b/src/test/run-pass/unique-cmp.rs index dba4d8db8496f..12e95bd6a3f14 100644 --- a/src/test/run-pass/unique-cmp.rs +++ b/src/test/run-pass/unique-cmp.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-containing-tag.rs b/src/test/run-pass/unique-containing-tag.rs index e4099c94c2f1a..01b9703887171 100644 --- a/src/test/run-pass/unique-containing-tag.rs +++ b/src/test/run-pass/unique-containing-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-create.rs b/src/test/run-pass/unique-create.rs index cec74d251b304..ff457951a09b7 100644 --- a/src/test/run-pass/unique-create.rs +++ b/src/test/run-pass/unique-create.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-decl-init-copy.rs b/src/test/run-pass/unique-decl-init-copy.rs index d0ad03b773c3b..8b2cd70ce7539 100644 --- a/src/test/run-pass/unique-decl-init-copy.rs +++ b/src/test/run-pass/unique-decl-init-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-decl-init.rs b/src/test/run-pass/unique-decl-init.rs index d7c19eb63588c..d1103f14503d0 100644 --- a/src/test/run-pass/unique-decl-init.rs +++ b/src/test/run-pass/unique-decl-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-decl-move.rs b/src/test/run-pass/unique-decl-move.rs index 0acdc8f3b8029..378deda428371 100644 --- a/src/test/run-pass/unique-decl-move.rs +++ b/src/test/run-pass/unique-decl-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-decl.rs b/src/test/run-pass/unique-decl.rs index a902fef288f00..389ed4bdb22dd 100644 --- a/src/test/run-pass/unique-decl.rs +++ b/src/test/run-pass/unique-decl.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-deref.rs b/src/test/run-pass/unique-deref.rs index 752ea830aa5dd..42d871ab7270a 100644 --- a/src/test/run-pass/unique-deref.rs +++ b/src/test/run-pass/unique-deref.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-destructure.rs b/src/test/run-pass/unique-destructure.rs index 3213146cbf4a7..37881cdf87887 100644 --- a/src/test/run-pass/unique-destructure.rs +++ b/src/test/run-pass/unique-destructure.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-drop-complex.rs b/src/test/run-pass/unique-drop-complex.rs index ec2c9f8c6661d..2d405f782665a 100644 --- a/src/test/run-pass/unique-drop-complex.rs +++ b/src/test/run-pass/unique-drop-complex.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-fn-arg-move.rs b/src/test/run-pass/unique-fn-arg-move.rs index 0e47d39e55f50..e9151a8e4aaf4 100644 --- a/src/test/run-pass/unique-fn-arg-move.rs +++ b/src/test/run-pass/unique-fn-arg-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-fn-arg-mut.rs b/src/test/run-pass/unique-fn-arg-mut.rs index e1d148cc9a555..7f6340b1f72a2 100644 --- a/src/test/run-pass/unique-fn-arg-mut.rs +++ b/src/test/run-pass/unique-fn-arg-mut.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-fn-arg.rs b/src/test/run-pass/unique-fn-arg.rs index 301994a74a85a..376e9881c9a38 100644 --- a/src/test/run-pass/unique-fn-arg.rs +++ b/src/test/run-pass/unique-fn-arg.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-fn-ret.rs b/src/test/run-pass/unique-fn-ret.rs index de2c265089bed..5a23a5d6518e8 100644 --- a/src/test/run-pass/unique-fn-ret.rs +++ b/src/test/run-pass/unique-fn-ret.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-generic-assign.rs b/src/test/run-pass/unique-generic-assign.rs index 58470637a11e5..0a820afa21210 100644 --- a/src/test/run-pass/unique-generic-assign.rs +++ b/src/test/run-pass/unique-generic-assign.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-in-tag.rs b/src/test/run-pass/unique-in-tag.rs index 4f02018346bdb..c0f5aa9b15948 100644 --- a/src/test/run-pass/unique-in-tag.rs +++ b/src/test/run-pass/unique-in-tag.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-in-vec-copy.rs b/src/test/run-pass/unique-in-vec-copy.rs index 4620815e74e9e..eab993b739341 100644 --- a/src/test/run-pass/unique-in-vec-copy.rs +++ b/src/test/run-pass/unique-in-vec-copy.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-in-vec.rs b/src/test/run-pass/unique-in-vec.rs index 389ca2c18b1bf..9830886a9f1ea 100644 --- a/src/test/run-pass/unique-in-vec.rs +++ b/src/test/run-pass/unique-in-vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-init.rs b/src/test/run-pass/unique-init.rs index b36d08364a2f8..06e4806b373f8 100644 --- a/src/test/run-pass/unique-init.rs +++ b/src/test/run-pass/unique-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-kinds.rs b/src/test/run-pass/unique-kinds.rs index 56f7a3f7990e5..d1f69847517c2 100644 --- a/src/test/run-pass/unique-kinds.rs +++ b/src/test/run-pass/unique-kinds.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-log.rs b/src/test/run-pass/unique-log.rs index 05579796dab90..605280b34e887 100644 --- a/src/test/run-pass/unique-log.rs +++ b/src/test/run-pass/unique-log.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-match-discrim.rs b/src/test/run-pass/unique-match-discrim.rs index a1502c2eb8c0f..743f9e88b56dc 100644 --- a/src/test/run-pass/unique-match-discrim.rs +++ b/src/test/run-pass/unique-match-discrim.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-move-drop.rs b/src/test/run-pass/unique-move-drop.rs index 1388c6c5d2ba5..4686da50e59b4 100644 --- a/src/test/run-pass/unique-move-drop.rs +++ b/src/test/run-pass/unique-move-drop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-move-temp.rs b/src/test/run-pass/unique-move-temp.rs index af82d3e14eae5..e1c9f91cee18f 100644 --- a/src/test/run-pass/unique-move-temp.rs +++ b/src/test/run-pass/unique-move-temp.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-move.rs b/src/test/run-pass/unique-move.rs index 791c4799bf07b..24153d0742779 100644 --- a/src/test/run-pass/unique-move.rs +++ b/src/test/run-pass/unique-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-mutable.rs b/src/test/run-pass/unique-mutable.rs index c4f860d930b8c..df654461c880a 100644 --- a/src/test/run-pass/unique-mutable.rs +++ b/src/test/run-pass/unique-mutable.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-object-move.rs b/src/test/run-pass/unique-object-move.rs index cec523a06712e..768c6c9d9bb47 100644 --- a/src/test/run-pass/unique-object-move.rs +++ b/src/test/run-pass/unique-object-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-pat-2.rs b/src/test/run-pass/unique-pat-2.rs index eab775fc1db4e..01ac73f6c8f9b 100644 --- a/src/test/run-pass/unique-pat-2.rs +++ b/src/test/run-pass/unique-pat-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-pat-3.rs b/src/test/run-pass/unique-pat-3.rs index 42a4b1a9c0cbf..e975e11a807ac 100644 --- a/src/test/run-pass/unique-pat-3.rs +++ b/src/test/run-pass/unique-pat-3.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-pat.rs b/src/test/run-pass/unique-pat.rs index ee975b9c81a03..43760417a4506 100644 --- a/src/test/run-pass/unique-pat.rs +++ b/src/test/run-pass/unique-pat.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-rec.rs b/src/test/run-pass/unique-rec.rs index 756911d29fc8c..38292d0015d5e 100644 --- a/src/test/run-pass/unique-rec.rs +++ b/src/test/run-pass/unique-rec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-send-2.rs b/src/test/run-pass/unique-send-2.rs index 90f4b2e634440..56a5e639d6da0 100644 --- a/src/test/run-pass/unique-send-2.rs +++ b/src/test/run-pass/unique-send-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-send.rs b/src/test/run-pass/unique-send.rs index 1372858545557..11285a1568054 100644 --- a/src/test/run-pass/unique-send.rs +++ b/src/test/run-pass/unique-send.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unique-swap.rs b/src/test/run-pass/unique-swap.rs index cd3b59a69bab8..03a95fe379654 100644 --- a/src/test/run-pass/unique-swap.rs +++ b/src/test/run-pass/unique-swap.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unit-like-struct-drop-run.rs b/src/test/run-pass/unit-like-struct-drop-run.rs index 4c8665032828e..c7206721abccc 100644 --- a/src/test/run-pass/unit-like-struct-drop-run.rs +++ b/src/test/run-pass/unit-like-struct-drop-run.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/unit-like-struct.rs b/src/test/run-pass/unit-like-struct.rs index 849b5810c5f14..a5959aef68652 100644 --- a/src/test/run-pass/unit-like-struct.rs +++ b/src/test/run-pass/unit-like-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unit.rs b/src/test/run-pass/unit.rs index 3b52dcce4bf61..06c25a539216d 100644 --- a/src/test/run-pass/unit.rs +++ b/src/test/run-pass/unit.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unnamed_argument_mode.rs b/src/test/run-pass/unnamed_argument_mode.rs index d22a6652e16f3..74a610d17d54f 100644 --- a/src/test/run-pass/unnamed_argument_mode.rs +++ b/src/test/run-pass/unnamed_argument_mode.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unreachable-code-1.rs b/src/test/run-pass/unreachable-code-1.rs index d8a8913e58ad9..c77eeaa8f823f 100644 --- a/src/test/run-pass/unreachable-code-1.rs +++ b/src/test/run-pass/unreachable-code-1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unreachable-code.rs b/src/test/run-pass/unreachable-code.rs index a9ac78c5d76fd..c10d7ad12909c 100644 --- a/src/test/run-pass/unreachable-code.rs +++ b/src/test/run-pass/unreachable-code.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unsafe-fn-called-from-unsafe-blk.rs b/src/test/run-pass/unsafe-fn-called-from-unsafe-blk.rs index 4ce3f2c53b3e0..b1a68a09ab05b 100644 --- a/src/test/run-pass/unsafe-fn-called-from-unsafe-blk.rs +++ b/src/test/run-pass/unsafe-fn-called-from-unsafe-blk.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unsafe-fn-called-from-unsafe-fn.rs b/src/test/run-pass/unsafe-fn-called-from-unsafe-fn.rs index e68b868a24694..a96d23c90b13d 100644 --- a/src/test/run-pass/unsafe-fn-called-from-unsafe-fn.rs +++ b/src/test/run-pass/unsafe-fn-called-from-unsafe-fn.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unsafe-pointer-assignability.rs b/src/test/run-pass/unsafe-pointer-assignability.rs index 7a624109a5507..b92c8246bb12f 100644 --- a/src/test/run-pass/unsafe-pointer-assignability.rs +++ b/src/test/run-pass/unsafe-pointer-assignability.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unsized.rs b/src/test/run-pass/unsized.rs index e6dd8d46952eb..02cfe1de9f22b 100644 --- a/src/test/run-pass/unsized.rs +++ b/src/test/run-pass/unsized.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unsized2.rs b/src/test/run-pass/unsized2.rs index 285100dd7197c..855305e9bb4c3 100644 --- a/src/test/run-pass/unsized2.rs +++ b/src/test/run-pass/unsized2.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unsized3.rs b/src/test/run-pass/unsized3.rs index 983152cd056d9..54e975ec31b30 100644 --- a/src/test/run-pass/unsized3.rs +++ b/src/test/run-pass/unsized3.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unused-move-capture.rs b/src/test/run-pass/unused-move-capture.rs index 27945f469205f..3a269a06f4a81 100644 --- a/src/test/run-pass/unused-move-capture.rs +++ b/src/test/run-pass/unused-move-capture.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unused-move.rs b/src/test/run-pass/unused-move.rs index 22201c7d83fef..330a0007a401f 100644 --- a/src/test/run-pass/unused-move.rs +++ b/src/test/run-pass/unused-move.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/unwind-resource.rs b/src/test/run-pass/unwind-resource.rs index 159bac101830a..bcf0cca9e0e8e 100644 --- a/src/test/run-pass/unwind-resource.rs +++ b/src/test/run-pass/unwind-resource.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/unwind-unique.rs b/src/test/run-pass/unwind-unique.rs index 74802c156a262..1afbab9eea044 100644 --- a/src/test/run-pass/unwind-unique.rs +++ b/src/test/run-pass/unwind-unique.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/use-crate-name-alias.rs b/src/test/run-pass/use-crate-name-alias.rs index 4751b4666f1d5..b4570d47d1402 100644 --- a/src/test/run-pass/use-crate-name-alias.rs +++ b/src/test/run-pass/use-crate-name-alias.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/use-import-export.rs b/src/test/run-pass/use-import-export.rs index ec8033ff3b04e..3566a1e13d7f5 100644 --- a/src/test/run-pass/use-import-export.rs +++ b/src/test/run-pass/use-import-export.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/use-mod.rs b/src/test/run-pass/use-mod.rs index cca9c8f2df422..c76b7df4793a3 100644 --- a/src/test/run-pass/use-mod.rs +++ b/src/test/run-pass/use-mod.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/use-trait-before-def.rs b/src/test/run-pass/use-trait-before-def.rs index 0b59ced98c908..234f0d5d9d881 100644 --- a/src/test/run-pass/use-trait-before-def.rs +++ b/src/test/run-pass/use-trait-before-def.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/use-uninit-match.rs b/src/test/run-pass/use-uninit-match.rs index 3f23d714c0f0a..0086ed6cda8f3 100644 --- a/src/test/run-pass/use-uninit-match.rs +++ b/src/test/run-pass/use-uninit-match.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/use-uninit-match2.rs b/src/test/run-pass/use-uninit-match2.rs index de5b32dd17688..371479af041fe 100644 --- a/src/test/run-pass/use-uninit-match2.rs +++ b/src/test/run-pass/use-uninit-match2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/use.rs b/src/test/run-pass/use.rs index a2e1d8a567167..f40b5d51e1eb5 100644 --- a/src/test/run-pass/use.rs +++ b/src/test/run-pass/use.rs @@ -1,7 +1,3 @@ - -// Copyright 2012-2014 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 or the MIT license diff --git a/src/test/run-pass/use_inline_dtor.rs b/src/test/run-pass/use_inline_dtor.rs index 18cb478be38fd..a247322ad1c6d 100644 --- a/src/test/run-pass/use_inline_dtor.rs +++ b/src/test/run-pass/use_inline_dtor.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/utf8-bom.rs b/src/test/run-pass/utf8-bom.rs index baa4e941ff097..97bcc77745338 100644 --- a/src/test/run-pass/utf8-bom.rs +++ b/src/test/run-pass/utf8-bom.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/utf8.rs b/src/test/run-pass/utf8.rs index a52828387bf92..69de216f861e4 100644 --- a/src/test/run-pass/utf8.rs +++ b/src/test/run-pass/utf8.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/utf8_chars.rs b/src/test/run-pass/utf8_chars.rs index 1b2aa88cabe53..cfc728815ba31 100644 --- a/src/test/run-pass/utf8_chars.rs +++ b/src/test/run-pass/utf8_chars.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/utf8_idents.rs b/src/test/run-pass/utf8_idents.rs index c99c394969cf3..e898414d76a90 100644 --- a/src/test/run-pass/utf8_idents.rs +++ b/src/test/run-pass/utf8_idents.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/variadic-ffi.rs b/src/test/run-pass/variadic-ffi.rs index 9600a242ca109..bb8acb822fbd0 100644 --- a/src/test/run-pass/variadic-ffi.rs +++ b/src/test/run-pass/variadic-ffi.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/variant-attributes.rs b/src/test/run-pass/variant-attributes.rs index 88255ad94fd46..0fb6591911601 100644 --- a/src/test/run-pass/variant-attributes.rs +++ b/src/test/run-pass/variant-attributes.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/variant-structs-trivial.rs b/src/test/run-pass/variant-structs-trivial.rs index e078fa1485d14..f08b4722935bf 100644 --- a/src/test/run-pass/variant-structs-trivial.rs +++ b/src/test/run-pass/variant-structs-trivial.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-concat.rs b/src/test/run-pass/vec-concat.rs index 02a791e797519..5a1cf08020e64 100644 --- a/src/test/run-pass/vec-concat.rs +++ b/src/test/run-pass/vec-concat.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-dst.rs b/src/test/run-pass/vec-dst.rs index 40073c2b74219..d763dee0e114e 100644 --- a/src/test/run-pass/vec-dst.rs +++ b/src/test/run-pass/vec-dst.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-fixed-length.rs b/src/test/run-pass/vec-fixed-length.rs index 101999bbe088a..0ace65685f6c5 100644 --- a/src/test/run-pass/vec-fixed-length.rs +++ b/src/test/run-pass/vec-fixed-length.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-growth.rs b/src/test/run-pass/vec-growth.rs index d5e5f94d26182..e8659d5878f72 100644 --- a/src/test/run-pass/vec-growth.rs +++ b/src/test/run-pass/vec-growth.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-late-init.rs b/src/test/run-pass/vec-late-init.rs index dec0b3eaa78fb..bb6d236c2f5af 100644 --- a/src/test/run-pass/vec-late-init.rs +++ b/src/test/run-pass/vec-late-init.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-macro-no-std.rs b/src/test/run-pass/vec-macro-no-std.rs index c6c3701734970..fd6e1bae19b98 100644 --- a/src/test/run-pass/vec-macro-no-std.rs +++ b/src/test/run-pass/vec-macro-no-std.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-macro-repeat.rs b/src/test/run-pass/vec-macro-repeat.rs index 9e69ecfce4fbe..fe30bb2715ec5 100644 --- a/src/test/run-pass/vec-macro-repeat.rs +++ b/src/test/run-pass/vec-macro-repeat.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-macro-with-brackets.rs b/src/test/run-pass/vec-macro-with-brackets.rs index a263501f8fe71..2fbf6ad772140 100644 --- a/src/test/run-pass/vec-macro-with-brackets.rs +++ b/src/test/run-pass/vec-macro-with-brackets.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-macro-with-trailing-comma.rs b/src/test/run-pass/vec-macro-with-trailing-comma.rs index 80c2a5fe83eee..a171c7cae7899 100644 --- a/src/test/run-pass/vec-macro-with-trailing-comma.rs +++ b/src/test/run-pass/vec-macro-with-trailing-comma.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-matching-autoslice.rs b/src/test/run-pass/vec-matching-autoslice.rs index 6476f734ae650..1693e4d26efd4 100644 --- a/src/test/run-pass/vec-matching-autoslice.rs +++ b/src/test/run-pass/vec-matching-autoslice.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-matching-fixed.rs b/src/test/run-pass/vec-matching-fixed.rs index a1a14823ff595..41bc581d64d00 100644 --- a/src/test/run-pass/vec-matching-fixed.rs +++ b/src/test/run-pass/vec-matching-fixed.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-matching-fold.rs b/src/test/run-pass/vec-matching-fold.rs index 576601833330d..805e75fef6d73 100644 --- a/src/test/run-pass/vec-matching-fold.rs +++ b/src/test/run-pass/vec-matching-fold.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-matching-legal-tail-element-borrow.rs b/src/test/run-pass/vec-matching-legal-tail-element-borrow.rs index a140399447b3b..d5f2a750ba8e6 100644 --- a/src/test/run-pass/vec-matching-legal-tail-element-borrow.rs +++ b/src/test/run-pass/vec-matching-legal-tail-element-borrow.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-matching.rs b/src/test/run-pass/vec-matching.rs index 77226df7fa202..01ae1c8e06ba9 100644 --- a/src/test/run-pass/vec-matching.rs +++ b/src/test/run-pass/vec-matching.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-push.rs b/src/test/run-pass/vec-push.rs index fe0f92a0c1119..6a6e543aa781d 100644 --- a/src/test/run-pass/vec-push.rs +++ b/src/test/run-pass/vec-push.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-repeat-with-cast.rs b/src/test/run-pass/vec-repeat-with-cast.rs index 97a443cb3b8e0..efa72c5acad7a 100644 --- a/src/test/run-pass/vec-repeat-with-cast.rs +++ b/src/test/run-pass/vec-repeat-with-cast.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-slice-drop.rs b/src/test/run-pass/vec-slice-drop.rs index 498ec0e8fbaf1..bdd891b0ffb30 100644 --- a/src/test/run-pass/vec-slice-drop.rs +++ b/src/test/run-pass/vec-slice-drop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-slice.rs b/src/test/run-pass/vec-slice.rs index b0799e4944795..cf9d71a9479f8 100644 --- a/src/test/run-pass/vec-slice.rs +++ b/src/test/run-pass/vec-slice.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-tail-matching.rs b/src/test/run-pass/vec-tail-matching.rs index a1a222549a086..efb9a1c590442 100644 --- a/src/test/run-pass/vec-tail-matching.rs +++ b/src/test/run-pass/vec-tail-matching.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec-to_str.rs b/src/test/run-pass/vec-to_str.rs index 97c12d0954e4b..b155e632f141c 100644 --- a/src/test/run-pass/vec-to_str.rs +++ b/src/test/run-pass/vec-to_str.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/vec.rs b/src/test/run-pass/vec.rs index 5e19868de1ddd..e6a048cdc9209 100644 --- a/src/test/run-pass/vec.rs +++ b/src/test/run-pass/vec.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vector-no-ann-2.rs b/src/test/run-pass/vector-no-ann-2.rs index 6391893b9a484..f165b674402b4 100644 --- a/src/test/run-pass/vector-no-ann-2.rs +++ b/src/test/run-pass/vector-no-ann-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/vector-sort-panic-safe.rs b/src/test/run-pass/vector-sort-panic-safe.rs index 9e74c6da54899..642f0ea5c3c0e 100644 --- a/src/test/run-pass/vector-sort-panic-safe.rs +++ b/src/test/run-pass/vector-sort-panic-safe.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/visible-private-types-feature-gate.rs b/src/test/run-pass/visible-private-types-feature-gate.rs index 9518671b4799d..8305a34513334 100644 --- a/src/test/run-pass/visible-private-types-feature-gate.rs +++ b/src/test/run-pass/visible-private-types-feature-gate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/wait-forked-but-failed-child.rs b/src/test/run-pass/wait-forked-but-failed-child.rs index eb7205b5e0a83..f17faedc3f318 100644 --- a/src/test/run-pass/wait-forked-but-failed-child.rs +++ b/src/test/run-pass/wait-forked-but-failed-child.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/warn-ctypes-inhibit.rs b/src/test/run-pass/warn-ctypes-inhibit.rs index 93112e3e7ec9d..57c788525bbac 100644 --- a/src/test/run-pass/warn-ctypes-inhibit.rs +++ b/src/test/run-pass/warn-ctypes-inhibit.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/weak-lang-item.rs b/src/test/run-pass/weak-lang-item.rs index b1c65d322ab20..1baeda762dd66 100644 --- a/src/test/run-pass/weak-lang-item.rs +++ b/src/test/run-pass/weak-lang-item.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/weird-exprs.rs b/src/test/run-pass/weird-exprs.rs index c8ed1a2610573..edf6f26de7726 100644 --- a/src/test/run-pass/weird-exprs.rs +++ b/src/test/run-pass/weird-exprs.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/wf-bound-region-in-object-type.rs b/src/test/run-pass/wf-bound-region-in-object-type.rs index 256b199d72920..9d4d1ac46f8a2 100644 --- a/src/test/run-pass/wf-bound-region-in-object-type.rs +++ b/src/test/run-pass/wf-bound-region-in-object-type.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clause-bounds-inconsistency.rs b/src/test/run-pass/where-clause-bounds-inconsistency.rs index a1a61127f68e0..207afb7e19f5c 100644 --- a/src/test/run-pass/where-clause-bounds-inconsistency.rs +++ b/src/test/run-pass/where-clause-bounds-inconsistency.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clause-early-bound-lifetimes.rs b/src/test/run-pass/where-clause-early-bound-lifetimes.rs index cade99b83a2fe..9ace9b82273d2 100644 --- a/src/test/run-pass/where-clause-early-bound-lifetimes.rs +++ b/src/test/run-pass/where-clause-early-bound-lifetimes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clause-method-substituion.rs b/src/test/run-pass/where-clause-method-substituion.rs index b391df8500bb7..9ca3cd5fa0fa5 100644 --- a/src/test/run-pass/where-clause-method-substituion.rs +++ b/src/test/run-pass/where-clause-method-substituion.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clause-region-outlives.rs b/src/test/run-pass/where-clause-region-outlives.rs index 1ecb4b6c2dc8f..432c6e72e4056 100644 --- a/src/test/run-pass/where-clause-region-outlives.rs +++ b/src/test/run-pass/where-clause-region-outlives.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clauses-cross-crate.rs b/src/test/run-pass/where-clauses-cross-crate.rs index 648f646b6377f..a70791570875d 100644 --- a/src/test/run-pass/where-clauses-cross-crate.rs +++ b/src/test/run-pass/where-clauses-cross-crate.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clauses-lifetimes.rs b/src/test/run-pass/where-clauses-lifetimes.rs index 237c83c8aa23a..bf1a3782e8ece 100644 --- a/src/test/run-pass/where-clauses-lifetimes.rs +++ b/src/test/run-pass/where-clauses-lifetimes.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clauses-method.rs b/src/test/run-pass/where-clauses-method.rs index 2b87bcd4b3979..f69d551ad15f2 100644 --- a/src/test/run-pass/where-clauses-method.rs +++ b/src/test/run-pass/where-clauses-method.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clauses-unboxed-closures.rs b/src/test/run-pass/where-clauses-unboxed-closures.rs index 808e937bc72e3..a38a45a122fca 100644 --- a/src/test/run-pass/where-clauses-unboxed-closures.rs +++ b/src/test/run-pass/where-clauses-unboxed-closures.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/where-clauses.rs b/src/test/run-pass/where-clauses.rs index 807d95691f43a..a52d147b946dc 100644 --- a/src/test/run-pass/where-clauses.rs +++ b/src/test/run-pass/where-clauses.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-cont.rs b/src/test/run-pass/while-cont.rs index 50feb3ef4e111..8bc7511654dda 100644 --- a/src/test/run-pass/while-cont.rs +++ b/src/test/run-pass/while-cont.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-flow-graph.rs b/src/test/run-pass/while-flow-graph.rs index 01c5986b130d7..d02c745fdfe13 100644 --- a/src/test/run-pass/while-flow-graph.rs +++ b/src/test/run-pass/while-flow-graph.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-label.rs b/src/test/run-pass/while-label.rs index 41712f7c64d29..2be097f9913f5 100644 --- a/src/test/run-pass/while-label.rs +++ b/src/test/run-pass/while-label.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-let.rs b/src/test/run-pass/while-let.rs index 94a45817ee580..8c7b90e419ab2 100644 --- a/src/test/run-pass/while-let.rs +++ b/src/test/run-pass/while-let.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-loop-constraints-2.rs b/src/test/run-pass/while-loop-constraints-2.rs index 622b66d22a1db..16ba637056e7b 100644 --- a/src/test/run-pass/while-loop-constraints-2.rs +++ b/src/test/run-pass/while-loop-constraints-2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-prelude-drop.rs b/src/test/run-pass/while-prelude-drop.rs index bfabcb4d87b56..2676001ccc3a0 100644 --- a/src/test/run-pass/while-prelude-drop.rs +++ b/src/test/run-pass/while-prelude-drop.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/while-with-break.rs b/src/test/run-pass/while-with-break.rs index a7328267541ab..250078aaae81c 100644 --- a/src/test/run-pass/while-with-break.rs +++ b/src/test/run-pass/while-with-break.rs @@ -1,7 +1,3 @@ -// Copyright 2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/while.rs b/src/test/run-pass/while.rs index bd8b1f0f088ab..c56700e7fe9d9 100644 --- a/src/test/run-pass/while.rs +++ b/src/test/run-pass/while.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/writealias.rs b/src/test/run-pass/writealias.rs index dacfeb0081925..ffecdaa74efdb 100644 --- a/src/test/run-pass/writealias.rs +++ b/src/test/run-pass/writealias.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/x86stdcall.rs b/src/test/run-pass/x86stdcall.rs index 15d18525d0aa7..a9339074413cf 100644 --- a/src/test/run-pass/x86stdcall.rs +++ b/src/test/run-pass/x86stdcall.rs @@ -1,7 +1,3 @@ -// Copyright 2012-2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/x86stdcall2.rs b/src/test/run-pass/x86stdcall2.rs index 522e5fd978ead..7128ec9e12d1c 100644 --- a/src/test/run-pass/x86stdcall2.rs +++ b/src/test/run-pass/x86stdcall2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/xcrate-address-insignificant.rs b/src/test/run-pass/xcrate-address-insignificant.rs index 236ff0838e590..59b8d866babc6 100644 --- a/src/test/run-pass/xcrate-address-insignificant.rs +++ b/src/test/run-pass/xcrate-address-insignificant.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/xcrate-static-addresses.rs b/src/test/run-pass/xcrate-static-addresses.rs index 6afa02fce5514..cfd9d0ffff22b 100644 --- a/src/test/run-pass/xcrate-static-addresses.rs +++ b/src/test/run-pass/xcrate-static-addresses.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/xcrate-trait-lifetime-param.rs b/src/test/run-pass/xcrate-trait-lifetime-param.rs index aa61237417e9e..9f03f83f34421 100644 --- a/src/test/run-pass/xcrate-trait-lifetime-param.rs +++ b/src/test/run-pass/xcrate-trait-lifetime-param.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/xcrate-unit-struct.rs b/src/test/run-pass/xcrate-unit-struct.rs index 30b5f47b2ae2e..1a6abf1212f9c 100644 --- a/src/test/run-pass/xcrate-unit-struct.rs +++ b/src/test/run-pass/xcrate-unit-struct.rs @@ -1,7 +1,3 @@ -// Copyright 2013-2014 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 or the MIT license // , at your diff --git a/src/test/run-pass/yield.rs b/src/test/run-pass/yield.rs index 9ad6dd9d2b142..8b7a5a6574201 100644 --- a/src/test/run-pass/yield.rs +++ b/src/test/run-pass/yield.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/yield1.rs b/src/test/run-pass/yield1.rs index 3d3a36021da15..48bda6da8e729 100644 --- a/src/test/run-pass/yield1.rs +++ b/src/test/run-pass/yield1.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/yield2.rs b/src/test/run-pass/yield2.rs index 66ad7de0296b1..d30875830c90d 100644 --- a/src/test/run-pass/yield2.rs +++ b/src/test/run-pass/yield2.rs @@ -1,7 +1,3 @@ -// Copyright 2012 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 or the MIT license // , at your diff --git a/src/test/run-pass/zero-size-type-destructors.rs b/src/test/run-pass/zero-size-type-destructors.rs index fd272a47de9c2..dd3ec4c379f70 100644 --- a/src/test/run-pass/zero-size-type-destructors.rs +++ b/src/test/run-pass/zero-size-type-destructors.rs @@ -1,7 +1,3 @@ -// Copyright 2013 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 or the MIT license // , at your diff --git a/src/test/run-pass/zero_sized_subslice_match.rs b/src/test/run-pass/zero_sized_subslice_match.rs index 65882d39375c3..c41abf921d221 100644 --- a/src/test/run-pass/zero_sized_subslice_match.rs +++ b/src/test/run-pass/zero_sized_subslice_match.rs @@ -1,7 +1,3 @@ -// Copyright 2015 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 or the MIT license // , at your