From 193bbef972b765646a918ee92117281ae0b30c86 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 23 Nov 2016 06:22:59 +1030 Subject: [PATCH] Add CC-BY. Closes: #2 Signed-off-by: Rusty Russell --- 00-introduction.md | 3 +++ 01-messaging-crypto-and-init.md | 4 ++++ 02-peer-protocol.md | 3 +++ 03-transactions.md | 5 +++-- 04-onion-routing.md | 4 ++++ 05-onchain.md | 4 ++++ 06-irc-announcements.md | 4 ++++ 07-routing-gossip.md | 4 ++++ README.md | 5 ++++- 9 files changed, 33 insertions(+), 3 deletions(-) diff --git a/00-introduction.md b/00-introduction.md index e768ce7df..56c9ba96f 100644 --- a/00-introduction.md +++ b/00-introduction.md @@ -162,3 +162,6 @@ This is version 0. [ FIXME: Insert Author List ] +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/01-messaging-crypto-and-init.md b/01-messaging-crypto-and-init.md index ba78b227b..3cf3b6b91 100644 --- a/01-messaging-crypto-and-init.md +++ b/01-messaging-crypto-and-init.md @@ -788,3 +788,7 @@ TODO(roasbeef); fin # Authors FIXME + +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/02-peer-protocol.md b/02-peer-protocol.md index b19575c6e..8235ef731 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -746,3 +746,6 @@ to a failed connection), to reduce this risk. FIXME +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/03-transactions.md b/03-transactions.md index b6bfe5dab..502f66e7b 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -287,6 +287,7 @@ at each bucket is a prefix of the index we want. FIXME - - +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/04-onion-routing.md b/04-onion-routing.md index 59358ff72..c6a82b03a 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -403,3 +403,7 @@ The origin node detects that it is the final hop of the return message since it Having the shared secrets of all intermediate nodes it can unwrap the packet until the HMAC is a valid HMAC for the packet, which also identifies the sender of the return message. The association between forward and return packet is handled outside of the protocol, e.g., by association to an HTLC in a payment channel. + +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/05-onchain.md b/05-onchain.md index 374a8f2f8..e798f21a9 100644 --- a/05-onchain.md +++ b/05-onchain.md @@ -358,3 +358,7 @@ transactions, or MAY watch for (valid) broadcast transactions a.k.a mempool. Considering mempool transactions should cause lower latency for HTLC redemption, but on-chain HTLCs should be such an unusual case that speed cannot be considered critical. + +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/06-irc-announcements.md b/06-irc-announcements.md index 06c4c4757..f8aa3749f 100644 --- a/06-irc-announcements.md +++ b/06-irc-announcements.md @@ -90,3 +90,7 @@ Example of a channel announcement: ~~~ 3045022100a9caa1fd52bfa9343a2d9d10bae2b825d30bae3895ddeb74cf1161e6c8fedf2702205bc824f8ad0937c6b3a2d6aa9907777be73fb278c8b572911a8561b6da5868f4 CHAN 02915506c736ffec49ad58fc021779600dcd2b7a52ac97690571aea5b4d9be2706 0210c15e84c69bd89fc27cb6d7620a65d2f76a6911f879a2adf13ee479ddcd873c 04c67e8d2d1ac11b17ccf68514de14f62ea16aaaf1fdc47a25b732eae4e28084 1012032 0 1 10 6 ~~~ + +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/07-routing-gossip.md b/07-routing-gossip.md index 65c29147e..0bcf151f4 100644 --- a/07-routing-gossip.md +++ b/07-routing-gossip.md @@ -269,3 +269,7 @@ of local channels. ## References - [RFC 4291](https://tools.ietf.org/html/rfc4291) + +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). diff --git a/README.md b/README.md index e8dc8248d..bc62c4fcd 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,7 @@ Discussion available on the [lighting-dev mailing list](https://lists.linuxfound ### [Start here for Table of Contents](https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.md) -Open source licence TBD +![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY") +
+This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/). +