Skip to content

Commit

Permalink
examples: relicense musig example to CC0 public domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Mar 31, 2022
1 parent 7c5af74 commit eccba5b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions examples/musig.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/***********************************************************************
* Copyright (c) 2018 Jonas Nick *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
**********************************************************************/
/*************************************************************************
* Written in 2018 by Jonas Nick *
* To the extent possible under law, the author(s) have dedicated all *
* copyright and related and neighboring rights to the software in this *
* file to the public domain worldwide. This software is distributed *
* without any warranty. For the CC0 Public Domain Dedication, see *
* EXAMPLES_COPYING or https://creativecommons.org/publicdomain/zero/1.0 *
*************************************************************************/

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

0 comments on commit eccba5b

Please sign in to comment.