X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=aes.h;h=23259f611f7bce0669e65348719e7cba36c5ae0c;hp=fc693560db4f273ff6844a68d34b68d4b35fd165;hb=c215a4bc817daf7b5631236c3c7b6a509479b034;hpb=94ca562bb14422940ff1986ce8dfca87c222cb59 diff --git a/aes.h b/aes.h index fc69356..23259f6 100644 --- a/aes.h +++ b/aes.h @@ -1,8 +1,32 @@ /* - * aes.h - * - * Header file declaring AES functions. - * + * aes.h - Header file declaring AES functions. + */ +/* + * This file is Free Software. It has been modified to as part of its + * incorporation into secnet. + * + * Copyright 2000 Vincent Rijmen, Antoon Bosselaers, Paulo Barreto + * Copyright 2004 Fabrice Bellard + * Copyright 2013 Ian Jackson + * + * You may redistribute this file and/or modify it under the terms of + * the permissive licence shown below. + * + * 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. + * + * This program 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, see + * https://www.gnu.org/licenses/gpl.html. + */ +/* * Copied from the upstream qemu git tree revision * 55616505876d6683130076b810a27c7889321560 * but was introduced there by Fabrice Bellard in