From: Martin Hansson Date: January 20 2011 8:25am Subject: bzr commit into mysql-5.1 branch (martin.hansson:3563) List-Archive: http://lists.mysql.com/commits/129251 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1279908904==" --===============1279908904== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline #At file:///data0/martin/bzrroot/bug59173/5.1/ based on revid:martin.hansson@stripped 3563 Martin Hansson 2011-01-20 [merge] Merge. modified: strings/bchange.c strings/bcopy-duff.c strings/bfill.c strings/bmove.c strings/bmove512.c strings/bmove_upp.c strings/conf_to_src.c strings/ctype-big5.c strings/ctype-bin.c strings/ctype-cp932.c strings/ctype-czech.c strings/ctype-euc_kr.c strings/ctype-eucjpms.c strings/ctype-extra.c strings/ctype-gb2312.c strings/ctype-gbk.c strings/ctype-latin1.c strings/ctype-mb.c strings/ctype-simple.c strings/ctype-sjis.c strings/ctype-tis620.c strings/ctype-uca.c strings/ctype-ucs2.c strings/ctype-ujis.c strings/ctype-utf8.c strings/ctype-win1250ch.c strings/ctype.c strings/decimal.c strings/do_ctype.c strings/dump_map.c strings/int2str.c strings/is_prefix.c strings/llstr.c strings/longlong2str.c strings/longlong2str_asm.c strings/memcmp.c strings/memcpy.c strings/memset.c strings/my_strchr.c strings/my_strtoll10.c strings/my_vsnprintf.c strings/r_strinstr.c strings/str2int.c strings/str_alloc.c strings/str_test.c strings/strappend.c strings/strcat.c strings/strcend.c strings/strchr.c strings/strcmp.c strings/strcont.c strings/strend.c strings/strfill.c strings/strinstr.c strings/strlen.c strings/strmake.c strings/strmov.c strings/strnlen.c strings/strnmov.c strings/strrchr.c strings/strstr.c strings/strto.c strings/strtod.c strings/strtol.c strings/strtoll.c strings/strtoul.c strings/strtoull.c strings/strxmov.c strings/strxnmov.c strings/uca-dump.c strings/uctypedump.c strings/udiv.c strings/utr11-dump.c strings/xml.c === modified file 'strings/bchange.c' --- a/strings/bchange.c 2007-05-10 09:59:39 +0000 +++ b/strings/bchange.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/bcopy-duff.c' --- a/strings/bcopy-duff.c 2006-12-23 19:17:15 +0000 +++ b/strings/bcopy-duff.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/bfill.c' --- a/strings/bfill.c 2006-12-23 19:17:15 +0000 +++ b/strings/bfill.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/bmove.c' --- a/strings/bmove.c 2006-12-23 19:17:15 +0000 +++ b/strings/bmove.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/bmove512.c' --- a/strings/bmove512.c 2007-05-10 09:59:39 +0000 +++ b/strings/bmove512.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/bmove_upp.c' --- a/strings/bmove_upp.c 2007-05-10 09:59:39 +0000 +++ b/strings/bmove_upp.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/conf_to_src.c' --- a/strings/conf_to_src.c 2008-11-14 16:29:38 +0000 +++ b/strings/conf_to_src.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 @@ -249,7 +249,7 @@ static void fprint_copyright(FILE *file) { fprintf(file, -"/* Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.\n" +"/* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.\n" "\n" " This program is free software; you can redistribute it and/or modify\n" " it under the terms of the GNU General Public License as published by\n" === modified file 'strings/ctype-big5.c' --- a/strings/ctype-big5.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-big5.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-bin.c' --- a/strings/ctype-bin.c 2007-06-05 22:22:35 +0000 +++ b/strings/ctype-bin.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB & tommy@stripped. +/* Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. & tommy@stripped. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public === modified file 'strings/ctype-cp932.c' --- a/strings/ctype-cp932.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-cp932.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-czech.c' --- a/strings/ctype-czech.c 2007-05-10 09:59:39 +0000 +++ b/strings/ctype-czech.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-euc_kr.c' --- a/strings/ctype-euc_kr.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-euc_kr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-eucjpms.c' --- a/strings/ctype-eucjpms.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-eucjpms.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB & tommy@stripped. +/* Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. & tommy@stripped. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public === modified file 'strings/ctype-extra.c' --- a/strings/ctype-extra.c 2010-11-26 13:58:54 +0000 +++ b/strings/ctype-extra.c 2011-01-19 13:17:52 +0000 @@ -6,7 +6,7 @@ ./conf_to_src ../sql/share/charsets/ > FILE */ -/* Copyright (C) 2000-2007 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-gb2312.c' --- a/strings/ctype-gb2312.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-gb2312.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-gbk.c' --- a/strings/ctype-gbk.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-gbk.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-latin1.c' --- a/strings/ctype-latin1.c 2007-05-10 09:59:39 +0000 +++ b/strings/ctype-latin1.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-mb.c' --- a/strings/ctype-mb.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-mb.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-simple.c' --- a/strings/ctype-simple.c 2009-10-12 07:43:15 +0000 +++ b/strings/ctype-simple.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/ctype-sjis.c' --- a/strings/ctype-sjis.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-sjis.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-tis620.c' --- a/strings/ctype-tis620.c 2007-05-10 09:59:39 +0000 +++ b/strings/ctype-tis620.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2003 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-uca.c' --- a/strings/ctype-uca.c 2009-10-20 07:47:00 +0000 +++ b/strings/ctype-uca.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 MySQL AB +/* Copyright (c) 2004, 2011, 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 === modified file 'strings/ctype-ucs2.c' --- a/strings/ctype-ucs2.c 2010-07-02 18:30:47 +0000 +++ b/strings/ctype-ucs2.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-ujis.c' --- a/strings/ctype-ujis.c 2010-07-26 05:06:18 +0000 +++ b/strings/ctype-ujis.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB & tommy@stripped. +/* Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. & tommy@stripped. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public === modified file 'strings/ctype-utf8.c' --- a/strings/ctype-utf8.c 2009-08-28 16:21:54 +0000 +++ b/strings/ctype-utf8.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/ctype-win1250ch.c' --- a/strings/ctype-win1250ch.c 2007-05-10 09:59:39 +0000 +++ b/strings/ctype-win1250ch.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 MySQL AB +/* Copyright (c) 2003, 2011, 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 === modified file 'strings/ctype.c' --- a/strings/ctype.c 2009-06-06 13:05:44 +0000 +++ b/strings/ctype.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/decimal.c' --- a/strings/decimal.c 2010-07-20 18:07:36 +0000 +++ b/strings/decimal.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/do_ctype.c' --- a/strings/do_ctype.c 2007-05-10 09:59:39 +0000 +++ b/strings/do_ctype.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/dump_map.c' --- a/strings/dump_map.c 2006-12-31 00:02:27 +0000 +++ b/strings/dump_map.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2004 MySQL AB +/* Copyright (c) 2003, 2011, 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 === modified file 'strings/int2str.c' --- a/strings/int2str.c 2007-10-31 09:34:26 +0000 +++ b/strings/int2str.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/is_prefix.c' --- a/strings/is_prefix.c 2006-12-23 19:17:15 +0000 +++ b/strings/is_prefix.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/llstr.c' --- a/strings/llstr.c 2007-11-30 05:32:04 +0000 +++ b/strings/llstr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/longlong2str.c' --- a/strings/longlong2str.c 2007-10-31 09:34:26 +0000 +++ b/strings/longlong2str.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/longlong2str_asm.c' --- a/strings/longlong2str_asm.c 2006-12-23 19:17:15 +0000 +++ b/strings/longlong2str_asm.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/memcmp.c' --- a/strings/memcmp.c 2006-12-23 19:17:15 +0000 +++ b/strings/memcmp.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/memcpy.c' --- a/strings/memcpy.c 2006-12-23 19:17:15 +0000 +++ b/strings/memcpy.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/memset.c' --- a/strings/memset.c 2006-12-23 19:17:15 +0000 +++ b/strings/memset.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/my_strchr.c' --- a/strings/my_strchr.c 2010-12-01 12:54:50 +0000 +++ b/strings/my_strchr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 MySQL AB +/* Copyright (c) 2005, 2011, 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 === modified file 'strings/my_strtoll10.c' --- a/strings/my_strtoll10.c 2007-05-10 09:59:39 +0000 +++ b/strings/my_strtoll10.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 MySQL AB +/* Copyright (c) 2003, 2011, 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 === modified file 'strings/my_vsnprintf.c' --- a/strings/my_vsnprintf.c 2009-02-13 16:41:47 +0000 +++ b/strings/my_vsnprintf.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/r_strinstr.c' --- a/strings/r_strinstr.c 2007-05-10 09:59:39 +0000 +++ b/strings/r_strinstr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/str2int.c' --- a/strings/str2int.c 2006-12-23 19:17:15 +0000 +++ b/strings/str2int.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/str_alloc.c' --- a/strings/str_alloc.c 2006-12-23 19:17:15 +0000 +++ b/strings/str_alloc.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/str_test.c' --- a/strings/str_test.c 2010-07-02 18:30:47 +0000 +++ b/strings/str_test.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2003 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strappend.c' --- a/strings/strappend.c 2007-05-10 09:59:39 +0000 +++ b/strings/strappend.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strcat.c' --- a/strings/strcat.c 2006-12-23 19:17:15 +0000 +++ b/strings/strcat.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strcend.c' --- a/strings/strcend.c 2006-12-23 19:17:15 +0000 +++ b/strings/strcend.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strchr.c' --- a/strings/strchr.c 2006-12-23 19:17:15 +0000 +++ b/strings/strchr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strcmp.c' --- a/strings/strcmp.c 2006-12-23 19:17:15 +0000 +++ b/strings/strcmp.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strcont.c' --- a/strings/strcont.c 2007-05-10 09:59:39 +0000 +++ b/strings/strcont.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strend.c' --- a/strings/strend.c 2006-12-23 19:17:15 +0000 +++ b/strings/strend.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/strfill.c' --- a/strings/strfill.c 2007-05-10 09:59:39 +0000 +++ b/strings/strfill.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strinstr.c' --- a/strings/strinstr.c 2007-05-10 09:59:39 +0000 +++ b/strings/strinstr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strlen.c' --- a/strings/strlen.c 2007-05-10 09:59:39 +0000 +++ b/strings/strlen.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strmake.c' --- a/strings/strmake.c 2009-07-16 13:17:47 +0000 +++ b/strings/strmake.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strmov.c' --- a/strings/strmov.c 2009-12-16 17:31:19 +0000 +++ b/strings/strmov.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strnlen.c' --- a/strings/strnlen.c 2007-05-10 09:59:39 +0000 +++ b/strings/strnlen.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strnmov.c' --- a/strings/strnmov.c 2007-05-10 09:59:39 +0000 +++ b/strings/strnmov.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strrchr.c' --- a/strings/strrchr.c 2006-12-23 19:17:15 +0000 +++ b/strings/strrchr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strstr.c' --- a/strings/strstr.c 2006-12-23 19:17:15 +0000 +++ b/strings/strstr.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/strto.c' --- a/strings/strto.c 2007-05-10 09:59:39 +0000 +++ b/strings/strto.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strtod.c' --- a/strings/strtod.c 2010-12-28 23:47:05 +0000 +++ b/strings/strtod.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2007 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strtol.c' --- a/strings/strtol.c 2006-12-23 19:17:15 +0000 +++ b/strings/strtol.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strtoll.c' --- a/strings/strtoll.c 2006-12-23 19:17:15 +0000 +++ b/strings/strtoll.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strtoul.c' --- a/strings/strtoul.c 2006-12-23 19:17:15 +0000 +++ b/strings/strtoul.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strtoull.c' --- a/strings/strtoull.c 2006-12-23 19:17:15 +0000 +++ b/strings/strtoull.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/strxmov.c' --- a/strings/strxmov.c 2006-12-23 19:17:15 +0000 +++ b/strings/strxmov.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/strxnmov.c' --- a/strings/strxnmov.c 2007-05-10 09:59:39 +0000 +++ b/strings/strxnmov.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 MySQL AB +/* Copyright (c) 2002, 2011, 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 === modified file 'strings/uca-dump.c' --- a/strings/uca-dump.c 2006-12-31 00:02:27 +0000 +++ b/strings/uca-dump.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 MySQL AB +/* Copyright (c) 2004, 2011, 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 === modified file 'strings/uctypedump.c' --- a/strings/uctypedump.c 2006-12-31 01:29:11 +0000 +++ b/strings/uctypedump.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 MySQL AB +/* Copyright (c) 2006, 2011, 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 === modified file 'strings/udiv.c' --- a/strings/udiv.c 2006-12-23 19:17:15 +0000 +++ b/strings/udiv.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 === modified file 'strings/utr11-dump.c' --- a/strings/utr11-dump.c 2006-12-31 00:02:27 +0000 +++ b/strings/utr11-dump.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 MySQL AB +/* Copyright (c) 2004, 2011, 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 === modified file 'strings/xml.c' --- a/strings/xml.c 2011-01-18 06:38:41 +0000 +++ b/strings/xml.c 2011-01-19 13:17:52 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, 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 --===============1279908904== MIME-Version: 1.0 Content-Type: text/bzr-bundle; charset="us-ascii"; name="bzr/martin.hansson@stripped" Content-Transfer-Encoding: 7bit Content-Disposition: inline # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: martin.hansson@stripped\ # h4k1n2nncwf47cks # target_branch: file:///data0/martin/bzrroot/bug59173/5.1/ # testament_sha1: 10999f7399001a63b910b2e23c0cef40ef4d0177 # timestamp: 2011-01-20 09:25:35 +0100 # base_revision_id: martin.hansson@stripped\ # lhj3epftxw59f9vg # # Begin bundle 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 --===============1279908904==--