prepare for adding licenses

This commit is contained in:
debris
2016-02-05 13:36:30 +01:00
parent c3850ff880
commit bc267f8412
3 changed files with 27 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
// taken from Rust Bitcoin Library (https://github.com/apoelstra/rust-bitcoin)
// original author: Andrew Poelstra <apoelstra@wpsoftware.net>
// Code derived from original work by Andrew Poelstra <apoelstra@wpsoftware.net>
// Rust Bitcoin Library
// Written in 2014 by
@@ -16,10 +15,10 @@
//
//! Big unsigned integer types
///!
///! Implementation of a various large-but-fixed sized unsigned integer types.
///! The functions here are designed to be fast.
///!
//!
//! Implementation of a various large-but-fixed sized unsigned integer types.
//! The functions here are designed to be fast.
//!
use standard::*;
use from_json::*;