From 5399e117de240219478a981e6a7d9e5121e49daf Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Thu, 25 Sep 2014 13:44:36 -0700 Subject: [PATCH] Add the MPL back to components/plugins/lints.rs This license was accidentally removed in 5b866e9e. --- components/plugins/lints.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/plugins/lints.rs b/components/plugins/lints.rs index 4a1bbb85f09..e0278906adc 100644 --- a/components/plugins/lints.rs +++ b/components/plugins/lints.rs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + use syntax::{ast, codemap, visit}; use syntax::attr::AttrMetaMethods; use rustc::lint::{Context, LintPass, LintArray};