summaryrefslogtreecommitdiff
path: root/src/aes_prng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aes_prng.c')
-rw-r--r--src/aes_prng.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/aes_prng.c b/src/aes_prng.c
index 4d9963f0..e0287fc1 100644
--- a/src/aes_prng.c
+++ b/src/aes_prng.c
@@ -1,7 +1,5 @@
-// Emacs style mode select -*- C++ -*-
-//-----------------------------------------------------------------------------
//
-// Copyright(C) 2012 Simon Howard
+// Copyright(C) 2005-2014 Simon Howard
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -13,12 +11,6 @@
// 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., 59 Temple Place - Suite 330, Boston, MA
-// 02111-1307, USA.
-//
-//-----------------------------------------------------------------------------
//
// This implements a cryptographically secure pseudorandom number
// generator for implementing secure demos. The approach taken is to
@@ -31,7 +23,6 @@
// The AES implementation is from GnuPG. Original copyright notice is
// below.
//
-//-----------------------------------------------------------------------------
/* Rijndael (AES) for GnuPG
* Copyright (C) 2000, 2001, 2008 Free Software Foundation, Inc.