about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
authorblake2-ppc <blake2-ppc>2013-07-10 16:06:09 +0200
committerblake2-ppc <blake2-ppc>2013-07-11 15:54:35 +0200
commita8e7bdd142e6cc0cac89a88eef3bbadceb5e6489 (patch)
tree9921870a405bb4452c8c7819c1e45db079e53d7f /src/libextra
parent24d2d7b5bb4b046429f293ff5c2cde4d14dfac8b (diff)
downloadrust-a8e7bdd142e6cc0cac89a88eef3bbadceb5e6489.tar.gz
rust-a8e7bdd142e6cc0cac89a88eef3bbadceb5e6489.zip
dlist: Fix license header
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/dlist.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libextra/dlist.rs b/src/libextra/dlist.rs
index edbcdc1ff76..969340ffeaa 100644
--- a/src/libextra/dlist.rs
+++ b/src/libextra/dlist.rs
@@ -1,3 +1,12 @@
+// Copyright 2012-2013 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.
 
 //! A doubly-linked list with owned nodes.
 //!