From 0a847b11a73c8e270b8520e07bbc2b33b236c1fc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] symm/salsa20.[ch]: Add missing LGPL notices. --- symm/salsa20.c | 20 ++++++++++++++++++++ symm/salsa20.h | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/symm/salsa20.c b/symm/salsa20.c index 92631b1d..3465ad9a 100644 --- a/symm/salsa20.c +++ b/symm/salsa20.c @@ -5,6 +5,26 @@ * (c) 2015 Straylight/Edgeware */ +/*----- Licensing notice --------------------------------------------------* + * + * This file is part of Catacomb. + * + * Catacomb is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * Catacomb 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 Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with Catacomb; if not, write to the Free + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. + */ + /*----- Header files ------------------------------------------------------*/ #include "config.h" diff --git a/symm/salsa20.h b/symm/salsa20.h index 4a0d1ebf..0259172b 100644 --- a/symm/salsa20.h +++ b/symm/salsa20.h @@ -5,6 +5,26 @@ * (c) 2015 Straylight/Edgeware */ +/*----- Licensing notice --------------------------------------------------* + * + * This file is part of Catacomb. + * + * Catacomb is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * Catacomb 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 Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with Catacomb; if not, write to the Free + * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + * MA 02111-1307, USA. + */ + #ifndef CATACOMB_SALSA20_H #define CATACOMB_SALSA20_H -- 2.11.0