]> git.lizzy.rs Git - rust.git/commitdiff
dlist: Fix license header
authorblake2-ppc <blake2-ppc>
Wed, 10 Jul 2013 14:06:09 +0000 (16:06 +0200)
committerblake2-ppc <blake2-ppc>
Thu, 11 Jul 2013 13:54:35 +0000 (15:54 +0200)
src/libextra/dlist.rs

index edbcdc1ff76e26bd90f82bdeb5c9988e1522121c..969340ffeaaf2cbfb387cfdbdbcbb03da1a9b7bc 100644 (file)
@@ -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.
 //!