diff options
Diffstat (limited to 'mmap')
-rw-r--r-- | mmap/unix/common.c | 3 | ||||
-rw-r--r-- | mmap/unix/mmap.c | 3 | ||||
-rw-r--r-- | mmap/win32/mmap.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mmap/unix/common.c b/mmap/unix/common.c index 05c753aec..b300a993d 100644 --- a/mmap/unix/common.c +++ b/mmap/unix/common.c @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c index 05d3f72ef..fdce7fa7f 100644 --- a/mmap/unix/mmap.c +++ b/mmap/unix/mmap.c @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mmap/win32/mmap.c b/mmap/win32/mmap.c index 36f99245e..4db585281 100644 --- a/mmap/win32/mmap.c +++ b/mmap/win32/mmap.c @@ -1,4 +1,5 @@ -/* Copyright 2000-2004 The Apache Software Foundation +/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as + * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |