summaryrefslogtreecommitdiff
path: root/src/clib/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clib/memmove.c')
-rw-r--r--src/clib/memmove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clib/memmove.c b/src/clib/memmove.c
index 34a181cc..866843dc 100644
--- a/src/clib/memmove.c
+++ b/src/clib/memmove.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.
*/
/*
* Copyright (c) 1990, 1993