]> git.lizzy.rs Git - rust.git/commitdiff
added license header to test
authorJunseok Lee <lee.junseok@berkeley.edu>
Thu, 19 Feb 2015 01:59:44 +0000 (17:59 -0800)
committerJunseok Lee <lee.junseok@berkeley.edu>
Sat, 21 Feb 2015 00:16:09 +0000 (16:16 -0800)
src/test/compile-fail/suggest-private-fields.rs

index 167bdf791ccb69338ef73fee2b7b00c872e86297..30648498ba88589db46d0e9b2b89a268083de59e 100644 (file)
@@ -1,3 +1,13 @@
+// Copyright 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.
+
 // aux-build:struct-field-privacy.rs
 
 extern crate "struct-field-privacy" as xc;