diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-12-10 15:44:02 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-12-10 17:32:58 -0800 |
| commit | 12c32e944d3dbadb6a114a6e0bc51b065b4f42c1 (patch) | |
| tree | d3da0cd3a99be6883957144a634e13f99ceee740 /src/rustllvm/RustWrapper.cpp | |
| parent | 04d9ea6f32393c2e72e6b75b3c52c473dc49bce8 (diff) | |
| download | rust-12c32e944d3dbadb6a114a6e0bc51b065b4f42c1.tar.gz rust-12c32e944d3dbadb6a114a6e0bc51b065b4f42c1.zip | |
Add license boilerplate to more files.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
| -rw-r--r-- | src/rustllvm/RustWrapper.cpp | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp index 39a707ad320..86a302e60d7 100644 --- a/src/rustllvm/RustWrapper.cpp +++ b/src/rustllvm/RustWrapper.cpp @@ -1,10 +1,13 @@ -//===- RustWrapper.cpp - Rust wrapper for core functions --------*- C++ -*-=== -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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. + //===----------------------------------------------------------------------=== // // This file defines alternate interfaces to core functions that are more |
