diff options
Diffstat (limited to 'src/etc/tidy.py')
| -rw-r--r-- | src/etc/tidy.py | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py index bd6448d156e..b342b9602ae 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -1,5 +1,12 @@ -#!/usr/bin/env python -# xfail-license +# Copyright 2010-2014 The Rust Project Developers. See the COPYRIGHT +# file at the top-level directory of this distribution and at +# http://rust-lang.org/COPYRIGHT. +# +# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +# option. This file may not be copied, modified, or distributed +# except according to those terms. import sys, fileinput, subprocess, re from licenseck import * @@ -59,7 +66,7 @@ try: hsh = match.group(1) date, rev = snapshot.curr_snapshot_rev() if not hsh.startswith(rev): - report_err("snapshot out of date (" + date + report_err("snapshot out of date (" + date + "): " + line) else: if "SNAP" in line: |
