]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/ziggurat_tables.py
Refactor away `inferred_obligations` from the trait selector
[rust.git] / src / etc / ziggurat_tables.py
index 263c76a88ddcab885664cbe9452dcf55a6293003..762f9565b7802e41a93ca3e693d96ea825fb03c2 100755 (executable)
@@ -1,8 +1,17 @@
 #!/usr/bin/env python
-# xfail-license
+#
+# Copyright 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.
 
 # This creates the tables used for distributions implemented using the
-# ziggurat algorithm in `std::rand::distributions;`. They are
+# ziggurat algorithm in `rand::distributions;`. They are
 # (basically) the tables as used in the ZIGNOR variant (Doornik 2005).
 # They are changed rarely, so the generated file should be checked in
 # to git.