aboutsummaryrefslogtreecommitdiffstats
path: root/modules/es_unix
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-03-10 04:19:43 +0000
committerlloyd <[email protected]>2008-03-10 04:19:43 +0000
commit758d5246ea13111b31791e797b059b2b39a512b8 (patch)
tree5d1fea6d759e234908d47ca1f8dfeeab5d13c6cc /modules/es_unix
parente7740ada3945fa9b1cabeb04a6f0a9862ea2507c (diff)
Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
updated dates on files that have actually changed this year. This makes the diff across versions readable again.
Diffstat (limited to 'modules/es_unix')
-rw-r--r--modules/es_unix/es_unix.h2
-rw-r--r--modules/es_unix/unix_cmd.cpp2
-rw-r--r--modules/es_unix/unix_cmd.h2
-rw-r--r--modules/es_unix/unix_src.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/es_unix/es_unix.h b/modules/es_unix/es_unix.h
index e077fc900..149e6f395 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-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_ENTROPY_SRC_UNIX_H__
diff --git a/modules/es_unix/unix_cmd.cpp b/modules/es_unix/unix_cmd.cpp
index 08d4fb7b8..65def8c74 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-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef _XOPEN_SOURCE
diff --git a/modules/es_unix/unix_cmd.h b/modules/es_unix/unix_cmd.h
index b073eb59d..a3754687e 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-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_UNIX_CMD_H__
diff --git a/modules/es_unix/unix_src.cpp b/modules/es_unix/unix_src.cpp
index 55db5a1a5..90189b193 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-2008 The Botan Project *
+* (C) 1999-2007 The Botan Project *
*************************************************/
#include <botan/es_unix.h>