X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=shamirs;a=blobdiff_plain;f=main.c;h=af352fd09fb692da34db9b573460410ff5fba4b7;hp=8301c0b9616ab56bce515bee85fdaa483ddb6420;hb=595308255929be4929da4dcd3174c8b65f95d8e7;hpb=5958ded10d4f4496f34ae8f5aad0b34153ed3dd6 diff --git a/main.c b/main.c index 8301c0b..af352fd 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,22 @@ +/* + * Shamir's secret sharing CLI interface + * + * 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 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. + * + * 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. + */ + #define _GNU_SOURCE #include