X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=eax.c;h=a32baaca30bd4db0cb93fd0150f17c201b3be353;hb=564022994befb8f71b89ae015751b22c34ae3ee8;hp=af5ccae16d977a8d523362f3a1e38b6a825568f1;hpb=9018e07aec9e5a32e85b03d997a272c40ff2d915;p=secnet.git diff --git a/eax.c b/eax.c index af5ccae..a32baac 100644 --- a/eax.c +++ b/eax.c @@ -2,24 +2,29 @@ * eax.c: implementation of the EAX authenticated encryption block cipher mode */ /* + * This file is Free Software. It was originally written for secnet. + * * Copyright 2013 Ian Jackson * Copyright 2013 Mark Wooding * - * This file is Free Software. It was originally written for secnet. + * You may redistribute secnet as a whole and/or modify it under the + * terms of the GNU General Public License as published by the Free + * Software Foundation; either version 3, or (at your option) any + * later version. * - * You may redistribute it and/or modify it under the terms of the GNU - * General Public License as published by the Free Software + * You may redistribute this file and/or modify it under the terms of + * the GNU General Public License as published by the Free Software * Foundation; either version 2, or (at your option) any later * version. * - * This program is distributed in the hope that it will be useful, + * This software 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 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this software; if not, see + * https://www.gnu.org/licenses/gpl.html. */ /*