Skip to content

Commit eccba5b

Browse files
committed
examples: relicense musig example to CC0 public domain
1 parent 7c5af74 commit eccba5b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

examples/musig.c

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
/***********************************************************************
2-
* Copyright (c) 2018 Jonas Nick *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/*************************************************************************
2+
* Written in 2018 by Jonas Nick *
3+
* To the extent possible under law, the author(s) have dedicated all *
4+
* copyright and related and neighboring rights to the software in this *
5+
* file to the public domain worldwide. This software is distributed *
6+
* without any warranty. For the CC0 Public Domain Dedication, see *
7+
* EXAMPLES_COPYING or https://creativecommons.org/publicdomain/zero/1.0 *
8+
*************************************************************************/
69

710
/** This file demonstrates how to use the MuSig module to create a
811
* 3-of-3 multisignature. Additionally, see the documentation in

0 commit comments

Comments
 (0)