diff options
Diffstat (limited to 'modules/es_unix')
-rw-r--r-- | modules/es_unix/es_unix.cpp | 2 | ||||
-rw-r--r-- | modules/es_unix/es_unix.h | 2 | ||||
-rw-r--r-- | modules/es_unix/unix_cmd.cpp | 2 | ||||
-rw-r--r-- | modules/es_unix/unix_cmd.h | 2 | ||||
-rw-r--r-- | modules/es_unix/unix_src.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp index 3aaf6369a..bc34fa8bf 100644 --- a/modules/es_unix/es_unix.cpp +++ b/modules/es_unix/es_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix EntropySource Source File * -* (C) 1999-2008 The Botan Project * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #include <botan/es_unix.h> diff --git a/modules/es_unix/es_unix.h b/modules/es_unix/es_unix.h index 149e6f395..2bc6e9329 100644 --- a/modules/es_unix/es_unix.h +++ b/modules/es_unix/es_unix.h @@ -1,6 +1,6 @@ /************************************************* * Unix EntropySource Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_ENTROPY_SRC_UNIX_H__ diff --git a/modules/es_unix/unix_cmd.cpp b/modules/es_unix/unix_cmd.cpp index 65def8c74..a83063f7f 100644 --- a/modules/es_unix/unix_cmd.cpp +++ b/modules/es_unix/unix_cmd.cpp @@ -1,6 +1,6 @@ /************************************************* * Unix Command Execution Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef _XOPEN_SOURCE diff --git a/modules/es_unix/unix_cmd.h b/modules/es_unix/unix_cmd.h index a3754687e..42211b0a4 100644 --- a/modules/es_unix/unix_cmd.h +++ b/modules/es_unix/unix_cmd.h @@ -1,6 +1,6 @@ /************************************************* * Unix Command Execution Header File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #ifndef BOTAN_EXT_UNIX_CMD_H__ diff --git a/modules/es_unix/unix_src.cpp b/modules/es_unix/unix_src.cpp index 90189b193..9d44dbf4f 100644 --- a/modules/es_unix/unix_src.cpp +++ b/modules/es_unix/unix_src.cpp @@ -1,6 +1,6 @@ /************************************************* * Program List for Unix_EntropySource * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * *************************************************/ #include <botan/es_unix.h> |