diff options
Diffstat (limited to 'src/etc/maketest.py')
| -rw-r--r-- | src/etc/maketest.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/etc/maketest.py b/src/etc/maketest.py index 91de7fba758..fb886f30bd6 100644 --- a/src/etc/maketest.py +++ b/src/etc/maketest.py @@ -1,4 +1,12 @@ -# xfail-license +# Copyright 2013-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 subprocess import os |
