From c1bc150bc43de8f8895c9d87dddf9b915eddbb2e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 29 Dec 2014 14:38:16 -0500 Subject: [PATCH] Correct licenses. --- src/librustc_typeck/check/assoc.rs | 1 - .../associated-types-no-suitable-supertrait.rs | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/librustc_typeck/check/assoc.rs b/src/librustc_typeck/check/assoc.rs index b59f9291e4fc..c20dd5aebadd 100644 --- a/src/librustc_typeck/check/assoc.rs +++ b/src/librustc_typeck/check/assoc.rs @@ -1,6 +1,5 @@ // Copyright 2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at -// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT // 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. + #![feature(associated_types)] // Check that we get an error when you use `::Value` in