X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=shamirs;a=blobdiff_plain;f=shamirssecret.c;fp=shamirssecret.c;h=f5ca5c5f135f6bd7eaad98d95e7c8905f0e2ea3f;hp=e3bbe49eb1cbc0ccbd563656b0893c4d3949fb80;hb=2a2c594f89b469431de08aa68e38ada3bb88d9a3;hpb=9ee05d19836c8700609c255218708f354c28041d diff --git a/shamirssecret.c b/shamirssecret.c index e3bbe49..f5ca5c5 100644 --- a/shamirssecret.c +++ b/shamirssecret.c @@ -1,20 +1,23 @@ /* - * Shamir's secret sharing sharing implementation + * Shamir's secret sharing implementation * * Copyright (C) 2013 Matt Corallo * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. + * This file is part of ASSS (Audit-friendly Shamir's Secret Sharing) * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. + * ASSS is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307 USA. + * ASSS is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with ASSS. If not, see + * . */ #ifndef IN_KERNEL