about summary refs log tree commit diff
path: root/src/rt/rust_run_program.cpp
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-12-10 15:44:02 -0800
committerGraydon Hoare <graydon@mozilla.com>2012-12-10 17:32:58 -0800
commit12c32e944d3dbadb6a114a6e0bc51b065b4f42c1 (patch)
treed3da0cd3a99be6883957144a634e13f99ceee740 /src/rt/rust_run_program.cpp
parent04d9ea6f32393c2e72e6b75b3c52c473dc49bce8 (diff)
downloadrust-12c32e944d3dbadb6a114a6e0bc51b065b4f42c1.tar.gz
rust-12c32e944d3dbadb6a114a6e0bc51b065b4f42c1.zip
Add license boilerplate to more files.
Diffstat (limited to 'src/rt/rust_run_program.cpp')
-rw-r--r--src/rt/rust_run_program.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rt/rust_run_program.cpp b/src/rt/rust_run_program.cpp
index 739527b84eb..0e8d1d09ee9 100644
--- a/src/rt/rust_run_program.cpp
+++ b/src/rt/rust_run_program.cpp
@@ -1,3 +1,13 @@
+// Copyright 2012 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.
+
 
 #include "rust_kernel.h"