summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/bchange.c2
-rw-r--r--strings/bfill.c2
-rw-r--r--strings/bmove.c2
-rw-r--r--strings/bmove512.c2
-rw-r--r--strings/bmove_upp-sparc.s2
-rw-r--r--strings/bmove_upp.c2
-rw-r--r--strings/ctype-mb.c2
-rw-r--r--strings/ctype-simple.c3
-rw-r--r--strings/ctype-uca.c3
-rw-r--r--strings/ctype-utf8.c2
-rw-r--r--strings/ctype.c3
-rw-r--r--strings/do_ctype.c2
-rw-r--r--strings/int2str.c2
-rw-r--r--strings/is_prefix.c2
-rw-r--r--strings/llstr.c2
-rw-r--r--strings/longlong2str-x86.s2
-rw-r--r--strings/longlong2str.c2
-rw-r--r--strings/longlong2str_asm.c2
-rw-r--r--strings/macros.asm2
-rw-r--r--strings/my_strtoll10-x86.s2
-rw-r--r--strings/my_strtoll10.c2
-rw-r--r--strings/ptr_cmp.asm2
-rw-r--r--strings/r_strinstr.c2
-rw-r--r--strings/str2int.c2
-rw-r--r--strings/str_alloc.c2
-rw-r--r--strings/strappend-sparc.s2
-rw-r--r--strings/strappend.c2
-rw-r--r--strings/strcend.c2
-rw-r--r--strings/strcont.c2
-rw-r--r--strings/strend-sparc.s2
-rw-r--r--strings/strend.c2
-rw-r--r--strings/strfill.c2
-rw-r--r--strings/strings-not-used.h2
-rw-r--r--strings/strings-x86.s2
-rw-r--r--strings/strings.asm2
-rw-r--r--strings/strinstr-sparc.s2
-rw-r--r--strings/strinstr.c2
-rw-r--r--strings/strmake-sparc.s2
-rw-r--r--strings/strmake.c2
-rw-r--r--strings/strmov-sparc.s2
-rw-r--r--strings/strmov.c2
-rw-r--r--strings/strnlen.c2
-rw-r--r--strings/strnmov-sparc.s2
-rw-r--r--strings/strnmov.c2
-rw-r--r--strings/strstr-sparc.s2
-rw-r--r--strings/strstr.c2
-rw-r--r--strings/strto.c2
-rw-r--r--strings/strtol.c2
-rw-r--r--strings/strtoll.c2
-rw-r--r--strings/strtoul.c2
-rw-r--r--strings/strtoull.c2
-rw-r--r--strings/strxmov-sparc.s2
-rw-r--r--strings/strxmov.asm2
-rw-r--r--strings/strxmov.c2
-rw-r--r--strings/strxnmov.c2
-rw-r--r--strings/t_ctype.h2
-rw-r--r--strings/udiv.c2
57 files changed, 57 insertions, 60 deletions
diff --git a/strings/bchange.c b/strings/bchange.c
index 13d491844f7..6854331d64e 100644
--- a/strings/bchange.c
+++ b/strings/bchange.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/bfill.c b/strings/bfill.c
index e6c1c3e0ed0..05089c84090 100644
--- a/strings/bfill.c
+++ b/strings/bfill.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2006 MySQL AB
+/* Copyright (c) 2000-2002 MySQL AB
Use is subject to license terms.
This library is free software; you can redistribute it and/or
diff --git a/strings/bmove.c b/strings/bmove.c
index f7f29271de1..43068dc7000 100644
--- a/strings/bmove.c
+++ b/strings/bmove.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2006 MySQL AB
+/* Copyright (c) 2000-2002 MySQL AB
Use is subject to license terms.
This library is free software; you can redistribute it and/or
diff --git a/strings/bmove512.c b/strings/bmove512.c
index bd863f82071..14643538e60 100644
--- a/strings/bmove512.c
+++ b/strings/bmove512.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2003, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2003, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/bmove_upp-sparc.s b/strings/bmove_upp-sparc.s
index f745f0fc613..a61140320a2 100644
--- a/strings/bmove_upp-sparc.s
+++ b/strings/bmove_upp-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/bmove_upp.c b/strings/bmove_upp.c
index 48af2e43737..f411029fefa 100644
--- a/strings/bmove_upp.c
+++ b/strings/bmove_upp.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/ctype-mb.c b/strings/ctype-mb.c
index 92d7b5f48c8..41381770089 100644
--- a/strings/ctype-mb.c
+++ b/strings/ctype-mb.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/strings/ctype-simple.c b/strings/ctype-simple.c
index 082868600b2..eef6a65ee18 100644
--- a/strings/ctype-simple.c
+++ b/strings/ctype-simple.c
@@ -1,5 +1,4 @@
-/* Copyright (c) 2002-2007 MySQL AB, 2009 Sun Microsystems, Inc.
- Use is subject to license terms.
+/* Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/strings/ctype-uca.c b/strings/ctype-uca.c
index 26a3bac7964..efb1f88cec0 100644
--- a/strings/ctype-uca.c
+++ b/strings/ctype-uca.c
@@ -1,5 +1,4 @@
-/* Copyright (c) 2004-2007 MySQL AB, 2009 Sun Microsystems, Inc.
- Use is subject to license terms.
+/* Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/strings/ctype-utf8.c b/strings/ctype-utf8.c
index 004a09866aa..87c53717fd9 100644
--- a/strings/ctype-utf8.c
+++ b/strings/ctype-utf8.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/strings/ctype.c b/strings/ctype.c
index ecb827cc778..1de656d2bd3 100644
--- a/strings/ctype.c
+++ b/strings/ctype.c
@@ -1,5 +1,4 @@
-/* Copyright (c) 2000-2007 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
- Use is subject to license terms.
+/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/strings/do_ctype.c b/strings/do_ctype.c
index fed00c82624..cc2e4a79937 100644
--- a/strings/do_ctype.c
+++ b/strings/do_ctype.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2006, 2007 MySQL AB
+/* Copyright (c) 2000-2002, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/int2str.c b/strings/int2str.c
index 8f039d1d5cd..073b3bed69d 100644
--- a/strings/int2str.c
+++ b/strings/int2str.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2004, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/is_prefix.c b/strings/is_prefix.c
index e3cff258a24..3f3ece4fa9b 100644
--- a/strings/is_prefix.c
+++ b/strings/is_prefix.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006 MySQL AB
+/* Copyright (c) 2000, 2001 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/llstr.c b/strings/llstr.c
index 0734137f3c4..1df2ab865fe 100644
--- a/strings/llstr.c
+++ b/strings/llstr.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2004, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/longlong2str-x86.s b/strings/longlong2str-x86.s
index 3de43a96e78..ce820878e5c 100644
--- a/strings/longlong2str-x86.s
+++ b/strings/longlong2str-x86.s
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 MySQL AB
+# Copyright (c) 2000-2002, 2004, 2005 MySQL AB
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
diff --git a/strings/longlong2str.c b/strings/longlong2str.c
index 10e9dc568f8..6c96e2ce35d 100644
--- a/strings/longlong2str.c
+++ b/strings/longlong2str.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2004, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/longlong2str_asm.c b/strings/longlong2str_asm.c
index a6a64d7d249..b9a6b35309d 100644
--- a/strings/longlong2str_asm.c
+++ b/strings/longlong2str_asm.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005, 2006 MySQL AB
+/* Copyright (c) 2005 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/macros.asm b/strings/macros.asm
index 1eedcfbb15f..93af58ea247 100644
--- a/strings/macros.asm
+++ b/strings/macros.asm
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 MySQL AB
+; Copyright (c) 2000, 2006 MySQL AB
;
; This library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Library General Public
diff --git a/strings/my_strtoll10-x86.s b/strings/my_strtoll10-x86.s
index f73428de7de..d16287fe17a 100644
--- a/strings/my_strtoll10-x86.s
+++ b/strings/my_strtoll10-x86.s
@@ -1,4 +1,4 @@
-# Copyright (C) 2003 MySQL AB
+# Copyright (c) 2003, 2005, 2006 MySQL AB
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c
index 7309a2ed20d..0f94302fdeb 100644
--- a/strings/my_strtoll10.c
+++ b/strings/my_strtoll10.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2003-2007 MySQL AB
+/* Copyright (c) 2003-2005, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/ptr_cmp.asm b/strings/ptr_cmp.asm
index b2a020d8a37..925aa46e292 100644
--- a/strings/ptr_cmp.asm
+++ b/strings/ptr_cmp.asm
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 MySQL AB
+; Copyright (c) 2000, 2006 MySQL AB
;
; This library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Library General Public
diff --git a/strings/r_strinstr.c b/strings/r_strinstr.c
index 3d97fe3959c..ed766163dee 100644
--- a/strings/r_strinstr.c
+++ b/strings/r_strinstr.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2004, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/str2int.c b/strings/str2int.c
index 925880fd83e..2c40fc62528 100644
--- a/strings/str2int.c
+++ b/strings/str2int.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2003, 2006 MySQL AB
+/* Copyright (c) 2000-2003 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/str_alloc.c b/strings/str_alloc.c
index 9e870950c27..6368ae5bd17 100644
--- a/strings/str_alloc.c
+++ b/strings/str_alloc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2005, 2006 MySQL AB
+/* Copyright (c) 2005 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strappend-sparc.s b/strings/strappend-sparc.s
index d5add816eb0..9c58ffd7a1f 100644
--- a/strings/strappend-sparc.s
+++ b/strings/strappend-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strappend.c b/strings/strappend.c
index 980cc26af74..b617579c51f 100644
--- a/strings/strappend.c
+++ b/strings/strappend.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strcend.c b/strings/strcend.c
index 0ff48223500..6c5be8d541c 100644
--- a/strings/strcend.c
+++ b/strings/strcend.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006 MySQL AB
+/* Copyright (c) 2000, 2001 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strcont.c b/strings/strcont.c
index 71755ca4f9a..b12045d45a4 100644
--- a/strings/strcont.c
+++ b/strings/strcont.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strend-sparc.s b/strings/strend-sparc.s
index f264fcef32f..8cfa1af00d3 100644
--- a/strings/strend-sparc.s
+++ b/strings/strend-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strend.c b/strings/strend.c
index 89178d2a662..3e72d6cc8c8 100644
--- a/strings/strend.c
+++ b/strings/strend.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2006 MySQL AB
+/* Copyright (c) 2000-2002 MySQL AB
Use is subject to license terms.
This library is free software; you can redistribute it and/or
diff --git a/strings/strfill.c b/strings/strfill.c
index 16fad9f3670..72ee526582d 100644
--- a/strings/strfill.c
+++ b/strings/strfill.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strings-not-used.h b/strings/strings-not-used.h
index 3efaa8ab6eb..5763f32e0ca 100644
--- a/strings/strings-not-used.h
+++ b/strings/strings-not-used.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 MySQL AB
+/* Copyright (c) 2000, 2001 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/strings/strings-x86.s b/strings/strings-x86.s
index db7bb0c1274..3af8ec024dc 100644
--- a/strings/strings-x86.s
+++ b/strings/strings-x86.s
@@ -1,4 +1,4 @@
-# Copyright (C) 2000 MySQL AB
+# Copyright (c) 2000, 2002-2004 MySQL AB
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
diff --git a/strings/strings.asm b/strings/strings.asm
index 2224025cc72..24f7fed6a71 100644
--- a/strings/strings.asm
+++ b/strings/strings.asm
@@ -1,4 +1,4 @@
-; Copyright (C) 2000, 2003 MySQL AB
+; Copyright (c) 2000, 2003, 2006 MySQL AB
;
; This library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Library General Public
diff --git a/strings/strinstr-sparc.s b/strings/strinstr-sparc.s
index 5278aff6aa7..c39b2793a34 100644
--- a/strings/strinstr-sparc.s
+++ b/strings/strinstr-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000 MySQL AB
+! Copyright (c) 2000, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strinstr.c b/strings/strinstr.c
index c95dfe9d711..a2a6218d2b9 100644
--- a/strings/strinstr.c
+++ b/strings/strinstr.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2004, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strmake-sparc.s b/strings/strmake-sparc.s
index 36db8efd402..68f30da6e53 100644
--- a/strings/strmake-sparc.s
+++ b/strings/strmake-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strmake.c b/strings/strmake.c
index 1a5ad2286df..6e437fca487 100644
--- a/strings/strmake.c
+++ b/strings/strmake.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2003, 2006-2008 MySQL AB, 2009 Sun Microsystems, Inc.
+/* Copyright (c) 2000, 2001, 2003, 2007, 2008 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strmov-sparc.s b/strings/strmov-sparc.s
index f124da2dc9f..b472aad5d90 100644
--- a/strings/strmov-sparc.s
+++ b/strings/strmov-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strmov.c b/strings/strmov.c
index e670654eb95..84e73570e05 100644
--- a/strings/strmov.c
+++ b/strings/strmov.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006 MySQL AB, 2009 Sun Microsystems, Inc.
+/* Copyright (c) 2000, 2001 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strnlen.c b/strings/strnlen.c
index 4826c17ff19..1d35ed66edc 100644
--- a/strings/strnlen.c
+++ b/strings/strnlen.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strnmov-sparc.s b/strings/strnmov-sparc.s
index df0c4bebf03..a4b6cdd0bc0 100644
--- a/strings/strnmov-sparc.s
+++ b/strings/strnmov-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strnmov.c b/strings/strnmov.c
index 64cc46e3c05..4af52a75777 100644
--- a/strings/strnmov.c
+++ b/strings/strnmov.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006, 2007 MySQL AB
+/* Copyright (c) 2000, 2001, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strstr-sparc.s b/strings/strstr-sparc.s
index 2a6590c9c93..0593c1ddf61 100644
--- a/strings/strstr-sparc.s
+++ b/strings/strstr-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strstr.c b/strings/strstr.c
index 8c7be350bb6..292dd94d53d 100644
--- a/strings/strstr.c
+++ b/strings/strstr.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2004, 2006 MySQL AB
+/* Copyright (c) 2000-2002, 2004 MySQL AB
Use is subject to license terms.
This library is free software; you can redistribute it and/or
diff --git a/strings/strto.c b/strings/strto.c
index 8255c38f52e..4d05e8eaf71 100644
--- a/strings/strto.c
+++ b/strings/strto.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2004, 2006, 2007 MySQL AB
+/* Copyright (c) 2000-2004, 2007 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strtol.c b/strings/strtol.c
index 7b4d13f8778..90490f9c75b 100644
--- a/strings/strtol.c
+++ b/strings/strtol.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006 MySQL AB
+/* Copyright (c) 2000, 2001, 2004 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strtoll.c b/strings/strtoll.c
index 0858b21865e..06070cb4c9b 100644
--- a/strings/strtoll.c
+++ b/strings/strtoll.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2003, 2004, 2006 MySQL AB
+/* Copyright (c) 2000, 2001, 2003, 2004 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strtoul.c b/strings/strtoul.c
index 2c5ef0867fd..fbfa4d5ba64 100644
--- a/strings/strtoul.c
+++ b/strings/strtoul.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2004, 2006 MySQL AB
+/* Copyright (c) 2000, 2001, 2004 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strtoull.c b/strings/strtoull.c
index 819d9ab9d72..aad0207cff3 100644
--- a/strings/strtoull.c
+++ b/strings/strtoull.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2003, 2004, 2006 MySQL AB
+/* Copyright (c) 2000, 2001, 2003, 2004 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
diff --git a/strings/strxmov-sparc.s b/strings/strxmov-sparc.s
index 11ae49a876b..8a7032f67c6 100644
--- a/strings/strxmov-sparc.s
+++ b/strings/strxmov-sparc.s
@@ -1,4 +1,4 @@
-! Copyright (C) 2000, 2002 MySQL AB
+! Copyright (c) 2000, 2002, 2006 MySQL AB
!
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Library General Public
diff --git a/strings/strxmov.asm b/strings/strxmov.asm
index ad5d0dd3db0..20273da868f 100644
--- a/strings/strxmov.asm
+++ b/strings/strxmov.asm
@@ -1,4 +1,4 @@
-; Copyright (C) 2000 MySQL AB
+; Copyright (c) 2000, 2006 MySQL AB
;
; This library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Library General Public
diff --git a/strings/strxmov.c b/strings/strxmov.c
index c5963170c91..51206300857 100644
--- a/strings/strxmov.c
+++ b/strings/strxmov.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2006 MySQL AB
+/* Copyright (c) 2000-2002 MySQL AB
Use is subject to license terms.
This library is free software; you can redistribute it and/or
diff --git a/strings/strxnmov.c b/strings/strxnmov.c
index f9db76c0264..6c0182d97d7 100644
--- a/strings/strxnmov.c
+++ b/strings/strxnmov.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000-2002, 2005-2007 MySQL AB
+/* Copyright (c) 2000-2002, 2005, 2007 MySQL AB
Use is subject to license terms.
This library is free software; you can redistribute it and/or
diff --git a/strings/t_ctype.h b/strings/t_ctype.h
index af4f3ebbaa1..31c366a9ab4 100644
--- a/strings/t_ctype.h
+++ b/strings/t_ctype.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 MySQL AB
+/* Copyright (c) 2000, 2001, 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/strings/udiv.c b/strings/udiv.c
index c7780dde64a..5c2415536f1 100644
--- a/strings/udiv.c
+++ b/strings/udiv.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2000, 2001, 2006 MySQL AB
+/* Copyright (c) 2000, 2001 MySQL AB
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify