X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=eax-aes-test.c;h=183855370f3053a1bc253d10e4eb0974df7b96fa;hp=d8ad027e0d2b14ab9cc1e5e77c442e77252c5eba;hb=c215a4bc817daf7b5631236c3c7b6a509479b034;hpb=9018e07aec9e5a32e85b03d997a272c40ff2d915 diff --git a/eax-aes-test.c b/eax-aes-test.c index d8ad027..1838553 100644 --- a/eax-aes-test.c +++ b/eax-aes-test.c @@ -4,19 +4,31 @@ /* * This file is Free Software. It was originally written for secnet. * - * You may redistribute it and/or modify it under the terms of the GNU - * General Public License as published by the Free Software + * Copyright 2013 Ian Jackson + * + * 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 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. + */ +/* + * The corresponding test vector file is eax-aes-test.vectors. It was + * copied out of the AES (Rijndael) paper. I don't believe it is a + * creative work that attracts copyright. -iwj. */ #include "eax-test.h"