diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-13 23:02:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-13 23:02:32 +0200 |
commit | 4cbd00d12f91101a8d1d2fcc30baeae465236273 (patch) | |
tree | 08b2bfd5c807038e8d45eec67cd99a3c7978a5e2 /src/libkeccak.h | |
parent | remove dist (diff) | |
download | libkeccak-4cbd00d12f91101a8d1d2fcc30baeae465236273.tar.gz libkeccak-4cbd00d12f91101a8d1d2fcc30baeae465236273.tar.bz2 libkeccak-4cbd00d12f91101a8d1d2fcc30baeae465236273.tar.xz |
Change style and license
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/libkeccak.h')
-rw-r--r-- | src/libkeccak.h | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/src/libkeccak.h b/src/libkeccak.h index c53bcd1..7c71801 100644 --- a/src/libkeccak.h +++ b/src/libkeccak.h @@ -1,24 +1,6 @@ -/** - * libkeccak – Keccak-family hashing library - * - * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se) - * - * This library 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. - * - * This library 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 this library. If not, see <http://www.gnu.org/licenses/>. - */ +/* See LICENSE file for copyright and license details. */ #ifndef LIBKECCAK_H -#define LIBKECCAK_H 1 - +#define LIBKECCAK_H 1 #include "libkeccak/spec.h" #include "libkeccak/generalised-spec.h" @@ -28,6 +10,4 @@ #include "libkeccak/files.h" #include "libkeccak/mac/hmac.h" - #endif - |