chiark / gitweb /
finalise 0.4.3
[secnet.git] / eax.c
diff --git a/eax.c b/eax.c
index af5ccae16d977a8d523362f3a1e38b6a825568f1..a32baaca30bd4db0cb93fd0150f17c201b3be353 100644 (file)
--- a/eax.c
+++ b/eax.c
@@ -2,24 +2,29 @@
  * eax.c: implementation of the EAX authenticated encryption block cipher mode
  */
 /*
+ * This file is Free Software.  It was originally written for secnet.
+ *
  * Copyright 2013 Ian Jackson
  * Copyright 2013 Mark Wooding
  *
- * This file is Free Software.  It was originally written for secnet.
+ * 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 it and/or modify it under the terms of the GNU
- * General Public License as published by the Free Software
+ * 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.
  */
 
 /*