1
Fork 0

Add license boilerplate to more files.

This commit is contained in:
Graydon Hoare 2012-12-10 15:44:02 -08:00
parent 04d9ea6f32
commit 12c32e944d
57 changed files with 569 additions and 6 deletions

View file

@ -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.
/*!
* String manipulation
*