Skip to content

Commit 193bbef

Browse files
committed
Add CC-BY.
Closes: lightning#2 Signed-off-by: Rusty Russell <[email protected]>
1 parent 25db643 commit 193bbef

9 files changed

+33
-3
lines changed

00-introduction.md

+3
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,6 @@ This is version 0.
162162
[ FIXME: Insert Author List ]
163163

164164

165+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
166+
<br>
167+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

01-messaging-crypto-and-init.md

+4
Original file line numberDiff line numberDiff line change
@@ -788,3 +788,7 @@ TODO(roasbeef); fin
788788
# Authors
789789

790790
FIXME
791+
792+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
793+
<br>
794+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

02-peer-protocol.md

+3
Original file line numberDiff line numberDiff line change
@@ -746,3 +746,6 @@ to a failed connection), to reduce this risk.
746746

747747
FIXME
748748

749+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
750+
<br>
751+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

03-transactions.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ at each bucket is a prefix of the index we want.
287287

288288
FIXME
289289

290-
291-
290+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
291+
<br>
292+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
292293

04-onion-routing.md

+4
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,7 @@ The origin node detects that it is the final hop of the return message since it
403403
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.
404404

405405
The association between forward and return packet is handled outside of the protocol, e.g., by association to an HTLC in a payment channel.
406+
407+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
408+
<br>
409+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

05-onchain.md

+4
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,7 @@ transactions, or MAY watch for (valid) broadcast transactions a.k.a
358358
mempool. Considering mempool transactions should cause lower latency
359359
for HTLC redemption, but on-chain HTLCs should be such an unusual case
360360
that speed cannot be considered critical.
361+
362+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
363+
<br>
364+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

06-irc-announcements.md

+4
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ Example of a channel announcement:
9090
~~~
9191
3045022100a9caa1fd52bfa9343a2d9d10bae2b825d30bae3895ddeb74cf1161e6c8fedf2702205bc824f8ad0937c6b3a2d6aa9907777be73fb278c8b572911a8561b6da5868f4 CHAN 02915506c736ffec49ad58fc021779600dcd2b7a52ac97690571aea5b4d9be2706 0210c15e84c69bd89fc27cb6d7620a65d2f76a6911f879a2adf13ee479ddcd873c 04c67e8d2d1ac11b17ccf68514de14f62ea16aaaf1fdc47a25b732eae4e28084 1012032 0 1 10 6
9292
~~~
93+
94+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
95+
<br>
96+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

07-routing-gossip.md

+4
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,7 @@ of local channels.
269269
## References
270270

271271
- [RFC 4291](https://tools.ietf.org/html/rfc4291)
272+
273+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
274+
<br>
275+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ Discussion available on the [lighting-dev mailing list](https://lists.linuxfound
99

1010
### [Start here for Table of Contents](https://github.com/lightningnetwork/lightning-rfc/blob/master/00-introduction.md)
1111

12-
Open source licence TBD
12+
![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png "License CC-BY")
13+
<br>
14+
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
15+

0 commit comments

Comments
 (0)