aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alloc_mmap
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alloc_mmap')
-rw-r--r--modules/alloc_mmap/mmap_mem.cpp2
-rw-r--r--modules/alloc_mmap/mmap_mem.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/alloc_mmap/mmap_mem.cpp b/modules/alloc_mmap/mmap_mem.cpp
index b40d24ca0..5955f9e22 100644
--- a/modules/alloc_mmap/mmap_mem.cpp
+++ b/modules/alloc_mmap/mmap_mem.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Memory Mapping Allocator Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/mmap_mem.h>
diff --git a/modules/alloc_mmap/mmap_mem.h b/modules/alloc_mmap/mmap_mem.h
index 3112feb41..315f55b2e 100644
--- a/modules/alloc_mmap/mmap_mem.h
+++ b/modules/alloc_mmap/mmap_mem.h
@@ -1,6 +1,6 @@
/*************************************************
* Memory Mapping Allocator Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_EXT_MMAP_ALLOCATOR_H__