From 0bafe766828b566a283a1a1e3f230f34721b8b07 Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Mon, 27 Mar 2017 17:39:40 -0400 Subject: [PATCH] Add license to stable check so that this passes tidy on rust master --- stable-check/src/main.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stable-check/src/main.rs b/stable-check/src/main.rs index 724e91814..447bf0d09 100644 --- a/stable-check/src/main.rs +++ b/stable-check/src/main.rs @@ -1,3 +1,13 @@ +// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory 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 std::error::Error; use std::env; use std::fs;