diff options
Diffstat (limited to 'modules/fd_unix')
-rw-r--r-- | modules/fd_unix/fd_unix.cpp | 2 | ||||
-rw-r--r-- | modules/fd_unix/fd_unix.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/fd_unix/fd_unix.cpp b/modules/fd_unix/fd_unix.cpp index 8b7b2648a..72f2cbf1b 100644 --- a/modules/fd_unix/fd_unix.cpp +++ b/modules/fd_unix/fd_unix.cpp @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O for Unix Source File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/pipe.h> diff --git a/modules/fd_unix/fd_unix.h b/modules/fd_unix/fd_unix.h index f00cb8020..1a0a0c21e 100644 --- a/modules/fd_unix/fd_unix.h +++ b/modules/fd_unix/fd_unix.h @@ -1,6 +1,6 @@ /************************************************* * Pipe I/O for Unix Header File * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_PIPE_UNIXFD_H__ |