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 /COPYING | |
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 '')
-rw-r--r-- | COPYING | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/COPYING b/COPYING deleted file mode 100644 index cf8c14a..0000000 --- a/COPYING +++ /dev/null @@ -1,17 +0,0 @@ -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/>. - |