X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning%2Fsrc%2Futil%2Fpoly1305.rs;fp=lightning%2Fsrc%2Futil%2Fpoly1305.rs;h=d5173f2e27ea28f56cfb3313af3d4599842fa931;hb=22a0dd5f339058fd6733920ffca0f5eb64db4e32;hp=541c398baec8457e4d54e0a5e1548daefd49f5e9;hpb=093fcaba68ab9d96e4570d0a4d9bcbdecc03a67f;p=rust-lightning diff --git a/lightning/src/util/poly1305.rs b/lightning/src/util/poly1305.rs index 541c398b..d5173f2e 100644 --- a/lightning/src/util/poly1305.rs +++ b/lightning/src/util/poly1305.rs @@ -1,8 +1,8 @@ -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. // This is a port of Andrew Moons poly1305-donna // https://github.com/floodyberry/poly1305-donna