diff --git a/lightning/src/util/bech32.rs b/lightning/src/util/bech32.rs index 1817f8a57be..1d23d2f40ba 100644 --- a/lightning/src/util/bech32.rs +++ b/lightning/src/util/bech32.rs @@ -1,12 +1,3 @@ -// This file is Copyright its original authors, visible in version control -// history. -// -// 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. - //! Bech32 encoding/decoding for lightning invoices. use core::fmt;