summaryrefslogtreecommitdiff
path: root/twofishdata.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-03-30 16:28:28 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-04-12 09:44:29 +0200
commit90112edb7993a1444fd367ac9a0ebb38de0bb605 (patch)
tree155496c32a6c1eb758856ad59ddd231a8473cf8c /twofishdata.c
parentb08824a98082e3b0b213cfaa7eb53e59bf7b6c78 (diff)
downloadnettle-90112edb7993a1444fd367ac9a0ebb38de0bb605.tar.gz
Update copyright headers for dual licensing.
Diffstat (limited to 'twofishdata.c')
-rw-r--r--twofishdata.c37
1 files changed, 20 insertions, 17 deletions
diff --git a/twofishdata.c b/twofishdata.c
index 53ac1715..d518241d 100644
--- a/twofishdata.c
+++ b/twofishdata.c
@@ -1,20 +1,23 @@
-/*
- * twofishdata.c - Generates the permutations q0 and q1 for twofish.
- * Copyright (C) 1999 Ruud de Rooij <ruud@debian.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+/* twofishdata.c
+
+ Generates the permutations q0 and q1 for twofish.
+
+ Copyright (C) 1999 Ruud de Rooij <ruud@debian.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02111-1301 USA.
*/
#include <stdio.h>