From 9603e240d4e90c73507bf09957199de6f25bbc71 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 11 Oct 2017 18:41:20 -0300 Subject: [PATCH] Add License to infer.rs --- src/librustc_mir/transform/nll/infer.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/librustc_mir/transform/nll/infer.rs b/src/librustc_mir/transform/nll/infer.rs index 2d613f9b4bd1..e6e00f295ca1 100644 --- a/src/librustc_mir/transform/nll/infer.rs +++ b/src/librustc_mir/transform/nll/infer.rs @@ -1,3 +1,13 @@ +// Copyright 2017 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory 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. + use super::{Region, RegionIndex}; use std::mem; use rustc::infer::InferCtxt;